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
This commit is contained in:
Anatol Pomozov 2016-05-16 20:59:48 +00:00
parent 5815737888
commit 6d10eba205
3 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866' sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866'
'SKIP' 'SKIP'
'b32a4fbd92cf561bca86bb65319a16be853fb8ea7bdd5f12974bd0d054d4c1f9' '02e8b02e8cd10aa059917a489a9663e7f66bdf12c5ae8a1e0369bb2862da6b68'
'e91660a413baa66fb3269f03ceb85bda1df493b2fec404e9bb0269ad9a2d67a8' 'd59014b8f887c6aa9488ef5ff9bc5d4357850a979f3ff90a2999bbe24e5c6e15'
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99') '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
validpgpkeys=( validpgpkeys=(

2
config
View File

@ -3859,7 +3859,7 @@ CONFIG_GPIO_SYSFS=y
# CONFIG_GPIO_GENERIC_PLATFORM is not set # CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set # CONFIG_GPIO_GRGPIO is not set
CONFIG_GPIO_ICH=m CONFIG_GPIO_ICH=m
CONFIG_GPIO_LYNXPOINT=m CONFIG_GPIO_LYNXPOINT=y
# CONFIG_GPIO_SYSCON is not set # CONFIG_GPIO_SYSCON is not set
# CONFIG_GPIO_VX855 is not set # CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_XILINX is not set # CONFIG_GPIO_XILINX is not set

View File

@ -3757,7 +3757,7 @@ CONFIG_GPIO_SYSFS=y
# CONFIG_GPIO_DWAPB is not set # CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set # CONFIG_GPIO_GENERIC_PLATFORM is not set
CONFIG_GPIO_ICH=m CONFIG_GPIO_ICH=m
CONFIG_GPIO_LYNXPOINT=m CONFIG_GPIO_LYNXPOINT=y
# CONFIG_GPIO_VX855 is not set # CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_ZX is not set # CONFIG_GPIO_ZX is not set