summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: fix Cameo934x initramfs image generationGabor Juhos2013-09-201-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38084
* lantiq: fix usb on sx76xLuka Perkov2013-09-201-5/+1
| | | | | | Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 38083
* imx6: update gw5400-a dtsLuka Perkov2013-09-203-128/+103
| | | | | | | | | | | | | | | | - remove common imx6q-ventana.dtsi - there isn't enough commonality to warrent this - rename user led's to 1-based - add alises used by bootloader - clean up iomux gpios - fix pfuze slave address - enable sata - add delay after release of pci reset downstream from PCIe switch - remove PCIe clock configuration as its now handled in updated driver Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38081
* imx6: update PCIe driverLuka Perkov2013-09-2011-96/+1656
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38080
* imx6: update network defaults for Gateworks VentanaLuka Perkov2013-09-201-1/+7
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38079
* imx6: update configLuka Perkov2013-09-201-2/+12
| | | | | | | | | | * enable PERF_EVENTS * enable REGULATOR_ANATOP * enable VMSPLIT_2G Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38078
* imx6: drop inittabLuka Perkov2013-09-201-3/+0
| | | | | | | | It's the same as in base-files package. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38077
* ar71xx: add profile and build image for the WD My Net N600 boardGabor Juhos2013-09-192-0/+52
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38076
* ar71xx: add sysupgrade support for the WD My Net N600 boardGabor Juhos2013-09-191-0/+18
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38075
* ar71xx: add user-space support for the WD My Net N600 boardGabor Juhos2013-09-195-0/+35
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38074
* package/mtd: enable seama fixup code for ar71xxGabor Juhos2013-09-191-1/+1
| | | | | | | | It will be used for the WD My Net N600. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38073
* ar71xx: add kernel support for the WD My Net N600 boardGabor Juhos2013-09-193-0/+231
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38072
* ar71xx: wndr4300: enable HW ECC mode for the NAND controllerGabor Juhos2013-09-191-0/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38071
* ar71xx: add ath79_nfc_set_ecc_mode helperGabor Juhos2013-09-192-0/+8
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38070
* ar71xx: ar934x_nfc: add experimental support for hardware ECCGabor Juhos2013-09-194-3/+352
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38069
* ar71xx: ar934x_nfc: return error code from some low-level functionsGabor Juhos2013-09-191-10/+18
| | | | | | | | | | Change some flow-level unctions to return with an error code in order to be able to report errors to the core code. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38068
* ar71xx: ar934x_nfc: use devm_* functionsGabor Juhos2013-09-191-15/+6
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38067
* ar71xx: add profile and build image for the TL-MR13U boardGabor Juhos2013-09-192-0/+12
| | | | | | | | Signed-off-by: Oleg Titov <oleg.titov@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4063/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38066
* firmware-utils/mktplinkfw: add support for the TL-MR13U boardGabor Juhos2013-09-191-0/+6
| | | | | | | | Signed-off-by: Oleg Titov <oleg.titov@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4063/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38065
* ar71xx: add user-space support for the TL-MR13U boardGabor Juhos2013-09-194-0/+9
| | | | | | | | Signed-off-by: Oleg Titov <oleg.titov@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4063/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38064
* ar71xx: add kernel support for TP-Link TL-MR13UGabor Juhos2013-09-193-0/+147
| | | | | | | | | | | | | | | | | | | | This patch adds support for TP-Link TL-MR13U router with built-in 10AH rechargeable battery. The patch is based on kamwanlai's patch: https://forum.openwrt.org/viewtopic.php?pid=206746#p206746 Updated to accommodate recent changes introduced with: ar71xx: remove fs_* variables from image/Makefile Signed-off-by: Oleg Titov <oleg.titov@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4063/ [juhosg: - refresh and rename rename 930-add-tl-mr13u-support.patch => 625-MIPS-ath79-add-tl-mr13u-support.patch] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38063
* ar71xx: wnr2200: fix a typo in a LED nameGabor Juhos2013-09-191-1/+1
| | | | | | | Reported-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38062
* ar71xx: add profile and build image for the WNR2200 boardGabor Juhos2013-09-192-0/+13
| | | | | | | | | Signed-off-by: Aidan Kissane <aidankissane@googlemail.com> Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Patchwork: http://patchwork.openwrt.org/patch/4055/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38061
* ar71xx: add user-space support for the WNR2200 boardGabor Juhos2013-09-193-0/+7
| | | | | | | | | Signed-off-by: Aidan Kissane <aidankissane@googlemail.com> Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Patchwork: http://patchwork.openwrt.org/patch/4055/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38060
* ar71xx: add kernel support for Netgear WNR2200 wireless routerGabor Juhos2013-09-193-0/+177
| | | | | | | | | | | | | | | | | | | | This patch adds OpenWRT support for the Netgear WNR2200 (N300) wireless router with USB. Technical details of this router can be found at http://www.netgear.com/home/products/wirelessrouters/work-and-play/WNR2200.aspx and http://wikidevi.com/wiki/Netgear_WNR2200 Signed-off-by: Aidan Kissane <aidankissane@googlemail.com> Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Patchwork: http://patchwork.openwrt.org/patch/4055/ [juhosg: - add commit message and SoB line from the original patch - remove dead code from mach-wnr2200.c - refresh 624-MIPS-ath79-WNR2200-support.patch] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38059
* kernel: add AutoProbe for ppp_async and ppp_synctty (should fix #14185)Felix Fietkau2013-09-191-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38055
* ralink: make dcs930 uvc camera workJohn Crispin2013-09-191-0/+255
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38054
* ralink: add support for dalink dcs930l ipcamJohn Crispin2013-09-198-1/+140
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38053
* ralink: add back dwc_otg driverJohn Crispin2013-09-191-0/+24517
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38052
* lantiq: style fixesLuka Perkov2013-09-192-6/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38051
* lantiq: add initial support for Siemens GIGASX76XLuka Perkov2013-09-193-1/+134
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38050
* lantiq: add support for ZyXEL P2601HNFXLuka Perkov2013-09-194-1/+209
| | | | SVN-Revision: 38049
* lantiq: add support for ZTE H201LLuka Perkov2013-09-195-1/+161
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38048
* malta: target.mk cosmetical fixupLuka Perkov2013-09-182-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38047
* brcm47xx: b44: bgmac: some small changes to the phylib patchesHauke Mehrtens2013-09-182-38/+24
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38044
* lantiq: fix bug in hcd gpio detetcion codeJohn Crispin2013-09-181-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38043
* lantiq: fix FRITZ7320 flash window sizeJohn Crispin2013-09-181-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38042
* lantiq: fix ath9k eeprom loading order bugJohn Crispin2013-09-181-36/+42
| | | | | | | | | https://dev.openwrt.org/ticket/14131 http://patchwork.openwrt.org/patch/4038/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38041
* ralink: DIR-300 B7 and DIR-320/NRU B1 on Ralink RT5350John Crispin2013-09-1810-2/+240
| | | | | | | | https://dev.openwrt.org/ticket/14129 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38040
* lantiq: fix up default firmware selection for spanish and italian routersJohn Crispin2013-09-181-4/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38039
* brcm47xx: bgmac: b44: add support for Byte Queue LimitsHauke Mehrtens2013-09-184-10/+106
| | | | | | | | | This adds support for Byte Queue Limits in bgmac and b44, now it is possible to use more advanced network queue control algorithms. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38038
* brcm47xx: update the clock fixes for BCM5354Hauke Mehrtens2013-09-182-5/+36
| | | | | | | | | This updates the patches for BCM5354 to the version send for upstream Linux inclusion. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38037
* brcm47xx: update board detection patchesHauke Mehrtens2013-09-185-28/+223
| | | | | | | | | | This is now the version which was send for mainline Linux kernel inclusion. The data needed to detection a board is now stored in init data. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38036
* brcm47xx: add detection for Linksys E900 V1Hauke Mehrtens2013-09-181-2/+4
| | | | | | | | Thank you RafaƂ for the data. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38035
* ath9k: add missing tx lockingFelix Fietkau2013-09-181-34/+58
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38034
* odhcp6c: Restart when server returns IAID errorSteven Barth2013-09-181-2/+2
| | | | SVN-Revision: 38032
* lantiq: add v3.10 patchesJohn Crispin2013-09-1792-15527/+2007
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38031
* lantiq: add wifi eep to a803 dts fileJohn Crispin2013-09-172-0/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38030
* lantiq: add a subtarget for the xrx200 SoC familyJohn Crispin2013-09-1713-43/+121
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38029
* lantiq: update packages for v3.10John Crispin2013-09-1710-16/+62
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38028