All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fertic <jeremyfertic@gmail.com>
To: Shreeya Patel <shreeya.patel23498@gmail.com>
Cc: jic23@kernel.org, lars@metafoo.de, Michael.Hennerich@analog.com,
	knaack.h@gmx.de, pmeerw@pmeerw.net, gregkh@linuxfoundation.org,
	linux-iio@vger.kernel.org, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/3] adt7316 regmap implementation
Date: Fri, 25 Jan 2019 18:22:43 -0700	[thread overview]
Message-ID: <20190126012243.GA4762@r2700x.localdomain> (raw)
In-Reply-To: <20190120153633.18231-1-shreeya.patel23498@gmail.com>

On Sun, Jan 20, 2019 at 09:06:30PM +0530, Shreeya Patel wrote:
> This patchset consist of some initial patches for heading
> towards the regmap implementation and also the final patch
> which enables the driver to use regmap API thus removing
> the redundant and common code.
> 
> Changes in v3
>   -Fetch the changes from remote and rebase to have it in
> the current working directory.
> 
> Changes in v2
>   -Change the val_bits to 8 and add two more patches
> having a different change before the final implemetation
> of regmap.
> 
> Shreeya Patel (3):
>   Staging: iio: adt7316: Remove irq from bus structure
>   Staging: iio: adt7316: Remove multi read and write functions
>   Staging: iio: adt7316: Add regmap support
> 
>  drivers/staging/iio/addac/adt7316-i2c.c |  97 ++--------------
>  drivers/staging/iio/addac/adt7316-spi.c |  95 +++------------
>  drivers/staging/iio/addac/adt7316.c     | 147 ++++++++++++------------
>  drivers/staging/iio/addac/adt7316.h     |  15 +--
>  4 files changed, 103 insertions(+), 251 deletions(-)
> 
> -- 
> 2.17.1
> 

The series doesn't apply to the current iio testing branch. If there's any
value in a quick sanity testing, I can do that after a rebase. I wasn't
planning to test everything the patch touches, but thought I could at
least test a few register reads and writes to make sure we haven't missed
anything obvious in the regmap implementation.

Jeremy


  parent reply	other threads:[~2019-01-26  1:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-20 15:36 [PATCH v3 0/3] adt7316 regmap implementation Shreeya Patel
2019-01-20 15:36 ` [PATCH v3 1/3] Staging: iio: adt7316: Remove irq from bus structure Shreeya Patel
2019-01-20 15:36 ` [PATCH v3 2/3] Staging: iio: adt7316: Remove multi read and write functions Shreeya Patel
2019-01-20 15:36 ` [PATCH v3 3/3] Staging: iio: adt7316: Add regmap support Shreeya Patel
2019-01-26  1:22 ` Jeremy Fertic [this message]
2019-01-26  5:12   ` [PATCH v3 0/3] adt7316 regmap implementation Shreeya Patel
2019-01-26  6:18     ` Shreeya Patel

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=20190126012243.GA4762@r2700x.localdomain \
    --to=jeremyfertic@gmail.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    --cc=shreeya.patel23498@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.