summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0Gabor Juhos2012-07-123-1/+5
| | | | | | | | | | | | | | | | | The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is identical, but requires different firmware headers: TL-WDR4300: 00000040 43 00 00 01 00 00 00 01 00 00 00 00 76 fb 83 40 |C...........v..@| TL-WDR4310: 00000040 43 10 00 01 00 00 00 01 00 00 00 00 38 2b 50 6c |C...........8+Pl| [juhosg: change commit message, use a different model name] Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> SVN-Revision: 32683
* ramips: rt305x: add support for Edimax 3G-6200NGabor Juhos2012-07-1213-1/+122
| | | | | | | | Support for Edimax 3G-6200N router with USB. Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com> SVN-Revision: 32682
* generic: ocf: restore terminating entry of pci_id_table in hifnHIPPGabor Juhos2012-07-121-0/+1
| | | | SVN-Revision: 32680
* ar71xx: select ATH79_DEV_M25P80 for the WRT400N boardGabor Juhos2012-07-121-5/+6
| | | | SVN-Revision: 32679
* ar71xx: airrouter power led supportGabor Juhos2012-07-121-1/+6
| | | | | | | | | | This patch adds support for power led to Unifi Airrouter AP. [juhosg:fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32678
* ar71xx: unifi reset button supportGabor Juhos2012-07-121-1/+5
| | | | | | | | | | This patch adds support for reset button to Ubiquiti UniFi AP. [juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32677
* ar71xx: airrouter reset button supportGabor Juhos2012-07-121-1/+5
| | | | | | | | | | This patch adds support for reset button to Ubiquiti Airrouter AP. [juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32676
* ocf: update to version 20120127Luka Perkov2012-07-1137-275/+4066
| | | | SVN-Revision: 32672
* kernel: bcma: update to version from wireless-testing tag master-2012-07-11Hauke Mehrtens2012-07-114-63/+379
| | | | SVN-Revision: 32670
* remove bcm63xx_pci_register() call in livebox boardFlorian Fainelli2012-07-111-6/+1
| | | | SVN-Revision: 32661
* use physmap-flash on livebox (#8677)Florian Fainelli2012-07-111-4/+11
| | | | SVN-Revision: 32660
* nuport-mac: check netif_receive_skb() return valueFlorian Fainelli2012-07-111-2/+1
| | | | | | | | We did not reassign status to netif_receive_skb() return value, we thus almost always incremented the dropped counter because the descriptor status value never matches the NET_RX_DROP. SVN-Revision: 32659
* fix typo on of_node_put()Florian Fainelli2012-07-091-1/+1
| | | | SVN-Revision: 32653
* Detect alternative "cfe-" version bootloaders (found in 963281T_TEF board)Florian Fainelli2012-07-0616-22/+48
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32643
* ar71xx: swizzle address for PCI byte/word access on AR71xxGabor Juhos2012-07-061-0/+111
| | | | | | Closes #11683. SVN-Revision: 32639
* ar71xx: select SOC_AR933X and ATH79_DEV_WMAC for the OM2P boardGabor Juhos2012-07-061-5/+7
| | | | SVN-Revision: 32638
* ar71xx: merge new board patches into the generic patchGabor Juhos2012-07-064-128/+47
| | | | SVN-Revision: 32637
* ar71xx: OM2P LC sysupgrade patchGabor Juhos2012-07-061-2/+4
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32635
* call of_node_put() on ethernet nodeFlorian Fainelli2012-07-051-0/+2
| | | | SVN-Revision: 32628
* fix EPHY clock bit definition after r32489Florian Fainelli2012-07-051-1/+1
| | | | SVN-Revision: 32627
* give an unique partition identifier for dLAN USB Extender Combined partitionFlorian Fainelli2012-07-051-1/+1
| | | | SVN-Revision: 32626
* ar71xx: set firmware version for the TL-WR2543NGabor Juhos2012-07-051-4/+4
| | | | | | | | This ensures that the resulting firmware can be flashed from the latest (v3.13.17) offical firmware. SVN-Revision: 32617
* ar71xx: make 2.4GHz wlan LED work on the WR2543NGabor Juhos2012-07-051-0/+2
| | | | | | | | Because ath9k does not supports separate LEDs for different bands yet, the 2.4GHz LED will show the activity, even if the 5GHz band is selected. SVN-Revision: 32615
* ar71xx: OM2P sysupgrade supportGabor Juhos2012-07-052-0/+176
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32613
* ar71xx: add support for the OpenMesh OM2P-LC boardGabor Juhos2012-07-056-5/+71
| | | | | | Patch-by: Marek Linder <marek@open-mesh.com> SVN-Revision: 32611
* ar71xx: add profile and build image for the Atheros AP136 reference boardGabor Juhos2012-07-052-0/+19
| | | | SVN-Revision: 32609
* ar71xx: AP136 user-space supportGabor Juhos2012-07-054-0/+8
| | | | SVN-Revision: 32608
* ar71xx: add initial support for the Qualcomm Atheros AP136 boardGabor Juhos2012-07-0521-43/+457
| | | | SVN-Revision: 32607
* ar71xx: add initial support for the QCA955X SoCsGabor Juhos2012-07-0523-28/+974
| | | | SVN-Revision: 32606
* ar71xx: refactor PCI code to allow registering multiple PCI controllersGabor Juhos2012-07-0517-15/+1739
| | | | SVN-Revision: 32605
* generic: ar8216: start aneg on each PHY of the AR8327Gabor Juhos2012-07-051-1/+13
| | | | SVN-Revision: 32604
* add missing interrupts properties to some device nodesFlorian Fainelli2012-07-041-0/+7
| | | | SVN-Revision: 32603
* ar71xx: update the EW Dorin MTD layout, increase kernel partition size ↵Felix Fietkau2012-07-041-2/+2
| | | | | | (requested by EW) SVN-Revision: 32599
* bcm63xx: bcm63xx-spi does not depend on spi-bitbangJonas Gorski2012-07-031-1/+1
| | | | SVN-Revision: 32594
* bcm63xx: 96348A-122 improvements (Comtrend 5365)Jonas Gorski2012-07-032-2/+3
| | | | | | | | | 1) Improve WLAN button. 2) Add 96348A-122 image. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32593
* bcm63xx: fix second caldata address calculationJonas Gorski2012-07-031-1/+1
| | | | | | thanks Noltari for spotting this. SVN-Revision: 32592
* bcm63xx: update patches to latest upstream versionsJonas Gorski2012-07-0349-1449/+1360
| | | | SVN-Revision: 32591
* kernel: generic: spi: allow empty (un)prepare transferJonas Gorski2012-07-031-0/+39
| | | | SVN-Revision: 32590
* ar71xx: improve MDIO busy wait codeGabor Juhos2012-07-031-21/+30
| | | | SVN-Revision: 32586
* ar71xx: remove the built-in MTD map of the ALL0258NGabor Juhos2012-07-032-54/+7
| | | | | | | | | Pass the mtd_layout via the kernel command line instead. Also increase the kernel partition size to 1024k, so current kernel can fit in. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32585
* refresh patchesFlorian Fainelli2012-07-031-1/+1
| | | | SVN-Revision: 32581
* kernel: ssb/bcma: update to version from wireless-testing tag master-2012-07-02Hauke Mehrtens2012-07-0211-214/+703
| | | | SVN-Revision: 32580
* fix watchdog and rng drivers section mismatch (#11767)Florian Fainelli2012-06-293-2/+22
| | | | SVN-Revision: 32522
* ar71xx: detect and enable MIPS DSP extensions, AR9344 supports them (fixes ↵Felix Fietkau2012-06-281-0/+10
| | | | | | #11762) SVN-Revision: 32520
* kernel: switch openwrt default to TCP cubic from westwood (patch by Dave Täht)Felix Fietkau2012-06-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | Despite Westwood's theoretical advantages, in nearly every benchmark we ran last year, TCP cubic won, whether it be on correct RTT estimates, amount of buffering, responsiveness, etc. on current hardware and software designs. (both need timestamps on to work well, besides) TCP cubic is better maintained and understood than westwood, also. While a scenario where westwood would win possibly exists, there is too much buffering in the wifi stack in particular at present, to see any improvement. If you wish to exercise various TCPs under contention, the current svn head of netperf (2.6) has options to switch congestion control agorithms on the fly, as does iperf. SVN-Revision: 32514
* fix SPI clock frequency selectionFlorian Fainelli2012-06-271-1/+1
| | | | SVN-Revision: 32512
* kernel: add missing config symbolFelix Fietkau2012-06-241-0/+1
| | | | SVN-Revision: 32498
* ramips: mac address detection for Fonera 2.0nVasilis Tsiligiannis2012-06-232-0/+6
| | | | | | | | | Detect and apply MAC address of a Fonera 2.0n (ramips) Signed-off-by: Malte Forkel <malte.forkel@berlin.de> Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 32490
* provide an early ioremap cookie of the system configuration registerFlorian Fainelli2012-06-236-29/+38
| | | | SVN-Revision: 32489
* group SYSDBG register defines in mcs814x.hFlorian Fainelli2012-06-233-20/+22
| | | | SVN-Revision: 32488