[linux] 01/01: [armhf] gpio: Enable GPIO_PCF857X as module, needed by TI DRA7xx EVMs

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Mar 16 17:19:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit d0eb57c9f352e2f95e0c3bf027c9ac0ebcd6219d
Author: Ben Hutchings <ben.hutchings at codethink.co.uk>
Date:   Wed Mar 16 16:47:20 2016 +0000

    [armhf] gpio: Enable GPIO_PCF857X as module, needed by TI DRA7xx EVMs
    
    The armmp kernel is supposed to support DRA7xx systems, but currently
    fails to boot on the EVM as it's missing the driver for the GPIO
    expanders.
---
 debian/changelog                 | 1 +
 debian/config/armhf/config.armmp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 68dff03..2539eaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,6 +80,7 @@ linux (4.4.5-1) UNRELEASED; urgency=medium
     - mm/pat: Fix boot crash when 1GB pages are not supported by cpu
   * Revert "drm/radeon/pm: adjust display configuration after powerstate",
     which caused a regression on some older hardware
+  * [armhf] gpio: Enable GPIO_PCF857X as module, needed by TI DRA7xx EVMs
 
   [ Ian Campbell ]
   * [arm64] Enable ARCH_HISI (Hisilicon) and the set of currently available
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index 1c71d6d..af73db2 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -235,6 +235,7 @@ CONFIG_RASPBERRYPI_FIRMWARE=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_GENERIC_PLATFORM=m
 CONFIG_GPIO_PCA953X=m
+CONFIG_GPIO_PCF857X=m
 CONFIG_GPIO_DA9052=m
 CONFIG_GPIO_PALMAS=y
 CONFIG_GPIO_TWL4030=y

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list