Commit Graph

8496 Commits (03c06178e34418efc28b429018783869cda8350a)

Author SHA1 Message Date
Florian Fainelli 03c06178e3 package buttons driver separately
SVN-Revision: 32841
12 years ago
Florian Fainelli 83b7462ac9 package cobalt lcd as a module
SVN-Revision: 32840
12 years ago
John Crispin 7ee4798be2 add unset CONFIG_FB_XGI to fix fullbuilds
SVN-Revision: 32836
12 years ago
John Crispin 94a550cc87 cleanup config-3.3, remove =m
SVN-Revision: 32835
12 years ago
John Crispin 1cbfa0c0f5 laguna: fix eeprom read buffer size during platform configuration
Increase the size of the buffer used for eeprom reads during the platform configuration of the Gateworks laguna.  The model name read in is 16 bytes but the original buffer was only 8 bytes.

Signed-off-by: David Acker <dacker@rajant.com>

SVN-Revision: 32833
12 years ago
John Crispin 0e9e7dcd10 adds target used by rapsberry pi
Add support for Raspberry Pi / brcm2708 / 2835

Signed-off-by: Ian Ridge <ianridge [at] gmail.com>

SVN-Revision: 32825
12 years ago
John Crispin 5e52619b76 DWC otg usb: compilation fixes and trivial bugfix in slave mode
Signed-of-by: Nikolai Zhubr <n-a-zhubr@yandex.ru>

SVN-Revision: 32823
12 years ago
John Crispin 799d6deab0 D-Link DAP-1350 initial support
The initial support for the D-Link DAP-1350.
USB related functionality is not tested.

Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>

SVN-Revision: 32821
12 years ago
John Crispin b891eec700 MI424WR - add rev D support
Add support for revision D of the MI424WR.
Rev D swaps LAN & WAN ports so this patch maintains
eth0 for LAN and eth1 for WAN. For details on rev D usage,
see http://wiki.openwrt.org/toh/actiontec/mi424wr

Signed-off-by: Jose Vasconcellos <jvasco@verizon.net>

SVN-Revision: 32820
12 years ago
John Crispin 03be8d08ac initial LED configuration for Fonera 2.0n
Setup initial configuration for Wifi and USB LEDS of a Fonera 2.0n (ramips)

Signed-off-by: Malte Forkel <malte.forkel@berlin.de>

SVN-Revision: 32819
12 years ago
John Crispin 2d2479a033 add ALL5002 userspace support
detect EEPROM, MAC addresses and support sysupgrade for the ALL5002

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 32816
12 years ago
John Crispin e219c3ac3a enable OHCI/EHCI glue on Rt305x, so it is available for Rt3352F.
Hope that this works, didn't have a chance to actually test it...

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 32815
12 years ago
John Crispin a65eee9ac3 add image build for ALL5002
add image build for ALL5002

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 32814
12 years ago
John Crispin 0a08a776fb add support for Allnet ALL5002 to kernel
support ALL5002 in ramips/rt305x branch of the kernel.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 32813
12 years ago
John Crispin 6641024f50 uart_clk on Rt3352F is always 40MHz
Currently, sys_clk/10 is used which is just wrong.
cpu_clk/10 would work for systems with 400MHz CPU clock.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 32812
12 years ago
Florian Fainelli 93dc8c8d1b move omap specific modules to modules.mk
SVN-Revision: 32810
12 years ago
Florian Fainelli 82c7e05d42 move n810 battery module to omap24 modules.mk
SVN-Revision: 32809
12 years ago
Florian Fainelli 25e20b0b57 move target specific modules to target's module.mk
SVN-Revision: 32808
12 years ago
Florian Fainelli 587f85ac20 package ep93xx framebuffer
SVN-Revision: 32807
12 years ago
Florian Fainelli 5915c85d80 remove crypto symbols override
SVN-Revision: 32806
12 years ago
Florian Fainelli c238862651 add missing framebuffer related symbols
SVN-Revision: 32804
12 years ago
Florian Fainelli 9f55e6f954 remove broken flag, since it works
SVN-Revision: 32803
12 years ago
Florian Fainelli c531ce0301 fix sound modules loading order and dependencies
SVN-Revision: 32802
12 years ago
Florian Fainelli 598ef2a2e0 package ep93xx touchscreen driver as a module
SVN-Revision: 32799
12 years ago
Florian Fainelli 0db5f35846 set DEVICE_TYPE to developerboard
SVN-Revision: 32798
12 years ago
John Crispin 5178c177dc rebase config-3.3
SVN-Revision: 32797
12 years ago
John Crispin 53a6946bb4 fix tantos patch properly
SVN-Revision: 32796
12 years ago
John Crispin 6fe32d72a2 make tantos switch select ETHERNET_PACKET_MANGLE
SVN-Revision: 32795
12 years ago
John Crispin 48869ef7c0 move CONFIG_ETHERNET_PACKET_MANGLE to a generic config file
This broke falcon builds

