[PATCH] arm: prima2: export sirfsoc_reset_device as the common API of drivers

Barry Song 21cnbao at gmail.com
Fri Mar 29 07:53:18 EDT 2013


2013/3/29 Arnd Bergmann <arnd at arndb.de>
>
> On Wednesday 27 March 2013, Barry Song wrote:
> > From: "renwei.wu" <renwei.wu at csr.com>
> >
> > sirfsoc_reset_device() should be an API used by other SiRF drivers.
> > This patch exports it.
> > devices who want to reset just need to add reset_bit in .dts.
> >
> > Signed-off-by: Renwei Wu <Renwei.Wu at csr.com>
> > Signed-off-by: Barry Song <Baohua.Song at csr.com>
>
> The interface is currently not used in the mainline kernel, and
> having a global header for it is not a good solution in the long
> run. Please have a look at the patches labeled "Reset controller
> API to reset IP modules on i.MX5 and i.MX6" from Philipp Zabel
> and coordinate with him or base your own drivers on his code
> when you get it upstream.

well. happy to see there is another subsystem about reset_controller.
that should remove the requirement of sirfsoc specific reset api.

>
>         Arnd

-barry



More information about the linux-arm-kernel mailing list