Commit Graph

363 Commits (76774e1daadb6e69ab00d76593b76afab78a0db7)

Author SHA1 Message Date
Gabor Juhos ccbfcba859 ar71xx: move AP91 specific ethernet initialization into a separate file
SVN-Revision: 19750
15 years ago
Gabor Juhos da5cacba76 ar71xx: add missing GPIO LED for the WNDR3700 board
Signed-off-by: Scott Dudley <spmsink@hotmail.com>

SVN-Revision: 19744
15 years ago
Gabor Juhos b00fe580ed ar71xx: fix polarity of GPIO buttons on the WNDR3700 board
Signed-off-by: Scott Dudley <spmsink@hotmail.com>

SVN-Revision: 19743
15 years ago
Gabor Juhos 0017e832cc ar71xx: fix WLAN mac address on the TL-WR1043ND
SVN-Revision: 19573
15 years ago
Gabor Juhos 0cbc5f678d ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
SVN-Revision: 19565
15 years ago
Gabor Juhos 20df2bf825 ar71xx: merge generic machine code into setup.c
SVN-Revision: 19325
15 years ago
Gabor Juhos 2b5ba9073f rtl8366_smi: move RTL8366S driver into a separate file
SVN-Revision: 19279
15 years ago
Gabor Juhos 71d0a7a7bf ar71xx: fix ethernet mac address on the WZR-HP-G300NH
SVN-Revision: 19216
15 years ago
Gabor Juhos 3789aa82ac ar71xx: fix phy interface selection for the RB-450G
Patch from: https://forum.openwrt.org/viewtopic.php?pid=95865#p95865

SVN-Revision: 19185
15 years ago
Gabor Juhos e02f1581d0 Fix Routerboard 411ar on board wireless
This patch adds the appropriate interrupt for slot 0 pin 1 of the Routerboard 411ar (RB411 with on board Atheros wireless).

Signed-off-by: Andrew Bates abates@omeganetserv.com

SVN-Revision: 19184
15 years ago
Gabor Juhos cb80426641 ar71xx: add preliminary support for the Buffalo WZR-HP-G300NH
SVN-Revision: 19150
15 years ago
Gabor Juhos 3dc1073b53 ar71xx: reduce button threshold values
SVN-Revision: 19116
15 years ago
Gabor Juhos 58301cdeb8 ar71xx: add support for the D-Link DIR-600 rev. A1 board
SVN-Revision: 19100
15 years ago
Gabor Juhos a37ae4f128 ar71xx: add missing flash partition for the DIR-825
SVN-Revision: 19075
15 years ago
Gabor Juhos d2ff313775 ar71xx: don't include nvram.h for the WRT400N
SVN-Revision: 19055
15 years ago
Gabor Juhos de6bbad010 ar71xx: init PCI on the WRT400N board (thanks to Ben Pfountz for testing)
SVN-Revision: 19047
15 years ago
Gabor Juhos 953ff0cf43 ar71xx: fix bi-color QSS LED on the TL-WR941ND v2 board
SVN-Revision: 18988
15 years ago
Gabor Juhos f8b7b8ee41 ar71xx: update mips multi-machine stuff
SVN-Revision: 18985
15 years ago
Gabor Juhos 1a32a435f4 ar71xx: select AR71XX_NVRAM for the WRT160NL
SVN-Revision: 18984
15 years ago
Gabor Juhos 9649acf7c6 ar71xx: fix wireless mac address on the WRT160NL
SVN-Revision: 18976
15 years ago
Gabor Juhos 858ea76117 ar71xx: fix random wireless mac address on the TEW-632BRP/DIR-615 boards
SVN-Revision: 18951
15 years ago
Gabor Juhos 86a8480788 ar71xx: pass eeprom and mac address location to the ar913x_add_device_wmac function
SVN-Revision: 18950
15 years ago
Gabor Juhos 828221c683 ar71xx: remove duplicated include
SVN-Revision: 18949
15 years ago
Gabor Juhos 761e67f9ff ar71xx: move dsa switch device support into a separate file
SVN-Revision: 18943
15 years ago
Gabor Juhos bea984e187 ar71xx: move mach type definitions into a separate include file
SVN-Revision: 18942
15 years ago
Gabor Juhos b7ee264d5f ar71xx: change board specific Kconfig option to 'default n'
SVN-Revision: 18941
15 years ago
Gabor Juhos 6ee4aa34ed ar71xx: move USB host device support into a separate file
SVN-Revision: 18940
15 years ago
Gabor Juhos a93033d354 ar71xx: remove more unnecessary includes
SVN-Revision: 18939
15 years ago
Gabor Juhos 991a8d4398 ar71xx: use the generic m25p80 registration code for the MZK-W04NU
SVN-Revision: 18938
15 years ago
Gabor Juhos c0993046d6 ar71xx: move gpio-buttons support into a spearate file
SVN-Revision: 18937
15 years ago
Gabor Juhos 3687b4fb26 ar71xx: move leds-gpio device support into a spearate file
SVN-Revision: 18936
15 years ago
Gabor Juhos eb15b88af2 ar71xx: move PB42 specific PCI init code into a separate file
SVN-Revision: 18932
15 years ago
Gabor Juhos 7cf529c357 ar71xx: remove unnecessary includes
SVN-Revision: 18931
15 years ago
Gabor Juhos 40219e9bf4 ar71xx: fix bi-color led on the TL-WR841N v1.5
SVN-Revision: 18926
15 years ago
Gabor Juhos cace9f4566 ar71xx: add support for the TL-WR841N v1.5 board
SVN-Revision: 18893
15 years ago
Gabor Juhos bb9123ebbe ar71xx: update AR7240 PCI code
SVN-Revision: 18860
15 years ago
Gabor Juhos 6fcb5f6294 ar71xx: Fix LED active_low for the TL-WR1043ND board
This fixes the LED active_low's for the TP-Link wr1043nd board

Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au>

