Re: [PATCH v7 2/2] mfd: syscon: Add non-DT support

2013-03-13 Thread Dong Aisheng
On 14 March 2013 01:34, Alexander Shiyan wrote: > This patch allow using syscon driver from the platform data, i.e. > possibility using driver on systems without oftree support. > For search syscon device from the client drivers, > "syscon_regmap_lookup_by_pdevname" function was added. > > Signed-

Re: [PATCH v7 2/2] mfd: syscon: Add non-DT support

2013-03-13 Thread Stephen Warren
On 03/13/2013 12:43 PM, Alexander Shiyan wrote: >> On 03/13/2013 11:34 AM, Alexander Shiyan wrote: >>> This patch allow using syscon driver from the platform data, i.e. >>> possibility using driver on systems without oftree support. >>> For search syscon device from the client drivers, >>> "syscon_

Re: [PATCH v7 2/2] mfd: syscon: Add non-DT support

2013-03-13 Thread Stephen Warren
On 03/13/2013 11:34 AM, Alexander Shiyan wrote: > This patch allow using syscon driver from the platform data, i.e. > possibility using driver on systems without oftree support. > For search syscon device from the client drivers, > "syscon_regmap_lookup_by_pdevname" function was added. This patch