devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology
@ 2023-01-20  7:56 Krzysztof Kozlowski
  2023-01-20  7:56 ` [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-20  7:56 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Document lineartechnology vendor prefix, already used in SPI dev.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 38edfa65fde8..bbf710b6e4c9 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -735,6 +735,8 @@ patternProperties:
     description: Lichee Pi
   "^linaro,.*":
     description: Linaro Limited
+  "^lineartechnology,.*":
+    description: Linear Technology
   "^linksprite,.*":
     description: LinkSprite Technologies, Inc.
   "^linksys,.*":
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles
  2023-01-20  7:56 [PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology Krzysztof Kozlowski
@ 2023-01-20  7:56 ` Krzysztof Kozlowski
  2023-01-20 15:09   ` Mark Brown
  2023-01-23 22:02   ` Rob Herring
  2023-01-23 17:35 ` (subset) [PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology Mark Brown
  2023-01-23 22:03 ` Rob Herring
  2 siblings, 2 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-20  7:56 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski, Mark Brown

Document existing SPI dev compatibles.

Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/trivial-devices.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index b13f280f36fa..6d1dc1e2484a 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -65,6 +65,8 @@ properties:
           - capella,cm3232
             # CM3323: Ambient Light Sensor
           - capella,cm3323
+            # Cisco SPI Petra
+          - cisco,spi-petra
             # High-Precision Digital Thermometer
           - dallas,ds1631
             # Total-Elapsed-Time Recorder with Alarm
@@ -169,6 +171,8 @@ properties:
           - isil,isl29030
             # Intersil ISL68137 Digital Output Configurable PWM Controller
           - isil,isl68137
+            # Linear Technology LTC2488
+          - lineartechnology,ltc2488
             # 5 Bit Programmable, Pulse-Width Modulator
           - maxim,ds1050
             # 10 kOhm digital potentiometer with I2C interface
@@ -227,6 +231,8 @@ properties:
           - memsic,mxc6655
             # Menlo on-board CPLD trivial SPI device
           - menlo,m53cpld
+            # Micron SPI NOR Authenta
+          - micron,spi-authenta
             # Microchip differential I2C ADC, 1 Channel, 18 bit
           - microchip,mcp3421
             # Microchip differential I2C ADC, 2 Channel, 18 bit
@@ -305,10 +311,14 @@ properties:
           - pulsedlight,lidar-lite-v2
             # Renesas ISL29501 time-of-flight sensor
           - renesas,isl29501
+            # Rohm DH2228FV
+          - rohm,dh2228fv
             # S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power)
           - samsung,24ad0xd1
             # Samsung Exynos SoC SATA PHY I2C device
           - samsung,exynos-sataphy-i2c
+            # Semtech sx1301 baseband processor
+          - semtech,sx1301
             # Sensirion low power multi-pixel gas sensor with I2C interface
           - sensirion,sgpc3
             # Sensirion multi-pixel gas sensor with I2C interface
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles
  2023-01-20  7:56 ` [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles Krzysztof Kozlowski
@ 2023-01-20 15:09   ` Mark Brown
  2023-01-21 20:24     ` Krzysztof Kozlowski
  2023-01-23 22:02   ` Rob Herring
  1 sibling, 1 reply; 8+ messages in thread
From: Mark Brown @ 2023-01-20 15:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Krzysztof Kozlowski, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

On Fri, Jan 20, 2023 at 08:56:18AM +0100, Krzysztof Kozlowski wrote:
> Document existing SPI dev compatibles.

