2018-09-10 9:50 GMT+02:00 Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>:Yes, am referring to that series.
On 10/09/18 08:44, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
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.
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 | 7 ++-----
Can you please consider consolidating the devm related changes in a single
series, to easy the review!
2 files changed, 3 insertions(+), 7 deletions(-)
Are you referring to the devm part of the bigger nvmem series? If so:
no, because the nvmem patches are required by the later patches in
that series. These two patches are independent and should probably go
through Greg's tree directly.
Best regards,
Bartosz Golaszewski