summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* linux 3.0: refresh all patches against 3.0.7Koen Kooi2011-10-20209-295/+320
| | | | | | This makes 'git am' work again, patch is more forgiving with fuzz. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1rc8: only use one config for beagleboneKoen Kooi2011-10-204-15/+17
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* multi-kernel: the fetcher doesn't support dotfiles anymore, so get rid of ↵Koen Kooi2011-10-202-3/+3
| | | | | | the dot Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1rc8: Add pin mux and init for beaglebone specific devicesJoel A Fernandes2011-10-202-22/+45
| | | | | | | | | Updated the USER LED patch to include BeagleBone tester specific initialization/code. Build and run time tested. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1rc8: bump SRCREV, enable RTC for boneKoen Kooi2011-10-192-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: enable more usb wifi cards for beagleboard, fix write protect pinKoen Kooi2011-10-193-8/+46
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: move to 3.0.7Koen Kooi2011-10-181-4/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1rc8: add proper machine ID for beagleboneKoen Kooi2011-10-185-1/+108
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1rc8: fix USB regression for beaglebone, don't disable ↵Koen Kooi2011-10-182-5/+31
| | | | | | DEBUGSS clocks on boot Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-am335x-joel: delete, superseded by linux-ti33x-pspKoen Kooi2011-10-176-3663/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1rc8: sync defconfig with linux-am335x-joel recipeKoen Kooi2011-10-171-4/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp: add TI33x PSP kernel with am335x-evm configsDenys Dmytriyenko2011-10-179-0/+8147
| | | | | | | | | | | New proper ti33x SOC_FAMILY Use linux-am33x PSP repository on Arago, aligned with AM-SDK Use tipspkernel DISTRO_FEATURE to opt out of additional patches over PSP Original LED patch from Koen was massaged to apply on top Beaglebone defconfig is from Joel's kernel Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omap: remove unused .inc filesDenys Dmytriyenko2011-10-172-23/+0
| | | | | | | Those were ported from Arago, but never used in meta-ti Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-am335x-joel 3.1: lower gadget power budget, enable usb-test and uasKoen Kooi2011-10-172-5/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-am335x-joel: Enable g_file_storage kernel moduleJoel A Fernandes2011-10-142-2/+2
| | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: add support for loopthrough expansion boards like the uLCD-liteKoen Kooi2011-10-114-3/+351
| | | | | | also add led driver for the beacon board Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-am335x-joel 3.1rc: disable debug options like lockdep, switch to thumb2Koen Kooi2011-10-102-42/+27
| | | | | | | | Original: 3.7M /boot/uImage-3.1.0-rc3+ no debug: 3.4M /boot/uImage-3.1.0-rc3+ thumb2: 3.2M /boot/uImage-3.1.0-rc3+ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-am335x-joel 3.1rc: initial addKoen Kooi2011-10-086-0/+3677
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: disable prempt for beagleboardKoen Kooi2011-10-081-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: rebase from 3.0.4 to 3.0.6Koen Kooi2011-10-081-5/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-ti: linux-3.0: beagle: defconfig: add some gadget driversJason Kridner2011-09-262-4/+4
| | | | | Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-ti: linux-3.0: beagle: defconfig: add TSC2007Jason Kridner2011-09-262-4/+5
| | | | | Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-ti: linux-3.0: beagle: defconfig: enable CONFIG_OMAP_MUXJason Kridner2011-09-261-1/+2
| | | | | | | | | | | 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>
* linux-3.0: patch.sh: adjusted tags and error handlingJason Kridner2011-09-161-5/+7
| | | | | | | | | | 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>
* linux-3.0: patch.sh: manually update git remotesJason Kridner2011-09-161-2/+2
| | | | | | | | | | 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>
* linux-3.0: fix BeagleBoard-xM eth mac using die idJason Kridner2011-09-163-1/+248
| | | | | | Signed-off-by: Jason Kridner <jdk@ti.com> Cc: Joel A Fernandes <agnel.joel@gmail.com> Cc: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: added bbtoys ulcd supportJason Kridner2011-09-167-336/+282
| | | | | | | | 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>
* linux-3.0: add patch helper scriptKoen Kooi2011-09-161-0/+27
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.1rc: lock down to omap3 machinesKoen Kooi2011-09-021-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: remove flaky ABB patchesKoen Kooi2011-09-011-9/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.4Koen Kooi2011-09-011-4/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.1: update to 3.1rc4+Koen Kooi2011-09-011-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omap_2.6.39: remove patch that prevented board from resuming from suspend.Tasslehoff Kjappfot2011-09-011-1/+0
| | | | | | | | | Running on a board similar to Beagleboard C3 (but without NAND) I could not resume from suspend with the patch. The console output when suspending was as expected, but neither console input nor a timer would wake the board. Without the patch, everything works as it should. Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omap-psp 2.6.32: fix multiline commentsKoen Kooi2011-09-011-1/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: make userpace governor the default on beagleKoen Kooi2011-08-242-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.1: update to rc3Koen Kooi2011-08-241-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: fix uLCD poweron for beagleboardKoen Kooi2011-08-225-8/+58
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: update to 3.0.3-stableKoen Kooi2011-08-171-4/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: fixesKoen Kooi2011-08-176-62/+224
| | | | | | | | * 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>
* linux-3.0: add support for 'uLCD' expansionboardKoen Kooi2011-08-174-1/+287
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-davinci: remove obsolete patchesKoen Kooi2011-08-1617-24218/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-davinci: clean up contents a bitKoen Kooi2011-08-161-42/+2
| | | | | | This recipe needs to get renamed to linux-omapl138-psp or just get deleted in the longer term Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omapl138: import 2.6.37 PSP kernel from AragoDenys Dmytriyenko2011-08-1612-0/+9148
| | | | | | | | | * The latest PSP release is 03.21.00.04 * Apply WiFi, BT, pruss patches * DISTRO_FEATURES="tipspkernel" uses unpatched PSP version and defconfig Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.1rc: bump to rc2Koen Kooi2011-08-161-3/+6
| | | | | | | * 1ghz patch needs a refresh * only build tested Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: rtc-twl: Updated Sakoman patches with newer versionsJoel A Fernandes2011-08-114-25/+190
| | | | | | | | | | | | | | | | | | | | 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>
* linux 3.1rc: bump SRCREVKoen Kooi2011-08-101-2/+2
| | | | | | only build tested Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: Add patch from OE to set dto to max value to fix MMC timeoutsJoel A Fernandes2011-08-092-1/+35
| | | | | Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: update to 3.0.1Koen Kooi2011-08-051-4/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.1rc: update to latest SRCREVKoen Kooi2011-08-052-2/+82
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: add more sakoman patches, refresh othersKoen Kooi2011-07-31198-191/+654
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>