[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201026133609.24262-1-brgl@bgdev.pl>
Date: Mon, 26 Oct 2020 14:36:04 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Jonathan Cameron <jic23@...nel.org>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
Michal Simek <michal.simek@...inx.com>
Cc: linux-iio@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bgolaszewski@...libre.com>
Subject: [PATCH 0/5] iio: adc: xilinx: use even more devres
From: Bartosz Golaszewski <bgolaszewski@...libre.com>
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.
Bartosz Golaszewski (5):
iio: adc: xilinx: use helper variable for &pdev->dev
iio: adc: xilinx: use devm_krealloc() instead of kfree() + kcalloc()
iio: adc: xilinx: use a devres action to disable and unprepare the
clock
iio: adc: xilinx: use devres for irq handling
iio: adc: xilinx: use iio devres helpers
drivers/iio/adc/xilinx-xadc-core.c | 146 +++++++++++++----------------
1 file changed, 65 insertions(+), 81 deletions(-)
--
2.29.1
Powered by blists - more mailing lists