All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Reset controller fixes for v5.2
@ 2019-04-24 16:09 Philipp Zabel
  2019-04-29 16:54 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2019-04-24 16:09 UTC (permalink / raw)
  To: arm; +Cc: kernel, linux-arm-kernel

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

 drivers/reset/core.c              | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 drivers/usb/dwc3/dwc3-of-simple.c |   3 +-
 include/linux/reset.h             | 115 +++++++++++++++++++++++++++++++++++++++++++++++++---------------
 3 files changed, 257 insertions(+), 41 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Reset controller fixes for v5.2
  2019-04-24 16:09 [GIT PULL] Reset controller fixes for v5.2 Philipp Zabel
@ 2019-04-29 16:54 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2019-04-29 16:54 UTC (permalink / raw)
  To: Philipp Zabel; +Cc: arm, kernel, linux-arm-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-29 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24 16:09 [GIT PULL] Reset controller fixes for v5.2 Philipp Zabel
2019-04-29 16:54 ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.