[PATCH v4 0/6] iio: adc: bcm_iproc_adc: convert to devm-managed APIs

mdshahid03@gmail.com posted 6 patches 2 weeks, 3 days ago
drivers/iio/adc/bcm_iproc_adc.c | 65 +++++++++++++--------------------
1 file changed, 25 insertions(+), 40 deletions(-)
[PATCH v4 0/6] iio: adc: bcm_iproc_adc: convert to devm-managed APIs
Posted by mdshahid03@gmail.com 2 weeks, 3 days ago
From: Mohammad Shahid <mdshahid03@gmail.com>

Changes in v4:
- Move the ADC enable error-path cleanup simplification into the
  clock conversion patch.
- Simplify the ADC devm cleanup action.
- Restore the blank line after the copyright header.

---
Mohammad Shahid (6):
  iio: adc: bcm_iproc_adc: sort headers alphabetically
  iio: adc: bcm_iproc_adc: fix include dependencies
  iio: adc: bcm_iproc_adc: use devm-managed clock
  iio: adc: bcm_iproc_adc: use devm-managed ADC cleanup
  iio: adc: bcm_iproc_adc: use devm-managed mutex initialization
  iio: adc: bcm_iproc_adc: use devm-managed IIO device registration

 drivers/iio/adc/bcm_iproc_adc.c | 65 +++++++++++++--------------------
 1 file changed, 25 insertions(+), 40 deletions(-)

-- 
2.43.0
Re: [PATCH v4 0/6] iio: adc: bcm_iproc_adc: convert to devm-managed APIs
Posted by Marcelo Schmitt 1 week, 3 days ago
On 09/08, mdshahid03@gmail.com wrote:
> From: Mohammad Shahid <mdshahid03@gmail.com>
> 
> Changes in v4:
> - Move the ADC enable error-path cleanup simplification into the
>   clock conversion patch.
> - Simplify the ADC devm cleanup action.
> - Restore the blank line after the copyright header.
> 

For the whole series,
Reviewed-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Re: [PATCH v4 0/6] iio: adc: bcm_iproc_adc: convert to devm-managed APIs
Posted by Jonathan Cameron 1 week, 1 day ago
On Mon, 14 Sep 2026 22:54:07 -0300
Marcelo Schmitt <marcelo.schmitt1@gmail.com> wrote:

> On 09/08, mdshahid03@gmail.com wrote:
> > From: Mohammad Shahid <mdshahid03@gmail.com>
> > 
> > Changes in v4:
> > - Move the ADC enable error-path cleanup simplification into the
> >   clock conversion patch.
> > - Simplify the ADC devm cleanup action.
> > - Restore the blank line after the copyright header.
> >   
> 
> For the whole series,
> Reviewed-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>

Thanks. Added.
Re: [PATCH v4 0/6] iio: adc: bcm_iproc_adc: convert to devm-managed APIs
Posted by Andy Shevchenko 2 weeks, 2 days ago
On Tue, Sep 08, 2026 at 10:53:53PM +0530, mdshahid03@gmail.com wrote:

> Changes in v4:
> - Move the ADC enable error-path cleanup simplification into the
>   clock conversion patch.
> - Simplify the ADC devm cleanup action.
> - Restore the blank line after the copyright header.

Cover letter is not only changelog, it also a summary of the series.
Patch wise LGTM,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH v4 0/6] iio: adc: bcm_iproc_adc: convert to devm-managed APIs
Posted by Jonathan Cameron 1 week, 4 days ago
On Wed, 9 Sep 2026 16:20:18 +0300
Andy Shevchenko <andriy.shevchenko@intel.com> wrote:

> On Tue, Sep 08, 2026 at 10:53:53PM +0530, mdshahid03@gmail.com wrote:
> 
> > Changes in v4:
> > - Move the ADC enable error-path cleanup simplification into the
> >   clock conversion patch.
> > - Simplify the ADC devm cleanup action.
> > - Restore the blank line after the copyright header.  
> 
> Cover letter is not only changelog, it also a summary of the series.
> Patch wise LGTM,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
> 

Applied to the testing branch of iio.git for 0-day to take its
normal look before I push out as something I'd rather not rebase.

Thanks

Jonathan