summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.3
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: use gpio_set_value_cansleep on sleeping GPIOs in ath79_spiGabor Juhos2012-07-152-12/+15
| | | | SVN-Revision: 32736
* 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
* 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: add support for the OpenMesh OM2P-LC boardGabor Juhos2012-07-051-1/+2
| | | | | | Patch-by: Marek Linder <marek@open-mesh.com> SVN-Revision: 32611
* ar71xx: add initial support for the Qualcomm Atheros AP136 boardGabor Juhos2012-07-0520-43/+455
| | | | SVN-Revision: 32607
* ar71xx: add initial support for the QCA955X SoCsGabor Juhos2012-07-0522-27/+965
| | | | SVN-Revision: 32606
* ar71xx: refactor PCI code to allow registering multiple PCI controllersGabor Juhos2012-07-0517-15/+1739
| | | | SVN-Revision: 32605
* ar71xx: detect and enable MIPS DSP extensions, AR9344 supports them (fixes ↵Felix Fietkau2012-06-281-0/+10
| | | | | | #11762) SVN-Revision: 32520
* ar71xx: add support for the TL-WDR4300 boardGabor Juhos2012-06-191-0/+40
| | | | SVN-Revision: 32459
* ar71xx: refresh patchesGabor Juhos2012-06-193-7/+7
| | | | SVN-Revision: 32458
* ar71xx: make AR8327 LEDs working on the DB120 boardGabor Juhos2012-06-191-9/+18
| | | | SVN-Revision: 32457
* ar71xx: add a common function to configure USB power GPIOsGabor Juhos2012-06-191-0/+47
| | | | SVN-Revision: 32454
* ar71xx: add support for the embeddedwireless Dorin board (based on patch by ↵Felix Fietkau2012-06-191-0/+41
| | | | | | embeddedwireless.de) SVN-Revision: 32447
* ar71xx: add support for reading the MAC address from OTP ROM on AR933xFelix Fietkau2012-06-191-0/+166
| | | | SVN-Revision: 32446
* ar71xx: fix an insignificant typoGabor Juhos2012-05-232-2/+2
| | | | | | Patch from #11485. SVN-Revision: 31847
* ar71xx: fix build error if PCI is disabledGabor Juhos2012-05-071-0/+11
| | | | SVN-Revision: 31646
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-31/+0
| | | | SVN-Revision: 31645
* ar71xx: add support for the TP-Link TL-WR1041N v2 boardGabor Juhos2012-05-051-0/+40
| | | | | | Patch-by: Vince Huang <axishero@foxmail.com> SVN-Revision: 31608
* ar71xx: update 3.3 patchesGabor Juhos2012-05-0562-738/+1920
| | | | SVN-Revision: 31602
* ar71xx: fix a typo in the db120 mach fileGabor Juhos2012-05-051-1/+1
| | | | | | Reported-by: Sven Eckelmann <sven@narfation.org> SVN-Revision: 31601
* ar71xx: remove duplicated AP121 Kconfig entryGabor Juhos2012-04-201-19/+7
| | | | SVN-Revision: 31382
* ar71xx: merge/reorganize 3.3 patchesGabor Juhos2012-04-196-101/+38
| | | | SVN-Revision: 31357
* ar71xx: use ap91_pci_init for RB751{,G}Gabor Juhos2012-04-191-1/+2
| | | | SVN-Revision: 31356
* kernel: update linux 3.3 to 3.3.2Jonas Gorski2012-04-171-1/+1
| | | | SVN-Revision: 31336
* ar71xx: initial support for Mikrotik RB751G-2HnD and RB751U-2HnDGabor Juhos2012-04-061-0/+21
| | | | | | | | | | | | | | | | | Great collaboration on these two fantastic routers on the openwrt forum: https://forum.openwrt.org/viewtopic.php?id=32320 Above all kudos to aryufan. Well done and thank you everyone else who contributed. To-Do: LED for wlan is not yet activated To-Do: TxPower over 20dBm (RB751U) or 22dBm (RB751G) are not accepted by the router Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> [juhosg: fix line wrapped patch, fix checkpatch errors, add missing kernel patches] SVN-Revision: 31208
* ar71xx: boost SPI flash read performanceGabor Juhos2012-03-274-0/+251
| | | | | | | | | | | | | | | | mtd_speedtest results: page read speed old new delta DB120 929 KiB/s 2597 KiB/s +179.55% TL-WR1043ND v1 754 KiB/s 2166 KiB/s +187.27% TL-WR703N v1 745 KiB/s 2176 KiB/s +192.08% TL-MR3220 v1 752 KiB/s 2154 KiB/s +186.44% TL-WR2543ND v1 564 KiB/s 2130 KiB/s +277.66% TL-WR741ND v2 525 KiB/s 1767 KiB/s +236.57% ALFA-AP96 702 KiB/s 1977 KiB/s +181.62% WNDR3700 697 KiB/s 1965 KiB/s +181.92% SVN-Revision: 31118
* ar71xx: improve SPI flash read/write performanceGabor Juhos2012-03-279-162/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mtd_speedtest results: page write speed old new delta DB120 209 KiB/s 226 KiB/s +8.13% TL-WR1043ND v1 122 KiB/s 148 KiB/s +21.31% TL-WR703N v1 153 KiB/s 194 KiB/s +26.80% TL-MR3220 v1 130 KiB/s 156 KiB/s +20.00% TL-WR2543ND v1 158 KiB/s 202 KiB/s +27.85% TL-WR741ND v2 122 KiB/s 152 KiB/s +24.59% ALFA AP96 229 KiB/s 260 KiB/s +13.54% WNDR3700 202 KiB/s 223 KiB/s +10.40% page read speed old new delta DB120 691 KiB/s 929 KiB/s +34.44% TL-WR1043ND v1 372 KiB/s 754 KiB/s +102.69% TL-WR703N v1 375 KiB/s 745 KiB/s +98.67% TL-MR3220 v1 372 KiB/s 752 KiB/s +102.15% TL-WR2543ND v1 307 KiB/s 564 KiB/s +83.71% TL-WR741ND v2 315 KiB/s 525 KiB/s +66.67% ALFA AP96 515 KiB/s 702 KiB/s +36.31% WNDR3700 515 KiB/s 697 KiB/s +35.34% SVN-Revision: 31117
* linux: refresh patches against 3.3Gabor Juhos2012-03-201-1/+1
| | | | SVN-Revision: 31047
* ar71xx: fix IRQ number for the AR7240 OHCI controllerGabor Juhos2012-03-202-1/+12
| | | | SVN-Revision: 31044
* ar71xx: add initial support for RB750GLGabor Juhos2012-03-191-0/+22
| | | | SVN-Revision: 31025
* ar71xx: use a different pll value on DB120Gabor Juhos2012-03-191-1/+2
| | | | SVN-Revision: 31018
* ar71xx: add AR934x specific interface speed setup for ge0Gabor Juhos2012-03-191-4/+12
| | | | SVN-Revision: 31017
* ar71xx: remove static MTD maps from AP121/DB120 boardsGabor Juhos2012-03-192-131/+11
| | | | SVN-Revision: 31016
* ar71xx: use AR8327 on the DB120 boardGabor Juhos2012-03-181-23/+51
| | | | SVN-Revision: 31012
* ar71xx: add support for the jjPlus JA76PF2 boardGabor Juhos2012-03-161-0/+10
| | | | SVN-Revision: 30957
* ar71xx: move micrel PHY driver to the generic linux targetGabor Juhos2012-03-151-24/+0
| | | | SVN-Revision: 30946
* ar71xx: fix a typo in ar71xx_regs.hGabor Juhos2012-03-131-0/+11
| | | | SVN-Revision: 30921
* ar71xx: merge ar934x_bo_ddr_flush patchGabor Juhos2012-03-121-49/+0
| | | | SVN-Revision: 30912
* ar71xx: enable UART function for early_printk/consoleGabor Juhos2012-03-122-0/+79
| | | | SVN-Revision: 30909
* ar71xx: remove a 3.3 patch, it is already in 3.3-rc7Gabor Juhos2012-03-121-24/+0
| | | | SVN-Revision: 30903
* ar71xx: fix Compex WPE72 detectionGabor Juhos2012-03-122-4/+7
| | | | SVN-Revision: 30902
* ar71xx: refresh patches against 3.3-rc5Gabor Juhos2012-03-031-1/+1
| | | | SVN-Revision: 30801
* ar71xx: zero partition parser data in m25p80Gabor Juhos2012-02-101-0/+10
| | | | | | Ths fixes parsing of RedBoot partitions. SVN-Revision: 30427
* ar71xx: add preliminary support for 3.3Gabor Juhos2012-02-1095-0/+8527
SVN-Revision: 30410