Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN ↵ | Jo-Philipp Wich | 2012-03-29 | 4 | -0/+39 |
| | | | | | | network setup while we're at it - thanks Pau Escrich <p4u@dabax.net> for the implementation SVN-Revision: 31144 | ||||
* | ramips: rt305x: build image for the DIR-615 rev D boards | Gabor Juhos | 2012-03-27 | 2 | -0/+4 |
| | | | | | | Patch from #10105. SVN-Revision: 31101 | ||||
* | ramips: rt305x: add add support for the Asus WL-330N board | Gabor Juhos | 2012-03-27 | 4 | -0/+101 |
| | | | | | | | | | [juhosg: reorder several lines in order to keep things sorted alphabetically] Signed-off-by: Frédéric Leroy <fredo@starox.org> SVN-Revision: 31100 | ||||
* | ramips: add RT3350 detection | Gabor Juhos | 2012-03-12 | 3 | -0/+12 |
| | | | | SVN-Revision: 30900 | ||||
* | ramips: rt305x: rewrite SoC detection | Gabor Juhos | 2012-03-11 | 3 | -5/+60 |
| | | | | SVN-Revision: 30890 | ||||
* | ramips: rt305x: rename SYSTEM_CONFIG_* defines to RT305X_SYSCFG_* | Gabor Juhos | 2012-03-11 | 3 | -14/+14 |
| | | | | SVN-Revision: 30889 | ||||
* | ramips: replace RALINK_SOC_* macros with global variables | Gabor Juhos | 2012-03-11 | 10 | -64/+30 |
| | | | | SVN-Revision: 30888 | ||||
* | ramips: introduce ramips_soc_prom_init and move SoC detection into that | Gabor Juhos | 2012-03-11 | 11 | -21/+18 |
| | | | | SVN-Revision: 30887 | ||||
* | ramips: allow to use DSP ASE on RT3xxx | Gabor Juhos | 2012-03-11 | 2 | -2/+2 |
| | | | | SVN-Revision: 30879 | ||||
* | ramips: add support for unbranded XDX-RN502J board | Gabor Juhos | 2012-03-04 | 4 | -0/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for routers using a PCB marked XDX-RN502J V2.0, such as some unbranded routers like this: http://www.mediafire.com/?8acv87h6snn9fj6 http://www.mediafire.com/?do7xonw7scor4kn http://www.mediafire.com/?1ad49zvx3e7jyix http://www.mediafire.com/?i46cqiq66maa197 http://www.aliexpress.com/product-fm/516397994-Free-Shipping-300M-3G-WAN-Wireless-N-WiFi-USB-AP-Router-2-Antennas-wholesalers.html some reports also state the Aceex 22Y uses the same board. more information can be found in the following openwrt forum post https://forum.openwrt.org/viewtopic.php?id=34878 [juhosg: fix checkpatch warnings, use the GENERIC_4M template] Signed-off-by: bruno schwander <bruno@tinkerbox.org> SVN-Revision: 30809 | ||||
* | ramips: board support for Asus RT-N10+ | Gabor Juhos | 2012-03-04 | 4 | -0/+81 |
| | | | | | | | | | [juhosg: fix indentation in platform scripts, and remove debug messages from 06_set_iface_mac] Signed-off-by: Patrick van Staveren <trick@vanstaveren.us> SVN-Revision: 30808 | ||||
* | ramips: don't read RAMIPS_RX_CALC_IDX0 register in the loop | Gabor Juhos | 2012-02-26 | 1 | -1/+3 |
| | | | | SVN-Revision: 30733 | ||||
* | ramips: raeth: add rx_info structure | Gabor Juhos | 2012-02-26 | 2 | -24/+57 |
| | | | | | | | | | | | | | This helps to reduce code size on RX path: add/remove: 0/0 grow/shrink: 3/1 up/down: 68/-56 (12) function old new delta ramips_eth_open 1104 1144 +40 ramips_ring_free 212 232 +20 ramips_eth_stop 400 408 +8 ramips_eth_rx_hw 648 592 -56 SVN-Revision: 30732 | ||||
* | ramips: raeth: add tx_info structure | Gabor Juhos | 2012-02-26 | 2 | -19/+55 |
| | | | | | | | | | | | | | | This helps to reduce code size on TX path: add/remove: 0/0 grow/shrink: 1/4 up/down: 56/-92 (-36) function old new delta ramips_eth_open 1048 1104 +56 ramips_eth_tx_housekeeping 156 148 -8 ramips_ring_free 224 212 -12 ramips_eth_stop 420 400 -20 ramips_eth_hard_start_xmit 480 428 -52 SVN-Revision: 30731 | ||||
* | ramips: raeth: don't process disabled interrupts | Gabor Juhos | 2012-02-25 | 1 | -5/+11 |
| | | | | | | Also rename the 'fe_int' variable. SVN-Revision: 30713 | ||||
* | ramips: raeth: show interrupt statistics in debugfs | Gabor Juhos | 2012-02-22 | 3 | -0/+105 |
| | | | | SVN-Revision: 30681 | ||||
* | ramips: raeth: add debugfs support | Gabor Juhos | 2012-02-22 | 5 | -1/+91 |
| | | | | SVN-Revision: 30680 | ||||
* | ramips: raeth: rename main source file | Gabor Juhos | 2012-02-22 | 2 | -0/+2 |
| | | | | SVN-Revision: 30679 | ||||
* | ramips: raeth: add missing Kconfig and Makefile | Gabor Juhos | 2012-02-21 | 2 | -0/+18 |
| | | | | SVN-Revision: 30671 | ||||
* | ramips: move the ethernet driver into a separate directory | Gabor Juhos | 2012-02-21 | 3 | -0/+0 |
| | | | | | | Also clean up the Kconfig symbols. SVN-Revision: 30670 | ||||
* | ramips: rename the spi driver | Gabor Juhos | 2012-02-21 | 1 | -0/+0 |
| | | | | SVN-Revision: 30669 | ||||
* | ramips: rt3883: make rt3883_nand_data visible | Gabor Juhos | 2012-02-19 | 2 | -7/+4 |
| | | | | SVN-Revision: 30655 | ||||
* | ramips: merge 3.2 fixes | Gabor Juhos | 2012-02-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 30652 | ||||
* | ramips: rt305x: nuke built-in MTD partition maps | Gabor Juhos | 2012-02-19 | 23 | -821/+0 |
| | | | | SVN-Revision: 30650 | ||||
* | ramips: rt288x: nuke built-in MTD partition maps | Gabor Juhos | 2012-02-19 | 4 | -146/+0 |
| | | | | SVN-Revision: 30649 | ||||
* | ramips: rt305x: add support for the Skyline SL-R7205 Wireless 3G router | Gabor Juhos | 2012-02-19 | 4 | -0/+119 |
| | | | | | | | | | | | | | [juhosg: - don't switch back to 2.6.39 - update config-3.2 - change machine id to SL-R7205 - reorder case entries in platform scripts - remove button hotplug script] Signed-off-by: Haipoh Teoh <hpteoh@ceedtec.com> SVN-Revision: 30645 | ||||
* | ralink: rt3883: disable the 2GHz band on the RT-N56U | Gabor Juhos | 2012-02-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 30632 | ||||
* | ramips: rt3883: make rt3883_wlan_data visible | Gabor Juhos | 2012-02-18 | 2 | -4/+4 |
| | | | | SVN-Revision: 30631 | ||||
* | ramips: rt3883: change eeprom file name | Gabor Juhos | 2012-02-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 30603 | ||||
* | ramips: select HW_HAS_PCI on per-board basis | Gabor Juhos | 2012-02-16 | 3 | -2/+2 |
| | | | | SVN-Revision: 30576 | ||||
* | ramips: rt3883: remove a stray character from rt3883.h | Gabor Juhos | 2012-02-16 | 1 | -1/+0 |
| | | | | SVN-Revision: 30575 | ||||
* | ramips: rt288x: don't register the PCI controller on each board | Gabor Juhos | 2012-02-16 | 3 | -3/+8 |
| | | | | SVN-Revision: 30574 | ||||
* | ramips: raeth: separate ring allocation and setup | Gabor Juhos | 2012-02-16 | 1 | -44/+90 |
| | | | | SVN-Revision: 30573 | ||||
* | ramips: rt288x: fix PCI resource conflict | Gabor Juhos | 2012-02-15 | 1 | -0/+8 |
| | | | | SVN-Revision: 30563 | ||||
* | correct PCI IO/Mem resource swapping | Florian Fainelli | 2012-02-15 | 1 | -4/+4 |
| | | | | SVN-Revision: 30562 | ||||
* | add Ralink V11ST-FE board support | Florian Fainelli | 2012-02-15 | 4 | -0/+113 |
| | | | | | | | | | | This board is equipped with: - 4MB of NOR Flash - 32MB of SDRAM - IC+ IP175C switch - one Mini-PCI slot SVN-Revision: 30561 | ||||
* | ramips: raeth: add a helper function for skb allocation | Gabor Juhos | 2012-02-15 | 1 | -6/+16 |
| | | | | SVN-Revision: 30555 | ||||
* | ramips: raeth: use netdev_alloc_skb | Gabor Juhos | 2012-02-15 | 1 | -2/+3 |
| | | | | SVN-Revision: 30554 | ||||
* | ramips: raeth: add '__packed __aligned(4)' annotation to dma descritor ↵ | Gabor Juhos | 2012-02-15 | 1 | -2/+2 |
| | | | | | | | | structures This helps GCC to generare more efficient code. SVN-Revision: 30553 | ||||
* | ramips: raeth: use 're' instead of 'priv' everywhere | Gabor Juhos | 2012-02-15 | 1 | -73/+73 |
| | | | | SVN-Revision: 30552 | ||||
* | ramips: raeth: force link down in ramips_phy_stop | Gabor Juhos | 2012-02-15 | 1 | -7/+6 |
| | | | | SVN-Revision: 30550 | ||||
* | ramips: raeth: serialize ramips_link_adjust calls | Gabor Juhos | 2012-02-15 | 1 | -0/+8 |
| | | | | SVN-Revision: 30549 | ||||
* | ramips: raeth: add PHYLIB support | Gabor Juhos | 2012-02-15 | 3 | -8/+225 |
| | | | | SVN-Revision: 30547 | ||||
* | ramips: rt3883: enable PCI on the RT-N56U board | Gabor Juhos | 2012-02-14 | 1 | -0/+16 |
| | | | | SVN-Revision: 30528 | ||||
* | ramips: rt3883: add PCI support | Gabor Juhos | 2012-02-14 | 4 | -0/+518 |
| | | | | SVN-Revision: 30527 | ||||
* | ramips: use SoC specific irq.h | Gabor Juhos | 2012-02-14 | 3 | -3/+36 |
| | | | | SVN-Revision: 30525 | ||||
* | ramips: add preliminary support for the Asus RT-N56U board | Gabor Juhos | 2012-02-13 | 4 | -0/+148 |
| | | | | SVN-Revision: 30498 | ||||
* | ramips: raeth: enable MDIO code for RT3883 | Gabor Juhos | 2012-02-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 30497 | ||||
* | ramips: add preliminary support for the RT3662/RT3883 SoCs | Gabor Juhos | 2012-02-13 | 21 | -0/+1784 |
| | | | | SVN-Revision: 30495 | ||||
* | ramips: include 'linux/module.h' in the ramips_spi driver | Gabor Juhos | 2012-02-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 30475 |