[PATCH v2 06/19] mailbox: hi3660: Use device-managed registration API

2018-12-17 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Kevin Wangtao Cc: Kaihua Zhong Cc: Ruyi Wang Cc: Leo Yan Signed-off-by: Thierry Reding --- drivers/mailbox/hi3660-mailbox.c | 11 +-- 1 file changed, 1

Re: [PATCH v2 06/19] mailbox: hi3660: Use device-managed registration API

2018-12-18 Thread leo . yan
On Mon, Dec 17, 2018 at 04:02:04PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Get rid of some boilerplate driver removal code by using the newly added > device-managed registration API. Tested-by: Leo Yan > Cc: Kevin Wangtao > Cc: Kaihua Zhong > Cc: Ruyi Wang > Cc: Leo Yan > S