aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* ep93xx: switch to 3.8 kernelFlorian Fainelli2013-03-171-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36075
* kernel: refresh 3.9 patchesFlorian Fainelli2013-03-179-77/+17
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36074
* ep93xx: add support for 3.8 kernelFlorian Fainelli2013-03-174-0/+1521
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36073
* ep93xx: account for sound soc directory rename in 3.7Florian Fainelli2013-03-171-3/+8
| | | | | | | | sound/soc/ep93xx -> sound/soc/cirrus Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36071
* kernel: set regmap-core module licenseFlorian Fainelli2013-03-175-0/+80
| | | | | | | | | | | | | | | | | | | | Fixes the following issues: [ 7.660000] regmap_core: module license 'unspecified' taints kernel [ 7.690000] Disabling lock debugging due to kernel [ 7.700000] regmap_core: Unknown symbol lzo1x_decompress_safe (err 0 [ 7.710000] regmap_core: Unknown symbol lzo1x_1_compress (err 0 [ 7.720000] regmap_core: Unknown symbol devres_add (err 0 [ 7.730000] regmap_core: Unknown symbol debugfs_create_bool (err 0 [ 7.750000] regmap_core: Unknown symbol devres_alloc (err 0 [ 7.760000] regmap_core: Unknown symbol debugfs_remove_recursive (err 0 [ 7.770000] regmap_core: Unknown symbol debugfs_create_file (err 0 [ 7.780000] regmap_core: Unknown symbol devres_free (err 0 [ 7.800000] regmap_core: Unknown symbol devres_find (err 0 [ 7.810000] regmap_core: Unknown symbol debugfs_create_dir (err 0) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36070
* au1000: remove support for 3.3. kernelFlorian Fainelli2013-03-174-174/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36067
* au1000: switch to 3.6 kernelFlorian Fainelli2013-03-171-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36066
* au1000: keep the MTX-1 watchdog pin low during bootFlorian Fainelli2013-03-171-0/+12
| | | | | | | | | Do this until the watchdog driver is loaded and the user-space watchdog daemon can start pinging the watchdog. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36065
* ep93xx: remove 3.3 kernel supportFlorian Fainelli2013-03-174-1496/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36064
* mcs814x: use devm_request_and_ioremap in mcs814x-rng driverFlorian Fainelli2013-03-171-8/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36063
* mcs814x: use devm_request_and_ioremap helper for nuport_mac driverFlorian Fainelli2013-03-171-4/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36062
* mcs814x: remove PCI codeFlorian Fainelli2013-03-176-484/+1
| | | | | | | | | None of the boards we support are using it nor have it wired out of the SoC, just remove it. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36061
* mcs814x: implement MULTI_IRQ_HANDLERFlorian Fainelli2013-03-164-25/+24
| | | | | | | | Allows us to get rid of the IRQ entry point assembly Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36060
* mcs814x: use the standard device tree binding to represent a PHY nodeFlorian Fainelli2013-03-164-3/+38
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36059
* mpc85xx: add profile and build image for the TL-WDR4900 v1 boardGabor Juhos2013-03-152-3/+63
| | | | | | | | | Now that the ethernet switch is working, create firmware images to make impatient users happy. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36051
* generic: ar8216: start AR8327 switch from the probe routineGabor Juhos2013-03-151-1/+19
| | | | | | | | | | | | The AR8327 switch gets its configuration from platform data or from the device-tree. This allows to start it from the probe routine. Doing so makes it usable with ethernet drivers which only connects to the PHY device when the ethernet interface is opened. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36050
* generic: ar8216: add ar8xxx_start helperGabor Juhos2013-03-151-11/+23
| | | | | | | | | Move switch starting code into a separate function. This makes it usable from other places. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36049
* mpc85xx: add AR8327 initvals to the TL-WDR4900 devicetreeGabor Juhos2013-03-151-2/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36048
* generic: ar8216: add OF configuration support for AR8327Gabor Juhos2013-03-151-1/+52
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36047
* generic: ar8216: separate platform_data based AR8327 codeGabor Juhos2013-03-151-5/+16
| | | | | | | | | | Move platform_data specific configuration code into a separate routine. Do it in preparation for the upcoming OF support. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36046
* generic: ar8216: don't use platform_data in ar8327_init_portGabor Juhos2013-03-151-5/+16
| | | | | | | | | Fetch the PORT_STATUS values in ar8327_hw_init and store those in a private data stucture for later use. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36045
* generic: ar8216: move the ar8327_get_port_init_status functionGabor Juhos2013-03-151-28/+28
| | | | | | | | It will be used in ar8327_probe routine. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36044
* generic: ar8216: simplify and rename ar8327_config_portGabor Juhos2013-03-151-15/+9
| | | | | | | | | | Return with the PORT_STATUS register value instead of writing that directly into the corresponding register. Also rename the function to ar8327_get_port_init_status. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36043
* generic: ar8216: remove superfluous pdata checksGabor Juhos2013-03-151-2/+2
| | | | | | | | | | The presence of the platform data is already verified in ar8327_hw_init, and the driver does not start without that anyway. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36042
* kernel: update linux 3.8 to 3.8.3Gabor Juhos2013-03-1571-503/+148
| | | | | | | | Also refresh the related generic/platform patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36039
* ar71xx: build images for the TL-MR11U v2Gabor Juhos2013-03-151-1/+3
| | | | | | | | | | [juhosg: use different profile name for v1 and v2, and add multi profile to build for both versions] Signed-off-by: Guilhem Lettron <guilhem@lettron.fr> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36038
* ar71xx: rw2458n - Use eeprom (art) from wifi cardGabor Juhos2013-03-151-4/+4
| | | | | | | | | Use eeprom (art) from included wifi card, not hard coded in flash. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36037
* ar71xx: Error fix in Kernel for MR3420v2 Ethernet Switch configurationGabor Juhos2013-03-151-4/+2
| | | | | | | | | | | | | | Error in using another MDIO (AP123 platform using only one GE1 device for eth0 and eth1) for the router mr3420v2. ?onfirmed: https://forum.openwrt.org/viewtopic.php?pid=194779#p194779 Routers in this sense are the same and the only difference is: USB port, USB led, instead of the GPIO-switch we have GPIO-button. Signed-off-by: Dmytro <dioptimizer@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36036
* ACMP252: fix USB-enable GPIO and use default PCI configuration for nowJohn Crispin2013-03-141-8/+1
| | | | | | | | | | | EEPROM is an actial serial EEPROM on the WiFi module, therefore we can remove ralink_eep from the dts. USB power-enable GPIO turned out to be GPIO #3 (found via probing/brute-force). PCI works with default settings as long as the vendor bootloader is used. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 36030
* fix buttons on vr9 eval kitJohn Crispin2013-03-141-10/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36029
* select vdsl packages on vr9 boardsJohn Crispin2013-03-142-1/+13
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36028
* fix fritzbox 3370 partitions/memory/cmdlineJohn Crispin2013-03-141-5/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36027
* build jffs images for nand based fritzboxJohn Crispin2013-03-141-1/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36026
* bump to v3.8John Crispin2013-03-1443-1/+14590
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36014
* move GPHY FW blobs to non versioned folderJohn Crispin2013-03-144-0/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36013
* kernel: add support for 3.9-rc2Florian Fainelli2013-03-14156-0/+30824
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36008
* update the /init file to start /sbin/initJohn Crispin2013-03-131-94/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36002
* make sure the console works when using procd as our pid 1John Crispin2013-03-131-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36000
* gemini: remove 3.3 supportGabor Juhos2013-03-1218-4901/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35995
* gemini: switch to 3.8Gabor Juhos2013-03-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35994
* gemini: add support for 3.8Gabor Juhos2013-03-1218-0/+5275
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35993
* fixes NO_XIP on CFI0001 flashJohn Crispin2013-03-122-0/+19
| | | | | | | | | | | This patch disables the execute-in-place (XIP) support for flash on lantiq. This has to be disabled since the bus which flash is connected to does not support unaligned accesses. Resolves data bus errors on Lantiq routers with Intel command set flash. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 35992
* add support for AudioCodes AC-252John Crispin2013-03-124-1/+116
| | | | | | | | | user-space support for extracting the EEPROM for the RaLink WiFi is still missing. Besides this, it's all working. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 35990
* unbreak dgn3500 spi-gpioJohn Crispin2013-03-121-4/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35989
* make sure errors get sent to /dev/nullJohn Crispin2013-03-121-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35988
* make sure errors get sent to /dev/nullJohn Crispin2013-03-121-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35987
* avr32: remove 3.3 supportGabor Juhos2013-03-122-131/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35985
* avr32: switch to 3.8Gabor Juhos2013-03-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35984
* avr32: add support for 3.8Gabor Juhos2013-03-123-0/+153
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35983
* avr32: add sysupgrade supportGabor Juhos2013-03-121-0/+28
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35982