summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* adm5120: remove __dev{init,exit} annotationsGabor Juhos2013-02-243-5/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35768
* adm5120: remove a superfluous patchGabor Juhos2013-02-221-13/+0
| | | | | | | | | | | | | | | The NO_IRQ symbol is not used by the amba core since upstream commit: dfb85185bda373a70409c70c2632b02fb0f8f449 AMBA: get rid of last two uses of NO_IRQ This gets rid of the last two users of NO_IRQ in AMBA primecell drivers. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35748
* adm5120: avoid warning caused by wrong AMBA irq valuesGabor Juhos2013-02-221-2/+2
| | | | | | | | | | | | | | | | | | | The amba core throws a warning if -1 is used as an irq value since upstream commit: 2eac58d5026e4ec8b17ff8b62877fea9e1d2f1b3 ARM: amba: make use of -1 IRQs warn Make the core warn about the use of -1 (NO_IRQ) Cange the value of the unused IRQs to zero for the UART devices to get rid of the warning. Based on #12729. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35747
* cns21xx: add support for 3.8Gabor Juhos2013-02-2119-0/+7843
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35737
* mpc83xx: add support for 3.8Gabor Juhos2013-02-2111-0/+4547
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35736
* ppc44x: add support for 3.8Gabor Juhos2013-02-213-0/+300
| | | | | | | | Compile tested only. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35735
* ppc40x: add support for 3.8Gabor Juhos2013-02-218-0/+2043
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35734
* mpc85xx: add user-space support for the TL-WDR4900 v1Gabor Juhos2013-02-219-0/+320
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35733
* mpc85xx: update 3.8 configGabor Juhos2013-02-211-5/+18
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35732
* ar71xx: fix MAC address assignment on the DIR-825-Bx boardsGabor Juhos2013-02-211-7/+10
| | | | | | | | | | | Use the same MAC addresses as the original firmware. Based on a patch from #10421. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Tested-by: Gabor Varga <vargagab@gmail.com> SVN-Revision: 35730
* mpc85xx: add support for 3.8Gabor Juhos2013-02-217-0/+988
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35729
* ar71xx: add support for 3.8Gabor Juhos2013-02-21101-0/+9696
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35728
* atheros: add support for linux kernel v3.8Gabor Juhos2013-02-2113-0/+6528
| | | | | | | | | | | | | | | | | | | | | This builds and boots. Because of the function pointer indirection (e.g. mtd_info's read function pointer is assigned to spiflash_read), it is difficult for me to understand where the calls are coming from (could be anywhere, conditionally pointing at spiflash versions), so I punted and used the renamed function pointers (_erase, _read, _write). If someone knows better what to do, please fix. Cleaned up other sundry kernel tracking issues like get_phy_id and __devinit,etc. [juhosg: don't switch to that yet] Signed-off-by: Russell Senior <russell@personaltelco.net> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35727
* linux/3.8: add missing config symbolsGabor Juhos2013-02-211-0/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35726
* bcm63xx: Fix sysupgrade for tag-version 7 and 8Jonas Gorski2013-02-211-1/+1
| | | | | | | | Fix sysupgrade for tag-version 7 and 8. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 35724
* generic: b53: clear SM_SW_FWD_MODE unconditionally when enabling VLANJonas Gorski2013-02-211-4/+2
| | | | | | | | | | Setting this bit stops BCM53125 (bgmac actually) from receiving any packets. This bit is cleared conditionally in b53_switch_reset and it seems the same is done in bcmrobo.c which never sets that bit again. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 35723
* generic: b53: remove empty spacesJonas Gorski2013-02-211-2/+2
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 35722
* ramips: print image build warnings/errors to stderrJonas Gorski2013-02-211-6/+6
| | | | | | | | Makes warnings/errors visible when building with V=w/V=1. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35721
* cns21xx: print image build warnings/errors to stderrJonas Gorski2013-02-211-4/+4
| | | | | | | | Makes warnings/errors visible when building with V=w/V=1. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35720
* ar71xx: print image build warnings/errors to stderrJonas Gorski2013-02-211-5/+5
| | | | | | | | Makes warnings/errors visible when building with V=w/V=1. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35719
* mpc85xx: add kmod-leds-gpio to the default packagesGabor Juhos2013-02-211-1/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35708
* mpc85xx: disable a bunch of unused device nodes on the TL-WDR4900Gabor Juhos2013-02-211-1/+33
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35707
* brcm47xx: do not use vlan0 any more.Hauke Mehrtens2013-02-203-43/+43
| | | | | | | | The Broadcom switch driver says that vlan0 should not be used with any switch other than bcm5325. This makes OpenWrt always use vlan1 and vlan2 instead. SVN-Revision: 35704
* mpc85xx: add kernel support for the TL-WDR4900 v1 boardGabor Juhos2013-02-202-0/+571
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35690
* mpc85xx: use a foreach loop to copy boot imagesGabor Juhos2013-02-201-1/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35689
* ar71xx: remove __dev{init,exit} annotations from kernel filesGabor Juhos2013-02-1913-34/+34
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35687
* linux/3.8: add missing Kconfig symbolsGabor Juhos2013-02-191-0/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35686
* mpc85xx: add default profileGabor Juhos2013-02-191-0/+16
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35677
* mpc85xx: add gpio-keys to OF match tableGabor Juhos2013-02-191-0/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35676
* mpc85xx: enable squashfs featureGabor Juhos2013-02-192-1/+6
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35675
* mpc85xx: add swconfig to default packagesGabor Juhos2013-02-191-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35674
* kernel: update linux 3.8-rcX to 3.8Gabor Juhos2013-02-199-11/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35672
* x86/rdc: migrate to common led helper functionsFlorian Fainelli2013-02-181-10/+8
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35664
* rb532: migrate platform to common led helper functionsFlorian Fainelli2013-02-181-10/+8
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35663
* cobalt: migrate platform to common led helper functionsFlorian Fainelli2013-02-181-15/+12
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35662
* brcm63xx: migrate platform to common led helper functionsFlorian Fainelli2013-02-181-49/+2
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35661
* au1000: migrate to common led helper functionsFlorian Fainelli2013-02-181-15/+11
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35660
* ar7: migrate to common led helper functionsFlorian Fainelli2013-02-181-33/+27
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35659
* ramips: migrate to common led helper functionsGabor Juhos2013-02-181-28/+4
| | | | | | | | | [juhosg: migrate to status_led_blink_{preinit,failsafe} helpers] Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35652
* cns21xx: migrate to common led helper functionsGabor Juhos2013-02-181-28/+4
| | | | | | | | | [juhosg: migrate to status_led_blink_{preinit,failsafe} helpers] Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35651
* ar71xx: migrate to common led helper functionsGabor Juhos2013-02-181-29/+5
| | | | | | | | | [juhosg: migrate to status_led_blink_{preinit,failsafe} helpers] Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35650
* adm5120: migrate to common led helper functionsGabor Juhos2013-02-181-32/+4
| | | | | | | | | [juhosg: migrate to status_led_blink_{preinit,failsafe} helpers] Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35649
* kernel: update linux 3.7 to 3.7.9Gabor Juhos2013-02-1715-15/+15
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35644
* generic: ar8216: cleanup function/variable namesGabor Juhos2013-02-171-110/+110
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35642
* generic: ar8216: rename struct ar8216_priv to ar8xxx_privGabor Juhos2013-02-171-94/+94
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35641
* ar71xx: add user-space support for the Mikrotik RB951G boardGabor Juhos2013-02-172-0/+4
| | | | | | | | | | [juhosg: change rb-951g to rb-951g-2hnd in the scripts] Patchwork: http://patchwork.openwrt.org/patch/3257/ Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35634
* ar71xx: add kernel support for the Mikrotik RB951G boardGabor Juhos2013-02-173-0/+264
| | | | | | | | | | | | | | | | | This is platform definition for the RB951G device. It's mostly rework of RB2011UAS patchset with network taken from the RB751 patches. The main difference is the flash layout used by this device. [juhosg: - remove dead code from mach-rb951g - add "-2HnD" suffix to the machine name - use a separate 615-MIPS-ath79-RB951G-support.patch] Patchwork: http://patchwork.openwrt.org/patch/3257/ Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35633
* brcm47xx: add initial support for kernel 3.8Hauke Mehrtens2013-02-1656-0/+8809
| | | | | | | | | | | | This contains the following new bigger changes: * new partition parser which still could lake some features or have bugs * new nand flash driver * using physmap-flash flash driver for parallel flash * some changes to the serial flash driver With these changes OpenWrt starts using more of the mainline flash drivers. SVN-Revision: 35632
* ar71xx: fix kmod-usb2 package nameGabor Juhos2013-02-161-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35629
* ramips: fix kmod-usb2 package nameGabor Juhos2013-02-161-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35628