Commit 106da5e76a0cfc56b2d2a345a2747b4ae36d6a67
1 parent
982cf34e61
Exists in
master
Fix Kernel frambuffer red and blue swap problem and some minor bug fixed
Showing 2 changed files with 7 additions and 5 deletions Side-by-side Diff
recipes-kernel/linux/linux-smarct335x-staging/defconfig
1 | 1 | # |
2 | 2 | # Automatically generated file; DO NOT EDIT. |
3 | -# Linux/arm 3.12.20 Kernel Configuration | |
3 | +# Linux/arm 3.12.30 Kernel Configuration | |
4 | 4 | # |
5 | 5 | CONFIG_ARM=y |
6 | 6 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
... | ... | @@ -241,6 +241,7 @@ |
241 | 241 | CONFIG_INLINE_READ_UNLOCK_IRQ=y |
242 | 242 | CONFIG_INLINE_WRITE_UNLOCK=y |
243 | 243 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y |
244 | +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y | |
244 | 245 | CONFIG_MUTEX_SPIN_ON_OWNER=y |
245 | 246 | CONFIG_FREEZER=y |
246 | 247 | |
... | ... | @@ -1239,7 +1240,7 @@ |
1239 | 1240 | # |
1240 | 1241 | # SCSI support type (disk, tape, CD-ROM) |
1241 | 1242 | # |
1242 | -# CONFIG_BLK_DEV_SD is not set | |
1243 | +CONFIG_BLK_DEV_SD=y | |
1243 | 1244 | # CONFIG_CHR_DEV_ST is not set |
1244 | 1245 | # CONFIG_CHR_DEV_OSST is not set |
1245 | 1246 | # CONFIG_BLK_DEV_SR is not set |
... | ... | @@ -2126,6 +2127,7 @@ |
2126 | 2127 | # CONFIG_SENSORS_MAX6697 is not set |
2127 | 2128 | # CONFIG_SENSORS_MCP3021 is not set |
2128 | 2129 | # CONFIG_SENSORS_NCT6775 is not set |
2130 | +# CONFIG_SENSORS_NTC_THERMISTOR is not set | |
2129 | 2131 | # CONFIG_SENSORS_PC87360 is not set |
2130 | 2132 | # CONFIG_SENSORS_PC87427 is not set |
2131 | 2133 | # CONFIG_SENSORS_PCF8591 is not set |
... | ... | @@ -2702,7 +2704,7 @@ |
2702 | 2704 | # |
2703 | 2705 | CONFIG_HID=y |
2704 | 2706 | # CONFIG_HID_BATTERY_STRENGTH is not set |
2705 | -# CONFIG_HIDRAW is not set | |
2707 | +CONFIG_HIDRAW=y | |
2706 | 2708 | CONFIG_UHID=y |
2707 | 2709 | CONFIG_HID_GENERIC=y |
2708 | 2710 | |
... | ... | @@ -2740,7 +2742,7 @@ |
2740 | 2742 | # CONFIG_HID_MAGICMOUSE is not set |
2741 | 2743 | # CONFIG_HID_MICROSOFT is not set |
2742 | 2744 | # CONFIG_HID_MONTEREY is not set |
2743 | -# CONFIG_HID_MULTITOUCH is not set | |
2745 | +CONFIG_HID_MULTITOUCH=m | |
2744 | 2746 | # CONFIG_HID_NTRIG is not set |
2745 | 2747 | # CONFIG_HID_ORTEK is not set |
2746 | 2748 | # CONFIG_HID_PANTHERLORD is not set |
recipes-kernel/linux/linux-smarct335x-staging_3.12.bb
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | BRANCH = "smarc-ti-linux-3.12.y" |
39 | 39 | |
40 | 40 | # Corresponds to tag ti-linux-3.12.y |
41 | -SRCREV = "9f30bfb78dfd09b47c4a1dd9b59282812319792c" | |
41 | +SRCREV = "d3f297b0c47d37be2cc826d275596fb67f714f9e" | |
42 | 42 | PV = "3.12.30" |
43 | 43 | |
44 | 44 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |