mbox series

[v3,0/2] Maxim MAX1241 driver

Message ID 20200319162937.34664-1-alazar@startmail.com (mailing list archive)
Headers show
Series Maxim MAX1241 driver | expand

Message

Alexandru Lazar March 19, 2020, 4:29 p.m. UTC
A silly typo found its way into the previous version of this patch
series. Fortunately, Alexandru Ardelean spotted it. I'm a little
embarrassed to show my face in public right now -- thankfully I'm
staying home these days anyway.

Other than the Kconfig text (which claimed this module was named max1118
-- like I said, I wear my code monkey badge with pride...) nothing's
changed since the last version. For reference, the last version is here:

https://lore.kernel.org/linux-iio/20200318202837.512428-1-alazar@startmail.com/

Thanks!

Alex

Alexandru Lazar (2):
  iio: adc: Add MAX1241 driver
  dt-bindings: iio: adc: Add MAX1241 device tree bindings in
    documentation

 .../bindings/iio/adc/maxim,max1241.yaml       |  62 ++++++
 drivers/iio/adc/Kconfig                       |  10 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/max1241.c                     | 206 ++++++++++++++++++
 4 files changed, 279 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/maxim,max1241.yaml
 create mode 100644 drivers/iio/adc/max1241.c

Comments

Alexandru Ardelean March 20, 2020, 7:02 a.m. UTC | #1
On Thu, 2020-03-19 at 18:29 +0200, Alexandru Lazar wrote:
> A silly typo found its way into the previous version of this patch
> series. Fortunately, Alexandru Ardelean spotted it. I'm a little
> embarrassed to show my face in public right now -- thankfully I'm
> staying home these days anyway.

I still win in embarrassment [getting embarrassed] contests.

> 
> Other than the Kconfig text (which claimed this module was named max1118
> -- like I said, I wear my code monkey badge with pride...) nothing's
> changed since the last version. For reference, the last version is here:
> 
> https://lore.kernel.org/linux-iio/20200318202837.512428-1-alazar@startmail.com/
> 

For future patches: it's usually a good idea to include changelog in each
V2,3,4,N

Example: 
https://lore.kernel.org/linux-iio/20200316155035.25500-1-alexandru.ardelean@analog.com/T/

[this one [of mine] got up-to V10 :p ; I'll admit I didn't do a good job right
from the start]

> Thanks!
> 
> Alex
> 
> Alexandru Lazar (2):
>   iio: adc: Add MAX1241 driver
>   dt-bindings: iio: adc: Add MAX1241 device tree bindings in
>     documentation
> 
>  .../bindings/iio/adc/maxim,max1241.yaml       |  62 ++++++
>  drivers/iio/adc/Kconfig                       |  10 +
>  drivers/iio/adc/Makefile                      |   1 +
>  drivers/iio/adc/max1241.c                     | 206 ++++++++++++++++++
>  4 files changed, 279 insertions(+)
>  create mode 100644
> Documentation/devicetree/bindings/iio/adc/maxim,max1241.yaml
>  create mode 100644 drivers/iio/adc/max1241.c
>