From 106da5e76a0cfc56b2d2a345a2747b4ae36d6a67 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Mon, 10 Apr 2017 10:43:33 +0800 Subject: [PATCH] Fix Kernel frambuffer red and blue swap problem and some minor bug fixed --- recipes-kernel/linux/linux-smarct335x-staging/defconfig | 10 ++++++---- recipes-kernel/linux/linux-smarct335x-staging_3.12.bb | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/recipes-kernel/linux/linux-smarct335x-staging/defconfig b/recipes-kernel/linux/linux-smarct335x-staging/defconfig index 02d4c8d..b8e5ed7 100644 --- a/recipes-kernel/linux/linux-smarct335x-staging/defconfig +++ b/recipes-kernel/linux/linux-smarct335x-staging/defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 3.12.20 Kernel Configuration +# Linux/arm 3.12.30 Kernel Configuration # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -241,6 +241,7 @@ CONFIG_INLINE_READ_UNLOCK=y CONFIG_INLINE_READ_UNLOCK_IRQ=y CONFIG_INLINE_WRITE_UNLOCK=y CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_FREEZER=y @@ -1239,7 +1240,7 @@ CONFIG_SCSI_PROC_FS=y # # SCSI support type (disk, tape, CD-ROM) # -# CONFIG_BLK_DEV_SD is not set +CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set # CONFIG_BLK_DEV_SR is not set @@ -2126,6 +2127,7 @@ CONFIG_HWMON=y # CONFIG_SENSORS_MAX6697 is not set # CONFIG_SENSORS_MCP3021 is not set # CONFIG_SENSORS_NCT6775 is not set +# CONFIG_SENSORS_NTC_THERMISTOR is not set # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set # CONFIG_SENSORS_PCF8591 is not set @@ -2702,7 +2704,7 @@ CONFIG_SND_SOC_TLV320AIC3X=y # CONFIG_HID=y # CONFIG_HID_BATTERY_STRENGTH is not set -# CONFIG_HIDRAW is not set +CONFIG_HIDRAW=y CONFIG_UHID=y CONFIG_HID_GENERIC=y @@ -2740,7 +2742,7 @@ CONFIG_HID_GENERIC=y # CONFIG_HID_MAGICMOUSE is not set # CONFIG_HID_MICROSOFT is not set # CONFIG_HID_MONTEREY is not set -# CONFIG_HID_MULTITOUCH is not set +CONFIG_HID_MULTITOUCH=m # CONFIG_HID_NTRIG is not set # CONFIG_HID_ORTEK is not set # CONFIG_HID_PANTHERLORD is not set diff --git a/recipes-kernel/linux/linux-smarct335x-staging_3.12.bb b/recipes-kernel/linux/linux-smarct335x-staging_3.12.bb index 0a4b633..960909e 100644 --- a/recipes-kernel/linux/linux-smarct335x-staging_3.12.bb +++ b/recipes-kernel/linux/linux-smarct335x-staging_3.12.bb @@ -38,7 +38,7 @@ S = "${WORKDIR}/git" BRANCH = "smarc-ti-linux-3.12.y" # Corresponds to tag ti-linux-3.12.y -SRCREV = "9f30bfb78dfd09b47c4a1dd9b59282812319792c" +SRCREV = "d3f297b0c47d37be2cc826d275596fb67f714f9e" PV = "3.12.30" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -- 1.9.1