mfd: syscon: Add non-DT support
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 13 Mar 2013 17:34:20 +0000 (21:34 +0400)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 5 Apr 2013 15:58:22 +0000 (17:58 +0200)
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 <shc_work@mail.ru>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found