Re: [PATCH] gpio: bd7xxxx: Do not depend on parent driver data
From: Bartosz Golaszewski <hidden>
Date: 2021-01-06 09:54:05
Also in:
lkml
From: Bartosz Golaszewski <hidden>
Date: 2021-01-06 09:54:05
Also in:
lkml
On Tue, Jan 5, 2021 at 1:53 PM Matti Vaittinen [off-list ref] wrote:
The ROHM BD70528 and BD71828 GPIO drivers only need the regmap pointer from parent. Regmap can be obtained via dev_get_regmap() so do not require parent to populate driver data for that. Signed-off-by: Matti Vaittinen <redacted> ---
Sweet! Applied for next. Bartosz