<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 1, 2017 at 3:51 AM, Jonathan Cameron <span dir="ltr"><<a href="mailto:jic23@kernel.org" target="_blank">jic23@kernel.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 29/03/17 03:33, Joel Stanley wrote:<br>
> On Wed, Mar 29, 2017 at 8:22 AM, Rick Altherr <<a href="mailto:raltherr@google.com">raltherr@google.com</a>> wrote:<br>
>> Signed-off-by: Rick Altherr <<a href="mailto:raltherr@google.com">raltherr@google.com</a>><br>
>> ---<br>
><br>
> Acked-by: Joel Stanley <<a href="mailto:joel@jms.id.au">joel@jms.id.au</a>><br>
</span>I can't see why Rob would mind any of the changes made since he<br>
Acked this (and having acked it I doubt he is looking at newer versions!)<br>
so I'm going to take the view his Ack still applies.<br>
<br>
Applied to the togreg branch of iio.git which will get pushed out first<br>
as testing for the autobuilders to have a chance to play with it.<br>
<br>
Thanks,<br>
<br>
Jonathan<br></blockquote><div><br></div><div>Thanks!  I realized I forgot to include Acks when I sent out later versions.  I'll be more careful on that for future patches.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">><br>
>><br>
>> Changes in v5: None<br>
>> Changes in v4: None<br>
>> Changes in v3:<br>
>> - Consistently write hex contstants with lowercase letters<br>
>> - Drop model numbers from description as same IP is used in every generation<br>
>><br>
>> Changes in v2:<br>
>> - Rewritten as an IIO ADC device<br>
>><br>
>>  .../devicetree/bindings/iio/<wbr>adc/aspeed_adc.txt       | 20 ++++++++++++++++++++<br>
>>  1 file changed, 20 insertions(+)<br>
>>  create mode 100644 Documentation/devicetree/<wbr>bindings/iio/adc/aspeed_adc.<wbr>txt<br>
>><br>
>> diff --git a/Documentation/devicetree/<wbr>bindings/iio/adc/aspeed_adc.<wbr>txt b/Documentation/devicetree/<wbr>bindings/iio/adc/aspeed_adc.<wbr>txt<br>
>> new file mode 100644<br>
>> index 000000000000..674e133b7cd7<br>
>> --- /dev/null<br>
>> +++ b/Documentation/devicetree/<wbr>bindings/iio/adc/aspeed_adc.<wbr>txt<br>
>> @@ -0,0 +1,20 @@<br>
>> +Aspeed ADC<br>
>> +<br>
>> +This device is a 10-bit converter for 16 voltage channels.  All inputs are<br>
>> +single ended.<br>
>> +<br>
>> +Required properties:<br>
>> +- compatible: Should be "aspeed,ast2400-adc" or "aspeed,ast2500-adc"<br>
>> +- reg: memory window mapping address and length<br>
>> +- clocks: Input clock used to derive the sample clock. Expected to be the<br>
>> +          SoC's APB clock.<br>
>> +- #io-channel-cells: Must be set to <1> to indicate channels are selected<br>
>> +                     by index.<br>
>> +<br>
>> +Example:<br>
>> +       adc@1e6e9000 {<br>
>> +               compatible = "aspeed,ast2400-adc";<br>
>> +               reg = <0x1e6e9000 0xb0>;<br>
>> +               clocks = <&clk_apb>;<br>
>> +               #io-channel-cells = <1>;<br>
>> +       };<br>
>> --<br>
>> 2.12.2.564.g063fe858b8-goog<br>
>><br>
</div></div><span class="HOEnZb"><font color="#888888">> --<br>
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in<br>
> the body of a message to <a href="mailto:majordomo@vger.kernel.org">majordomo@vger.kernel.org</a><br>
> More majordomo info at  <a href="http://vger.kernel.org/majordomo-info.html" rel="noreferrer" target="_blank">http://vger.kernel.org/<wbr>majordomo-info.html</a><br>
><br>
<br>
</font></span></blockquote></div><br></div></div>