1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

linux-ti335x-psp 3.2: cape enhancements and patch cleanups

* 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>
This commit is contained in:
Koen Kooi
2012-05-22 08:06:25 +02:00
committed by Denys Dmytriyenko
parent 1078965795
commit ca33f0eb2d
57 changed files with 1526 additions and 157 deletions
+20 -5
View File
@@ -12,7 +12,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
BRANCH = "v3.2-staging"
SRCREV = "720e07b4c1f687b61b147b31c698cb6816d72f01"
MACHINE_KERNEL_PR_append = "l+gitr${SRCREV}"
MACHINE_KERNEL_PR_append = "m+gitr${SRCREV}"
COMPATIBLE_MACHINE = "(ti33x)"
@@ -927,6 +927,9 @@ PATCHES_OVER_PSP = " \
file://3.2.16/0067-drm-radeon-fix-load-detect-on-rn50-with-hardcoded-ED.patch \
file://3.2.16/0068-Linux-3.2.16.patch \
file://led/0001-leds-heartbeat-stop-on-shutdown-reboot-or-panic.patch \
\
file://beaglebone/0001-arm-boot-compressed-default-asm-arch-to-armv7-a.patch \
\
file://beaglebone/0001-f_rndis-HACK-around-undefined-variables.patch \
file://beaglebone/0002-da8xx-fb-add-DVI-support-for-beaglebone.patch \
file://beaglebone/0003-beaglebone-rebase-everything-onto-3.2-WARNING-MEGAPA.patch \
@@ -967,8 +970,20 @@ PATCHES_OVER_PSP = " \
file://beaglebone/0038-board-am335xevm.c-Beaglebone-expose-all-pwms-through.patch \
file://beaglebone/0039-ARM-OMAP-Mux-Fixed-debugfs-mux-output-always-reporti.patch \
file://beaglebone/0040-beaglebone-export-SPI2-as-spidev-when-no-capes-are-u.patch \
file://beaglebone/0043-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch \
file://beaglebone/0044-omap-hwmod-silence-st_shift-error.patch \
file://beaglebone/0001-arm-boot-compressed-default-asm-arch-to-armv7-a.patch \
file://beaglebone/0045-cpws-phy_device-demote-PHY-message-to-INFO.patch \
file://beaglebone/0041-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch \
file://beaglebone/0042-omap-hwmod-silence-st_shift-error.patch \
file://beaglebone/0043-cpsw-phy_device-demote-PHY-message-to-INFO.patch \
file://beaglebone/0044-beaglebone-add-support-for-7-LCD-cape-revision-A2.patch \
file://beaglebone/0045-beaglebone-allow-capes-to-disable-w1-gpio.patch \
file://beaglebone/0046-beaglebone-add-stub-for-the-camera-cape-to-disable-w.patch \
file://beaglebone/0047-Adding-many-of-the-missing-signals-to-the-mux-table.patch \
file://beaglebone/0048-Fixed-reversed-part-of-LCD-bus.-Added-even-more-miss.patch \
file://beaglebone/0049-ts_tscadc-add-defines-for-4x-and-16x-oversampling.patch \
file://beaglebone/0050-ts_tscadc-switch-to-4x-oversampling.patch \
file://beaglebone/0051-Fixed-size-of-pinmux-data-array-in-EEPROM-data-struc.patch \
file://beaglebone/0052-Implemented-Bone-Cape-configuration-from-EEPROM.-Onl.patch \
file://beaglebone/0053-Replaced-conditional-debug-code-by-pr_debug-statemen.patch \
file://beaglebone/0054-Workaround-for-boards-with-mistaken-ASCII-interpreta.patch \
file://beaglebone/0055-Workaround-for-EEPROM-contents-blocking-further-I2C-.patch \
file://beaglebone/0056-Added-check-on-EEPROM-revision-to-prevent-interpreti.patch \
"