Re: [patch 2.6.24-rc6-mm 5/9] gpiolib: pxa platform support

2008-01-05 Thread David Brownell
Subject: [PATCH] gpiolib support for the PXA architecture From: Philipp Zabel <[EMAIL PROTECTED]> This adds gpiolib support for the PXA architecture: - move all GPIO API functions from generic.c into gpio.c - convert the gpio_get/set_value macros into inline functions This makes it easier to

[patch 2.6.24-rc6-mm 5/9] gpiolib: pxa platform support

2007-12-28 Thread David Brownell
From: Philipp Zabel <[EMAIL PROTECTED]> This adds gpiolib support for the PXA architecture: - move all GPIO API functions from generic.c into gpio.c - convert the gpio_get/set_value macros into inline functions This makes it easier to hook up GPIOs provided by external chips like ASICs and CP