aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/patches
Commit message (Collapse)AuthorAgeFilesLines
* at91: add 4.4 supportJohn Crispin2016-01-196-193/+0
| | | | | | | | | | | | | This puts the existing patches and config in a 3.18 folder and introduces a 4.4 config and patches. The USB clock fix patch is no longer necessary, and the patches applying to non DT boards has been dropped as the platform has been converted. 4.4 config was generated by copying 3.18 and running make kernel_menuconfig, scripts/kconfig.pl filled in the gaps. Signed-off-by: Ben Whitten <ben.whitten@gmail.com> SVN-Revision: 48349
* at91: fix usb rate backport patch tab mangleJohn Crispin2015-08-171-14/+14
| | | | | | | | | The patch submitted in [46649] was mangled in the use of gmails webmail interface, tabs replaced with spaces, resulting in a patch which dit not apply. This should fix the issue, sorry for the noise. Signed-off-by: Ben Whitten <benwhitten@gmail.com> SVN-Revision: 46676
* at91: Backport determine_rate prototype fixJohn Crispin2015-08-171-0/+20
| | | | | | | | | | | | | This patch is backport of a fix to a USB prototype mismatch bug found in 3.18 kernels, originally submitted by Boris Brezillon [1]. The symptom of this bug was that devices attached to the at91 using at91_ohci on a hub never appeared and failed to initialise. [1] http://www.spinics.net/lists/linux-usb/msg125969.html Signed-off-by: Ben Whitten <ben.whitten@gmail.com> SVN-Revision: 46649
* kernel: update 3.18 to 3.18.14Jonas Gorski2015-05-213-7/+7
| | | | | | | | | | | | | | Changelogs: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.12 * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.13 * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.14 Build tested on brcm63xx and ipq806x, runtested on brcm63xx. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45711
* at91: Add dts for Exegin Q5x boards.John Crispin2015-02-191-0/+10
| | | | | | Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 44492
* at91: USB gadget subsystem cleanup and driver fix.John Crispin2015-02-192-1/+83
| | | | | | Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 44491
* at91: bump to v3.18John Crispin2015-02-183-0/+81
| | | | | | Signed-off-by: Your Name <blogic@openwrt.org> SVN-Revision: 44489
* at91: move 3.10 specific files and patchesFlorian Fainelli2014-09-034-106/+0
| | | | | | | | | | In preparation for adding 3.14 kernel support, move files and patches to a separate per-version directory since some of them will have incompatible changes (e.g: dts) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42413
* Update AT91 kernel to 3.10.34Hauke Mehrtens2014-04-292-8/+8
| | | | | | | | | | | | | From 2064e6d069ec8df7f5e988547fe7f2a1a7ad890f Mon Sep 17 00:00:00 2001 From: Owen Kirby <osk@exegin.com> Date: Thu, 10 Apr 2014 19:02:15 -0700 Subject: [PATCH 1/3] [at91] Update AT91 kernel to 3.10.34. This patch updates the kernel of the AT91 target to version 3.10.34. Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 40596
* at91: build .dtb file for the CalAmp LMU500 boardGabor Juhos2013-05-031-0/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36542
* kernel: update linux 3.8 to 3.8.9Gabor Juhos2013-04-263-4/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36453
* at91: upgrade to kernel 3.8.7 and use devicetreeGabor Juhos2013-04-261-35/+0
| | | | | | | | | | | | | | | This upgrades the AT91 target to 3.8.7, and migrates to device tree. This allows a single kernel to be built for most at91 variants which simplifies things quite a bit. The immediate result is that all subtargets are nuked, and any boards without dts files are no longer supported, though the target now includes more boards than before. The adc driver was also nuked as 3.8.7 includes a new one under the IIO subsystem. Signed-off-by: Adam Porter <porter.adam@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36452
* kernel: update linux 3.3 to 3.3.3Jonas Gorski2012-04-244-16/+12
| | | | SVN-Revision: 31460
* Update the kernel to 3.3.x series, remove patches that doesn't apply anymoreClaudio Mignanti2012-04-203-392/+0
| | | | | | Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com> SVN-Revision: 31371
* AT91: Add flexibity board supportJohn Crispin2011-07-032-0/+99
| | | | | | | | The patch below adds AT91 Flexibity Connect board support. Signed-off-by: Maxim Osipov <maxim.osipov@gmail.com> SVN-Revision: 27412
* kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patchesHauke Mehrtens2011-05-154-21/+16
| | | | | | Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel. SVN-Revision: 26905
* Update to 2.6.38Claudio Mignanti2011-03-202-76/+9
| | | | SVN-Revision: 26246
* prepare TQ-Components TQMa9263 kernel supportJo-Philipp Wich2011-01-272-0/+109
| | | | SVN-Revision: 25162
* Fix i2c driver and package itClaudio Mignanti2011-01-131-0/+285
| | | | SVN-Revision: 24975
* Allow module compilation for adc driverClaudio Mignanti2011-01-131-1/+1
| | | | SVN-Revision: 24974
* Import an experimental ADC driverClaudio Mignanti2010-12-231-0/+27
| | | | SVN-Revision: 24814
* Update to 2.6.35.7Claudio Mignanti2010-10-111-7/+13
| | | | SVN-Revision: 23400
* Add support for FOXGM carrier boardClaudio Mignanti2010-10-111-0/+8
| | | | SVN-Revision: 23398
* revamp target: add support for netusg20 boardClaudio Mignanti2010-06-182-0/+65
SVN-Revision: 21838