Message ID | 20210608223130.16830-1-oleg@kaa.org.ua (mailing list archive) |
---|---|
State | Accepted |
Commit | 9b2336965a4c664b200af81f6bc214757b9f64e2 |
Headers | show |
Series | [1/2,v4] dt-bindings: Add vendor prefix and bindings for Qwiic Joystick | expand |
Hello Rob, could you please review this patch? 09.06.21 01:31, Oleh Kravchenko пише: > Add vendor prefix for SparkFun Electronics. > Update trivial-devices.yaml with SparkFun Qwiic Joystick description. > > Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> > Cc: Device Tree mailing list <devicetree@vger.kernel.org> > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> > Cc: Jiri Kosina <jikos@jikos.cz> > Cc: Patchwork Bot <patchwork-bot@kernel.org> > Cc: Rob Herring <robh@kernel.org> > Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua> > --- > > Changes for v4: > - no updates. > > Changes for v3: > - update patch after code review. > > Changes for v2: > - update code after code review > > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > index a327130d1faa..706aa102d96d 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -261,6 +261,8 @@ properties: > # Socionext SynQuacer TPM MMIO module > - socionext,synquacer-tpm-mmio > # i2c serial eeprom (24cxx) > + - sparkfun,qwiic-joystick > + # SparkFun Qwiic Joystick (COM-15168) with i2c interface > - st,24c256 > # Ambient Light Sensor with SMBUS/Two Wire Serial Interface > - taos,tsl2550 > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 944b02bb96d7..a5631e68f5d1 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1060,6 +1060,8 @@ patternProperties: > description: Sony Corporation > "^spansion,.*": > description: Spansion Inc. > + "^sparkfun,.*": > + description: SparkFun Electronics > "^sprd,.*": > description: Spreadtrum Communications Inc. > "^sst,.*":
On Wed, 09 Jun 2021 01:31:30 +0300, Oleh Kravchenko wrote: > Add vendor prefix for SparkFun Electronics. > Update trivial-devices.yaml with SparkFun Qwiic Joystick description. > > Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> > Cc: Device Tree mailing list <devicetree@vger.kernel.org> > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> > Cc: Jiri Kosina <jikos@jikos.cz> > Cc: Patchwork Bot <patchwork-bot@kernel.org> > Cc: Rob Herring <robh@kernel.org> > Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua> > --- > > Changes for v4: > - no updates. > > Changes for v3: > - update patch after code review. > > Changes for v2: > - update code after code review > > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 4 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
Hello Dmitry, Could you please review these patches? 09.06.21 01:31, Oleh Kravchenko пише: > Add vendor prefix for SparkFun Electronics. > Update trivial-devices.yaml with SparkFun Qwiic Joystick description. > > Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> > Cc: Device Tree mailing list <devicetree@vger.kernel.org> > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> > Cc: Jiri Kosina <jikos@jikos.cz> > Cc: Patchwork Bot <patchwork-bot@kernel.org> > Cc: Rob Herring <robh@kernel.org> > Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua> > --- > > Changes for v4: > - no updates. > > Changes for v3: > - update patch after code review. > > Changes for v2: > - update code after code review > > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > index a327130d1faa..706aa102d96d 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -261,6 +261,8 @@ properties: > # Socionext SynQuacer TPM MMIO module > - socionext,synquacer-tpm-mmio > # i2c serial eeprom (24cxx) > + - sparkfun,qwiic-joystick > + # SparkFun Qwiic Joystick (COM-15168) with i2c interface > - st,24c256 > # Ambient Light Sensor with SMBUS/Two Wire Serial Interface > - taos,tsl2550 > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 944b02bb96d7..a5631e68f5d1 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1060,6 +1060,8 @@ patternProperties: > description: Sony Corporation > "^spansion,.*": > description: Spansion Inc. > + "^sparkfun,.*": > + description: SparkFun Electronics > "^sprd,.*": > description: Spreadtrum Communications Inc. > "^sst,.*": >
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index a327130d1faa..706aa102d96d 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -261,6 +261,8 @@ properties: # Socionext SynQuacer TPM MMIO module - socionext,synquacer-tpm-mmio # i2c serial eeprom (24cxx) + - sparkfun,qwiic-joystick + # SparkFun Qwiic Joystick (COM-15168) with i2c interface - st,24c256 # Ambient Light Sensor with SMBUS/Two Wire Serial Interface - taos,tsl2550 diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 944b02bb96d7..a5631e68f5d1 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1060,6 +1060,8 @@ patternProperties: description: Sony Corporation "^spansion,.*": description: Spansion Inc. + "^sparkfun,.*": + description: SparkFun Electronics "^sprd,.*": description: Spreadtrum Communications Inc. "^sst,.*":
Add vendor prefix for SparkFun Electronics. Update trivial-devices.yaml with SparkFun Qwiic Joystick description. Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> Cc: Device Tree mailing list <devicetree@vger.kernel.org> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: Jiri Kosina <jikos@jikos.cz> Cc: Patchwork Bot <patchwork-bot@kernel.org> Cc: Rob Herring <robh@kernel.org> Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua> --- Changes for v4: - no updates. Changes for v3: - update patch after code review. Changes for v2: - update code after code review Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 2 files changed, 4 insertions(+)