]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: rename gpmc_probe_nor_child() to gpmc_probe_generic_child()
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Thu, 14 Mar 2013 15:09:21 +0000 (16:09 +0100)
committerJon Hunter <jon-hunter@ti.com>
Thu, 4 Apr 2013 01:13:42 +0000 (20:13 -0500)
commitbaa5ae9a09fdea8c9920a85bf422cd19f672f37c
tree0ad056fe4e219570fb6038a09d64f5f1bbad2afa
parent8996771635c4dc068aa071fed6f0a18c8cf9a2a5
ARM: OMAP2+: rename gpmc_probe_nor_child() to gpmc_probe_generic_child()

The gpmc_probe_nor_child() function is used in the GPMC driver to
configure the GPMC for a NOR child device node.

But this function is quite generic and all the NOR specific configuration
is made by the driver of the actual NOR flash memory used.

Other Pseudo-SRAM devices such as ethernet controllers need a similar
setup so by making this function generic it can be used for those too.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
arch/arm/mach-omap2/gpmc.c