lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 6 Feb 2020 09:47:56 +0000
From:   Jonathan Cameron <jic23@...nel.org>
To:     Alexandru Tachici <alexandru.tachici@...log.com>
Cc:     <linux-iio@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 0/5 V2] iio: adc: ad7192: move out of staging

On Wed, 5 Feb 2020 19:15:06 +0200
Alexandru Tachici <alexandru.tachici@...log.com> wrote:

> This series of patches aim to move the ad7192 ADC from staging
> into mainline.
> 
> 1. Makes probe fail in case get_voltage returns an error.
> 
> 2. Changed the iio_chan_spec talbes in order to set the required
> attributes at compile time.

tables

> 
> 3. Removed spi_device_id table and moved ID_* in of_Device_id table.
> 
> 4. Updates inline sysfs docs.
> 
> 5. Full-diff patch to move the ad7192 out of staging.

Couple of process things.  Seems you have this thread with an
in reply to set to a different thread.

1) Obviously helps if it's the right thread ;)
2) Don't do it anyway.   Threads get very deep if we take a few versions
   for a driver so much better to just rely on naming and start a new
   thread for each version.

Jonathan

> 
> Alexandru Tachici (5):
>   staging: iio: adc: ad7192: fail probe on get_voltage
>   staging: iio: adc: ad7192: modify iio_chan_spec array
>   staging: iio: adc: ad7192: removed spi_device_id
>   Documentation: ABI: testing: ad7192: update sysfs docs
>   staging: iio: adc: ad7192: move out of staging
> 
>  .../ABI/testing/sysfs-bus-iio-adc-ad7192      |   17 +-
>  MAINTAINERS                                   |    8 +
>  drivers/iio/adc/Kconfig                       |   12 +
>  drivers/iio/adc/Makefile                      |    1 +
>  drivers/iio/adc/ad7192.c                      | 1043 +++++++++++++++++
>  .../iio/Documentation/sysfs-bus-iio-ad7192    |   20 -
>  drivers/staging/iio/adc/Kconfig               |   12 -
>  drivers/staging/iio/adc/Makefile              |    1 -
>  drivers/staging/iio/adc/ad7192.c              | 1022 ----------------
>  9 files changed, 1075 insertions(+), 1061 deletions(-)
>  create mode 100644 drivers/iio/adc/ad7192.c
>  delete mode 100644 drivers/staging/iio/Documentation/sysfs-bus-iio-ad7192
>  delete mode 100644 drivers/staging/iio/adc/ad7192.c
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