Re: [PATH v3 0/3] iio: adc: xilinx: use even more devres

2021-01-18 Thread Jonathan Cameron
..@lists.infradead.org; linux- > > > > ker...@vger.kernel.org; Bartosz Golaszewski > > > > ; Anand Ashok Dumbre > > > > > > > > Subject: Re: [PATH v3 0/3] iio: adc: xilinx: use even more devres > > > > > > > > On Mon, 30 Nov 2020 1

Re: [PATH v3 0/3] iio: adc: xilinx: use even more devres

2021-01-18 Thread Bartosz Golaszewski
artosz Golaszewski > > > Cc: Lars-Peter Clausen ; Peter Meerwald-Stadler > > > ; Michal Simek ; linux- > > > i...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- > > > ker...@vger.kernel.org; Bartosz Golaszewski > > > ; Anand Ashok Dumbre >

Re: [PATH v3 0/3] iio: adc: xilinx: use even more devres

2020-12-13 Thread Jonathan Cameron
ek ; linux- > > i...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- > > ker...@vger.kernel.org; Bartosz Golaszewski > > ; Anand Ashok Dumbre > > > > Subject: Re: [PATH v3 0/3] iio: adc: xilinx: use even more devres > > > > On Mon, 30 Nov

RE: [PATH v3 0/3] iio: adc: xilinx: use even more devres

2020-12-11 Thread Anand Ashok Dumbre
; ker...@vger.kernel.org; Bartosz Golaszewski > ; Anand Ashok Dumbre > > Subject: Re: [PATH v3 0/3] iio: adc: xilinx: use even more devres > > On Mon, 30 Nov 2020 15:27:56 +0100 > Bartosz Golaszewski wrote: > > > From: Bartosz Golaszewski > > > > This is a fo

Re: [PATH v3 0/3] iio: adc: xilinx: use even more devres

2020-11-30 Thread Jonathan Cameron
On Mon, 30 Nov 2020 15:27:56 +0100 Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This is a follow-up to commit 750628c79bb1 ("iio: adc: xilinx-xadc: use > devm_krealloc()"). I noticed we can use even more devres helpers and entirely > drop the remove() callback. > > v1 -> v2: > -

[PATH v3 0/3] iio: adc: xilinx: use even more devres

2020-11-30 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This is a follow-up to commit 750628c79bb1 ("iio: adc: xilinx-xadc: use devm_krealloc()"). I noticed we can use even more devres helpers and entirely drop the remove() callback. v1 -> v2: - squash three patches adding more devres calls into one for easier review - don't