From: "József Horváth" <info@ministro.hu>
To: Rob Herring <robh@kernel.org>
Cc: 'Greg Kroah-Hartman' <gregkh@linuxfoundation.org>,
'Jiri Slaby' <jirislaby@kernel.org>,
linux-serial@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5] Serial: silabs si4455 serial driver
Date: Tue, 15 Dec 2020 20:46:17 +0000 [thread overview]
Message-ID: <20201215204617.GA14153@dev> (raw)
In-Reply-To: <20201215200219.GA4148374@robh.at.kernel.org>
On Tue, Dec 15, 2020 at 02:02:19PM -0600, Rob Herring wrote:
> On Tue, Dec 15, 2020 at 07:20:07AM +0000, József Horváth wrote:
> > This is a serial port driver for
> > Silicon Labs Si4455 Sub-GHz transciver.
> >
> > - fixed: dt-bindings: silabs,si4455: serial.yaml reference added
>
> The revision history should be after the '---' so it is not in the git
> history when applied.
>
> > Signed-off-by: József Horváth <info@ministro.hu>
> > ---
> > .../bindings/serial/silabs,si4455.yaml | 98 ++
>
> Please make the binding a separate patch.
>
> > MAINTAINERS | 6 +
> > + silabs,ez-config:
> > + description:
> > + Radio configuration data file name.
> > + $ref: /schemas/types.yaml#/definitions/string
> > + items:
> > + pattern: ^[0-9a-z\._\-]{1,255}$
>
> We use 'firmware-name' property for this purpose.
Yes, I saw it, but in my mind it is still a configuration
and this name covers the meaning,
but I can rename it, the "description" above describes the real meaning.
>
> Looks good otherwise.
Thank you and everyone who read or commented my code.
>
> > +
> > +required:
> > + - reg
> > + - interrupts
> > + - spi-max-frequency
> > + - shutdown-gpios
> > + - silabs,package-size
> > + - silabs,tx-channel
> > + - silabs,rx-channel
> > + - silabs,ez-config
> > +
> > +additionalProperties: false
> > +
> > +examples:
> > + - |
> > + spi {
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > + si4455_0: serial@0 {
> > + compatible = "silabs,si4455";
> > + reg = <0>;
> > + interrupt-parent = <&gpio>;
> > + interrupts = <7 2>;
> > + shutdown-gpios = <&gpio 26 1>;
> > + spi-max-frequency = <300000>;
> > + silabs,package-size = <30>;
> > + silabs,tx-channel = <1>;
> > + silabs,rx-channel = <2>;
> > + silabs,ez-config = "si4455_spi0_0.ez.bin";
> > + };
> > + };
> > +...
Üdvözlettel / Best regards:
József Horváth
prev parent reply other threads:[~2020-12-15 20:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-15 7:20 [PATCH v5] Serial: silabs si4455 serial driver József Horváth
2020-12-15 12:55 ` kernel test robot
2020-12-15 20:02 ` Rob Herring
2020-12-15 20:46 ` József Horváth [this message]
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=20201215204617.GA14153@dev \
--to=info@ministro.hu \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=robh@kernel.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 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).