From: Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Greg Ungerer <gerg-JBU5SbJe1FlAfugRpC6u6w@public.gmane.org>
Cc: Geert Uytterhoeven
<geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>,
linux-spi <linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
Thomas Petazzoni
<thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
Gregory Clement
<gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
Sebastian Hesselbarth
<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH v2] spi: orion: support armada extended baud rates
Date: Sun, 7 Sep 2014 12:12:50 -0300 [thread overview]
Message-ID: <20140907151250.GA692@arch.cereza> (raw)
In-Reply-To: <540C4C18.5030903-JBU5SbJe1FlAfugRpC6u6w@public.gmane.org>
Hi Greg,
On 07 Sep 10:14 PM, Greg Ungerer wrote:
> Hi Ezequiel,
>
> On 06/09/14 22:06, Ezequiel Garcia wrote:
> >Hi Greg,
> >
> >(Ccing mvebu guys, full discussion here: http://www.spinics.net/lists/devicetree/msg47806.html)
> >
> >On 05 Sep 11:11 PM, Greg Ungerer wrote:
> >>On 05/09/14 17:36, Geert Uytterhoeven wrote:
> >>>No, the other way around (from most-specific to least-specific):
> >>>
> >>> compatible = "marvell,armada-spi", "marvell,orion-spi"
> >>>
> >>>So the Armada version is used if available, and the Orion version
> >>>is used as a fallback.
> >Since you are doing another spin, please split this in two patches.
> >The driver and devicetree binding documentation should be in one patch,
> >and the devicetree .dtsi change in another patch.
> >
> >By following Geert's request about the compatible, you make sure both
> >patches can be merged through different maintainers, and that an old devicetree
> >blob can be used safely.
>
> Sure, yes, I would prefer that too. I didn't do it for this because
> checkpatch
> complained for the spi-orion.c change in its own:
>
> WARNING: DT compatible string "marvell,armada-spi" appears un-documented --
> check ./Documentation/devicetree/bindings/
> #170: FILE: drivers/spi/spi-orion.c:412:
> + { .compatible = "marvell,armada-spi", .data = &armada_spi_dev_data, },
>
> But I am happy to ignore that :-)
>
If you split in two patches like this:
Patch #1: "spi: orion: Add a new foo feature"
.../devicetree/bindings/spi/spi-orion.txt | 2 +-
drivers/spi/spi-orion.c | 116 +++++++++++++++++----
Patch #2: "ARM: mvebu: Add new compatible string for SPI"
arch/arm/boot/dts/armada-370-xp.dtsi | 4 +-
Then checkpatch shouldn't complain. As you can see, it makes more sense like
this. The change to the devicetree binding in the driver and properly
documented, but the devicetree files per-se, get modified in another patch.
--
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-09-07 15:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-04 12:54 [PATCH v2] spi: orion: support armada extended baud rates gerg-JBU5SbJe1FlAfugRpC6u6w
[not found] ` <1409835268-29555-1-git-send-email-gerg-JBU5SbJe1FlAfugRpC6u6w@public.gmane.org>
2014-09-04 13:17 ` Geert Uytterhoeven
[not found] ` <CAMuHMdWDOaPnmCzThqCo2848eDj6jmi-eaXM1YAXQLi41da34A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-09-05 0:36 ` Greg Ungerer
[not found] ` <5409057A.6090900-JBU5SbJe1FlAfugRpC6u6w@public.gmane.org>
2014-09-05 7:36 ` Geert Uytterhoeven
[not found] ` <CAMuHMdWf6_yBhpNgK=wJcQqzLNJvTnC95SrqrcZyRH+jGL93vA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-09-05 13:11 ` Greg Ungerer
[not found] ` <5409B68A.7010604-JBU5SbJe1FlAfugRpC6u6w@public.gmane.org>
2014-09-06 12:06 ` Ezequiel Garcia
[not found] ` <20140906120600.GA11500-nAQHv47ARr+vIlHkl8J1cg@public.gmane.org>
2014-09-06 13:16 ` Thomas Petazzoni
[not found] ` <20140906151654.49584b70-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-09-07 12:18 ` Greg Ungerer
2014-09-07 12:14 ` Greg Ungerer
[not found] ` <540C4C18.5030903-JBU5SbJe1FlAfugRpC6u6w@public.gmane.org>
2014-09-07 15:12 ` Ezequiel Garcia [this message]
[not found] ` <20140907151250.GA692-nAQHv47ARr+vIlHkl8J1cg@public.gmane.org>
2014-09-08 1:52 ` Greg Ungerer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140907151250.GA692@arch.cereza \
--to=ezequiel.garcia-wi1+55scjutkeb57/3fjtnbpr1lh4cv8@public.gmane.org \
--cc=andrew-g2DYL2Zd6BY@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org \
--cc=gerg-JBU5SbJe1FlAfugRpC6u6w@public.gmane.org \
--cc=gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org \
--cc=linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.