aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2012-06-11linux-ti33x-psp 3.2: turn on CONFIG_USB_SUSPEND to fix usb mass storageKoen Kooi
Many thanks to Arkadiusz Karas <arkkar13@googlemail.com> for figuring that out and sharing the info. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-06-11linux-ti33x-psp 3.2: backport PM and USB fixes from PSPKoen Kooi
The complete patchset will get rebased to the tip of the PSP tree soon, but the conflicts take a lot of time to resolve. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-06-11linux-ti33x-psp 3.2: fix buttons on LCD capesKoen Kooi
One patch to add button layout for the a1 revision of the 3.5" LCD cape and another patch to stop spidev from loading when SPI1_D1 is used as gpio Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-06-11linux-ti33x-psp: enable TSL2550 driver for beaglebone weatherstation capeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-06-11linux-ti33x-psp 3.2: switch ADC to 16x averaging, disable 275MHz, add 4.3" ↵Koen Kooi
LCD support * The switch to 16x averaging is done to combat the excessive noise in the signal. It's still *very* bad, but the TS cursor jitter has decreased a bit * The OPP for 275MHz was disabled due to all the errata. Both the EMIF and MUSB don't seem to like that OPP. * The resistive touch version of the 4.3" LCD cape is supported in 24 bit mode. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-31linux-mainline 3.2.18: build in usbhid and tsc2007 and run 'make oldconfig'Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-31linux-ti33x-psp 3.2: set PV accordingly, when not using tipspkernelDenys Dmytriyenko
The patchset in PATCHES_OVER_PSP updates the kernel to 3.2.x, so make PV match. This doesn't need PR or MACHINE_KERNEL_PR bumps since both the kernel ABI and file locations remain the same. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Koen Kooi <koen@circuitco.com>
2012-05-31tipspkernel: add extra level to FILESPATH with major version in the nameDenys Dmytriyenko
Add PMV variable to contain major version by extracting first 2 numbers from PV Insert new level to FILESPATH - PN-PV-PR:PN-PV:PN-PMV:PN:files:. Allow keeping patches and configs generic for the series (i.e. 3.2) while incrementing stable releases (i.e. 3.2.18) Drop use of BP and BPN, as they don't change for the kernel Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Koen Kooi <koen@circuitco.com>
2012-05-30linux-ti33x-psp 3.2: fix pin free check once and for allKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-30linux-ti33x-psp 3.2: sgx fix from PSP + dvi cape audio fixKoen Kooi
Also move more things to modules to speed up boot. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-30linux-ti33x-psp 3.2: update to 3.2.18Koen Kooi
Duplicate patches between PSP and 3.2.17 have been dropped from the 3.2.17 series Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-30linux-ti33x-psp 3.2: i2c and cape fixesKoen Kooi
* Fix I2C prescaler to run at full speed instead of 1/4 speed * fix led/spidev/w1 check * move RS232 cape to ttyO2 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-29linux-mainline: Add patches to enable libertas firmware loading asynchronouslyAndreas Müller
When using udev >=177 libertas driver does not load properly the firmware [1]. The patches 0001-0016 were taken from [2] and can be viewed at [3]. Patch 0017 I created to fix compiler complaining for missing symbol is_interrupt when DEBUG set. The patch series was tested with meta-gumstix on overo with udev-175 and udev-182. [1] http://www.spinics.net/lists/linux-wireless/msg85541.html [2] git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next.git [3] http://git.kernel.org/?p=linux/kernel/git/linville/wireless-next.git;a=history;f=drivers/net/wireless/libertas;hb=HEAD Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-29linux-mainline: update to 3.2.18Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-29linux-ti33x-psp 3.2: merge in 6 musb patches from PSPKoen Kooi
Updating the SRCREV would require redoing all boardfile patches due to the EVM-SK changes. So cherry-pick the 6 patches we need. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-29linux-ti335x-psp 3.2: cape enhancements and patch cleanupsKoen Kooi
* add support for revision A2 of the 7" Beagleboardtoys cape * allow capes to disable w1-gpio * add stub for the Beagleboardtoys camera cape * Fill in more entries in the am335x mux table * switch to 4x oversampling in the tsadc driver to reduce jitter (or cursor hula dancing as Gerald describes it) * Add a function to set the pinmux from the eeprom data instead of the boardfile * Add support for the Bebopr cape All beaglebone patches have been rediffed and renumbered to avoid confusion Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-29linux-ti33x-psp 3.2: silence useless omap4 hwmod warningKoen Kooi
This fixes the last remaining debug print shown when booting with 'quiet' Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-21linux-ti33x-psp 3.2: demote cpsw PHY message to INFOKoen Kooi
This keeps them from appearing on the screen during quiet boots. They are still being reported, so no info is lost. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-17linux-ti33x-psp 3.2: make st7735fb DMA safeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-15linux-ti33x-psp 3.2: updatesKoen Kooi
* Fix LEDs on 3.5", 7" and DVI capes * Add support for rev A2 DVI capes * Minor warning fixes to the boardfile * All PWMs are initialized, but not pinmuxed * Debugfs output for mux direction has been fixed * When no capes claim the SPI bus /dev/spidev2.0 will appear Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-11linux-ti33x-psp 3.2: avoid gold linker for Thumb2 kernelDenys Dmytriyenko
BeagleBone kernel is required to be built in Thumb2 mode for fast boot. Gold linker is not yet perfect for this, giving an internal error: | arm-linux-gnueabi-ld: internal error in thumb_branch_common, at .../binutils-cross-2.22-r6/binutils-2.22/gold/arm.cc:4149 While this fix can be put in generic linux.inc for all the kernels, it's better to test the Gold linker out as much as possible and only disable it for known issues, like this one (until it gets fixed, of course). Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-ti33x-psp 3.2: for beaglebone set default Asm architecture to armv7-aDenys Dmytriyenko
Beaglebone kernel needs to be built in Thumb2 mode to achieve fast boot times. Unfortunately, that build is broken under newer binutils-2.22 with the below Assembler error. The fix is to pass the specific -march=armv7-a flag to the Assembler to make it work. | arch/arm/boot/compressed/head.S: Assembler messages: | arch/arm/boot/compressed/head.S:127: Error: selected processor does not support requested special purpose register -- `mrs r2,cpsr' | arch/arm/boot/compressed/head.S:134: Error: selected processor does not support requested special purpose register -- `mrs r2,cpsr' | arch/arm/boot/compressed/head.S:136: Error: selected processor does not support requested special purpose register -- `msr cpsr_c,r2' | make[2]: *** [arch/arm/boot/compressed/head.o] Error 1 | make[1]: *** [arch/arm/boot/compressed/vmlinux] Error 2 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Koen Kooi <koen@circuitco.com>
2012-05-10linux-ti33x-psp 3.2: rebase patches onto latest gitKoen Kooi
The psp tree added a patch to limit the beaglebone to 500MHz when powered by USB, which triggered conflicts in the patches. The 3.2.16 series has been rediffed as well, no functional changes. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-ti33x-psp 3.2: bump SRCREV for 2 CPPI1.4 fixesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-ti335x-psp 3.2: switch to userspace governor for beaglebone, ondemand ↵Koen Kooi
seems to cause problems on a small percentage of boards Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-ti335x-psp 3.2: add patch to disable heartbeat LED trigger on shutdownKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-ti335x-psp 3.2: use proper irq fix from VaibhavKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-ti335x-psp 3.2: add support for CAN, RS232 and Battery beaglebone capesKoen Kooi
Also change defconfig to prepare for audio support and fix lcd35 pinmux Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-ti335x-psp 3.2: update to 3.2.16Koen Kooi
3.2.16 is the final release in the 3.2-stable series by Greg KH. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-ti335x-psp 3.2: bump SRCREV to head of v3.2-staging and add 2 irq patchesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-mainline 3.2: shut down heartbeat LED on halt/reboot/panicKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-mainline 3.2: add ASoC fixes for beagleboardKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-10linux-mainline 3.2: add support for beagleboard wifi expansion boardKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-03linux-mainline 3.2: fix build of external SGX modulesKoen Kooi
Patch downloaded from https://github.com/RobertCNelson/stable-kernel/tree/master/patches/sgx Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-03linux-mainline 3.2: kernel recipe based on mainline 3.2.16 with additional ↵Koen Kooi
patches for e.g. beagleboard on top This patchset is managed in https://github.com/beagleboard/kernel/tree/beagleboard-3.2 by Robert Nelson and myself. Tested on beagleboard-xM/Angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-03beaglebone: re-enable THUMB2_KERNEL in defconfig, as it affects boot time by .5sDenys Dmytriyenko
This reverts commit 3c693c26087aa148b944166083b5336f05d1c15b. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-02beaglebone: disable THUMB2_KERNEL in defconfig for newer binutilsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-20linux-ti33x-psp 3.2: fix VGA cape detection for beagleboneKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-18linux-ti33x-psp 3.2: fix ehrPWM1 for beagleboneKoen Kooi
This makes the backlight on teh 7" LCD cape work again. Also add a patch to print the hardware revision of the cape. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-18linux-ti33x-psp 3.2: include latest MUSB fixesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-18linux-ti33x-psp 3.2: rebase onto latest PSPKoen Kooi
This fixes most PM operations: cpufreq, cpuidle and suspend. Resume does not work on beaglebone, but 3 out of 4 ain't bad :) The M3 firmware needed for suspend/resume is used as a binary, building it from source and including it from sysroots is planned for future commits. Beaglebone patches have been forward ported and runtime tested. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-18linux 3.0: update to 3.0.28Koen Kooi
Runtime tested on Angstrom/beagleboard-xM Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-10linux-ti335x-psp 3.2: fix 3.5" cape support, turn on CONFIG_AUDITKoen Kooi
* bump MACHINE_KERNEL_PR for the CONFIG_AUDIT change Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-10linux-ti335x-psp 3.2: update to 3.2.14Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-30linux-ti33x-psp 3.2: fix VGA cape partnumberKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-30linux-ti33x-psp 3.2: improve cape supportKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-30linux-ti33x-psp 3.2: update to 3.2.13Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-30multi-kernel: add a comment on the addition of preparekernel taskDenys Dmytriyenko
As suggested by Richard: https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000869.html While at it, reformat the header. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-29multi-kernel: fix get_kernelversion returns None for do_compileconfigsDenys Dmytriyenko
The function get_kernelversion uses generated header files to extract the version number. But those files are not available until do_compile, and do_compileconfigs is injected before that, hence the version becomes None and breaks in several places. Introduce a new task do_preparekernel that calls "make prepare" in the kernel tree to generate all the necessary files. It's also safer to call do_configure early on. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-22linux-{ti33x,omapl138}: simplify and unify handling of "tipspkernel" featureDenys Dmytriyenko
And move it to a separate .inc for other kernels to use. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>