]> www.infradead.org Git - users/willy/xarray.git/commit
Merge tag 'versatile-soc-for-v6.12' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Mon, 2 Sep 2024 10:17:33 +0000 (10:17 +0000)
committerArnd Bergmann <arnd@arndb.de>
Mon, 2 Sep 2024 10:17:43 +0000 (10:17 +0000)
commitef5651a4a0bf3cb335f7cb2bcb623e571b52228a
tree011309823fd3d806fae9054b74838104f6c487b2
parent9a2f5cbf8f832f1b60c4d4a88f06632d962402cd
parent2f05726171f8d03eef58bc26b49e4994a66c0c5f
Merge tag 'versatile-soc-for-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into soc/drivers

Some long due cleanups and modernizations of the Versatile
SoC drivers from Krzysztof:

- Put OF handle
- Use devres to avoid memory leaks
- Enable compile testing

* tag 'versatile-soc-for-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator:
  soc: versatile: enable compile testing
  soc: versatile: realview: fix soc_dev leak during device remove
  soc: versatile: realview: fix memory leak during device remove
  soc: versatile: integrator: fix OF node leak in probe() error path

Link: https://lore.kernel.org/r/CACRpkda244rFHnnXPDPOhmKiJsRP08tNCcfFzpH5zR2cx1DFpw@mail.gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>