summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
Commit message (Collapse)AuthorAgeFilesLines
* prepare Makefile for 3.6John Crispin2012-11-021-2/+4
| | | | SVN-Revision: 34059
* target: refresh all target configs with kconfig.plGabor Juhos2012-10-296-12/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33987
* drop GPIODEV platform codeJohn Crispin2012-10-171-5/+0
| | | | SVN-Revision: 33825
* tapi was not registeredproperly for most arcadyan boardsJohn Crispin2012-09-281-0/+8
| | | | SVN-Revision: 33591
* generic: move GENERIC_PWM symbol into the generic configGabor Juhos2012-09-132-2/+0
| | | | SVN-Revision: 33383
* lantiq: fix sx76x default uci network configurationLuka Perkov2012-09-061-1/+8
| | | | SVN-Revision: 33324
* pci gpio mappingJohn Crispin2012-08-081-4/+4
| | | | | | | | This patch fixes the GPIO ALTSEL settings for some of the GPIOs used by the PCI subsystem in Lantiq Danube. These changes are required for more than one PCI device to work. Tested with an ARV7510PW having two PCI-devices; a VIA USB controller and a Ralink WLAN mini-PCI card. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 33054
* W502V/ARV4525 wireless mac bugfixJohn Crispin2012-08-041-4/+1
| | | | | | | | | The ARV4525 board init is passing the wrong offset to arv_register_ath5k() resulting in a bogus mac. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 32993
* cleanup patchesJohn Crispin2012-08-03209-82080/+146978
| | | | SVN-Revision: 32953
* fixes i2c clock enableJohn Crispin2012-08-021-0/+32
| | | | SVN-Revision: 32949
* add lantiq svip supportJohn Crispin2012-07-3122-53/+17723
| | | | SVN-Revision: 32925
* rebase config-3.3John Crispin2012-07-241-3/+2
| | | | SVN-Revision: 32797
* move CONFIG_ETHERNET_PACKET_MANGLE to a generic config fileJohn Crispin2012-07-243-2/+1
| | | | | | This broke falcon builds SVN-Revision: 32794
* clean up generic image buildingJohn Crispin2012-06-051-48/+0
| | | | SVN-Revision: 32065
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* uboot-envtools: update to 2012.04.01Luka Perkov2012-06-041-32/+0
| | | | SVN-Revision: 32051
* adds unset Kbuild symbolJohn Crispin2012-06-021-0/+1
| | | | SVN-Revision: 32026
* adds patch to make Tantos (psb6970) switch buildable againJohn Crispin2012-05-301-0/+1
| | | | SVN-Revision: 32006
* lantiq: use the generic uci-default functions for initial LED setupGabor Juhos2012-05-291-99/+26
| | | | SVN-Revision: 31995
* move files-3.3 -> filesJohn Crispin2012-05-2729-0/+0
| | | | SVN-Revision: 31912
* 3.2 R.I.P.John Crispin2012-05-27111-70773/+0
| | | | SVN-Revision: 31911
* dgn3500 support with eeprom loading from sysfsJohn Crispin2012-05-272-27/+197
| | | | | | | | | | | | | | | | | WIFI eeprom: As discussed, it is impossible for nand and spi flash platforms to have the eeprom data available from mtd. I suggested to load the eeprom from user-space. I've looked into regular firmware loading but this is only possible when using modules. I've created a sysfs entry that allows reading and writing the eeprom data to the platform data. After loading the eeprom data I rely on pci-hotplug support to disable the bogus pci device and rescan the bus (with fixups and all). Because hotplug is not available, an init script is created that performs the copy from mtd to platform data. I think it is best to eventually move the sysfs functions to dev_wifi_athxk.c file, this would get rid of the external to the ath9k platform data. SPI flash: It seems that the spi-xway driver is not really working. It causes my kernel to crash in all sorts of ways. I added to bitbang SPI to be able to the calibration data mention above. I've kept the original mtd partitioning that Netgear uses. Buttons/LED: Both buttons are working properly. Two leds are not enabled: The red internet led is connected to the pci_gnt1 pin... I can't disable it because then DMA stops working. The green wifi led is connected to an unknown atheros gpio. Signed-off-by: Pieter Voorthuijsen <p.voorthuijsen at gmail.com> SVN-Revision: 31910
* fixes zyxel p2601hnfxJohn Crispin2012-05-271-26/+35
| | | | | | | | | moves the linux partition, removes the config partition and the buttons settings have small adjustments. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31909
* Add basic configuration for new board ZTE H201L. Still missing are button ↵John Crispin2012-05-277-3/+125
| | | | | | | | and led gpio values. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31908
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848
* lantiq: allow platforms with rt2x00 to override the mac address without ↵Felix Fietkau2012-05-203-4/+6
| | | | | | overriding eeprom, fixes bogus wlan mac address on arv4520 SVN-Revision: 31835
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-156-20/+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
* code style cleanup of the mach filesJohn Crispin2012-05-1512-109/+116
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31735
* adds zyxel p2601hnfx supportJohn Crispin2012-05-157-21/+41
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31734
* set 3.3.6 as defaultJohn Crispin2012-05-151-1/+1
| | | | SVN-Revision: 31733
* set 3.3.5 as defaultJohn Crispin2012-05-141-1/+1
| | | | SVN-Revision: 31718
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-143-11/+11
| | | | SVN-Revision: 31709
* Add 3.3 config filesJohn Crispin2012-05-095-4/+120
| | | | SVN-Revision: 31672
* Add missing 3.3 patchesJohn Crispin2012-05-0911-0/+14792
| | | | SVN-Revision: 31671
* Drop 2.6.32 supportJohn Crispin2012-05-0951-45560/+0
| | | | SVN-Revision: 31670
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-1/+1
| | | | SVN-Revision: 31645
* kernel: rewrite the phy packet hook, put it in the network stack to avoid ↵Felix Fietkau2012-05-061-17/+0
| | | | | | having to keep non-upstream ethernet driver changes SVN-Revision: 31637
* kernel: update linux 3.3 to 3.3.4Gabor Juhos2012-04-301-1/+1
| | | | SVN-Revision: 31541
* kernel: update linux 3.2 to 3.2.16Jonas Gorski2012-04-241-1/+1
| | | | SVN-Revision: 31459
* Adding wifi eeprom extract for ARV752DPW - Easybox 802John Crispin2012-04-231-1/+1
| | | | | | Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com> SVN-Revision: 31443
* change /etc/config/network according to actual VLAN config to enable LAN ↵Mirko Vogt2012-04-211-1/+1
| | | | | | | | | | | | | | | | | port 4 on the ARV4520PW board The VLAN mapping on the ARV4520PW board is the following: port on Router: | VLAN in software: LAN 1 | 3 LAN 2 | 2 LAN 3 | 1 LAN 4 | 0 DSL | 4 So LAN4 is not VLAN4 but VLAN0 (VLAN4 is DSL port) -> set "3 2 1 0 5t" as default switch config. SVN-Revision: 31391
* kernel: also update the targets to use 3.2.15Jonas Gorski2012-04-171-1/+1
| | | | | | Thanks Gabor for spotting it. SVN-Revision: 31337
* kernel: update linux 3.3 to 3.3.2Jonas Gorski2012-04-1769-1012/+190
| | | | SVN-Revision: 31336
* kernel: update linux 3.2 to 3.2.15Jonas Gorski2012-04-1772-1066/+190
| | | | SVN-Revision: 31335
* adds 3.3 patches and filesJohn Crispin2012-04-1697-0/+56546
| | | | SVN-Revision: 31307
* update 3.2 patchesJohn Crispin2012-04-1275-318/+1524
| | | | | | sync with lantiq kernel series SVN-Revision: 31260
* kernel: update linux 3.2 to 3.2.14Jonas Gorski2012-04-091-1/+1
| | | | SVN-Revision: 31222
* add Easybox 802 - ARV752DPWJohn Crispin2012-04-051-0/+29
| | | | | | | | Implements the ARV752DPW architecture in mach-arv.c Signed-off-by: Christian Rustmeier <rustmeier@gmail.com> SVN-Revision: 31206
* enable usb on dgn3500John Crispin2012-04-051-0/+3
| | | | | | | | A power-enable toggle gpio is not available, it is always on and protected with a resettable fuse. Signed-off-by: Pieter Voorthuijsen<p.voorthuijsen at gmail.com> SVN-Revision: 31205
* kernel: update linux 3.2 to 3.2.13 and refresh patchesJonas Gorski2012-04-0177-1118/+227
| | | | | | Also remove a duplicate patch from lantiq (already in generic). SVN-Revision: 31158