Re: [PATCH] mfd: syscon: allow to register syscon with a device

2015-06-09 Thread Philipp Zabel
Hi Arnd, any thought on this? Am Dienstag, den 28.04.2015, 16:19 +0530 schrieb Pankaj Dubey: > +To: Arnd Bergmann > > Hi Philipp, > > On Friday 24 April 2015 02:02 PM, Philipp Zabel wrote: > > Am Dienstag, den 17.03.2015, 11:24 +0100 schrieb Philipp Zabel: > >> Commit bdb0066df96e ("mfd: syscon

Re: [PATCH] mfd: syscon: allow to register syscon with a device

2015-04-28 Thread Pankaj Dubey
+To: Arnd Bergmann Hi Philipp, On Friday 24 April 2015 02:02 PM, Philipp Zabel wrote: Am Dienstag, den 17.03.2015, 11:24 +0100 schrieb Philipp Zabel: Commit bdb0066df96e ("mfd: syscon: Decouple syscon interface from platform devices") added the possibility to register syscon devices without a

Re: [PATCH] mfd: syscon: allow to register syscon with a device

2015-04-24 Thread Philipp Zabel
Am Dienstag, den 17.03.2015, 11:24 +0100 schrieb Philipp Zabel: > Commit bdb0066df96e ("mfd: syscon: Decouple syscon interface from platform > devices") > added the possibility to register syscon devices without associated platform > device. This also removed regmap debugfs facilities, which don't

[PATCH] mfd: syscon: allow to register syscon with a device

2015-03-17 Thread Philipp Zabel
Commit bdb0066df96e ("mfd: syscon: Decouple syscon interface from platform devices") added the possibility to register syscon devices without associated platform device. This also removed regmap debugfs facilities, which don't work without a device. Since there is no replacement, this patch allows