aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: allow to attach the internal switch for AR934xGabor Juhos2011-12-151-0/+2
| | | | SVN-Revision: 29550
* ar71xx: introduce ar71xx_switch_dataGabor Juhos2011-12-153-3/+12
| | | | SVN-Revision: 29549
* ar71xx: fix mac addresses on jjPlus devicesGabor Juhos2011-12-152-0/+4
| | | | SVN-Revision: 29538
* ar71xx: add support for ALFA Network's Hornet-UB boardGabor Juhos2011-12-144-0/+145
| | | | SVN-Revision: 29535
* ar71xx: add GPIO function bit defines for AR933XGabor Juhos2011-12-141-0/+21
| | | | SVN-Revision: 29534
* ar71xx: fix gpio count for ar7241/ar7242Felix Fietkau2011-12-142-2/+6
| | | | SVN-Revision: 29532
* ar71xx: register extra leds behind the wireless mac on wzr-hp-g450hFelix Fietkau2011-12-143-0/+26
| | | | SVN-Revision: 29531
* ar71xx: fix wireless led on wzr-hp-g450hFelix Fietkau2011-12-131-0/+1
| | | | SVN-Revision: 29515
* ar71xx: enable AR9341 support at setup.cGabor Juhos2011-12-131-0/+6
| | | | | | Patch-by: dyq <729650915@qq.com> SVN-Revision: 29514
* ar71xx: Build images for Netgear WNDRMAC and WNDRMACv2Gabor Juhos2011-12-132-2/+3
| | | | | | | | | | | | | | | | | | | The WNDRMAC is a WNDR3700v2 (64MB RAM, 16MB flash) in a white case. The WNDRMACv2 is a WNDR3800 (128MB RAM, 16MB flash) in a WNDRMAC case. The WNDRMAC case doesn't have "holes" or labels for the 2.4GHz LED or switch ports 2-4. The stock firmware uses a single LED (in the 5GHz position) to indicate the status of both radios, and a single LED (in the switch port 1 position) to indicate the status of all LAN ports. The "missing" LEDs are present on the board, and easily shine through the case. Unlike the stock firmware, OpenWrt will use these "hidden" LEDs. I've tested the WNDRMACv2 image. I don't have a v1 WNDRMAC, but assume that this is sufficient to build a fully-functional image. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 29513
* ar71xx: add gpios and usb for wzr-hp-g450hFelix Fietkau2011-12-131-2/+73
| | | | SVN-Revision: 29509
* ar71xx: use RedBoot parser on PB44Gabor Juhos2011-12-111-0/+10
| | | | SVN-Revision: 29501
* ar71xx: use correct mac on the lan interface on several TP-LINK devicesGabor Juhos2011-12-053-6/+6
| | | | SVN-Revision: 29458
* ar71xx: allow to pass negative offset values for ar71xx_init_macGabor Juhos2011-12-052-3/+3
| | | | SVN-Revision: 29457
* ar71xx: don't register PCI controller on AR934x if PCIE_RC bit is not setGabor Juhos2011-12-051-2/+7
| | | | SVN-Revision: 29456
* ar71xx: add preliminary support for wzr-hp-g450hFelix Fietkau2011-12-054-0/+96
| | | | SVN-Revision: 29441
* ar71xx: move multi-m25p80 concat code from wzr-hp-ag300h mach code to ↵Felix Fietkau2011-12-053-72/+78
| | | | | | dev-m25p80.c, other buffalo routers use it as well SVN-Revision: 29440
* ar71xx: rewrite WNDR3700/3800 handlingGabor Juhos2011-12-052-132/+4
| | | | SVN-Revision: 29434
* ar71xx: use the tp-link parser on the tp-link boardsGabor Juhos2011-12-038-267/+33
| | | | | | Also remove static partition maps. SVN-Revision: 29416
* ar71xx: run the RedBoot parser only on the RedBoot based boardsGabor Juhos2011-12-036-9/+60
| | | | SVN-Revision: 29414
* ar71xx: run the MyLoader parser only on the WP543 boardGabor Juhos2011-12-031-4/+10
| | | | SVN-Revision: 29413
* ar71xx: run the wrt160nl parser only on the WRT160NL boardGabor Juhos2011-12-031-38/+4
| | | | | | Also remove static mtd partition definitions. SVN-Revision: 29412
* ar71xx: add support for Ubiquiti AirRouterGabor Juhos2011-12-012-0/+32
| | | | | | Signed-off-by: Gergely Barta <gergely.barta@printerfairkft.hu> SVN-Revision: 29395
* ar71xx: modify phy mask of the WP543 boardGabor Juhos2011-11-241-2/+2
| | | | | | This fixes ethernet on newer boards. Based on a patch from #9702. SVN-Revision: 29328
* ar71xx: fix wndr3800 machine nameGabor Juhos2011-11-242-0/+3
| | | | | | | | This fixes the machine name in /proc/cpuinfo and luci status page machine name. Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com> SVN-Revision: 29326
* ar71xx: set GE0 phy_mask for AR933xGabor Juhos2011-11-201-0/+2
| | | | SVN-Revision: 29274
* ar71xx: fix USB LED on the DB120 boardGabor Juhos2011-11-142-0/+4
| | | | SVN-Revision: 29126
* ar71xx: add a function for selecting output signal on a given GPIO pinGabor Juhos2011-11-142-0/+38
| | | | SVN-Revision: 29125
* ar71xx: fix GPIO function handling on AR934xGabor Juhos2011-11-142-9/+35
| | | | SVN-Revision: 29124
* ar71xx: add AR71XX_ prefix to GPIO_REG_* definesGabor Juhos2011-11-144-55/+55
| | | | SVN-Revision: 29123
* ar71xx: fix a compiler warningGabor Juhos2011-11-141-4/+4
| | | | SVN-Revision: 29110
* ar71xx: fix GPIO count for AR934xGabor Juhos2011-11-141-1/+1
| | | | SVN-Revision: 29109
* ar71xx: flush DDR writeback buffers for WMAC and PCIe on AR934XGabor Juhos2011-11-142-6/+7
| | | | SVN-Revision: 29108
* ar71xx: use a dummy irq chip for WMAC and PCIe irq hadlingGabor Juhos2011-11-144-2/+50
| | | | SVN-Revision: 29107
* ar71xx: add AR934X_RESET_REG_PCIE_WMAC_INT_STATUS definesGabor Juhos2011-11-141-0/+20
| | | | SVN-Revision: 29106
* ar71xx: add an irq parameter for ar724x_pcibios_initGabor Juhos2011-11-143-6/+6
| | | | SVN-Revision: 29105
* ar71xx: remove hardwired interface parameters from mach-* filesGabor Juhos2011-11-1413-128/+20
| | | | SVN-Revision: 29103
* ar71xx: force hardwired interface parameters in ar71xx_add_device_ethGabor Juhos2011-11-141-1/+11
| | | | SVN-Revision: 29102
* ar71xx: use if-else instead of conditional operators in ar71xx_add_device_ethGabor Juhos2011-11-141-48/+76
| | | | SVN-Revision: 29101
* ar71xx: enable has_gbit flag on AR724{0,1}Gabor Juhos2011-11-131-0/+1
| | | | SVN-Revision: 29026
* ar71xx: fixup onboard PCIe chip registration on the DB120 boardGabor Juhos2011-11-133-6/+36
| | | | SVN-Revision: 29022
* ar71xx: drop DB120_WMAC_MAC_OFFSET, it is not neededGabor Juhos2011-11-131-3/+1
| | | | SVN-Revision: 29021
* ar71xx: remove mii_ctrl resources of the ethernet devicesGabor Juhos2011-11-131-10/+0
| | | | SVN-Revision: 29016
* ar71xx: set MII interface speed from the set_speed callbacksGabor Juhos2011-11-132-0/+39
| | | | SVN-Revision: 29013
* ar71xx: rename set_pll callback to set_speed in ag71xx_platform_dataGabor Juhos2011-11-132-28/+28
| | | | | | Also rename the corresponding callback functions. SVN-Revision: 29012
* ar71xx: ag71xx: remove MII interface setup codeGabor Juhos2011-11-131-1/+0
| | | | SVN-Revision: 29011
* ar71xx: configure MII interface type from ar71xx_setup_phy_if_modeGabor Juhos2011-11-132-6/+28
| | | | SVN-Revision: 29010
* ar71xx: use the button for WPS control on the DB120Gabor Juhos2011-11-121-4/+4
| | | | SVN-Revision: 28990
* ar71xx: register the second ethernet interface on the DB120 boardGabor Juhos2011-11-121-0/+8
| | | | SVN-Revision: 28989
* ar71xx: implement SoC specific phy interface setupGabor Juhos2011-11-121-17/+85
| | | | SVN-Revision: 28988