cs5535-gpio: don't apply errata #36 to edge detect GPIOs
authorAndres Salomon <dilinger@queued.net>
Tue, 21 Dec 2010 21:04:42 +0000 (13:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Dec 2010 23:31:48 +0000 (15:31 -0800)
commit001851659354cce436b749a793f3512a53394d80
treecbce3c7d8f68c384229c40b915514b4668051d4a
parente819eb8687767cefca7b6abf5ac6d5efcf581eeb
cs5535-gpio: don't apply errata #36 to edge detect GPIOs

The edge detect status GPIOs function differently from the other atomic
model CS5536 GPIO registers; writing 1 to the high bits clears the GPIO,
but writing 1 to the lower bits also clears the bit.

This means that read-modify-write doesn't actually work for it, so don't
apply the errata here.  If a negative edge status gets lost after
resume..  well, we tried our best!

Tested-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpio/cs5535-gpio.c