summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx
Commit message (Collapse)AuthorAgeFilesLines
...
* drop GPIODEV platform codeJohn Crispin2012-10-173-33/+4
| | | | SVN-Revision: 33825
* gpiodev/gpioctl RIPJohn Crispin2012-10-111-1/+0
| | | | SVN-Revision: 33725
* The Gateworks System Controller (GSC) is an i2c device that provides system ↵Imre Kaloz2012-10-111-0/+1
| | | | | | | | level monitoring and control of Gateworks boards. It is used on several product families spanning several different target architectures (ixp4xx, cns3xxx, davinci). Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33720
* ixp4xx: enable OPTIMIZE_FOR_SIZEFelix Fietkau2012-10-101-0/+1
| | | | | | | | | Enabling OPTIMIZE_FOR_SIZE cuts the kernel binary down by 50K which is critical for some small-footprint boards. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33679
* ixp4xx: add missing reboot handlers (fixes #11577)Felix Fietkau2012-10-0912-12/+24
| | | | SVN-Revision: 33672
* ixp4xx: update Gateworks Avila board supportFelix Fietkau2012-10-071-27/+387
| | | | | | | | | | | | | | | | | Several new features for newer boards: - add additional UARTs present on some boards - add additional LEDs present on some boards - add HSS audio device codec present on some boards - add support for GSC present on some boards - add per model setup support for newer boards - set FLASH window per-model for boards with larger FLASH Some fixes: - add IRQ mapping for additional PCI devices (USB Host) Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33647
* ixp4xx: patch cleanupFelix Fietkau2012-10-073-181/+108
| | | | | | | | roll all avila patches into a single patch (no code changes) Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33646
* ixp4xx: Add HSS audio driver for Avila product familyFelix Fietkau2012-10-071-0/+2085
| | | | | | | | Add ixp4xx HSS audio driver for Avila Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33645
* ixp4xx: update Gateworks Cambria board supportFelix Fietkau2012-10-071-11/+447
| | | | | | | | | | | | | | | | | Several new features for newer boards: - add irq mapping for additional devices - add platform data for i2c bus to SFP modules - add additional UARTs present on some boards - increased R/W delay for expansion bus UARTs - add additional LEDs present on some boards - add GPIO exports and configuration - add ENET switch config present on some boards - add support for GSC present on some boards - added per model setup support for newer boards Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33644
* ixp4xx: patch cleanupFelix Fietkau2012-10-074-250/+145
| | | | | | | | roll all cambria patches into a single patch (no code changes) Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33643
* ixp4xx: split out new UART I/O to its own patchFelix Fietkau2012-10-072-121/+122
| | | | | | | | This is being done for general cleanup Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33642
* dont explicitly select wireless-tools. rely on the drivers that need them to ↵John Crispin2012-09-283-3/+3
| | | | | | have the right dependency SVN-Revision: 33593
* move ixp4xx-eth to target specific modules.mkFlorian Fainelli2012-07-251-0/+16
| | | | SVN-Revision: 32858
* move crypto module to target specific modules.mkFlorian Fainelli2012-07-251-0/+17
| | | | SVN-Revision: 32856
* MI424WR - add rev D supportJohn Crispin2012-07-241-7/+42
| | | | | | | | | | | 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
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-141-1/+1
| | | | SVN-Revision: 31709
* ixp4xx: fix ixp4xx_crypto build errorGabor Juhos2012-05-121-0/+10
| | | | SVN-Revision: 31679
* ixp4xx: nuke 2.6.37 supportGabor Juhos2012-05-0942-6427/+0
| | | | SVN-Revision: 31663
* ixp4xx: switch to 3.3Gabor Juhos2012-05-091-1/+1
| | | | SVN-Revision: 31662
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-2/+2
| | | | SVN-Revision: 31645
* ixp4xx: remove 2.6.3{2,8} and 3.0 supportGabor Juhos2012-04-21124-19156/+0
| | | | SVN-Revision: 31414
* kernel: update linux 3.3 to 3.3.2Jonas Gorski2012-04-172-44/+1
| | | | SVN-Revision: 31336
* ixp4xx: add support for linux 3.3.1Felix Fietkau2012-04-1341-0/+6467
| | | | SVN-Revision: 31275
* targets: replace madwifi in profiles with ath5k, madwifi is unmaintainedFelix Fietkau2012-03-195-5/+5
| | | | SVN-Revision: 31015
* ixp4xx: fix a compile errorFelix Fietkau2012-02-251-0/+11
| | | | SVN-Revision: 30728
* add 3.0 supportImre Kaloz2011-07-0641-0/+6217
| | | | SVN-Revision: 27493
* refresh patchesImre Kaloz2011-07-063-6/+6
| | | | SVN-Revision: 27492
* ixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not ↵Rod Whitby2011-06-171-1/+1
| | | | | | wifi capability out of the box. SVN-Revision: 27202
* ixp4xx: backport an upstream commit to fix gspca compile errors triggered by ↵Felix Fietkau2011-04-161-0/+70
| | | | | | the buildbot SVN-Revision: 26698
* kernel: Update to version 2.6.37.6Hauke Mehrtens2011-04-031-1/+1
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 26441
* add 2.6.38 supportImre Kaloz2011-03-2240-0/+6347
| | | | SVN-Revision: 26268
* update to 2.6.32.33 and 2.6.37.4Imre Kaloz2011-03-181-1/+1
| | | | SVN-Revision: 26226
* kernel: update to kernel version 2.6.37.3Hauke Mehrtens2011-03-131-1/+1
| | | | SVN-Revision: 26126
* only support EABI on ARM targetsImre Kaloz2011-03-072-2/+0
| | | | SVN-Revision: 25928
* upgrade to 2.6.37.1Imre Kaloz2011-03-071-2/+2
| | | | SVN-Revision: 25922
* ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant ↵Felix Fietkau2011-02-2616-186/+32
| | | | | | board support patches SVN-Revision: 25727
* ixp4xx: remove 2.6.36 supportFelix Fietkau2011-02-2640-6407/+0
| | | | SVN-Revision: 25726
* ixp4xx: fix the i2c pld driver for 2.6.37 - i2c uses a rt_mutex instead of a ↵Felix Fietkau2011-02-261-13/+13
| | | | | | mutex now SVN-Revision: 25725
* ixp4xx: recreate the 2.6.37 config from the 2.6.32 one to clean up several ↵Felix Fietkau2011-02-261-48/+12
| | | | | | faulty overrides SVN-Revision: 25724
* update to 2.6.32.29Florian Fainelli2011-02-191-1/+1
| | | | SVN-Revision: 25583
* kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update ↵Hauke Mehrtens2010-12-111-1/+1
| | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486
* update to the latest stable kernelsImre Kaloz2010-11-241-1/+1
| | | | SVN-Revision: 24136
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-2/+1
| | | | SVN-Revision: 24084
* linux/ixp4xx: remove some garbage from 601_arm_2.6.37_update.patchAlexandros C. Couloumbis2010-11-111-5/+0
| | | | SVN-Revision: 23965
* linux/ixp4xx: add preliminary 2.6.37 kernel supportAlexandros C. Couloumbis2010-11-1141-0/+6542
| | | | SVN-Revision: 23964
* these belong to the generic config..Imre Kaloz2010-11-041-15/+0
| | | | SVN-Revision: 23853
* update kernels to 2.6.32.25 and 2.6.35.8Imre Kaloz2010-11-041-1/+1
| | | | SVN-Revision: 23851