aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* AA: ar71xx: set pad6 cfg for AR8327 on the AP136 boardjuhosg2012-11-251-10/+19
| | | | | | | | | | | Backport of r34316. Also override the pll_1000 value. Without these settings ethernet suffers from packet loss. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: set delay values for SGMII mode on AR8327juhosg2012-11-251-0/+14
| | | | | | | | Backport of r34315. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: introduce ar8216_mib_op helperjuhosg2012-11-251-26/+9
| | | | | | | | | | | | | | | Backport of r34297. The ar8216_mib_{capture,flush} functions are similar. Move the common code into a helper and use that from the original functions. This change also fixes a lockdep warning in ar8216_mib_flush. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: fix port number check in 'ar8xxx_mib_work_func'juhosg2012-11-251-1/+3
| | | | | | | | | | Backport of r34283. Also add a WARN_ON to 'ar8216_mib_fetch_port_stat' Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: remove an unblanced mutex_unlock calljuhosg2012-11-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of r34282. Fixes the following warning: [ 94.080000] [ 94.080000] ===================================== [ 94.080000] [ BUG: bad unlock balance detected! ] [ 94.080000] 3.3.8 #2 Tainted: G O [ 94.080000] ------------------------------------- [ 94.080000] swconfig/1220 is trying to release lock (&priv->mib_lock) at: [ 94.080000] [<801df8f4>] ar8216_sw_get_port_mib+0x138/0x16c [ 94.080000] but there are no more locks to release! [ 94.080000] [ 94.080000] other info that might help us debug this: [ 94.080000] 2 locks held by swconfig/1220: [ 94.080000] #0: (genl_mutex){+.+...}, at: [<80222430>] genl_rcv+0x14/0x34 [ 94.080000] #1: (&dev->sw_mutex){+.+...}, at: [<801da018>] swconfig_get_dev+0x88/0xb4 [ 94.080000] [ 94.080000] stack backtrace: [ 94.080000] Call Trace: [ 94.080000] [<8028dc58>] dump_stack+0x8/0x34 [ 94.080000] [<800a5128>] print_unlock_inbalance_bug+0xe0/0xfc [ 94.080000] [<800a82c0>] lock_release+0x18c/0x1c8 [ 94.080000] [<80292074>] __mutex_unlock_slowpath+0xd8/0x17c [ 94.080000] [<801df8f4>] ar8216_sw_get_port_mib+0x138/0x16c [ 94.080000] [<801db688>] swconfig_get_attr+0xbc/0x394 [ 94.080000] [<8022261c>] genl_rcv_msg+0x1cc/0x214 [ 94.080000] [<80221a18>] netlink_rcv_skb+0x6c/0xe8 [ 94.080000] [<80222440>] genl_rcv+0x24/0x34 [ 94.080000] [<80221370>] netlink_unicast+0x15c/0x22c [ 94.080000] [<8022175c>] netlink_sendmsg+0x240/0x2d0 [ 94.080000] [<801ef544>] sock_sendmsg+0x84/0x9c [ 94.080000] [<801f0648>] __sys_sendmsg+0x1cc/0x270 [ 94.080000] [<801f207c>] sys_sendmsg+0x48/0x7c [ 94.080000] [<8006ad78>] stack_done+0x20/0x40 [ 94.080000] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: add missing locking callsjuhosg2012-11-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of r34281. Fixes the following lockdep warning: [ 19.160000] ------------[ cut here ]------------ [ 19.160000] WARNING: at drivers/net/phy/ar8216.c:322 ar8216_rmw+0x54/0xa4() [ 19.170000] Modules linked in: nf_defrag_ipv4 nf_conntrack ehci_hcd sd_mod pppox ipt_REJECT xt_TCPMSS ipt_LOG xt_comment xt_multip ort xt_mac xt_limit iptable_mangle iptable_filter ip_tables xt_tcpudp x_tables ppp_async ppp_generic slhc ath9k(O) ath9k_common(O) at h9k_hw(O) ath(O) mac80211(O) usbcore usb_common scsi_mod nls_base crc7 crc_itu_t crc_ccitt cfg80211(O) compat(O) arc4 aes_generic cry pto_blkcipher cryptomgr aead crypto_hash crypto_algapi ledtrig_timer ledtrig_default_on leds_gpio gpio_button_hotplug(O) [ 19.210000] Call Trace: [ 19.220000] [<8028dc38>] dump_stack+0x8/0x34 [ 19.220000] [<80072da0>] warn_slowpath_common+0x78/0xa4 [ 19.230000] [<80072de4>] warn_slowpath_null+0x18/0x24 [ 19.230000] [<801de820>] ar8216_rmw+0x54/0xa4 [ 19.240000] [<801df460>] ar8216_mib_capture+0x70/0xd0 [ 19.240000] [<801df944>] ar8xxx_mib_work_func+0x34/0x98 [ 19.250000] [<80089a7c>] process_one_work+0x28c/0x460 [ 19.250000] [<8008a630>] worker_thread+0x22c/0x334 [ 19.260000] [<8008e544>] kthread+0x88/0x90 [ 19.260000] [<80065020>] kernel_thread_helper+0x10/0x18 [ 19.270000] [ 19.270000] ---[ end trace 22e9d696adfa6a08 ]--- Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: fix GPIO function selection for AR934xjuhosg2012-11-254-7/+217
| | | | | | | | Backport of r34275. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: restore rb4xx kernel partition size to the original valuejuhosg2012-11-251-1/+1
| | | | | | | | | | | Backport of r34274. The new lzma compressed elf kernel image fits into that, even on devices with large page NAND chips. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: install lzma compressed elf kernel image from wget2nandjuhosg2012-11-251-1/+1
| | | | | | | | Backport of r34273. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx/image: provide lzma compressed elf kernel imagejuhosg2012-11-251-0/+2
| | | | | | | | | | Backport of r34272. This will be used on the RB4xx/RB7xx/RB2011 boards. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx/image: relink loader.elf image to LOADADDRjuhosg2012-11-252-5/+21
| | | | | | | | | | | Backport of r34271. This allows to load the resulting image directly from RouterBOOT. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: set clk_is_20mhz for rt2x00 on RT3352/RT5350juhosg2012-11-252-0/+10
| | | | | | | | | Backport of r34270. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHzjuhosg2012-11-251-0/+1
| | | | | | | | | | | Backport of r34269. [juhosg: move ramips specific stuff into a followup patch] Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use custom LZMA dictionary size for WNDR3700 imagesjuhosg2012-11-251-4/+4
| | | | | | | | | | Backport of r34248. Based on a patch by Hannu Nyman. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: add MIB counter support for the AR8216 switch as welljuhosg2012-11-252-1/+89
| | | | | | | | | | Backport of r34245. Thanks to Jonas Gorski for the reference URL. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: rename AR8216_*_STATS_* definesjuhosg2012-11-252-82/+82
| | | | | | | | | | | | | Backport of r34244. The names are misleading, those are only valid from AR8236. The AR8216 chip uses different offsets. Thanks to Jonas Gorski for the report. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic ar8216: allow to read/reset MIB counters via swconfigjuhosg2012-11-252-7/+492
| | | | | | | | Backport of r34243. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: use dynamically allocated private data in ar8216_probejuhosg2012-11-251-3/+12
| | | | | | | | Backport of r34242. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add user-space support for the RB435G boardjuhosg2012-11-252-0/+9
| | | | | | | | Backport of r34240. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add kernel support for the RB435G boardjuhosg2012-11-252-0/+39
| | | | | | | | Backport of r34239. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: update PCI IRQ map for RB4xx devicesjuhosg2012-11-251-0/+28
| | | | | | | | | | Backport of r34238. Should fix #12269. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: create profile and build image for the OpenMesh MR600 boardjuhosg2012-11-252-0/+12
| | | | | | | | | Backport of r34237. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: enable sysupgrade for the OpenMesh MR600juhosg2012-11-252-15/+42
| | | | | | | | | Backport of r34235. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: rename om2p.sh upgrade script to openmesh.shjuhosg2012-11-251-0/+0
| | | | | | | | | | | Backport of r34234. It will be used on other boards as well. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34349 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: scripts/om-fwupgradecfg-gen.sh: add support for the MR600juhosg2012-11-251-2/+3
| | | | | | | | | Backport of r34233. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add profile for bcm4705 with wl driverhauke2012-11-251-0/+20
| | | | | | | backport of r34336. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add user-space support for the OpenMesh MR600 boardjuhosg2012-11-254-0/+13
| | | | | | | | | Backport of r34232. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add kernel support for the OpenMesh MR600 boardjuhosg2012-11-253-0/+168
| | | | | | | | | Backport of r34231. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: scripts: rename om2p-fwupgradecfg-gen.sh to more generic ↵juhosg2012-11-251-1/+1
| | | | | | | | | | | | | om-fwupgradecfg-gen.sh Backport of r34200. It will be used for non OM2P boards as well. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add profile and build image for the Ubiquiti UniFi AP-Outdoor boardjuhosg2012-11-252-1/+13
| | | | | | | | | Backport of r34198. Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34343 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add user-space support for the Ubiquiti UniFi AP-Outdoor boardjuhosg2012-11-253-2/+7
| | | | | | | | | Backport of r34197. Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34342 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add support for the Ubiquiti UniFi AP-Outdoor devicejuhosg2012-11-251-0/+66
| | | | | | | | | | | | | | | | Backport of r34196. [juhosg: - rename and refresh 660-MIPS-ath79-ubnt-xm-add-unifi-outdoor patches - wrap long lines in mach-ubnt-xm - remove default network config, set it from uci-defaults/network instead - remove user-space, and image generation stuff] Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add profiles and build images for old PowerCloud System devicesjuhosg2012-11-252-1/+76
| | | | | | | | | | | | | Backport of r34195. [juhosg: - use 'PowerCloud Systems' instead of 'PCS' in the profiles - sort SingleProfile instances in image/Makefile] Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add profile and build image for the TL-WA7510N boardjuhosg2012-11-252-0/+12
| | | | | | | | | | | Backport of r34190. [juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch] Signed-off-by: Stefan Helmert <helst_listen@aol.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: user space support for the TL-WA7510Njuhosg2012-11-252-0/+4
| | | | | | | | | | | Backport of r34188. [juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch] Signed-off-by: Stefan Helmert <helst_listen@aol.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add support for TP-Link TL-WA7510Njuhosg2012-11-252-11/+50
| | | | | | | | | | | | | | | | | | | | | | Backport of r34187. It is mostly the same as TL-WA901N. WLAN and LAN are working. LAN LED is working. WLAN signal strength LEDs are not working yet. http://wiki.openwrt.org/toh/tp-link/tl-wa7510n?s[]=wa7510n [juhosg: - cleanup commit message - move non kernel related stuff into separate changes - rename and refresh 615-MIPS-ath79-TL-WA7510N-v1-support patch - merge WA7510N support into the mach-tl-wa901nd.c file - add 3.6 support] Signed-off-by: Stefan Helmert <helst_listen@aol.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: nuke ath79_set_usb_power_gpio helperjuhosg2012-11-251-47/+0
| | | | | | | | | | Backport of r34088. It is no longer used. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use gpio_request_one instead of ath79_set_usb_power_gpiojuhosg2012-11-259-19/+30
| | | | | | | | Backport of r34087. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: bcm63xx: properly prevent known unusable images from being builtjogo2012-11-251-10/+16
| | | | | | | | Commenting out does not work, so guard the calls with a check for BROKEN. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: imagebuilder: merge r34301jow2012-11-221-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] fixes dgn3500blogic2012-11-134-4/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] backport ethernet fixblogic2012-11-131-17/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] vr9 i not really usable, lets just ignore itblogic2012-11-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: backport of r34176hauke2012-11-122-2/+2
| | | | | | | remove double definition of kmod-tg3 added in r34151 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: brcm47xx: backport r34150: remove ssb-gige packagehauke2012-11-114-16/+3
| | | | | | | | CONFIG_SSB_DRIVER_GIGE is set in the target config of the brcm47xx target, so it will always be activated and the kmod-ssb-gige is not needed any more. The kmod-ssb-gige package is not generated in an build as it does not contain any files and the makes the image builder fail when generating a image integrating this package. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: x86/generic: backport r34139jow2012-11-101-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: backport grub2 at_keyboard handling from r34126 and r34127nbd2012-11-091-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: bcm63xx: fix SPW303V imagesjogo2012-11-051-0/+1
| | | | | | Backport of r34091. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34092 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: enable USB power on the DIR-645juhosg2012-11-051-0/+5
| | | | | | | | | | Backport of r34082. Closes #12422. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: linux/3.3: backport an upstream GPIO patchjuhosg2012-11-051-0/+68
| | | | | | | | | | | | | | | Backport of r34081. The backported patch introduces new flags to automatically export GPIOs when using the convenience unctions gpio_request_one() or gpio_request_array(). This will be used by ar71xx/ramips platforms. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34084 3c298f89-4303-0410-b956-a3cf2f4a3e73