On Mon, 9 Nov 2020 17:34:01 +0100, Bartosz Golaszewski wrote: > As discussed: this is my take on RTC devres. The series does a couple things: > it adds missing documentation of managed RTC functions, adds the 'devm_' prefix > to managed APIs, makes the rtc_device struct unaware of being managed (removes > the registered field) and also shrinks devm_rtc_allocate_device(). > > Other than that, there are some semi-related patches in here, like the one > using the managed variant of pinctrl_register() in rtc-omap and another one > adding a generic error message when nvmem registraton fails. > > [...] Applied, thanks! [1/8] rtc: omap: use devm_pinctrl_register() commit: a2d41cdac82332c52c13cb2ef225804eabd5a17c [3/8] Documentation: list RTC devres helpers in devres.rst commit: 9700e2835743c98a9867711133c64cc7f57be477 [4/8] rtc: nvmem: remove nvram ABI commit: 003006f324d265b69afd18496bc06ee076c70d72 [5/8] rtc: add devm_ prefix to rtc_nvmem_register() commit: ae1907b39574c545e4c5f0e038e85d57f6358080 [6/8] rtc: nvmem: emit an error message when nvmem registration fails commit: ffb1ecf7f7cc3e0b6f3fc7f445cc405ccb52d048 [7/8] rtc: rework rtc_register_device() resource management commit: 9703f757249afc4c558c8712e953b5b33a73e379 [8/8] rtc: shrink devm_rtc_allocate_device() commit: 27f554c580c8ec9015aec3d998510cf462534e48 Best regards, -- Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>