[arch-commits] Commit in linux/trunk (PKGBUILD config config.x86_64)
Anatol Pomozov
anatolik at archlinux.org
Mon May 16 20:59:48 UTC 2016
Date: Monday, May 16, 2016 @ 22:59:48
Author: anatolik
Revision: 268241
Compile-in Lynxpoint gpio driver
The driver does not work well if compiled as a module.
It can randomly crash on insertion/removal.
gpio maintainer suggests to turn the driver into bool [1]
[1] http://permalink.gmane.org/gmane.linux.kernel.gpio/16637
Modified:
linux/trunk/PKGBUILD
linux/trunk/config
linux/trunk/config.x86_64
---------------+
PKGBUILD | 4 ++--
config | 2 +-
config.x86_64 | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-16 19:53:15 UTC (rev 268240)
+++ PKGBUILD 2016-05-16 20:59:48 UTC (rev 268241)
@@ -24,8 +24,8 @@
sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866'
'SKIP'
- 'b32a4fbd92cf561bca86bb65319a16be853fb8ea7bdd5f12974bd0d054d4c1f9'
- 'e91660a413baa66fb3269f03ceb85bda1df493b2fec404e9bb0269ad9a2d67a8'
+ '02e8b02e8cd10aa059917a489a9663e7f66bdf12c5ae8a1e0369bb2862da6b68'
+ 'd59014b8f887c6aa9488ef5ff9bc5d4357850a979f3ff90a2999bbe24e5c6e15'
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
validpgpkeys=(
Modified: config
===================================================================
--- config 2016-05-16 19:53:15 UTC (rev 268240)
+++ config 2016-05-16 20:59:48 UTC (rev 268241)
@@ -3859,7 +3859,7 @@
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
CONFIG_GPIO_ICH=m
-CONFIG_GPIO_LYNXPOINT=m
+CONFIG_GPIO_LYNXPOINT=y
# CONFIG_GPIO_SYSCON is not set
# CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_XILINX is not set
Modified: config.x86_64
===================================================================
--- config.x86_64 2016-05-16 19:53:15 UTC (rev 268240)
+++ config.x86_64 2016-05-16 20:59:48 UTC (rev 268241)
@@ -3757,7 +3757,7 @@
# CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
CONFIG_GPIO_ICH=m
-CONFIG_GPIO_LYNXPOINT=m
+CONFIG_GPIO_LYNXPOINT=y
# CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_ZX is not set
More information about the arch-commits
mailing list