mbox series

[0/4] soc: versatile: fixes and compile test

Message ID 20240825-soc-dev-fixes-v1-0-ff4b35abed83@linaro.org (mailing list archive)
Headers show
Series soc: versatile: fixes and compile test | expand

Message

Krzysztof Kozlowski Aug. 25, 2024, 6:05 p.m. UTC
Hi,

Three fixes for unbinding and error paths.  Enable also compile testing
as cherry on top.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (4):
      soc: versatile: integrator: fix OF node leak in probe() error path
      soc: versatile: realview: fix memory leak during device remove
      soc: versatile: realview: fix soc_dev leak during device remove
      soc: versatile: enable compile testing

 drivers/soc/Makefile                   |  2 +-
 drivers/soc/versatile/Kconfig          |  4 ++--
 drivers/soc/versatile/soc-integrator.c |  1 +
 drivers/soc/versatile/soc-realview.c   | 20 ++++++++++++++++----
 4 files changed, 20 insertions(+), 7 deletions(-)
---
base-commit: 80a76294855640056006e29988f99d46438dcd2b
change-id: 20240825-soc-dev-fixes-ec0889be8379

Best regards,

Comments

Linus Walleij Aug. 30, 2024, 1:40 p.m. UTC | #1
On Sun, Aug 25, 2024 at 8:05 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:

> Three fixes for unbinding and error paths.  Enable also compile testing
> as cherry on top.

Nice, patches applied. I try to send a PR for them as soon
as possible as well.

Yours,
Linus Walleij