SVN-Revision: 18844
15 years ago
Gabor Juhos 17ee33ebb9 tl-wr1043nd: Register missing leds.
This adds the folowing for the TP-Link wr1043nd board
1. USB and WLAN LEDS
2. Change QSS LED from red to green
3. Fix polarity of the System LED

Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au>

SVN-Revision: 18821
15 years ago
Gabor Juhos a733e30bf6 ar71xx: ar913x_wmac device support into a separate file
SVN-Revision: 18820
15 years ago
Gabor Juhos 70d31d46a8 ar71xx: move AP94 specific PCI init code into a separate file
SVN-Revision: 18819
15 years ago
Gabor Juhos 1f114b0dbd ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on the patch from #6186)
SVN-Revision: 18818
15 years ago
Gabor Juhos e190743d25 ar71xx: add common m25p80 device
SVN-Revision: 18817
15 years ago
Gabor Juhos 4734a69891 ar71xx: add driver for the USB LED on the WNDR3700
SVN-Revision: 18758
15 years ago
Gabor Juhos de8bfcaf38 ar71xx: add ar71xx_device_stopped function
SVN-Revision: 18757
15 years ago
Gabor Juhos 1156a9ac0c ar71xx: merge DSA switch patch
SVN-Revision: 18752
15 years ago
Gabor Juhos 2b988fa855 ar71xx: register rtl8366-smi device on the DIR-825 B1 board
SVN-Revision: 18710
15 years ago
Felix Fietkau 2bff4bf4e5 rtl8306: manage the wan port as a separate phy device with proper link status reading and autonegotiation - the genphy driver does not handle it properly
SVN-Revision: 18709
15 years ago
Felix Fietkau ddc2e2270b ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the wrt160nl, fixes wan port detection (#6309)
SVN-Revision: 18699
15 years ago
Gabor Juhos 7d8a1bf239 ar71xx: TL-WR1043ND support cleanup
SVN-Revision: 18697
15 years ago
Gabor Juhos b12d752a63 ar71xx: preliminary support for the TL-WR1043ND
Adds board support for the TP-Link TL-WR1043ND Based on the Atheros AP81 platform.
Presently the RTL8366RB switch support is missing due to no driver.
The ethernet works with 5 ports@1Gbit but is missing vlan support.

Hope Ive done this right, First time submiting a patch.

Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au>

SVN-Revision: 18696
15 years ago
Gabor Juhos 63d8f159db ar71xx: register rtl8366_smi device on the WNDR3700
SVN-Revision: 18695
15 years ago
Gabor Juhos 18867965f7 ar71xx: add support for external mii_bus
SVN-Revision: 18692
15 years ago
Gabor Juhos f065bbdf7f ar71xx: DIR-825 support cleanup
SVN-Revision: 18622
15 years ago
Gabor Juhos e4d21e0399 ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)
SVN-Revision: 18621
15 years ago
Gabor Juhos 35dbf66787 ar71xx: override fifo_cfg[123] values on AR7240
SVN-Revision: 18614
15 years ago
Felix Fietkau 896090973f ar71xx: add usb support for ubnt rocket m
SVN-Revision: 18598
15 years ago
Gabor Juhos cfe5a8b593 ar71xx: fix mac address for 5GHz interface on WNDR3700
SVN-Revision: 18586
15 years ago
Gabor Juhos 971fcf9943 ar71xx: add PCI fixup for the WNDR3700 board
SVN-Revision: 18565
15 years ago
Gabor Juhos f662714bba ar71xx: fix pll_1000 values for the WNDR3700
SVN-Revision: 18564
15 years ago
Gabor Juhos 5e89cb5d31 ar71xx: add AR724x GPIO_FUNC register bit defines
SVN-Revision: 18561
15 years ago
Gabor Juhos b1e79f5d0f ar71xx: fix AR724X_GPIO_COUNT
SVN-Revision: 18560
15 years ago
Gabor Juhos 42d014bce4 ar71xx: add AR724x register defines
SVN-Revision: 18559
15 years ago
Felix Fietkau 0c687044b2 ar71xx: use a separate board id for rocket m
SVN-Revision: 18450
15 years ago
Matteo Croce 8bb3f7cbe5 ar71xx: add Ubiquiti Rocket M and Nanostation M support
SVN-Revision: 18447
15 years ago
Gabor Juhos b7692e73c6 ar71xx: setup platform data for ath9k on the TL-WR741ND, Bullet M and on the WNDR3700 boards
SVN-Revision: 18437
15 years ago
Gabor Juhos a12a03de8d ar71xx: register LEDs and buttons on the WNDR3700
Thanks to aorlinks (https://forum.openwrt.org/viewtopic.php?pid=97415#p97415)

SVN-Revision: 18435
15 years ago
Gabor Juhos 2f5d0b63d4 ar71xx: use __init for ar{71,91}xx_usb_setup
SVN-Revision: 18434
15 years ago
Gabor Juhos 5ab66428b0 ar71xx: add preliminary support for the Netgear WNDR3700
Based on patches by Marco Porsch from:
https://forum.openwrt.org/viewtopic.php?id=22311

SVN-Revision: 18411
15 years ago
Gabor Juhos 21fc9ffe63 ar71xx: use soc specific divider for mdio clock
SVN-Revision: 18225
15 years ago
Gabor Juhos 891a351b39 ar71xx: Compex WPJ543 board is supported as well
SVN-Revision: 18100
15 years ago
Gabor Juhos 053e9ab067 ar71xx: fix PCI IRQ map of the WP543
SVN-Revision: 18099
15 years ago
Gabor Juhos b1cd54b6b9 ar71xx: reset the phy chip along with the ethernet mac on the WP543 board
SVN-Revision: 18072
15 years ago
Gabor Juhos ebaa6a2fab ar71xx: reset the ethernet device before registration
SVN-Revision: 18071
15 years ago
Gabor Juhos 399aeeed70 ar71xx: initialize PCI controller on the Bullet M
SVN-Revision: 17812
15 years ago
Gabor Juhos d2c055526c ar71xx: init ethernet mac address on the Bullet M
SVN-Revision: 17811
15 years ago
Gabor Juhos fa59c65847 ar71xx: register GPIO button on the Bullet M
SVN-Revision: 17809
15 years ago
Gabor Juhos 5aae65b58c ar71xx: add PCI Host Controller fixup for ar724x
SVN-Revision: 17808
15 years ago
Gabor Juhos 0757fee42d ar71xx: use ar71xx_pci_fixup on ar71xx SoCs only
SVN-Revision: 17807
15 years ago
Gabor Juhos 2e09669095 ar71xx: fix a typo in the ar724x PCI code
SVN-Revision: 17806
15 years ago
Gabor Juhos 0eba7ba4ff ar71xx: don't use mac_base2 in the ag71xx driver
SVN-Revision: 17693
15 years ago
Matteo Croce 41ab4d3021 ar71xx: preliminary Ubiquiti Bullet M support
SVN-Revision: 17586
15 years ago
Gabor Juhos 967cc718f8 ar71xx: rewrite prom code (based on a patch by Jeff Hansen)
SVN-Revision: 17566
15 years ago
Gabor Juhos 376fba2698 ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for testing)
SVN-Revision: 17543
15 years ago
Gabor Juhos 582b8ba168 move early_printk stuff into a separate file
SVN-Revision: 17403
15 years ago
Gabor Juhos 4c8aa29833 remove AR71XX_EARLY_SERIAL stuff
SVN-Revision: 17400
15 years ago
Gabor Juhos dd48a43550 WRT160NL: add default trigger for the power led
SVN-Revision: 17203
15 years ago
Gabor Juhos 0c2142d309 WRT160NL: register GPIO LEDs and buttons
SVN-Revision: 17166
15 years ago
Gabor Juhos 66f839ac67 oops, add missing semicolons
SVN-Revision: 17142
15 years ago
Gabor Juhos e632633c5d get rid of some ifdefs in the IRQ code
SVN-Revision: 17141
15 years ago
Gabor Juhos 116576b3ba fix MISC IRQ handling on the AR7240
SVN-Revision: 17098
15 years ago
Gabor Juhos 5ab3bcc27f add ethernet suppor for the WRT160NL (thanks to Christian Daniel)
SVN-Revision: 17057
15 years ago
Gabor Juhos a21bf40453 increase size of the kernel partition on the TL-WR[789]41N boards
SVN-Revision: 16785
15 years ago
Gabor Juhos abd419a7df increase size of the kernel partition on the TEW-632BR board
SVN-Revision: 16784
15 years ago
Gabor Juhos 2dc230d260 register the VSC7395 device on the PB44 board
SVN-Revision: 16783
15 years ago
Gabor Juhos 218298becf use platform data to setup the MAC_CFG register in the spi_vsc7385 driver
SVN-Revision: 16780
15 years ago
Gabor Juhos a38d9256a7 add board setup code for the RB-450G/RB-433UAH boards * based on a patch from http://forum.openwrt.org/viewtopic.php?pid=91127#p91127
SVN-Revision: 16754
15 years ago
Gabor Juhos b8a97ca5c5 register a GPIO LEDs and buttons on the PB44 board
SVN-Revision: 16748
15 years ago
Gabor Juhos eca1b1ac07 register a I2C GPIO expander on the PB44 board
SVN-Revision: 16747
15 years ago
Gabor Juhos 2614fcb2f3 add initial support for the TL-WR741ND board
SVN-Revision: 16739
15 years ago
Gabor Juhos a6e3c605bc add AR7240 specific fixes for the ag71xx driver
SVN-Revision: 16737
15 years ago
Gabor Juhos f04fcfd801 make irq_chip definitions static
SVN-Revision: 16736
15 years ago
Gabor Juhos 3b47053fb3 AR7240 requires different IRQ unmasking code
SVN-Revision: 16734
15 years ago
Gabor Juhos c38e7aa7b2 add missing break statement
SVN-Revision: 16701
15 years ago
Gabor Juhos 600958b416 add missing includes
SVN-Revision: 16676
15 years ago
Gabor Juhos 54038e0540 add AR7240 specific PCI code
SVN-Revision: 16674
15 years ago
Gabor Juhos 1e84d049a4 fix a typo in the PCI code
SVN-Revision: 16673
15 years ago
Gabor Juhos 089b5ccb47 reorganize PCI code
SVN-Revision: 16672
15 years ago
Gabor Juhos d55e5fb153 fix AR7240 PCI IRQ support
SVN-Revision: 16669
15 years ago
Gabor Juhos d97b12f8b7 fix ar71xx_device_{start,stop} functions on the AR7240 SoC
SVN-Revision: 16648
15 years ago
Gabor Juhos 17c84f1db9 initialize GPIO for the AR7240 SoC
SVN-Revision: 16647
15 years ago
Gabor Juhos c524244c08 initialize IRQs for the AR7240 SoC
SVN-Revision: 16646
15 years ago
Gabor Juhos eb3ff716c1 add AR7240 specific frequency detection
SVN-Revision: 16645
15 years ago
Gabor Juhos 18d7edb82e add AR7240 specific definitions
SVN-Revision: 16644
15 years ago
Gabor Juhos d9259b25bf increase NR_IRQS
SVN-Revision: 16623
15 years ago
Gabor Juhos 161fe2c40c fix PCI_CORE irq number
SVN-Revision: 16622
15 years ago
Gabor Juhos 5899460ebf use enum for the machine type
SVN-Revision: 16588
15 years ago
Gabor Juhos 8094a7062f add AR913x specific GPIO function bit definitions
SVN-Revision: 16583
15 years ago
Gabor Juhos c94dcb755e setup mac address on the WNR2000
SVN-Revision: 16450
15 years ago
Gabor Juhos 5d21be0e31 move definition of ar91xx_flash_platform_data into a separate header file (closes #5321)
SVN-Revision: 16417
15 years ago
Gabor Juhos 31c9a411eb flush more register writings
SVN-Revision: 16415
15 years ago
Gabor Juhos 3de6b54859 flush AR71XX_RESET_PCI_INT_ENABLE register after writing
SVN-Revision: 16372
15 years ago
Gabor Juhos 0c4b6a0b07 setup mac address on the AP81 board
SVN-Revision: 16366
15 years ago
Gabor Juhos 67ace05bfe update flash locking code
SVN-Revision: 16359
15 years ago
Gabor Juhos 9668bbeea9 handle PCI_CORE interrupt as well
SVN-Revision: 16358
15 years ago
Gabor Juhos ab19bea631 change flash partition map of the AP83 board
SVN-Revision: 16356
15 years ago
Gabor Juhos ba08043ce4 add parallel flash driver
SVN-Revision: 16353
15 years ago
Gabor Juhos e72be9e83b fix a typo
SVN-Revision: 16348
15 years ago
Gabor Juhos 45d8b93d06 create a 'firmware' partition for MZK-W300NH board
SVN-Revision: 16347
15 years ago
Gabor Juhos f3c3e2772f improve MZK-W300NH support (thanks to Kazuki Shimada for the board)
SVN-Revision: 16340
15 years ago
Gabor Juhos 74dfd77f41 pass ucode name to the VSC7385 driver on the AP83 board
SVN-Revision: 16326
15 years ago
Gabor Juhos 782cd2cf27 add experimental support for the AP83-040 board
SVN-Revision: 16316
15 years ago
Gabor Juhos b0acbe709c add flash locking code
SVN-Revision: 16311
15 years ago
Gabor Juhos f84d0d2ae0 register parallel flash device on the AP83 board
SVN-Revision: 16232
15 years ago
Gabor Juhos c2c496868e add support for board specific PLL settings
SVN-Revision: 16133
15 years ago
Gabor Juhos cbe2c48249 register SPI bus on the AP83 board
SVN-Revision: 16115
15 years ago
Gabor Juhos f6e6a733f5 add preliminary support for the WRT160NL
SVN-Revision: 16068
15 years ago
Gabor Juhos db1d746463 update board setup code of the RouterStation Pro (patch by Ubiquiti Networks)
SVN-Revision: 16065
15 years ago
Gabor Juhos 220751e8ab fix typos in the PB42 support code
SVN-Revision: 15963
15 years ago
Gabor Juhos 7807c1a29f add experimental support for the Atheros PB44 board
SVN-Revision: 15928
15 years ago
Gabor Juhos 2e7a1d95f7 reorder mtd partitions on the WRT400N
SVN-Revision: 15829
15 years ago
Gabor Juhos 9ecc257d2f create image for the WRT400N board (thanks to netprince)
SVN-Revision: 15828
15 years ago
Gabor Juhos fb48fbba16 remove extern directives
SVN-Revision: 15735
15 years ago
Gabor Juhos 15f0a64dda increase AR71XX_MEM_SIZE_MAX (thanks to Leo Galambos for reporting)
SVN-Revision: 15734
15 years ago
Gabor Juhos aab2d9371b add experimental support for the Linksys WRT400N board (thanks to netprince)
SVN-Revision: 15422
15 years ago
Gabor Juhos d17716e16f ap81: register GPIO LEDs
SVN-Revision: 14931
16 years ago
Gabor Juhos d63a050292 ap81: register SPI flash, and add default MTD partitions
SVN-Revision: 14924
16 years ago
Gabor Juhos ed3b6e558e ap81: register GPIO buttons
SVN-Revision: 14923
16 years ago
Gabor Juhos 64958577a7 ap81: register USB host controller
SVN-Revision: 14922
16 years ago
Gabor Juhos ef537a68da ap81: register ethernet devices, and add default network configuration file
SVN-Revision: 14921
16 years ago
Gabor Juhos 066052eddf ap83: remove unnecessary include
SVN-Revision: 14920
16 years ago