From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Tue, 24 Apr 2012 23:55:19 +0000 Subject: Re: [PATCH 6/6] ARM: mach-shmobile: kzm9g: add PCF8757 gpio-key Message-Id: <20120424235518.GE2461@verge.net.au> List-Id: References: <8762d63oni.wl%kuninori.morimoto.gx@renesas.com> In-Reply-To: <8762d63oni.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Sun, Apr 22, 2012 at 11:54:14PM -0700, Kuninori Morimoto wrote: > This patch adds extra GPIO via PCF8757 chip, > and use it as gpio-key. Hi Morimoto-san, I am having a little trouble getting this working on top of 3.4-rc4 with your "[PATCH 0/6] ARM: mach-shmobile: add KZM-A9-GT board support" series and the rest of this series. I have enabled INPUT_PCF8574, but perhaps that isn't sufficient? > Signed-off-by: Kuninori Morimoto > --- > arch/arm/mach-shmobile/board-kzm9g.c | 59 ++++++++++++++++++++++++++++++++++ > 1 files changed, 59 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c > index 657ba64..78e9850 100644 > --- a/arch/arm/mach-shmobile/board-kzm9g.c > +++ b/arch/arm/mach-shmobile/board-kzm9g.c > @@ -19,9 +19,12 @@ > > #include > #include > +#include > #include > #include > #include > +#include > +#include > #include > #include > #include > @@ -39,6 +42,18 @@ > #include > #include