Message ID | 20220824094327.33685-2-wsa+renesas@sang-engineering.com |
---|---|
State | Accepted |
Commit | e1e62f05d5d9d7726349e00562299d829e478ce9 |
Headers | show |
Series | spi: add generic R-Car Gen4 and specific r8a779f0 support | expand |
On Wed, Aug 24, 2022 at 11:43 AM Wolfram Sang <wsa+renesas@sang-engineering.com> wrote: > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
On Wed, Aug 24, 2022 at 11:43:24AM +0200, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Not sure why you didn't CC me on the cover letter for this?
> Not sure why you didn't CC me on the cover letter for this?
After I got cover-letters rejected because of too much CC (but the
paaches itself went through), I wrote a script to only include lists on
cover-letters.
On Tue, Aug 30, 2022 at 11:21:31AM +0200, Wolfram Sang wrote: > > Not sure why you didn't CC me on the cover letter for this? > After I got cover-letters rejected because of too much CC (but the > paaches itself went through), I wrote a script to only include lists on > cover-letters. That's very unhelpful, nobody is seeing your cover letters if you do that. You should at least be copying the people you expect to apply your patch, and it seems only sensible to copy people who are getting every single patch in the series. You can always copy patches@lists.linux.dev if all mailing lists are rejecting your CCs.
diff --git a/Documentation/devicetree/bindings/spi/renesas,sh-msiof.yaml b/Documentation/devicetree/bindings/spi/renesas,sh-msiof.yaml index 5de710adfa63..3813e8aaaefd 100644 --- a/Documentation/devicetree/bindings/spi/renesas,sh-msiof.yaml +++ b/Documentation/devicetree/bindings/spi/renesas,sh-msiof.yaml @@ -50,6 +50,11 @@ properties: - renesas,msiof-r8a779a0 # R-Car V3U - const: renesas,rcar-gen3-msiof # generic R-Car Gen3 and RZ/G2 # compatible device + - items: + - enum: + - renesas,msiof-r8a779f0 # R-Car S4-8 + - const: renesas,rcar-gen4-msiof # generic R-Car Gen4 + # compatible device - items: - const: renesas,sh-msiof # deprecated
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> --- Documentation/devicetree/bindings/spi/renesas,sh-msiof.yaml | 5 +++++ 1 file changed, 5 insertions(+)