mbox series

[PULL,V2] 2nd set of IIO fixes for 5.9

Message ID 20200922134018.064157eb@archlinux (mailing list archive)
State New, archived
Headers show
Series [PULL,V2] 2nd set of IIO fixes for 5.9 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.9b-take2

Message

Jonathan Cameron Sept. 22, 2020, 12:40 p.m. UTC
The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:

  Linux 5.9-rc5 (2020-09-13 16:06:00 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.9b-take2

for you to fetch changes up to fdb29f4de1374483291232ae7515e5e7bb464762:

  iio: adc: qcom-spmi-adc5: fix driver name (2020-09-22 13:33:19 +0100)

----------------------------------------------------------------
2nd set of IIO fixes for the 5.9 cycle.

One of these fixes a regresison introduced this cycle, but if I am too late
sending this request, it can be queued up for the merge window.

ad7124: fix typo in device name exposed through sysfs.
qcom-spmi-adc: fix stray .c in driver name field.

----------------------------------------------------------------
Dmitry Baryshkov (1):
      iio: adc: qcom-spmi-adc5: fix driver name

Mircea Caprioru (1):
      iio: adc: ad7124: Fix typo in device name

 drivers/iio/adc/ad7124.c         | 4 ++--
 drivers/iio/adc/qcom-spmi-adc5.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Greg Kroah-Hartman Sept. 22, 2020, 4:37 p.m. UTC | #1
On Tue, Sep 22, 2020 at 01:40:18PM +0100, Jonathan Cameron wrote:
> The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:
> 
>   Linux 5.9-rc5 (2020-09-13 16:06:00 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.9b-take2

Pulled and pushed out, thanks.

greg k-h
Jonathan Cameron Nov. 25, 2020, 5:25 p.m. UTC | #2
On Tue, 22 Sep 2020 18:37:47 +0200
Greg KH <gregkh@linuxfoundation.org> wrote:

> On Tue, Sep 22, 2020 at 01:40:18PM +0100, Jonathan Cameron wrote:
> > The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:
> > 
> >   Linux 5.9-rc5 (2020-09-13 16:06:00 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.9b-take2  
> 
> Pulled and pushed out, thanks.
> 
> greg k-h
Thanks!

I managed to tag a slightly earlier commit than intended, but no
harm done beyond a few things in the tag description that weren't actually
in the pull. (some yaml conversions).

The remaining patches will come in the next pull request.

Thanks,

Jonathan