devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Ezequiel Garcia
	<ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>,
	James Hartley
	<james.hartley-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>,
	Andrew Bresticker
	<abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	Pawel.Moll-5wv7dgnIgG8@public.gmane.org,
	Mark.Rutland-5wv7dgnIgG8@public.gmane.org,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
	galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
Subject: Re: [PATCH v5 0/3] iio: Add Cosmic Circuits ADC support
Date: Sat, 06 Dec 2014 14:56:22 +0000	[thread overview]
Message-ID: <54831916.8060501@kernel.org> (raw)
In-Reply-To: <5481C221.2040900-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>

On 05/12/14 14:33, Ezequiel Garcia wrote:
> 
> 
> On 12/05/2014 10:25 AM, Jonathan Cameron wrote:
>> On 05/12/14 13:12, Jonathan Cameron wrote:
>>>
>>>
>>> On December 5, 2014 11:55:40 AM GMT+00:00, Ezequiel Garcia <ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org> wrote:
>>>> Hi Jonathan,
>>>>
>>>> On 11/27/2014 12:39 PM, Ezequiel Garcia wrote:
>>>>> Changes from v4:
>>>>>
>>>>>   * Added a compile-time dependency on REGULATOR and HAVE_CLK.
>>>>>
>>>>>   * Replaced the silly XOR operation for a proper mask out of the
>>>>>     available channels.
>>>>>
>>>>> Changes from v3:
>>>>>
>>>>>   * Fixed a few style nitpicks as per Hartmut's feedback.
>>>>>
>>>>>   * Used GENMASK() to build the channel mask, which fixes a very
>>>> nasty
>>>>>     bug. Also found by Hartmut.
>>>>>
>>>>> Changes from v2:
>>>>>
>>>>>   * Changed a devicetree property from adc-available-channels to
>>>>>     adc-reserved-channels, so it can be made optional.
>>>>>
>>>>>   * Renamed the driver from cc_10001_xxx to cc10001_xxx so it's
>>>> consistent
>>>>>     with the rest of the kernel style.
>>>>>
>>>>>   * Some more minor cosmetic fixes.
>>>>>
>>>>> Changes from v1:
>>>>>
>>>>>   * Removed unneeded header includes.
>>>>>
>>>>>   * Changed all the names and macros prefix: s/CC_10001_/CC10001_.
>>>>>
>>>>>   * Used .update_scan_mode callback to preallocate the buffer.
>>>>>
>>>>>   * Used indio_dev for the struct iio_dev.
>>>>>
>>>>>   * Only read the regulator voltage when needed.
>>>>>
>>>>>   * Fixed probe() error handling.
>>>>>
>>>>>   * Used for_each_set_bit() instead of open-coding it.
>>>>>
>>>>>   * Name the power-down register as _POWER_UP, to make the code
>>>>>     less silly.
>>>>>
>>>>>   * Error out when no valid sample can be read (i.e. when
>>>> end-of-conversion
>>>>>     poll times out).
>>>>>
>>>>>   * ... plus some assorted code cleaning based on the feedback.
>>>>>
>>>>>
>>>>> Ezequiel Garcia (1):
>>>>>   DT: Add a vendor prefix for Cosmic Circuits
>>>>>
>>>>> Phani Movva (2):
>>>>>   iio: adc: Cosmic Circuits 10001 ADC driver
>>>>>   DT: iio: adc: Add CC_10001 binding documentation
>>>>>
>>>>
>>>> Unless there are any outstanding issues with this series, it'd be great
>>>> to merge it for v3.19.
>>>>
>>>> Thanks!
>>> Sorry too late unfortunately. Merge window opens on Sunday and stuff needs to have
>>>  been in Greg KH's tree for a week before that. Going to be 3.20 now.
>>>
> 
> Oh, shoot. I was hoping to be in time for the merge. Being a new driver
> there wasn't much harm in taking it earlier.
> 
>> Also, the DT patch could really do with an Ack from Rob.  If Hartmut/Lars
>> want to give a reviewed-by that would be good given they done the legwork
>> on reviewing your driver.
>>
>> Looks good to me btw.  Just taken a quick look, but little gets past those
>> guys anyway :)
>>
> 
> If at all possible, do you think you area able to pick the patches now
> (but you don't include them in your pull request to Linus) so they are
> linux-next? It'd be good to know they start getting build-test coverage
> soon.
Sorry no can do until 3 weeks have passed for the device tree bindings or
a dt maintainer acks.  So might be about 2 more weeks I'm afraid.  Also
it's heavily frowned upon to put stuff in linux next at this point in the
cycle.  Best to wait until merge window closes.

Note I only feed linux-next via Greg KH's tree anyway (stuff doesn't
stay in mine normally for more than a week or so, hence little gain
in a direct pull).

Jonathan
> 
> Thanks!
> 

      parent reply	other threads:[~2014-12-06 14:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-27 15:39 [PATCH v5 0/3] iio: Add Cosmic Circuits ADC support Ezequiel Garcia
     [not found] ` <1417102762-5123-1-git-send-email-ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2014-11-27 15:39   ` [PATCH v5 1/3] iio: adc: Cosmic Circuits 10001 ADC driver Ezequiel Garcia
     [not found]     ` <1417102762-5123-2-git-send-email-ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2014-12-10 23:43       ` Hartmut Knaack
     [not found]         ` <5488DAAF.1080506-Mmb7MZpHnFY@public.gmane.org>
2014-12-11 15:21           ` Ezequiel Garcia
2014-11-27 15:39   ` [PATCH v5 2/3] DT: iio: adc: Add CC_10001 binding documentation Ezequiel Garcia
2014-11-27 15:39   ` [PATCH v5 3/3] DT: Add a vendor prefix for Cosmic Circuits Ezequiel Garcia
2014-12-05 11:55   ` [PATCH v5 0/3] iio: Add Cosmic Circuits ADC support Ezequiel Garcia
     [not found]     ` <54819D3C.7000209-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2014-12-05 13:12       ` Jonathan Cameron
     [not found]         ` <4C4CBD60-74E1-4A17-9D93-EDDE8AF33841-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-12-05 13:25           ` Jonathan Cameron
     [not found]             ` <5481B24B.4020507-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-12-05 14:33               ` Ezequiel Garcia
     [not found]                 ` <5481C221.2040900-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2014-12-06 14:56                   ` Jonathan Cameron [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=54831916.8060501@kernel.org \
    --to=jic23-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=Mark.Rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=Pawel.Moll-5wv7dgnIgG8@public.gmane.org \
    --cc=abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=james.hartley-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org \
    --cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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).