[PATCH v5 1/3] ARM: mxs: add GPMI-NFC support for imx23/imx28
From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-07-08 09:02:37
From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-07-08 09:02:37
On Friday 08 July 2011 09:31:19 Uwe Kleine-K?nig wrote:
quoted
The init function is used only to set up iomux, so the logical replacement is a pointer to the iomux data, and calling mxs_iomux_setup_multiple_pads directly from the driver.Why not put the iomux stuff into the per-machine table and get rid of the init callback, too?
Sounds good to me. Arnd