Re: [PATCH] mfd: twl-core: convert to module_init()

2013-06-03 Thread Kevin Hilman
"Strashko, Grygorii" writes: > Hi Kevin, > > It's done alreday here: > https://patchwork.kernel.org/patch/2477541/ - mfd: twl-core: convert to > module_i2c_driver() > (Samuel has taken this one) Excellent, thanks for pointing it out, somehow I missed that thread. My patch can be ignored. > -

RE: [PATCH] mfd: twl-core: convert to module_init()

2013-06-01 Thread Strashko, Grygorii
2013 11:56 PM To: Samuel Ortiz; Tony Lindgren Cc: linux-o...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; open list Subject: [PATCH] mfd: twl-core: convert to module_init() There's no reason for twl-core to be subsys_inicall anymore. Anything using twl that early needs a rethink, or

Re: [PATCH] mfd: twl-core: convert to module_init()

2013-05-31 Thread Tony Lindgren
* Kevin Hilman [130531 14:02]: > There's no reason for twl-core to be subsys_inicall anymore. Anything > using twl that early needs a rethink, or deferred probe changes. > > Boot tested and RTC wake tested (via TWL RTC) on OMAP platforms: > 3530/Beagle, 3730/Beagle-xM, 3530/Overo, 3730/Overo-STO

[PATCH] mfd: twl-core: convert to module_init()

2013-05-31 Thread Kevin Hilman
There's no reason for twl-core to be subsys_inicall anymore. Anything using twl that early needs a rethink, or deferred probe changes. Boot tested and RTC wake tested (via TWL RTC) on OMAP platforms: 3530/Beagle, 3730/Beagle-xM, 3530/Overo, 3730/Overo-STORM, 4430/Panda, 4460/Panda-ES. Cc: Tony L