[PATCH 01/17] ARM: OMAP2+: PRM: add support for reset controller
From: tony@atomide.com (Tony Lindgren)
Date: 2015-11-30 17:09:22
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2015-11-30 17:09:22
Also in:
linux-omap
* Tony Lindgren [off-list ref] [151006 05:12]:
* Tero Kristo [off-list ref] [150924 07:30]:quoted
PRM driver now supports reset controller for the defined reset lines. Reset configurations are provided through device tree. Later, functionality like hwmod and system reboot will be changed to use the generic framework.This approach seems good to me in general. This should have the related reset driver documentation too for the binding though.
Also, with the initcall changes I just posted, it seems this can become just a regular device driver that gets initialized at core_initcall level. Regards, Tony