2019-07-27 20:19:55

by Artur Rojek

[permalink] [raw]
Subject: [PATCH v2 1/3] dt-bindings: iio/adc: Add a compatible string for JZ4770 SoC ADC

Add a compatible string for the ADC controller present on
Ingenic JZ4770 SoC.

Signed-off-by: Artur Rojek <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
---

Changes:

v2: no change

Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
index f01159f20d87..cd9048cf9dcf 100644
--- a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
+++ b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
@@ -5,6 +5,7 @@ Required properties:
- compatible: Should be one of:
* ingenic,jz4725b-adc
* ingenic,jz4740-adc
+ * ingenic,jz4770-adc
- reg: ADC controller registers location and length.
- clocks: phandle to the SoC's ADC clock.
- clock-names: Must be set to "adc".
--
2.22.0



2019-07-28 08:46:20

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH v2 1/3] dt-bindings: iio/adc: Add a compatible string for JZ4770 SoC ADC

On Sat, 27 Jul 2019 21:59:38 +0200
Artur Rojek <[email protected]> wrote:

> Add a compatible string for the ADC controller present on
> Ingenic JZ4770 SoC.
>
> Signed-off-by: Artur Rojek <[email protected]>
> Reviewed-by: Rob Herring <[email protected]>

Hi Artur,

I'll have to hold this series for a few weeks as the fix for the
clock rate divider isn't in my upstream for the togreg branch yet
(as I haven't sent a pull request since the merge window).

Give me a poke if I seem to have forgotten these in a few weeks
time.

Thanks,

Jonathan

> ---
>
> Changes:
>
> v2: no change
>
> Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
> index f01159f20d87..cd9048cf9dcf 100644
> --- a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
> +++ b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
> @@ -5,6 +5,7 @@ Required properties:
> - compatible: Should be one of:
> * ingenic,jz4725b-adc
> * ingenic,jz4740-adc
> + * ingenic,jz4770-adc
> - reg: ADC controller registers location and length.
> - clocks: phandle to the SoC's ADC clock.
> - clock-names: Must be set to "adc".


2019-09-03 19:10:36

by Artur Rojek

[permalink] [raw]
Subject: Re: [PATCH v2 1/3] dt-bindings: iio/adc: Add a compatible string for JZ4770 SoC ADC

Hi Jonathan,

Just reminding you of this patch set.

Artur

On 2019-07-28 10:45, Jonathan Cameron wrote:
> On Sat, 27 Jul 2019 21:59:38 +0200
> Artur Rojek <[email protected]> wrote:
>
>> Add a compatible string for the ADC controller present on
>> Ingenic JZ4770 SoC.
>>
>> Signed-off-by: Artur Rojek <[email protected]>
>> Reviewed-by: Rob Herring <[email protected]>
>
> Hi Artur,
>
> I'll have to hold this series for a few weeks as the fix for the
> clock rate divider isn't in my upstream for the togreg branch yet
> (as I haven't sent a pull request since the merge window).
>
> Give me a poke if I seem to have forgotten these in a few weeks
> time.
>
> Thanks,
>
> Jonathan
>
>> ---
>>
>> Changes:
>>
>> v2: no change
>>
>> Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
>> b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
>> index f01159f20d87..cd9048cf9dcf 100644
>> --- a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
>> +++ b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
>> @@ -5,6 +5,7 @@ Required properties:
>> - compatible: Should be one of:
>> * ingenic,jz4725b-adc
>> * ingenic,jz4740-adc
>> + * ingenic,jz4770-adc
>> - reg: ADC controller registers location and length.
>> - clocks: phandle to the SoC's ADC clock.
>> - clock-names: Must be set to "adc".

2019-09-09 09:53:33

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH v2 1/3] dt-bindings: iio/adc: Add a compatible string for JZ4770 SoC ADC

On Tue, 03 Sep 2019 21:09:24 +0200
Artur Rojek <[email protected]> wrote:

> Hi Jonathan,
>
> Just reminding you of this patch set.
>
> Artur

Hi Artur,

Thanks for the reminder. As you'd no doubt concluded, I'd
dropped it down the back of the sofa.

Unfortunately it's now just missed my last pull for 5.4 (probably)
so I've queued it up for the 5.5 cycle.

Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.

Thanks,

Jonathan

>
> On 2019-07-28 10:45, Jonathan Cameron wrote:
> > On Sat, 27 Jul 2019 21:59:38 +0200
> > Artur Rojek <[email protected]> wrote:
> >
> >> Add a compatible string for the ADC controller present on
> >> Ingenic JZ4770 SoC.
> >>
> >> Signed-off-by: Artur Rojek <[email protected]>
> >> Reviewed-by: Rob Herring <[email protected]>
> >
> > Hi Artur,
> >
> > I'll have to hold this series for a few weeks as the fix for the
> > clock rate divider isn't in my upstream for the togreg branch yet
> > (as I haven't sent a pull request since the merge window).
> >
> > Give me a poke if I seem to have forgotten these in a few weeks
> > time.
> >
> > Thanks,
> >
> > Jonathan
> >
> >> ---
> >>
> >> Changes:
> >>
> >> v2: no change
> >>
> >> Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt | 1 +
> >> 1 file changed, 1 insertion(+)
> >>
> >> diff --git a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
> >> b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
> >> index f01159f20d87..cd9048cf9dcf 100644
> >> --- a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
> >> +++ b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
> >> @@ -5,6 +5,7 @@ Required properties:
> >> - compatible: Should be one of:
> >> * ingenic,jz4725b-adc
> >> * ingenic,jz4740-adc
> >> + * ingenic,jz4770-adc
> >> - reg: ADC controller registers location and length.
> >> - clocks: phandle to the SoC's ADC clock.
> >> - clock-names: Must be set to "adc".