aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.32
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: refresh patchesGabor Juhos2010-12-014-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: the ar7240 dsa driver is no longer used, remove it.Felix Fietkau2010-10-212-107/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port ↵Felix Fietkau2010-10-211-0/+80
| | | | | | patch to the 2.6.36 patches, add a backport patch to 2.6.32 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh patchesGabor Juhos2010-08-313-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: rewrite SPI drivers for the RB4xx boardsGabor Juhos2010-08-315-5/+87
| | | | | | | | | | * add a new SPI controller driver * add SPI driver for the CPLD chip * convert the NAND driver * enable the mikroSD slot * enable more LEDs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh patchesGabor Juhos2010-08-252-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: merge mips multi machine update to generic patches for 2.6.32Gabor Juhos2010-06-041-134/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: refresh 2.6.32 patchesNicolas Thill2010-05-242-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: nuke clocksource init patches, it is not required since 2.6.27Gabor Juhos2010-04-091-56/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵Felix Fietkau2010-03-112-6/+6
| | | | | | remove it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh patchesGabor Juhos2010-03-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add NAND driver for the RB750Gabor Juhos2010-03-081-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20054 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add LED driver for the RB750Gabor Juhos2010-03-081-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: make the rb4xx nand driver depends on AR71XX_MACH_RB4XXGabor Juhos2010-03-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add DSA driver for the AR7240 built-in ethernet switchGabor Juhos2010-03-011-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add QinQ tagging format for the DSA driverGabor Juhos2010-03-011-0/+79
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh ksz8041 patchGabor Juhos2010-02-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove an accidentally committed patchGabor Juhos2010-02-241-257/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: 2.6.32: integrate m25p80 driver related patches from ar71xxGabor Juhos2010-02-087-68/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: drop the mx25lxxx patch, these chips are supported in 2.6.32.7 alreadyGabor Juhos2010-02-084-20/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the Winbond W25Q32BV SPI flash (based on theGabor Juhos2010-02-061-0/+10
| | | | | | | patch from #6641) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19536 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: switch to 2.6.32Gabor Juhos2010-01-282-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: move mips_machine.h to 'arch/mips/include/asm'Gabor Juhos2010-01-281-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix 'section type conflict' build errorGabor Juhos2010-01-261-7/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366: make it available on all platformsGabor Juhos2010-01-252-42/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: move RTL8366S driver into a separate fileGabor Juhos2010-01-221-6/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: add Kconfig option for the debugfs stuffGabor Juhos2010-01-201-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19243 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update cfi patches for 2.6.3[12] as wellGabor Juhos2010-01-173-20/+130
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add GPIO driver for the NXP 74HC153 chipGabor Juhos2010-01-151-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix 320S33B flash chip supportGabor Juhos2010-01-132-1/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix RB-450G board detection (closes: #6453)Gabor Juhos2010-01-041-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19030 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update mips multi-machine stuffGabor Juhos2010-01-011-0/+127
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add dsa driver for the 88e6063 chipGabor Juhos2009-12-222-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add driver for the USB LED on the WNDR3700Gabor Juhos2009-12-111-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: merge DSA switch patchGabor Juhos2009-12-111-46/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: merge ag71xx specific patchesGabor Juhos2009-12-113-113/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add mdio bus driver for the rtl8366 switchGabor Juhos2009-12-081-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh patchesGabor Juhos2009-12-083-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: experimental 2.6.32 supportGabor Juhos2009-12-0431-0/+1123
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18638 3c298f89-4303-0410-b956-a3cf2f4a3e73