gpio: max730x: make pullups configurable via platformdata
authorMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 11 Aug 2010 01:02:23 +0000 (18:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:08 +0000 (08:59 -0700)
commit4a22b8a4ad5561436b16f5278d2f9e406ffb8705
tree8569c6dd4cc215876156fa5b2721ad1a487b9c88
parent22e3d63147c9608dc48ac6a6d9973eba8672efbe
gpio: max730x: make pullups configurable via platformdata

The gpios on the max730x chips have support for internal pullups while in
input mode.

This patch adds support for configuring these pullups via platform data.
A new member ("input_pullup_active") to the platform data struct is
introduced.  A set bit in this variable activates the pullups while the
respective port is in input mode.  This is a compatible enhancement since
unset bits lead to disables pullups which was the default in the original
driver.

_Note_: the 4 lowest bits in "input_pullup_active" are unused because the
first 4 ports of the controller are not used, too.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpio/max730x.c
include/linux/spi/max7301.h
This page took 0.029861 seconds and 5 git commands to generate.