From: Varadarajan, Charulatha Date: Wed, 8 Dec 2010 00:26:57 +0000 (-0800) Subject: OMAP2+: GPIO: device registration X-Git-Tag: v2.6.38-rc1~469^2~46^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f547170fe721f145b7b7d6eb8b252e45f489dc4b;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 Acked-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed