]> bbs.cooldavid.org Git - net-next-2.6.git/commit
gpio: Add bitmask to block requests to unavailable stmpe GPIOs
authorWolfram Sang <w.sang@pengutronix.de>
Mon, 16 Aug 2010 15:14:44 +0000 (17:14 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Oct 2010 22:28:43 +0000 (00:28 +0200)
commitb8e9cf0b28173fc25dae9f3ac44de6fc4e9fc385
tree1164b9fab57ef5a81304efe48932c4a6db62049d
parent8c96aefbe79becf940d27cd8ad2c5aba48322162
gpio: Add bitmask to block requests to unavailable stmpe GPIOs

GPIOs on these controller are multi-functional. If you decided to use
some of them e.g. as input channels for the ADC, you surely don't want
those pins to be reassigned as simple GPIOs (which may be triggered even
from userspace via 'export'). Same for the touchscreen controller pins.
Since knowledge about the hardware is needed to decide which GPIOs to
reserve, let this bitmask be inside platform_data and provide some
defines to assist potential users.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Rabin Vincent <rabin.vincent@stericsson.com>
Cc: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/gpio/stmpe-gpio.c
include/linux/mfd/stmpe.h