[PATCH 1/2] gpio: Add driver for AXM55xx SSP chip selects
From: Anders Berg <hidden>
Date: 2014-09-05 13:40:47
Also in:
linux-devicetree, linux-gpio, lkml
From: Anders Berg <hidden>
Date: 2014-09-05 13:40:47
Also in:
linux-devicetree, linux-gpio, lkml
On Fri, Sep 5, 2014 at 11:47 AM, Russell King - ARM Linux [off-list ref] wrote:
On Mon, Sep 01, 2014 at 02:53:40PM +0200, Anders Berg wrote:quoted
The AXM55xx device has a ARM PL022 SSP controller with an extension that enables the control of up to five chip select signals. This driver implements the logic to control these signals and exports them as GPIOs. Signed-off-by: Anders Berg <redacted>So, what happens if the GPIO driver binds first, followed by the SSP device? Please test that scenario out before this patch gets merged.
Both scenarios work. /Anders