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

2013-03-25 Thread Alexander Shiyan
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. Due using managed devm_ functions, "syscon_remove" is eliminated. A

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

2013-03-15 Thread Alexander Shiyan
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-off-by: Alexander Shiyan Acked-by: Dong Aisheng Acked-by: