mbox series

Reset controller fixes for v5.5

Message ID cbc2af1aece3762553219ba6b5222237dacaea9d.camel@pengutronix.de
State New
Headers show
Series Reset controller fixes for v5.5 | expand

Pull-request

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

Message

Philipp Zabel Oct. 28, 2019, 1:15 p.m. UTC
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(-)

Comments

Olof Johansson Oct. 28, 2019, 3:56 p.m. UTC | #1
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
Olof Johansson Oct. 28, 2019, 6 p.m. UTC | #2
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
Philipp Zabel Oct. 29, 2019, 1:27 p.m. UTC | #3
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