From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 30 Nov 2015 09:09:22 -0800 Subject: [PATCH 01/17] ARM: OMAP2+: PRM: add support for reset controller In-Reply-To: <20151006120606.GP23801@atomide.com> References: <1443104818-993-1-git-send-email-t-kristo@ti.com> <1443104818-993-2-git-send-email-t-kristo@ti.com> <20151006120606.GP23801@atomide.com> Message-ID: <20151130170922.GE2517@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Tony Lindgren [151006 05:12]: > * Tero Kristo [150924 07:30]: > > 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