aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-3.0
AgeCommit message (Collapse)Author
2011-10-20linux 3.0: refresh all patches against 3.0.7Koen Kooi
This makes 'git am' work again, patch is more forgiving with fuzz. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-19linux 3.0: enable more usb wifi cards for beagleboard, fix write protect pinKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-11linux 3.0: add support for loopthrough expansion boards like the uLCD-liteKoen Kooi
also add led driver for the beacon board Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08linux-3.0: disable prempt for beagleboardKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26meta-ti: linux-3.0: beagle: defconfig: add some gadget driversJason Kridner
Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26meta-ti: linux-3.0: beagle: defconfig: add TSC2007Jason Kridner
Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-26meta-ti: linux-3.0: beagle: defconfig: enable CONFIG_OMAP_MUXJason Kridner
Enables a greater degree of flexibility and debug in the kernel. There have been reports of this causing breakage, but I have used it now without seeing any issues. Further, Steve Sakoman has a kernel with this in it as well. Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16linux-3.0: patch.sh: adjusted tags and error handlingJason Kridner
Set to stop on errors to avoid continuing to mess up the tree. Adjusted tags to include the major tag first, ie. v3.0.4-sgx, rather than sgx-3.0. Signed-off-by: Jason Kridner <jdk@ti.com> Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16linux-3.0: patch.sh: manually update git remotesJason Kridner
Not everyone names their origin or upstream as 'mainline'. This should be something that can be done ahead of running the script. Also marked the script as executable. Signed-off-by: Jason Kridner <jdk@ti.com> Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16linux-3.0: fix BeagleBoard-xM eth mac using die idJason Kridner
Signed-off-by: Jason Kridner <jdk@ti.com> Cc: Joel A Fernandes <agnel.joel@gmail.com> Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16linux-3.0: added bbtoys ulcd supportJason Kridner
Signed-off-by: Jason Kridner <jdk@ti.com> Cc: John Weber <rjohnweber@gmail.com> Cc: Roger Monk <r-monk@ti.com> Cc: Joel A Fernandes <agnel.joel@gmail.com> Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-09-16linux-3.0: add patch helper scriptKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-24linux 3.0: make userpace governor the default on beagleKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-22linux 3.0: fix uLCD poweron for beagleboardKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17linux-3.0: fixesKoen Kooi
* we now have 64kiB of cache instead of 32kiB * fix the build failure when disabling omap4 * fix lcd boardfile Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17linux-3.0: add support for 'uLCD' expansionboardKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-11linux-3.0: rtc-twl: Updated Sakoman patches with newer versionsJoel A Fernandes
This fixes all IRQ kernel panics that were showing up on my BeagleBoard-xM * Refreshed patch that switched to using threaded IRQ (0009-rtc-twl-Switch-to-using-threaded-irq.patch) * Added patch to fix registration vs init order (0010-fix-registration-vs-init-order.patch) * Modified batter recharge patch to be applyable with the other changes (0014-rtc-twl-add-support-for-backup-battery-recharge.patch) Summary of patches added/updated: [PATCH 1/2] rtc: twl: Use threaded IRQ, remove IRQ enable in interrupt handler [PATCH 2/2] rtc: twl: Fix registration vs. init order kernel.org patchwork links: http://www.spinics.net/lists/linux-omap/msg54794.html http://www.mail-archive.com/linux-omap@vger.kernel.org/msg53176.html Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-09linux 3.0: Add patch from OE to set dto to max value to fix MMC timeoutsJoel A Fernandes
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-31linux 3.0: add more sakoman patches, refresh othersKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-27linux 3.0: add patch to fix SGX driverKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-27linux 3.0: silence 'mmcblk0: retrying using single block read' warningKoen Kooi
Older OMAP3 silicon can only do single block reads so spamming syslog with it isn't helpfull Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-23linux 3.0: add support for OMAP3 720MHz devicesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21linux 3.0: enable 1GHz for beagle and add 2 MADC patches from sakomans treeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21linux 3.0: add support for RTC on zippy/zippy2 boardsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21linux 3.0: updatesKoen Kooi
* Bump SRCREV to latest 3.0rc from Linux * Merge in pm-voltdm patches * Merge in ABB support * Merge in expansion-board support (unfished) * Add hack for switch to GPTIMER1 * Set default cpufreq governor to performance Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-20linux 3.0: initial recipe that will track 3.0rc till 3.0 finalKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>