[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180912080457.12238-1-brgl@bgdev.pl>
Date: Wed, 12 Sep 2018 10:04:55 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Rob Herring <robh@...nel.org>,
"Gustavo A . R . Silva" <gustavo@...eddedor.com>,
Devang Panchal <devang.panchal@...tnautics.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Boris Brezillon <boris.brezillon@...tlin.com>
Cc: linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bgolaszewski@...libre.com>
Subject: [PATCH v2 0/2] eeprom: use devres for nvmem providers
From: Bartosz Golaszewski <bgolaszewski@...libre.com>
While working on the nvmem framework recently I noticed that there are
many providers that don't use the devm variant of nvmem_register().
This series contains relevant updates for eeprom drivers.
Note that these patches are independent from my other nvmem series[1].
[1] https://lkml.org/lkml/2018/9/12/265
v1 -> v2:
- fix an invalid devm_ free in patch 1
Bartosz Golaszewski (2):
eeprom: eeprom_93xx46: use resource management
eeprom: at25: use devm_nvmem_register()
drivers/misc/eeprom/at25.c | 3 +--
drivers/misc/eeprom/eeprom_93xx46.c | 19 +++++--------------
2 files changed, 6 insertions(+), 16 deletions(-)
--
2.18.0
Powered by blists - more mailing lists