Hi,
On Thu, 15 Jan 2015, Andreas Bofjäll wrote:
On Thu, 25 Dec 2014, Andreas Bofjall wrote:
Add support for the GPIOs found on the Fintek SuperI/O chip F71869, such
as the one found on the Jetway JNF99-525 motherboard, to the f7188x gpio
driver.
Signed-off-by: Andreas Bofjall <andreas@xxxxxxxxxx>
Les Schaffer nicely noted the chip ID in the patch is not for the F71869
(ID 0x0814) but for the F71869A (ID 0x1007). They differ somewhat in their
pin configurations, so the patch as-is is broken. It worked for me on the
JNF99-525 because the few registers that didn't match are for pins that
aren't exposed.
Unfortunately, I don't have a F71869 to test with, so this patch
shouldn't be merged. I'll see if the patch can be rewritten for
the F71869A.
/Andreas