summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files-3.3
Commit message (Collapse)AuthorAgeFilesLines
* remove 3.3 and 3.6John Crispin2012-12-15135-63424/+0
| | | | SVN-Revision: 34699
* fixes ar9 / dgn3500 supportJohn Crispin2012-11-131-0/+18
| | | | SVN-Revision: 34180
* move files/ -> files-3.3/John Crispin2012-11-02135-0/+63406
| | | | SVN-Revision: 34060
* move files-3.3 -> filesJohn Crispin2012-05-2729-3773/+0
| | | | SVN-Revision: 31912
* dgn3500 support with eeprom loading from sysfsJohn Crispin2012-05-271-27/+178
| | | | | | | | | | | | | | | | | 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-271-0/+100
| | | | | | | | and led gpio values. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31908
* 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
* code style cleanup of the mach filesJohn Crispin2012-05-1510-83/+93
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31735
* adds zyxel p2601hnfx supportJohn Crispin2012-05-151-18/+16
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31734
* adds 3.3 patches and filesJohn Crispin2012-04-1628-0/+3503
SVN-Revision: 31307