> 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 also removes the driver's remove() function, which isn't > mentioned in the commit description.
Driver is using resource managed functions, remove() is not necessary. > Otherwise I didn't see any issues at a quick glance. ---