summaryrefslogtreecommitdiff
path: root/target/linux/ramips
Commit message (Collapse)AuthorAgeFilesLines
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* ramips: use the generic uci-default functions for initial LED setupGabor Juhos2012-05-291-41/+8
| | | | SVN-Revision: 31993
* ramips: WAN LED for D-Link DIR-300-B1Gabor Juhos2012-05-292-0/+38
| | | | | | | | | | | | | | | | | | Add led devices for D-Link DIR-300-B1 WAN LED. Note that the GPIO state is also ANDed with the esw switch port 4 LED state, which is why I've set the amber LED to default-on. Closes: https://dev.openwrt.org/ticket/11326 Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> [ juhosg: - fix comment style in mach-dir-300-revb.c, - remove the PPP specific LED setup, not everyone uses a PPP connection on the WAN interface] SVN-Revision: 31989
* ramips: rt3883: add device registration code for the SPI controllerGabor Juhos2012-05-272-0/+26
| | | | SVN-Revision: 31922
* ramips: allow to use the SPI driver on RT3662/RT3883Gabor Juhos2012-05-271-2/+2
| | | | SVN-Revision: 31921
* ramips: rt3883: fix GPIO reservation for the SPI pinsGabor Juhos2012-05-271-1/+1
| | | | SVN-Revision: 31920
* ramips: rt305x: remove superfluous controller_data assignmentGabor Juhos2012-05-271-1/+0
| | | | SVN-Revision: 31919
* ramips: make rt2x00 firmware extraction quietGabor Juhos2012-05-271-1/+1
| | | | SVN-Revision: 31918
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848
* ramips: Add byte queue limits support to net/ethernet/ramips_main.cGabor Juhos2012-05-231-0/+8
| | | | | | | | | | | | | | Add byte queue limits support to net/ethernet/ramips_main.c "Byte queue limits are a mechanism to limit the size of the transmit hardware queue on a NIC by number of bytes. The goal of these byte limits is too reduce latency (HOL blocking) caused by excessive queuing in hardware (aka buffer bloat) without sacrificing throughput." Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 31844
* ramips: Enable sysupgrade for Sitecom WL-351Gabor Juhos2012-05-231-0/+1
| | | | | | | | | Sysupgrade works just fine on my Sitecom WL-351 after adding this oneliner. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 31843
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-153-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-141-1/+1
| | | | SVN-Revision: 31709
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-1/+1
| | | | SVN-Revision: 31645
* ramips: W306R V2.0 - GPIO and Network fixesGabor Juhos2012-05-024-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed: GPIO typos and confirmed GPIO_BUTTON_RESET Fixed: Lan & Wan reversed: swaped "eth0.2" with "eth0.1" by removing a line(default is correct), and reversed the Lan/wan layout LLLLW to WLLLL. Added: image/Makefile now builds -factory.bin files. I am unsure of the accepted way to change the makefile but the name of the image needs to be 'linkn Kernel Image' in order to be accepted by the OEM firmware. Known issue: eth0 (internal switch i think has mac address: 00:11:22:33:44:55 but i think it should be same as the lan). Known issue: Pressing the reset button has no noticable effect, i would expect the router to boot failsafe if being pressed on boot, reboot if short press and reset all to default if long press. [juhosg: remove mtdlayout_W306R and use mtdlayout_4M instead] Signed-off-by: David Pearce <david_18051985@hotmail.com> SVN-Revision: 31557
* ramips: Make serial console for DIR-300-B1 work againGabor Juhos2012-05-021-2/+2
| | | | | | | | | | | | | | | | | Make serial console for DIR-300-B1 work again. With some recent change, "console=ttyS1,57600" was removed from the default kernel command line, this adds the necessary mkcmdline incantation to image/Makefile to add it there for this target. This is quite likely broken for other targets as well. Without this the console switches to ttyS0 instead of ttyS1 and kernel output is missing, and the userspace comes up with 9600 baud instead of 57600. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 31556
* kernel: update linux 3.3 to 3.3.4Gabor Juhos2012-04-302-2/+2
| | | | SVN-Revision: 31541
* ramips: rt305x: extract wifi eeprom and use the 8M template for the UR-336UNGabor Juhos2012-04-292-1/+2
| | | | | | Patch-by: Lebedev Dmitry <lebedev@trendnet.ru> SVN-Revision: 31507
* kernel: update linux 3.3 to 3.3.3Jonas Gorski2012-04-241-1/+1
| | | | SVN-Revision: 31460
* ramips: rt305x: add support for the UR-336UN boardGabor Juhos2012-04-2311-0/+139
| | | | | | Patch-by: Lebedev Dmitry <lebedev@trendnet.ru> SVN-Revision: 31451
* ramips: rt305x: add support for the Asus WL-330N3G boardGabor Juhos2012-04-2310-1/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the ASUS WL-330N3G Comparing to the WL-330N, It have 32MB ram, usb support and a bicolor led. The bi-color led is driven by 2 gpio. I don't know how to handle this, so I simply made 2 leds : one red, one blue. But the red light takes precedence over the blue one according to the chart below. r = led is red b = led is blue 0 = led is off xy= x->r for red, b for blue led, y->value of brightness in /sys/class/leds/x/brughtness initial state action led gpio state r0 b0 r0->r1 r r0 b0 r0 b0 b0->b1 b r0 b1 r1 b0 r1->r0 0 r0 b0 r1 b0 b0->b1 r r1 *b1* r1 b1 r1->r0 b r0 b1 r1 b1 b1->b0 r r1 b0 r0 b1 r0->r1 r r1 *b1* r0 b1 b1->b0 0 r0 r0 Signed-off-by: Frédéric Leroy <fredo@starox.org> SVN-Revision: 31450
* ramips: nuke 3.2 suportGabor Juhos2012-04-2116-800/+0
| | | | SVN-Revision: 31405
* ramips: switch to 3.3.2Gabor Juhos2012-04-211-1/+1
| | | | SVN-Revision: 31404
* ramips: add support for 3.3Gabor Juhos2012-04-2116-0/+813
| | | | SVN-Revision: 31403
* ramips: rt305x: add OHCI/EHCI registration code for RT3352Gabor Juhos2012-04-212-5/+161
| | | | SVN-Revision: 31402
* ramips: rt305x: fix CPU clock detection on RT3352Gabor Juhos2012-04-212-12/+36
| | | | SVN-Revision: 31401
* ramips: rt305x: use different memory size setup for RT3352Gabor Juhos2012-04-212-2/+13
| | | | SVN-Revision: 31400
* ramips: rt3883: add profile and build sysupgrade image for the RT-N56UGabor Juhos2012-04-212-0/+29
| | | | SVN-Revision: 31399
* ramips: add swconfig to the default package listGabor Juhos2012-04-211-1/+1
| | | | SVN-Revision: 31398
* ramips: build initramfs image for the Fonera 2.0NGabor Juhos2012-04-211-0/+4
| | | | SVN-Revision: 31397
* ramips: rt305x: add initial support for Tenda W306R V2.0Gabor Juhos2012-04-2114-0/+120
| | | | | | | | | | More device info at: http://wiki.openwrt.org/toh/tenda/w306r Signed-off-by: David Pearce <David_18051985@hotmail.com.au> [juhosg: fix checkpatch errors, remove kmod-phy and luci-ssl packages from the profile, change broken GPIO number] SVN-Revision: 31396
* ramips: remove hardcoded console parameter from kernel configsGabor Juhos2012-04-213-3/+3
| | | | SVN-Revision: 31395
* kernel: also update the targets to use 3.2.15Jonas Gorski2012-04-171-1/+1
| | | | | | Thanks Gabor for spotting it. SVN-Revision: 31337
* kernel: update linux 3.2 to 3.2.14Jonas Gorski2012-04-091-1/+1
| | | | SVN-Revision: 31222
* kernel: update linux 3.2 to 3.2.13 and refresh patchesJonas Gorski2012-04-011-1/+1
| | | | | | Also remove a duplicate patch from lantiq (already in generic). SVN-Revision: 31158
* ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN ↵Jo-Philipp Wich2012-03-2912-1/+71
| | | | | | 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 boardsGabor Juhos2012-03-273-0/+5
| | | | | | Patch from #10105. SVN-Revision: 31101
* ramips: rt305x: add add support for the Asus WL-330N boardGabor Juhos2012-03-2712-2/+116
| | | | | | | | | [juhosg: reorder several lines in order to keep things sorted alphabetically] Signed-off-by: Frédéric Leroy <fredo@starox.org> SVN-Revision: 31100
* kernel: update linux 3.2 to 3.2.12Gabor Juhos2012-03-191-1/+1
| | | | SVN-Revision: 31028
* ramips: rt305x: add profile for the AZtech HW-5503G boardGabor Juhos2012-03-121-0/+19
| | | | | | Patch from #11085. SVN-Revision: 30907
* ramips: add RT3350 detectionGabor Juhos2012-03-123-0/+12
| | | | SVN-Revision: 30900
* ramips: rt305x: rewrite SoC detectionGabor Juhos2012-03-113-5/+60
| | | | SVN-Revision: 30890
* ramips: rt305x: rename SYSTEM_CONFIG_* defines to RT305X_SYSCFG_*Gabor Juhos2012-03-113-14/+14
| | | | SVN-Revision: 30889
* ramips: replace RALINK_SOC_* macros with global variablesGabor Juhos2012-03-1110-64/+30
| | | | SVN-Revision: 30888
* ramips: introduce ramips_soc_prom_init and move SoC detection into thatGabor Juhos2012-03-1111-21/+18
| | | | SVN-Revision: 30887
* ramips: build initramfs image for DIR-{3,6}00 boardsGabor Juhos2012-03-111-0/+4
| | | | SVN-Revision: 30882
* ramips: allow to use DSP ASE on RT3xxxGabor Juhos2012-03-112-2/+2
| | | | SVN-Revision: 30879
* ramips: add support for unbranded XDX-RN502J boardGabor Juhos2012-03-0410-2/+102
| | | | | | | | | | | | | | | | | | | | | | | 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 Juhos2012-03-0411-0/+106
| | | | | | | | | [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
* kernel: update linux 3.2 to 3.2.9Gabor Juhos2012-03-011-1/+1
| | | | SVN-Revision: 30767