aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files
Commit message (Collapse)AuthorAgeFilesLines
* 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: add kernel support for the RB435G boardjuhosg2012-11-251-0/+29
| | | | | | | | 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: add kernel support for the OpenMesh MR600 boardjuhosg2012-11-251-0/+128
| | | | | | | | | 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: ar71xx: add support for TP-Link TL-WA7510Njuhosg2012-11-251-11/+29
| | | | | | | | | | | | | | | | | | | | | | 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: 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: ar71xx: don't use the unknown LED on the ZCN-1523-5 boardjuhosg2012-11-041-4/+1
| | | | | | | | | | | | | | | | Backport of r34076. According to #12421, GPIO 1 controls the power output on the unused lines of the LAN2 port. Remove the LED definition in order to prevent possible permanent hardware damage. If someone needs that, the power-out feature can be controlled via the GPIO sysfs interface. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: fix link speed between AR7242 and AR8327 on the RB750GL/RB751G ↵juhosg2012-10-291-1/+2
| | | | | | | | | | | | | boards Bacport of r33993. The default pll_1000 value had to be changed in order to make it working. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add support for the Senao CAP4200AG boardjuhosg2012-10-281-0/+131
| | | | | | | | Backport of r33956. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use mtd_read in wrt160nl_partjuhosg2012-10-281-2/+2
| | | | | | | | Backport of r33951. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33973 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use mtd_read in tplinkpartjuhosg2012-10-281-4/+4
| | | | | | | | Backport of r33950. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: rw2458n - fix flash partsjuhosg2012-10-191-10/+1
| | | | | | | | | | | Backport of r33867. See #12338. Redwave rw2458 has uboot, not redboot. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use the ath79_set_ar934x_eth_cfg helper in machine setup routinesjuhosg2012-10-185-97/+7
| | | | | | | | Backport of r33818. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add a helper function for setting up ETH_CFG register on AR934xjuhosg2012-10-182-0/+25
| | | | | | | | Backport of r33817. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add support for the OpenMesh OM2P-HS boardjuhosg2012-10-171-0/+68
| | | | | | | | | Backport of r33800. 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@33808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* branch Attitude Adjustmentblogic2012-10-05105-0/+20331
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33625 3c298f89-4303-0410-b956-a3cf2f4a3e73