From: Cyril Chemparathy Date: Sat, 1 May 2010 22:37:52 +0000 (-0400) Subject: Davinci: gpio - structs and functions renamed X-Git-Tag: v2.6.35-rc1~499^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99e9e52de635728d7c89a0fdf79b307f3082cf3a;p=pandora-kernel.git Davinci: gpio - structs and functions renamed Renamed gpio types to something more sensible: struct gpio_controller --> struct davinci_gpio_regs struct davinci_gpio --> struct davinci_gpio_controller gpio2controller() --> gpio2regs() irq2controller() --> irq2regs() This change also moves davinci_gpio_controller definition to gpio.h. Eventually, the gpio registers structure will be moved to gpio.c and no longer a common cross-soc definition. Signed-off-by: Cyril Chemparathy Tested-by: Sandeep Paulraj Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed