Re: [PATCH v2 01/21] pinctrl: Drop post_bind() method when not needed

2020-12-28 Thread Simon Glass
This is not used with of-platdata, so remove it in that case. Signed-off-by: Simon Glass --- (no changes since v1) drivers/pinctrl/pinctrl-uclass.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Applied to u-boot-dm/next, thanks!

[PATCH v2 01/21] pinctrl: Drop post_bind() method when not needed

2020-12-23 Thread Simon Glass
This is not used with of-platdata, so remove it in that case. Signed-off-by: Simon Glass --- (no changes since v1) drivers/pinctrl/pinctrl-uclass.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-uclass.c b/drivers/pinctrl/pinctrl-uclass.c index a