Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uboot-envtools: update to 2012.04.01 | Luka Perkov | 2012-06-04 | 2 | -69/+0 |
| | | | | SVN-Revision: 32051 | ||||
* | bcm63xx: fix ethernet on 96328avng and 963281TAN | Jonas Gorski | 2012-06-04 | 7 | -15/+19 |
| | | | | | | The internal switch did not get registered. SVN-Revision: 32041 | ||||
* | adds unset Kbuild symbol | John Crispin | 2012-06-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 32026 | ||||
* | malta: remove 3.2 patches | Gabor Juhos | 2012-06-02 | 1 | -14/+0 |
| | | | | SVN-Revision: 32023 | ||||
* | malta: use common kernel config | Gabor Juhos | 2012-06-02 | 2 | -319/+15 |
| | | | | SVN-Revision: 32022 | ||||
* | xburst: add missing config symbol | Gabor Juhos | 2012-06-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 32021 | ||||
* | add $(SUBTARGET) to the filename if available | John Crispin | 2012-05-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 32007 | ||||
* | adds patch to make Tantos (psb6970) switch buildable again | John Crispin | 2012-05-30 | 3 | -0/+26 |
| | | | | SVN-Revision: 32006 | ||||
* | bcm63xx: build images for 6328 reference boards with various flash sizes | Jonas Gorski | 2012-05-30 | 11 | -28/+232 |
| | | | | | | | | | | | Build images for 96328avng and 963281TAN (untested) for three different flash sizes: 4MB, 8MB, and 16MB. Known issues: * Button setup unknown, thus no fail-safe available. * All other BCM6328 and BCM63XX issues SVN-Revision: 32004 | ||||
* | bcm63xx: readd accidentially dropped network config for SPW303V | Jonas Gorski | 2012-05-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 32003 | ||||
* | generic: ar8216: add revision specific PHY fixups for AR8327 | Gabor Juhos | 2012-05-29 | 2 | -8/+41 |
| | | | | SVN-Revision: 32000 | ||||
* | generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_priv | Gabor Juhos | 2012-05-29 | 2 | -31/+25 |
| | | | | SVN-Revision: 31999 | ||||
* | generic: ar8216: add chip_is_ar8{216,236,316,327} helpers | Gabor Juhos | 2012-05-29 | 1 | -8/+28 |
| | | | | SVN-Revision: 31998 | ||||
* | ar71xx: add default LED setup for the DB120 board | Gabor Juhos | 2012-05-29 | 1 | -0/+5 |
| | | | | SVN-Revision: 31997 | ||||
* | cns21xx: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 2 | -42/+21 |
| | | | | SVN-Revision: 31996 | ||||
* | lantiq: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 1 | -99/+26 |
| | | | | SVN-Revision: 31995 | ||||
* | kirkwood: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 1 | -38/+4 |
| | | | | SVN-Revision: 31994 | ||||
* | ramips: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 1 | -41/+8 |
| | | | | SVN-Revision: 31993 | ||||
* | ar71xx: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 1 | -152/+60 |
| | | | | SVN-Revision: 31992 | ||||
* | kirkwood: use uci-defaults to configure different boards | Gabor Juhos | 2012-05-29 | 6 | -30/+107 |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31990 | ||||
* | ramips: WAN LED for D-Link DIR-300-B1 | Gabor Juhos | 2012-05-29 | 2 | -0/+38 |
| | | | | | | | | | | | | | | | | | | Add led devices for D-Link DIR-300-B1 WAN LED. Note that the GPIO state is also ANDed with the esw switch port 4 LED state, which is why I've set the amber LED to default-on. Closes: https://dev.openwrt.org/ticket/11326 Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> [ juhosg: - fix comment style in mach-dir-300-revb.c, - remove the PPP specific LED setup, not everyone uses a PPP connection on the WAN interface] SVN-Revision: 31989 | ||||
* | ar71xx: do not override the mdio clock for ar9330. the override value ↵ | Felix Fietkau | 2012-05-28 | 1 | -2/+0 |
| | | | | | | (obtained from an atheros driver) seems to break ethernet functionality SVN-Revision: 31956 | ||||
* | ar71xx: improve rx performance of the ethernet driver by using build_skb to ↵ | Felix Fietkau | 2012-05-28 | 2 | -41/+49 |
| | | | | | | deliver a cache-hot skb to the network stack SVN-Revision: 31934 | ||||
* | ar71xx: fix MII clock settings for various chips, improves ethernet ↵ | Felix Fietkau | 2012-05-27 | 4 | -5/+30 |
| | | | | | | stability on AR934x SVN-Revision: 31925 | ||||
* | kernel: fix suppressing -s for linking modules when profiling is enabled | Felix Fietkau | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31924 | ||||
* | ar71xx: fix TL-WR1041 image size | Gabor Juhos | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31923 | ||||
* | ramips: rt3883: add device registration code for the SPI controller | Gabor Juhos | 2012-05-27 | 2 | -0/+26 |
| | | | | SVN-Revision: 31922 | ||||
* | ramips: allow to use the SPI driver on RT3662/RT3883 | Gabor Juhos | 2012-05-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 31921 | ||||
* | ramips: rt3883: fix GPIO reservation for the SPI pins | Gabor Juhos | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31920 | ||||
* | ramips: rt305x: remove superfluous controller_data assignment | Gabor Juhos | 2012-05-27 | 1 | -1/+0 |
| | | | | SVN-Revision: 31919 | ||||
* | ramips: make rt2x00 firmware extraction quiet | Gabor Juhos | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31918 | ||||
* | generic: rtl8367: rename a misnamed variable | Gabor Juhos | 2012-05-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 31917 | ||||
* | generic: rtl8366_smi: remove duplicated spinlock initialization | Gabor Juhos | 2012-05-27 | 1 | -2/+0 |
| | | | | SVN-Revision: 31916 | ||||
* | generic: rtl8366_smi: rename debugfs Kconfig symbol | Gabor Juhos | 2012-05-27 | 5 | -17/+16 |
| | | | | SVN-Revision: 31915 | ||||
* | generic: rtl8367: allow to use VLANs > 31 | Gabor Juhos | 2012-05-27 | 1 | -0/+3 |
| | | | | SVN-Revision: 31914 | ||||
* | move files-3.3 -> files | John Crispin | 2012-05-27 | 29 | -0/+0 |
| | | | | SVN-Revision: 31912 | ||||
* | 3.2 R.I.P. | John Crispin | 2012-05-27 | 111 | -70773/+0 |
| | | | | SVN-Revision: 31911 | ||||
* | dgn3500 support with eeprom loading from sysfs | John Crispin | 2012-05-27 | 2 | -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 p2601hnfx | John Crispin | 2012-05-27 | 1 | -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 Crispin | 2012-05-27 | 7 | -3/+125 |
| | | | | | | | | and led gpio values. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31908 | ||||
* | kernel: properly pad the allocated headroom in skb_cow to NET_SKB_PAD | Felix Fietkau | 2012-05-27 | 1 | -1/+2 |
| | | | | SVN-Revision: 31906 | ||||
* | linux/3.2: R.I.P. | Gabor Juhos | 2012-05-27 | 141 | -70858/+0 |
| | | | | SVN-Revision: 31905 | ||||
* | xburst: remove support for old kernels | Gabor Juhos | 2012-05-27 | 54 | -24727/+0 |
| | | | | SVN-Revision: 31904 | ||||
* | xburst: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 31903 | ||||
* | xburst: add support for 3.3 | Gabor Juhos | 2012-05-27 | 26 | -0/+5408 |
| | | | | SVN-Revision: 31902 | ||||
* | ppc44x: remove 3.2 support | Gabor Juhos | 2012-05-27 | 3 | -264/+0 |
| | | | | SVN-Revision: 31901 | ||||
* | ppx44x: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 31900 | ||||
* | ppc44x: add support for 3.3 | Gabor Juhos | 2012-05-27 | 3 | -0/+285 |
| | | | | | | Compile tested only. SVN-Revision: 31899 | ||||
* | cobalt: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 | 2 | -6/+8 |
| | | | | | | Compile tested only. SVN-Revision: 31898 | ||||
* | ep93xx: remove 3.2 support | Gabor Juhos | 2012-05-27 | 4 | -1521/+0 |
| | | | | SVN-Revision: 31897 |