mbox series

[v3,0/3] Add support for Fujitsu MB85RS128TY

Message ID 20241203-mb85rs128ty-v3-0-79107d54d839@pengutronix.de
Headers show
Series Add support for Fujitsu MB85RS128TY | expand

Message

Jonas Rebmann Dec. 3, 2024, 10:38 a.m. UTC
The Fujitsu MB85RS128TY FRAM chips behave almost identically to the
Microchip 48L640. This series adds their support to the mchp48l640
driver.

Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
---
Changes in v3:
- Alphabetically sort compatible list
- Link to v2: https://lore.kernel.org/r/20241203-mb85rs128ty-v2-0-42df3e7ff147@pengutronix.de

Changes in v2:
- Correct dt schema in Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml
- Link to v1: https://lore.kernel.org/r/20241202-mb85rs128ty-v1-0-a660b6490dc8@pengutronix.de

---
David Jander (2):
      mtd: mchp48l640: make WEL behaviour configurable
      mtd: mchp48l640: add support for Fujitsu MB85RS128TY FRAM

Jonas Rebmann (1):
      dt-bindings: mtd: mchp48l640 add mb85rs128ty compatible

 .../bindings/mtd/microchip,mchp48l640.yaml         |  5 ++--
 drivers/mtd/devices/mchp48l640.c                   | 28 +++++++++++++++++++---
 2 files changed, 28 insertions(+), 5 deletions(-)
---
base-commit: 7af08b57bcb9ebf78675c50069c54125c0a8b795
change-id: 20241129-mb85rs128ty-659e81900957

Best regards,

Comments

Miquel Raynal Dec. 5, 2024, 10:46 a.m. UTC | #1
On 03/12/2024 at 11:38:34 +01, Jonas Rebmann <jre@pengutronix.de> wrote:

> The Fujitsu MB85RS128TY FRAM chips behave almost identically to the
> Microchip 48L640. This series adds their support to the mchp48l640
> driver.
>
> Signed-off-by: Jonas Rebmann <jre@pengutronix.de>

Series applied to mtd/next.

Thanks,
Miquèl