linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Sebastian Reichel <sre@kernel.org>
Cc: Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	linux-iio@vger.kernel.org
Subject: Re: [PATCH 0/7] twl4030-madc cleanup
Date: Sun, 11 Jun 2017 16:04:15 +0100	[thread overview]
Message-ID: <20170611160415.3a8939ee@kernel.org> (raw)
In-Reply-To: <20170606082340.spij6xnhxp56sotw@earth>

On Tue, 6 Jun 2017 10:23:40 +0200
Sebastian Reichel <sre@kernel.org> wrote:

> Hi Jonathan,
> 
> On Sat, Jun 03, 2017 at 10:43:30AM +0100, Jonathan Cameron wrote:
> > On Sat, 20 May 2017 18:57:39 +0100
> > Jonathan Cameron <jic23@kernel.org> wrote:  
> > > On 20/05/17 17:54, Sebastian Reichel wrote:  
> > > >> Here are a few cleanup patches for the twl4030-madc
> > > >> driver, that remove the last users of the driver's
> > > >> legacy API and then remove it.
> > > >>
> > > >> Sebastian Reichel (7):
> > > >>    hwmon: twl4030-madc: drop driver
> > > >>    power: supply: avoid unused twl4030-madc.h
> > > >>    iio: adc: twl4030: Drop twl4030_get_madc_conversion()
> > > >>    iio: adc: twl4030: Unexport twl4030_madc_conversion()
> > > >>    iio: adc: twl4030: Drop struct twl4030_madc_user_parms
> > > >>    iio: adc: twl4030: Remove twl4030_madc_request.func_cb
> > > >>    iio: adc: twl4030: Fold twl4030-madc.h into driver    
> > > > 
> > > > Just a reminder, that patch 1 & 2 have been merged into 4.12-rc1
> > > > and Wolfram acked the changes to header in include/linux/i2c,
> > > > so patch 3-7 can be queued by iio for 4.13 :)
> > > > 
> > > > -- Sebastian
> > > >     
> > > Thanks for the reminder.  I'll have to wait until I've fast
> > > forwarded my togreg branch of iio.git (possibly a week or
> > > so) as I have a lot of stuff queued up from prior to and
> > > during the merge window.  That'll pull in the driver drop at
> > > which point the rest should go in nicely.
> > > 
> > > Anyhow, please feel free to remind me again if I look
> > > like I've forgotten this after the fast forward merge has
> > > occurred.
> > >   
> > All now applied  
> 
> Thanks. I assume you also applied patch 6/7 and just did not reply to
> it? I would have checked myself, but as far as I can see you did not
> yet update togreg branch on git.kernel.org [0].
> 
> [0] https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/log/?h=togreg
Yes, I was being a muppet and failed to push out.

Anyhow, currently in testing undergoing autobuilder fun. Busy week ahead
so might be a few days before I get it pushed out as togreg.

Sorry about that,

Jonathan
> 
> -- Sebastian


      reply	other threads:[~2017-06-11 15:04 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-27 15:30 [PATCH 0/7] twl4030-madc cleanup Sebastian Reichel
2017-04-27 15:30 ` [PATCH 1/7] hwmon: twl4030-madc: drop driver Sebastian Reichel
2017-04-27 16:51   ` Guenter Roeck
2017-04-30 16:41     ` Jonathan Cameron
2017-04-30 18:46       ` Guenter Roeck
2017-05-01  9:27       ` Sebastian Reichel
2017-05-01 10:38         ` Wolfram Sang
2017-04-27 15:30 ` [PATCH 2/7] power: supply: avoid unused twl4030-madc.h Sebastian Reichel
2017-05-01 11:51   ` Sebastian Reichel
2017-04-27 15:30 ` [PATCH 3/7] iio: adc: twl4030: Drop twl4030_get_madc_conversion() Sebastian Reichel
2017-04-30 16:35   ` Jonathan Cameron
2017-06-03  9:36     ` Jonathan Cameron
2017-04-27 15:30 ` [PATCH 4/7] iio: adc: twl4030: Unexport twl4030_madc_conversion() Sebastian Reichel
2017-04-30 16:35   ` Jonathan Cameron
2017-06-03  9:37     ` Jonathan Cameron
2017-04-27 15:30 ` [PATCH 5/7] iio: adc: twl4030: Drop struct twl4030_madc_user_parms Sebastian Reichel
2017-06-03  9:40   ` Jonathan Cameron
2017-04-27 15:30 ` [PATCH 6/7] iio: adc: twl4030: Remove twl4030_madc_request.func_cb Sebastian Reichel
2017-04-30 16:37   ` Jonathan Cameron
2017-04-27 15:30 ` [PATCH 7/7] iio: adc: twl4030: Fold twl4030-madc.h into driver Sebastian Reichel
2017-04-30 16:38   ` Jonathan Cameron
2017-06-03  9:45     ` Jonathan Cameron
2017-05-20 16:54 ` [PATCH 0/7] twl4030-madc cleanup Sebastian Reichel
2017-05-20 17:57   ` Jonathan Cameron
2017-06-03  9:43     ` Jonathan Cameron
2017-06-06  8:23       ` Sebastian Reichel
2017-06-11 15:04         ` 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=20170611160415.3a8939ee@kernel.org \
    --to=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    --cc=sre@kernel.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).