From: Varadarajan, Charulatha Date: Wed, 1 Dec 2010 18:18:15 +0000 (-0800) Subject: OMAP2+: GPIO: device registration X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a02aab82f8752cf7e6f2cebad0c44493ea9cb93;p=pandora-kernel.git OMAP2+: GPIO: device registration Use omap_device_build() API to do platform_device_register of GPIO devices. For OMAP2+ chips, the device specific data defined in the centralized hwmod database will be used. gpio_init needs to be done before machine_init functions access gpio APIs. Hence gpio_init is made as a postcore_initcall. Signed-off-by: Charulatha V Acked-by: Benoit Cousson Reviewed-by: Basak, Partha Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed