Message ID | 1556122181.2914.5.camel@pengutronix.de |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] Reset controller fixes for v5.2 | expand |
On Wed, Apr 24, 2019 at 06:09:41PM +0200, Philipp Zabel wrote: > Dear arm-soc maintainers, > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: > > Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) > > are available in the Git repository at: > > git://git.pengutronix.de/pza/linux tags/reset-for-5.2 > > for you to fetch changes up to d005aa750c9b7ca7f77dafd6dda33a0fcb6e7ae3: > > reset: fix linux/reset.h errors (2019-04-02 17:57:35 +0200) > > ---------------------------------------------------------------- > Reset controller changes for v5.2 > > This adds support for 'acquired'/'released' states to exclusive reset > controls to allow drivers that usually need direct control over their > reset line, to temporarily yield control to another driver, such as a > power domain controller during power transitions. A fix adds missing > headers to linux/reset.h, which caused build errors in linux-next, > discovered by the new lima DRM driver. > > ---------------------------------------------------------------- > Philipp Zabel (1): > reset: add acquired/released state for exclusive reset controls > > Randy Dunlap (1): > reset: fix linux/reset.h errors > > Thierry Reding (2): > reset: Add acquired flag to of_reset_control_array_get() > reset: Add acquire/release support for arrays Merged, thanks! > > drivers/reset/core.c | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- > drivers/usb/dwc3/dwc3-of-simple.c | 3 +- > include/linux/reset.h | 115 +++++++++++++++++++++++++++++++++++++++++++++++++--------------- Hint: If you redirect the 'git request-pull' output to a file, or pipe it through cat, it'll format diffstat suitable for 80-column display (i.e. email). -Olof