]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit - drivers/cbus/cbus.c
use standard gpio get/set calls (OMAP tree only)
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 30 Oct 2008 03:39:22 +0000 (20:39 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 13 Nov 2008 21:12:26 +0000 (13:12 -0800)
commit7270f33b7b0139f40fcfbf771dc5ec5a773a71cd
tree44265e536659651d02c95ee11e18591a18296be7
parenta47ac9254b69fc19d79b80f68ec48ce7cedd1fc0
use standard gpio get/set calls (OMAP tree only)

This patch replaces some legacy OMAP GPIO calls with the "new" (not
really, any more!) calls that work on most platforms.

The calls addressed by this patch are the simple ones to get and set
values ... for code that has NOT merged to mainline.

Except for the Documentation file, all of these changes were performed
by a simple SED script.  A few "if() set() else set()" branches were
merged by hand.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
22 files changed:
Documentation/arm/OMAP/gpio
arch/arm/mach-omap2/board-2430sdp.c
arch/arm/mach-omap2/board-3430sdp.c
arch/arm/mach-omap2/board-ldp.c
arch/arm/mach-omap2/board-n800-camera.c
arch/arm/mach-omap2/board-n800-mmc.c
arch/arm/mach-omap2/board-n800-usb.c
arch/arm/mach-omap2/board-n800.c
arch/arm/mach-omap2/board-omap2evm.c
arch/arm/mach-omap2/board-omap3evm.c
arch/arm/plat-omap/gpio-switch.c
drivers/bluetooth/brf6150.c
drivers/bluetooth/hci_h4p/core.c
drivers/cbus/cbus.c
drivers/leds/leds-omap.c
drivers/spi/tsc2301-core.c
drivers/usb/host/ehci-omap.c
drivers/video/omap/lcd_2430sdp.c
drivers/video/omap/lcd_omap2evm.c
drivers/video/omap/lcd_omap3beagle.c
drivers/video/omap/lcd_omap3evm.c
drivers/video/omap/lcd_p2.c