linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Reset controller fixes for v5.5
@ 2019-10-28 13:15 Philipp Zabel
  2019-10-28 15:56 ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Philipp Zabel @ 2019-10-28 13:15 UTC (permalink / raw)
  To: arm; +Cc: kernel, linux-arm-kernel

Dear arm-soc maintainers,

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.pengutronix.de/git/pza/linux.git tags/reset-fixes-for-v5.5

for you to fetch changes up to f430c7ed8bc22992ed528b518da465b060b9223f:

  reset: fix reset_control_ops kerneldoc comment (2019-10-28 12:18:23 +0100)

----------------------------------------------------------------
Reset controller fixes for v5.5

This tag fixes a memory leak in reset_control_array_put(), which is
called by reset_control_put() for reset array controls. The other
patches are small kerneldoc comment fixes to avoid documentation build
warnings.

----------------------------------------------------------------
Kishon Vijay Abraham I (1):
      reset: Fix memory leak in reset_control_array_put()

Philipp Zabel (4):
      reset: fix of_reset_simple_xlate kerneldoc comment
      reset: fix of_reset_control_get_count kerneldoc comment
      reset: fix reset_control_lookup kerneldoc comment
      reset: fix reset_control_get_exclusive kerneldoc comment

Randy Dunlap (1):
      reset: fix reset_control_ops kerneldoc comment

 drivers/reset/core.c             | 5 +++--
 include/linux/reset-controller.h | 4 ++--
 include/linux/reset.h            | 2 +-
 3 files changed, 6 insertions(+), 5 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] 4+ messages in thread

* Re: Reset controller fixes for v5.5
  2019-10-28 13:15 Reset controller fixes for v5.5 Philipp Zabel
@ 2019-10-28 15:56 ` Olof Johansson
  2019-10-28 18:00   ` Olof Johansson
  2019-10-29 13:27   ` Philipp Zabel
  0 siblings, 2 replies; 4+ messages in thread
From: Olof Johansson @ 2019-10-28 15:56 UTC (permalink / raw)
  To: Philipp Zabel; +Cc: arm, kernel, linux-arm-kernel

On Mon, Oct 28, 2019 at 02:15:31PM +0100, Philipp Zabel wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> 
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.pengutronix.de/git/pza/linux.git tags/reset-fixes-for-v5.5
> 
> for you to fetch changes up to f430c7ed8bc22992ed528b518da465b060b9223f:
> 
>   reset: fix reset_control_ops kerneldoc comment (2019-10-28 12:18:23 +0100)
> 
> ----------------------------------------------------------------
> Reset controller fixes for v5.5
> 
> This tag fixes a memory leak in reset_control_array_put(), which is
> called by reset_control_put() for reset array controls. The other
> patches are small kerneldoc comment fixes to avoid documentation build
> warnings.

Hi,

Please send these to soc@kernel.org from here on out, so they get captured in
our patchwork (I bounced this time).

Also, I don't see your GPG key anywhere. Please get it signed by some fellow
developers and upload it to the kernel.org repo (public keyservers are no
longer usable, unfortunately). See:

https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/tree/README.rst



-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] 4+ messages in thread

* Re: Reset controller fixes for v5.5
  2019-10-28 15:56 ` Olof Johansson
@ 2019-10-28 18:00   ` Olof Johansson
  2019-10-29 13:27   ` Philipp Zabel
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-10-28 18:00 UTC (permalink / raw)
  To: Philipp Zabel; +Cc: ARM-SoC Maintainers, Sascha Hauer, Linux ARM Mailing List

On Mon, Oct 28, 2019 at 9:00 AM Olof Johansson <olof@lixom.net> wrote:
>
> On Mon, Oct 28, 2019 at 02:15:31PM +0100, Philipp Zabel wrote:
> > Dear arm-soc maintainers,
> >
> > The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> >
> >   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.pengutronix.de/git/pza/linux.git tags/reset-fixes-for-v5.5
> >
> > for you to fetch changes up to f430c7ed8bc22992ed528b518da465b060b9223f:
> >
> >   reset: fix reset_control_ops kerneldoc comment (2019-10-28 12:18:23 +0100)
> >
> > ----------------------------------------------------------------
> > Reset controller fixes for v5.5
> >
> > This tag fixes a memory leak in reset_control_array_put(), which is
> > called by reset_control_put() for reset array controls. The other
> > patches are small kerneldoc comment fixes to avoid documentation build
> > warnings.
>
> Hi,
>
> Please send these to soc@kernel.org from here on out, so they get captured in
> our patchwork (I bounced this time).

Seems like the automation for marking pull requests as merged (and the
automailer) doesn't work with bounces, so: Merged into arm/fixes.
Thanks!


-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] 4+ messages in thread

* Re: Reset controller fixes for v5.5
  2019-10-28 15:56 ` Olof Johansson
  2019-10-28 18:00   ` Olof Johansson
@ 2019-10-29 13:27   ` Philipp Zabel
  1 sibling, 0 replies; 4+ messages in thread
From: Philipp Zabel @ 2019-10-29 13:27 UTC (permalink / raw)
  To: Olof Johansson; +Cc: arm, kernel, linux-arm-kernel

On Mon, 2019-10-28 at 08:56 -0700, Olof Johansson wrote:
[...]
> Please send these to soc@kernel.org from here on out, so they get captured in
> our patchwork (I bounced this time).

Will do,

> Also, I don't see your GPG key anywhere. Please get it signed by some fellow
> developers and upload it to the kernel.org repo (public keyservers are no
> longer usable, unfortunately). See:
> 
> https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/tree/README.rst

and done, thank you.

regards
Philipp


_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2019-10-29 13:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 13:15 Reset controller fixes for v5.5 Philipp Zabel
2019-10-28 15:56 ` Olof Johansson
2019-10-28 18:00   ` Olof Johansson
2019-10-29 13:27   ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).