Message ID | 1549644664.24981.1.camel@pengutronix.de |
---|---|
State | New |
Headers | show |
Series | Reset controller changes for v5.1 | expand |
On Fri, Feb 8, 2019 at 5:51 PM Philipp Zabel <p.zabel@pengutronix.de> wrote: > > Dear arm-soc maintainers, > > The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8: > > Linux 5.0-rc2 (2019-01-14 10:41:12 +1200) > > are available in the git repository at: > > git://git.pengutronix.de/git/pza/linux.git tags/reset-for-5.1 > > for you to fetch changes up to dbfc54534dfcaee004d54137d9b34d000f847e41: > > dt-bindings: reset: meson: add g12a bindings (2019-02-08 17:31:33 +0100) > > ---------------------------------------------------------------- > Reset controller changes for v5.1 > > This adds the include/linux/reset directory to MAINTAINERS for reset > specific headers and adds headers for sunxi and socfpga in there to > get rid of a few extern function declarations. > There is a new reset driver for the Broadcom STB reset controller and > the i.MX7 system reset controller driver is extended to support i.MX8MQ > as well. Finally, there is a new header with reset id constants for > the Meson G12A SoC, which has a reset controller identical to Meson AXG > and thus can reuse its driver and DT bindings. > Pulled into arm/drivers, thanks! Not sure if we should use different naming scheme for the drivers stuff in the soc tree, as this is not necessarily ARM specific. Arnd