* [PATCH v1] dt-bindings: eeprom: at25: add fujitsu,mb85rs256 compatible
@ 2024-06-12 9:29 Francesco Dolcini
2024-06-12 9:49 ` Krzysztof Kozlowski
2024-06-26 6:35 ` Francesco Dolcini
0 siblings, 2 replies; 4+ messages in thread
From: Francesco Dolcini @ 2024-06-12 9:29 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Christian Eggers
Cc: Francesco Dolcini, devicetree, linux-kernel
From: Francesco Dolcini <francesco.dolcini@toradex.com>
The fujitsu,mb85rs256 is a 256 Kbit SPI memory FRAM in the same family
as the two existing fujitsu,mb85rs* compatibles and at25 compatible.
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
---
No changes in the driver is required for this to be used, a device tree
file using it will come in a later step. Sending to minimize work
slowdown because of TI DT maintainer requirements on DT bindings, see
https://lore.kernel.org/all/469be7c2-6865-40d4-bd06-15dc3a08b3e3@kernel.org/
for more details.
---
Documentation/devicetree/bindings/eeprom/at25.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml
index 1715b0c9feea..c31e5e719525 100644
--- a/Documentation/devicetree/bindings/eeprom/at25.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at25.yaml
@@ -28,6 +28,7 @@ properties:
- anvo,anv32e61w
- atmel,at25256B
- fujitsu,mb85rs1mt
+ - fujitsu,mb85rs256
- fujitsu,mb85rs64
- microchip,at25160bn
- microchip,25lc040
--
2.39.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v1] dt-bindings: eeprom: at25: add fujitsu,mb85rs256 compatible
2024-06-12 9:29 [PATCH v1] dt-bindings: eeprom: at25: add fujitsu,mb85rs256 compatible Francesco Dolcini
@ 2024-06-12 9:49 ` Krzysztof Kozlowski
2024-06-26 6:35 ` Francesco Dolcini
1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-12 9:49 UTC (permalink / raw)
To: Francesco Dolcini, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Christian Eggers
Cc: Francesco Dolcini, devicetree, linux-kernel
On 12/06/2024 11:29, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
>
> The fujitsu,mb85rs256 is a 256 Kbit SPI memory FRAM in the same family
> as the two existing fujitsu,mb85rs* compatibles and at25 compatible.
>
> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
> ---
> No changes in the driver is required for this to be used, a device tree
> file using it will come in a later step. Sending to minimize work
> slowdown because of TI DT maintainer requirements on DT bindings, see
> https://lore.kernel.org/all/469be7c2-6865-40d4-bd06-15dc3a08b3e3@kernel.org/
> for more details.
> ---
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1] dt-bindings: eeprom: at25: add fujitsu,mb85rs256 compatible
2024-06-12 9:29 [PATCH v1] dt-bindings: eeprom: at25: add fujitsu,mb85rs256 compatible Francesco Dolcini
2024-06-12 9:49 ` Krzysztof Kozlowski
@ 2024-06-26 6:35 ` Francesco Dolcini
2024-07-31 14:35 ` Rob Herring (Arm)
1 sibling, 1 reply; 4+ messages in thread
From: Francesco Dolcini @ 2024-06-26 6:35 UTC (permalink / raw)
To: Rob Herring
Cc: Krzysztof Kozlowski, Conor Dooley, Christian Eggers,
Francesco Dolcini, devicetree, linux-kernel
Hello Rob,
On Wed, Jun 12, 2024 at 11:29:34AM +0200, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
>
> The fujitsu,mb85rs256 is a 256 Kbit SPI memory FRAM in the same family
> as the two existing fujitsu,mb85rs* compatibles and at25 compatible.
>
> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
> ---
> No changes in the driver is required for this to be used, a device tree
> file using it will come in a later step. Sending to minimize work
> slowdown because of TI DT maintainer requirements on DT bindings, see
> https://lore.kernel.org/all/469be7c2-6865-40d4-bd06-15dc3a08b3e3@kernel.org/
> for more details.
> ---
> Documentation/devicetree/bindings/eeprom/at25.yaml | 1 +
Are you going to pick this patch? From what I can see in the past
it was either you or gregkh to apply patches to this file, however
gregkh is not in cc: here.
Francesco
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1] dt-bindings: eeprom: at25: add fujitsu,mb85rs256 compatible
2024-06-26 6:35 ` Francesco Dolcini
@ 2024-07-31 14:35 ` Rob Herring (Arm)
0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2024-07-31 14:35 UTC (permalink / raw)
To: Francesco Dolcini
Cc: Francesco Dolcini, linux-kernel, devicetree, Krzysztof Kozlowski,
Conor Dooley, Christian Eggers
On Wed, 26 Jun 2024 08:35:06 +0200, Francesco Dolcini wrote:
> Hello Rob,
>
> On Wed, Jun 12, 2024 at 11:29:34AM +0200, Francesco Dolcini wrote:
> > From: Francesco Dolcini <francesco.dolcini@toradex.com>
> >
> > The fujitsu,mb85rs256 is a 256 Kbit SPI memory FRAM in the same family
> > as the two existing fujitsu,mb85rs* compatibles and at25 compatible.
> >
> > Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
> > ---
> > No changes in the driver is required for this to be used, a device tree
> > file using it will come in a later step. Sending to minimize work
> > slowdown because of TI DT maintainer requirements on DT bindings, see
> > https://lore.kernel.org/all/469be7c2-6865-40d4-bd06-15dc3a08b3e3@kernel.org/
> > for more details.
> > ---
> > Documentation/devicetree/bindings/eeprom/at25.yaml | 1 +
>
> Are you going to pick this patch? From what I can see in the past
> it was either you or gregkh to apply patches to this file, however
> gregkh is not in cc: here.
>
> Francesco
>
>
>
Applied, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-31 14:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 9:29 [PATCH v1] dt-bindings: eeprom: at25: add fujitsu,mb85rs256 compatible Francesco Dolcini
2024-06-12 9:49 ` Krzysztof Kozlowski
2024-06-26 6:35 ` Francesco Dolcini
2024-07-31 14:35 ` Rob Herring (Arm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).