summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* linux-ti335x-psp 3.1: enable support for beaglebone cape EEPROM based detectionKoen Kooi2012-01-256-2/+566
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: re-enable MUSB DMA for beagleboneKoen Kooi2012-01-242-3/+6
| | | | | | | | The production tester breaks with DMA disabled, so enable it again. Any breakage due to this should get reported to TI PSP so they can fix it. This effectively reverts aa209df889e2fce6f231e10552b5e7de4605889a Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: Fix perf compile failure with eglibc 2.15Khem Raj2012-01-203-2/+35
| | | | | | | | | | There is a conflict with eglibc headers since new headers added the defines that compiler.h was redefining without undefining them Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.17Koen Kooi2012-01-13203-455/+429
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: register all cape/daugherboard EEPROM permutation in ↵Koen Kooi2012-01-062-1/+65
| | | | | | the boardfile for am335x Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux.inc: don't choke on missing defconfig in lzop depChristopher Larson2011-12-301-5/+10
| | | | | | | | | | When a recipe is being parsed which will be skipped due to an incompatible machine, no local defconfig will exist for the current machine. It seems that the fetch localpath code doesn't error in that case, so we need to check for an IOError on the attempted open. Without this, we can hit parse errors. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.14Koen Kooi2011-12-222-7/+6
| | | | | | Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: disable whiteheat firmware to unbreak build with make 3.85Koen Kooi2011-12-212-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti81xx-psp 2.6.37: update to match latest *SDKKoen Kooi2011-12-202-5/+49
| | | | | | | Boot Tested on DM8148 EVM Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.1: set COMPATIBLE_MACHINE to beagleboard for the time being to work ↵Koen Kooi2011-12-201-1/+1
| | | | | | around linux.inc problems Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use ↵Christopher Larson2011-12-191-0/+11
| | | | | | | | | the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine. This currently affects the linux-omap4 build for omap4430-panda. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omap 2.6.3[79]: fix SRC_URI after kernel.org changesKoen Kooi2011-12-082-2/+2
| | | | | Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: disable MUSB DMA for beagleboneKoen Kooi2011-12-082-6/+3
| | | | | | | This trades "not working" for "slightly less performance" for a lot of use cases Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp: make all patches work with 'git am'Koen Kooi2011-11-309-84/+43
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: fix regression introduced in 3.0.11Koen Kooi2011-11-302-1/+28
| | | | | | Upstream has been notified, so hopefully 3.0.13 will have this fix included Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: add support for ST7735FB, but don't enable it in the ↵Koen Kooi2011-11-304-6/+751
| | | | | | beaglebone boardfile yet Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: ADC support for beagleboneJoel A Fernandes2011-11-3011-1/+1431
| | | | | | | | | | | | | | | | First 3 patches are cherry picks from PSP. Next 7 add support for gen purpose adc, MFD support, sysfs triggering etc. Currently: cat /sys/bus/platform/tsc/ain* will trigger sampling Output of the 12-bit ADC will be in decimal 0-4095 TODO: 1. IIO driver support 2. Other ADC features Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.12Koen Kooi2011-11-291-3/+3
| | | | | | The internal ethernet on the beagleboard is not affected by the 3.0.11 usb bug, but other usb devices might be. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.11Koen Kooi2011-11-281-3/+3
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update to 3.0.10Koen Kooi2011-11-221-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: enable all i2c and spi sensors for beagleboneKoen Kooi2011-11-192-113/+127
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x 3.1: enable i2c2 for beagleboneKoen Kooi2011-11-174-1/+198
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: switch to beagleboard repoKoen Kooi2011-11-152-6/+8
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: remove CAN patch that hardcodes evm as machine instead ↵Koen Kooi2011-11-151-2/+1
| | | | | | of falling back to bone Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp: Refresh musb patchJoel A Fernandes2011-11-152-13/+57
| | | | | | | | | | This patch is rewritten to poll for the channel FIFO state without depending on a worker thread. The v2 version fixes all the previous issues, and remains to be seen if it also fixes the issue of 100% CPU usage with a mac. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp: Check if scheduling is required after DMAJoel A Fernandes2011-11-132-1/+44
| | | | | | | | | | | | After processing one DMA completion, checking if rescheduling is required instead of scheduling another completion request if the FIFO is non empty. This fixes high CPU load issue seen with g_mass_storage on a beaglebone and could potentially fix similar issues seen with other gadget drivers Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.9Koen Kooi2011-11-121-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: add CAN bus patchesKoen Kooi2011-11-108-0/+2320
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: backport some PSP patches, add beaglebone bootlogoKoen Kooi2011-11-108-179/+689
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: add custom beaglebone bootlogoKoen Kooi2011-11-092-0/+7055
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omap4: add experimental 3.0.0 versionKoen Kooi2011-11-0912-1084/+681
| | | | | | also clean up stale files Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-omap4 2.6.35.x: update to glp1.4Koen Kooi2011-11-093-37/+32
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: shrink beaglebone uImage by 584kiBKoen Kooi2011-11-032-149/+118
| | | | | | Turn on "optimize for size", turn off MTD, enable more FS modules Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: add missing panel definitionKoen Kooi2011-11-032-0/+39
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: More modular and comprehensive defconfig for ↵Joel A Fernandes2011-11-031-28/+94
| | | | | | | | | | | | | | | | | | | | | BeagleBone kernel Networking: CONFIG_NETFILTER=* - were enabled as modules in beagle xM Enabled options for ARP and IP tables as modules for the bone kernel. CONFIG_NET_SCH= - networking schedulers, enabled as modules IR: Infrared and dongle support, enabled as modules. Made RFSwitch subsystem as a module USB: Added support for usb-serial and miscellaneous devices as modules. I also used the kernel .config we used for the -xM for comparison purposes. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: Fix gpio1_6 pinmuxJoel A Fernandes2011-11-032-5/+19
| | | | | | | | This change is required to get GPIO 1_6 working for bone test init purposes These 2 lines were dropped from the original patch. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: update to latest v3.1-staging branch, fix beaglebone ↵Koen Kooi2011-11-0210-395/+195
| | | | | | ethernet Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: moved to 3.0.8Koen Kooi2011-11-011-4/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: hack in DVI support for beagleboneKoen Kooi2011-11-012-1/+232
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp: rebase for 3.1 releaseDenys Dmytriyenko2011-10-2815-1/+1
| | | | | | | * Build-tested on EVM and Bone * No PR bump, PV is enough Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.1rc8: Enable usb-to-serial driversJoel A Fernandes2011-10-262-2/+3
| | | | | | | | | Enable the PL2303 usb-to-serial driver required for serial output from the beaglebone tester. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Acked-by: Jason Kridner <jdk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp: update defconfigs for am335x-evmDenys Dmytriyenko2011-10-266-12/+18
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.1rc8: Update to latest SRCREV, add EEPROM patchesJoel A Fernandes2011-10-244-0/+159
| | | | | | | | | | | | * Updated to latest SRCREV and bump PR. Added following patches being submitted to PSP currently: * EEPROM patches required to get EEPROM working correctly on BBB without breaking support for EVM. * omap_mux_init_signal patch to safe guard against incorrectly setting up pinmux. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1rc8: tree has been rebased, fix SRCREVKoen Kooi2011-10-241-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1rc8: use LZO compression for beaglebone to squeeze out ↵Koen Kooi2011-10-222-3/+3
| | | | | | | | some more ms for faster boot make sure to have 'lzop' installed, no native recipe for that yet Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1rc8: include latest MUSB code, remove machine ID patchesKoen Kooi2011-10-212-9/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1rc8: remove MUSB probe order for beagleboneKoen Kooi2011-10-212-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>