I'm missing patch 1/2 here - what's the story with dependencies?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles
  2023-01-20 15:09   ` Mark Brown
@ 2023-01-21 20:24     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-21 20:24 UTC (permalink / raw)
  To: Mark Brown; +Cc: Rob Herring, Krzysztof Kozlowski, devicetree, linux-kernel

On 20/01/2023 16:09, Mark Brown wrote:
> On Fri, Jan 20, 2023 at 08:56:18AM +0100, Krzysztof Kozlowski wrote:
>> Document existing SPI dev compatibles.
> 
> I'm missing patch 1/2 here - what's the story with dependencies?

Sorry for that, I should Cc everyone. First patch [1] is just vendor
prefix, which should rather go via Rob's DT tree to avoid any conflicts.
There is no dependency, so if Rob is fine with this, please take the
patch here.

[1]
https://lore.kernel.org/all/20230120075618.153664-1-krzysztof.kozlowski@linaro.org/

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: (subset) [PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology
  2023-01-20  7:56 [PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology Krzysztof Kozlowski
  2023-01-20  7:56 ` [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles Krzysztof Kozlowski
@ 2023-01-23 17:35 ` Mark Brown
  2023-01-23 22:03 ` Rob Herring
  2 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2023-01-23 17:35 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree, linux-kernel,
	Krzysztof Kozlowski

On Fri, 20 Jan 2023 08:56:17 +0100, Krzysztof Kozlowski wrote:
> Document lineartechnology vendor prefix, already used in SPI dev.
> 
> 

Applied to

   broonie/spi.git for-next

Thanks!

[2/2] dt-bindings: trivial-devices: document SPI dev compatibles
      commit: 025aea27732d3354b9bb797df8158a439f143bf4

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles
  2023-01-20  7:56 ` [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles Krzysztof Kozlowski
  2023-01-20 15:09   ` Mark Brown
@ 2023-01-23 22:02   ` Rob Herring
  2023-01-24  7:31     ` Krzysztof Kozlowski
  1 sibling, 1 reply; 8+ messages in thread
From: Rob Herring @ 2023-01-23 22:02 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Krzysztof Kozlowski, devicetree, linux-kernel, Mark Brown

On Fri, Jan 20, 2023 at 08:56:18AM +0100, Krzysztof Kozlowski wrote:
> Document existing SPI dev compatibles.
> 
> Cc: Mark Brown <broonie@kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/trivial-devices.yaml | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
> index b13f280f36fa..6d1dc1e2484a 100644
> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
> @@ -65,6 +65,8 @@ properties:
>            - capella,cm3232
>              # CM3323: Ambient Light Sensor
>            - capella,cm3323
> +            # Cisco SPI Petra
> +          - cisco,spi-petra
>              # High-Precision Digital Thermometer
>            - dallas,ds1631
>              # Total-Elapsed-Time Recorder with Alarm
> @@ -169,6 +171,8 @@ properties:
>            - isil,isl29030
>              # Intersil ISL68137 Digital Output Configurable PWM Controller
>            - isil,isl68137
> +            # Linear Technology LTC2488
> +          - lineartechnology,ltc2488
>              # 5 Bit Programmable, Pulse-Width Modulator
>            - maxim,ds1050
>              # 10 kOhm digital potentiometer with I2C interface
> @@ -227,6 +231,8 @@ properties:
>            - memsic,mxc6655
>              # Menlo on-board CPLD trivial SPI device
>            - menlo,m53cpld
> +            # Micron SPI NOR Authenta
> +          - micron,spi-authenta

Not a simple device and something we don't want to endorse:

https://lore.kernel.org/all/CAL_Jsq+2xGdPnrCnQwf12k37DeZxekS6-wp6qrp3iDa7WLWsCw@mail.gmail.com/

Rob

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology
  2023-01-20  7:56 [PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology Krzysztof Kozlowski
  2023-01-20  7:56 ` [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles Krzysztof Kozlowski
  2023-01-23 17:35 ` (subset) [PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology Mark Brown
@ 2023-01-23 22:03 ` Rob Herring
  2 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2023-01-23 22:03 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: devicetree, Krzysztof Kozlowski, Rob Herring, linux-kernel


On Fri, 20 Jan 2023 08:56:17 +0100, Krzysztof Kozlowski wrote:
> Document lineartechnology vendor prefix, already used in SPI dev.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles
  2023-01-23 22:02   ` Rob Herring
@ 2023-01-24  7:31     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-24  7:31 UTC (permalink / raw)
  To: Rob Herring; +Cc: Krzysztof Kozlowski, devicetree, linux-kernel, Mark Brown

On 23/01/2023 23:02, Rob Herring wrote:
> On Fri, Jan 20, 2023 at 08:56:18AM +0100, Krzysztof Kozlowski wrote:
>> Document existing SPI dev compatibles.
>>
>> Cc: Mark Brown <broonie@kernel.org>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>  Documentation/devicetree/bindings/trivial-devices.yaml | 10 ++++++++++
>>  1 file changed, 10 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
>> index b13f280f36fa..6d1dc1e2484a 100644
>> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
>> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
>> @@ -65,6 +65,8 @@ properties:
>>            - capella,cm3232
>>              # CM3323: Ambient Light Sensor
>>            - capella,cm3323
>> +            # Cisco SPI Petra
>> +          - cisco,spi-petra
>>              # High-Precision Digital Thermometer
>>            - dallas,ds1631
>>              # Total-Elapsed-Time Recorder with Alarm
>> @@ -169,6 +171,8 @@ properties:
>>            - isil,isl29030
>>              # Intersil ISL68137 Digital Output Configurable PWM Controller
>>            - isil,isl68137
>> +            # Linear Technology LTC2488
>> +          - lineartechnology,ltc2488
>>              # 5 Bit Programmable, Pulse-Width Modulator
>>            - maxim,ds1050
>>              # 10 kOhm digital potentiometer with I2C interface
>> @@ -227,6 +231,8 @@ properties:
>>            - memsic,mxc6655
>>              # Menlo on-board CPLD trivial SPI device
>>            - menlo,m53cpld
>> +            # Micron SPI NOR Authenta
>> +          - micron,spi-authenta
> 
> Not a simple device and something we don't want to endorse:
> 
> https://lore.kernel.org/all/CAL_Jsq+2xGdPnrCnQwf12k37DeZxekS6-wp6qrp3iDa7WLWsCw@mail.gmail.com/

It already made its way to SPI dev driver, but sure, I can drop it.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-24  7:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-20  7:56 [PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology Krzysztof Kozlowski
2023-01-20  7:56 ` [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles Krzysztof Kozlowski
2023-01-20 15:09   ` Mark Brown
2023-01-21 20:24     ` Krzysztof Kozlowski
2023-01-23 22:02   ` Rob Herring
2023-01-24  7:31     ` Krzysztof Kozlowski
2023-01-23 17:35 ` (subset) [PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology Mark Brown
2023-01-23 22:03 ` Rob Herring

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).