SVN-Revision: 32794
12 years ago
Felix Fietkau b59bc92c6e crashlog: fix dependency, add memblock support
SVN-Revision: 32787
12 years ago
Felix Fietkau b1f318de53 kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x
SVN-Revision: 32783
12 years ago
Florian Fainelli 05340cc602 rename upgrade image to sysupgrade.bin for consistency
SVN-Revision: 32770
12 years ago
Florian Fainelli d243c1e1f2 add missing configuration symbols
SVN-Revision: 32769
12 years ago
Florian Fainelli f7dfd20f97 au1000: implement sysupgrade platform.sh
Signed-off-by: Bruno Randolf <br1@einfach.org>

SVN-Revision: 32768
12 years ago
Florian Fainelli ac6bf6d62f au1000: clean up profiles
Signed-off-by: Bruno Randolf <br1@einfach.org>

SVN-Revision: 32767
12 years ago
Florian Fainelli b2d76e1e05 au1000: fix InternetBox idsel and remove broken flag
The following patch is necessary for the InternetBox (Surfbox) board-specific
idsel to work with newer kernels. Acutally I don't exactly understand why this
was not necessary before, but without the udelay, the MiniPCI adapter in slot 3
is not detected and set up correctly.

Also remove platform broken flag, it works.

Signed-off-by: Bruno Randolf <br1@einfach.org>

SVN-Revision: 32766
12 years ago
Gabor Juhos 21de1b9d85 ar71xx: enable I2C_GPIO, the PB44 board needs that
SVN-Revision: 32738
12 years ago
Gabor Juhos 7daf851adf ar71xx: fix PB44 board detection
SVN-Revision: 32737
12 years ago
Gabor Juhos c7fa38484c ar71xx: use gpio_set_value_cansleep on sleeping GPIOs in ath79_spi
SVN-Revision: 32736
12 years ago
Luka Perkov 03a6d65c37 kernel: add Marvell SoC built-in RTC to modules
Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 32732
12 years ago
Florian Fainelli c727c2aacf set DEVICE_TYPE to other to avoid pulling unecessary packages
SVN-Revision: 32731
12 years ago
Florian Fainelli a5d72815b5 add compatible property to pci node
SVN-Revision: 32730
12 years ago
Florian Fainelli b5578d83d5 use ohci_err() instead of err()
SVN-Revision: 32729
12 years ago
Florian Fainelli 0e0b396663 make sure we properly unmap DMA mappings we created
SVN-Revision: 32728
12 years ago
Florian Fainelli 0f0e42f28e nuport-mac: add definitions of the various bits/masks used
SVN-Revision: 32727
12 years ago
Luka Perkov c89e87d186 kirkwood: add support for seagate goflexnet and goflexhome
Signed-off-by: Martin Mueller <mm@sig21.net>

SVN-Revision: 32725
12 years ago
Luka Perkov 952ce3473d kirkwood: revert config changes from r32053
SVN-Revision: 32719
12 years ago
Gabor Juhos 33220828dc ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0
The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is
identical, but requires different firmware headers:

TL-WDR4300:
00000040  43 00 00 01 00 00 00 01  00 00 00 00 76 fb 83 40  |C...........v..@|

TL-WDR4310:
00000040  43 10 00 01 00 00 00 01  00 00 00 00 38 2b 50 6c  |C...........8+Pl|

[juhosg: change commit message, use a different model name]

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>

SVN-Revision: 32683
12 years ago
Gabor Juhos 372945185d ramips: rt305x: add support for Edimax 3G-6200N
Support for Edimax 3G-6200N router with USB.

Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com>

SVN-Revision: 32682
12 years ago
Gabor Juhos e9af340016 generic: ocf: restore terminating entry of pci_id_table in hifnHIPP
SVN-Revision: 32680
12 years ago