From mboxrd@z Thu Jan 1 00:00:00 1970 From: b.galvani@gmail.com (Beniamino Galvani) Date: Thu, 27 Nov 2014 23:34:02 +0100 Subject: [PATCH v3 2/3] pinctrl: add driver for Amlogic Meson SoCs In-Reply-To: References: <1416168856-12747-1-git-send-email-b.galvani@gmail.com> <1416168856-12747-3-git-send-email-b.galvani@gmail.com> Message-ID: <20141127223402.GA11418@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Nov 27, 2014 at 02:48:31PM +0100, Linus Walleij wrote: > On Sun, Nov 16, 2014 at 9:14 PM, Beniamino Galvani wrote: > > > This is a driver for the pinmux and GPIO controller available in > > Amlogic Meson SoCs. At the moment it only supports Meson8 devices, > > however other SoC families like Meson6 and Meson8b (the Cortex-A5 > > variant) appear to be similar, with just different sets of banks and > > registers. > > > > GPIO interrupts are not supported at the moment due to lack of > > documentation. > > > > Signed-off-by: Beniamino Galvani > > This is dependent on S?ren's patches I guess? > > OK I'll merge this once we have that other code sorted out. Yes, this depends on Soren's patches. Thanks, Beniamino