mbox series

[RESEND,v1,0/2] amlogic: meson-ee-pwrc: two small fixes

Message ID 20191130145821.1490349-1-martin.blumenstingl@googlemail.com (mailing list archive)
Headers show
Series amlogic: meson-ee-pwrc: two small fixes | expand

Message

Martin Blumenstingl Nov. 30, 2019, 2:58 p.m. UTC
While working on power domain support for the 32-bit SoCs I had some
crashes when trying to actually use the power domains. Turns out I had
a bug in my patches which add support for the older SoCs to
meson-ee-pwrc. However, I didn't notice these because the driver probed
just fine.

This is my attempt to spot "problems" (bugs in my code) earlier.

RESEND: sorry for the noise, I forgot to add the linux-amlogic mailing
list. This is important so patchwork can pick up these patches.


Martin Blumenstingl (2):
  soc: amlogic: meson-ee-pwrc: propagate PD provider registration errors
  soc: amlogic: meson-ee-pwrc: propagate errors from pm_genpd_init()

 drivers/soc/amlogic/meson-ee-pwrc.c | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

Comments

Kevin Hilman Dec. 9, 2019, 10:24 p.m. UTC | #1
Martin Blumenstingl <martin.blumenstingl@googlemail.com> writes:

> While working on power domain support for the 32-bit SoCs I had some
> crashes when trying to actually use the power domains. Turns out I had
> a bug in my patches which add support for the older SoCs to
> meson-ee-pwrc. However, I didn't notice these because the driver probed
> just fine.
>
> This is my attempt to spot "problems" (bugs in my code) earlier.
>
> RESEND: sorry for the noise, I forgot to add the linux-amlogic mailing
> list. This is important so patchwork can pick up these patches.

Queued as fixes for v5.5,

Thanks,

Kevin
patchwork-bot+linux-amlogic@kernel.org Dec. 9, 2019, 11:47 p.m. UTC | #2
Hello:

This series was applied to khilman/linux-amlogic.git (refs/heads/for-next).

On Sat, 30 Nov 2019 15:58:19 +0100 you wrote:
> While working on power domain support for the 32-bit SoCs I had some
> crashes when trying to actually use the power domains. Turns out I had
> a bug in my patches which add support for the older SoCs to
> meson-ee-pwrc. However, I didn't notice these because the driver probed
> just fine.
> 
> This is my attempt to spot "problems" (bugs in my code) earlier.
> 
> [...]


Here is a summary with links:
  - [RESEND,v1,1/2] soc: amlogic: meson-ee-pwrc: propagate PD provider registration errors
    https://git.kernel.org/khilman/linux-amlogic/c/0766d65e6afaea8b80205a468207de9f18cd7ec8
  - [RESEND,v1,2/2] soc: amlogic: meson-ee-pwrc: propagate errors from pm_genpd_init()
    https://git.kernel.org/khilman/linux-amlogic/c/c67aafd60d7e323fe74bf45fab60148f84cf9b95

You are awesome, thank you!