Thread (20 messages) flat view 20 messages, 4 authors, 2014-09-19

[PATCH v3] mfd: syscon: Decouple syscon interface from platform devices

From: Dong Aisheng <hidden>
Date: 2014-09-18 03:33:52
Also in: linux-samsung-soc, lkml

On Thu, Sep 18, 2014 at 08:59:32AM +0530, Pankaj Dubey wrote:
+CC: Dong Aisheng 

Hi Arnd,

On Wednesday, September 17, 2014, Arnd Bergmann wrote,
quoted
quoted
V2 of this patchset and related discussion can be found here [1].

Changes since v2:
 - Added back platform device support from syscon, with one change that
   syscon will not be probed for DT based platform.
 - Added back syscon_regmap_lookup_by_pdevname API so that non-DT base
   users of syscon will not be broken.
 - Removed unwanted change in syscon.h.
 - Modified Signed-off-by list, added Suggested-by of Tomasz Figa and
   Arnd Bergmann.
 - Added Tested-by of Vivek Gautam for testing on Exynos platform.
Looks fine. Provided you can figure out the problem that Dong Aisheng
reported,
quoted
please add my

Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks. 
After he reported I have again done code walk-through of regmap_init_mmio
and 
could not see any such fatal error.  At the same time I have replied to Dong
Aisheng,
asking for more details and waiting for his reply. 
 
I just replied and gave the log.

Regards
Dong Aisheng
quoted
quoted
-}
+static struct syscon *of_syscon_register(struct device_node *np);
One  minor comment: please avoid doing forward declarations of local
functions. It
quoted
took me a while to understand what is going on because I expect all
functions to be
quoted
ordered such that they only get called by functions below, and don't need
this.
quoted
Just move of_syscon_register() here directly.
OK, I will remove forward declaration of "of_syscon_register" and respin
patch once again.
quoted
	Arnd
Thanks,
Pankaj Dubey
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help