summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
Commit message (Collapse)AuthorAgeFilesLines
...
* ralink: fix rt5350 ethernetJohn Crispin2014-01-121-3/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39233
* kernel: update 3.10 to 3.10.26Gabor Juhos2014-01-1116-310/+154
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39220
* ralink: fix tso regression in the ethernet driverJohn Crispin2013-12-271-0/+13
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39168
* ramips: add support for RT-N14U (mt7620n based) boardJohn Crispin2013-12-256-0/+132
| | | | | | | | | | | | | | | | | added dts file and userspace scripts modified to support Asus RT-N14U board current support status: usb works ethernet works buttons reset, wps leds asus:blue:[usb|lan|wan|air|power] i2c not tested uart not tested wifi not yet Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com> SVN-Revision: 39163
* ramips: add gpio pin 72 in mt7620 chips to dtsi filesJohn Crispin2013-12-252-0/+38
| | | | | | | | describes register set to control last gpio pin on mt7620 platfrom Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com> SVN-Revision: 39162
* ralink: fix dir810 networkingJohn Crispin2013-12-161-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39093
* kernel: update kernel 3.10 to 3.10.24Hauke Mehrtens2013-12-151-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39059
* ralink: add mt7621 supportJohn Crispin2013-12-1320-1/+7513
| | | | | | | | there are still various missing pieces for full support. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39040
* ralink: add TSOJohn Crispin2013-12-091-62/+205
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39019
* ralink: fix typo in gpio irq handlingJohn Crispin2013-12-091-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39018
* ralink: add mt7620a gdma info to dtsiJohn Crispin2013-12-091-1/+9
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39017
* ralink: add asoc modulesJohn Crispin2013-12-091-0/+20
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39016
* ralink: add partially working asoc driver. codec is not fully functional yetJohn Crispin2013-12-091-0/+727
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39015
* ralink: add helper that identifies the mt7620 ECOJohn Crispin2013-12-091-0/+14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39014
* ralink: add dma engine supportJohn Crispin2013-12-091-0/+670
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39013
* kernel: update 3.10 to 3.10.21Gabor Juhos2013-12-014-119/+63
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38972
* ramips: Fix initial network configuration for few boardsJohn Crispin2013-11-301-9/+6
| | | | | | | | | | Argus ATP52B: ethernet didn't work because of unconfigured switch Sparklan WCR150GN: add switch config and make single port to be LAN Dlink DIR-645: seems to be a redundant case Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 38960
* ramips: Fix dts typosJohn Crispin2013-11-302-2/+2
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 38959
* ralink: dts fixesJohn Crispin2013-11-264-7/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38917
* ralink: add mac address detection for Asus RT-G32 b1John Crispin2013-11-251-1/+5
| | | | | | | | | http://patchwork.openwrt.org/patch/4463/ Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38910
* base-files: allow users to delect debug level during bootJohn Crispin2013-11-251-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38909
* ralink: fix up the mt7530 driver to work properly with gmac2John Crispin2013-11-251-6/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38905
* ralink: add LRO supportJohn Crispin2013-11-251-27/+84
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38904
* ralink: add NETIF_F_HW_VLAN_CTAG_TX support for the mt7620X familyJohn Crispin2013-11-251-57/+116
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38903
* ralink: set the mac addr via the dts fileJohn Crispin2013-11-2560-92/+232
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38902
* ralink: set wmr-300 mac properlyJohn Crispin2013-11-191-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38872
* ralink: add missing CONFIG_ symbol to mt7620nJohn Crispin2013-11-191-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38867
* ralink: add support for ralink mt7620 nand eval boardJohn Crispin2013-11-183-0/+118
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38848
* ralink: improve mt7620n detectionJohn Crispin2013-11-181-0/+57
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38847
* ralink: add mt7620 nand driverJohn Crispin2013-11-182-0/+2418
| | | | | | | | This is a minor rework of the SDK driver. This driver needs a full rewrite. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38846
* ralink: make all none 3x5x boards default to a vlan1/2 setupJohn Crispin2013-11-181-6/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38845
* ralink: make usb work on the mt7530 eval kitJohn Crispin2013-11-181-0/+8
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38844
* ralink: add mt7620n dts filesJohn Crispin2013-11-172-0/+359
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38829
* ramips: fix wmr300 network detectionJohn Crispin2013-11-171-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38828
* ralink: add mt7620n supportJohn Crispin2013-11-168-5/+223
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38823
* ramips: use dd bs=4096k instead of bs=4M to make it more portableFelix Fietkau2013-11-141-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38806
* ramips: select kmod-rt2800-soc by default (if available)Felix Fietkau2013-11-131-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38784
* ramips: use gpio-button-hotplug in favour of the input variantJohn Crispin2013-11-111-2/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38735
* ramips: make the rfkill switch work on fonera20nJohn Crispin2013-11-111-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38734
* ralink: revert 38348 as it breaks network on the hame-mprJohn Crispin2013-11-071-2/+0
| | | | | | | | | https://dev.openwrt.org/changeset/38348 https://dev.openwrt.org/ticket/14403#comment:1 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38669
* ralink: fix c&p error in gpio driverJohn Crispin2013-11-071-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38668
* kernel: update 3.10 to 3.10.18Gabor Juhos2013-11-053-60/+36
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38652
* ramips: enable building of TEW-692GR imagesGabor Juhos2013-10-301-1/+1
| | | | | | | | | | | | | The TEW-692GR images are missing since r36169. Uncomment the board specific macro in image/Makefile, in order to generate those again. Only build tested. No idea if the the image works or not, I have bricked my TEW-692GR a few months ago. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38603
* ramips: fix number of GPIOs for RT3352Gabor Juhos2013-10-301-1/+1
| | | | | | | | The RT3352 SoC only supports 46 GPIO lines. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38602
* ramips: remove trailing whitespaces from .dts{,i} filesGabor Juhos2013-10-3012-18/+18
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38601
* ralink: add package for mt7620 sdhciJohn Crispin2013-10-281-0/+13
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38553
* ralink: dont include mt7620 sdhci support inside the kernelJohn Crispin2013-10-281-10/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38552
* ralink: add support for missing mt7620 mux valuesJohn Crispin2013-10-281-42/+85
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38551
* ralink: add support for 2 new mt7620 boards made by buffaloJohn Crispin2013-10-288-0/+300
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38550
* ralink: pinctrl fix for non muxed pinsJohn Crispin2013-10-261-37/+68
| | | | | | | | Pins with no mux option failed to be recognized as gpios. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38540