mbox series

[0/2] SRAM dt binding and fix

Message ID 20230417-ux500-sram-v1-0-5924988bb835@linaro.org
Headers show
Series SRAM dt binding and fix | expand

Message

Linus Walleij April 17, 2023, 7:34 a.m. UTC
This adds a DT binding for the U8500 SRAMs.

This patch series also fixes an issue with pool labels that I
saw on U8500.

I suppose SRAM patches will go in through the SoC tree, I kind
of feel that SRAM is a SoC concept and the driver should
actually be in drivers/soc...

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (2):
      dt-bindings: sram: Add compatible for ST-Ericsson U8500 eSRAM
      misc: sram: Generate unique names for subpools

 Documentation/devicetree/bindings/sram/sram.yaml |  1 +
 drivers/misc/sram.c                              | 10 ++++++----
 2 files changed, 7 insertions(+), 4 deletions(-)
---
base-commit: fe15c26ee26efa11741a7b632e9f23b01aca4cc6
change-id: 20230417-ux500-sram-961796726db4

Best regards,