Re: [PATCH 1/2] board: stm32mp1: Remove gpio_hog_probe_all() from board

2021-09-03 Thread Patrick DELAUNAY
Hi, On 9/1/21 11:51 AM, Patrice Chotard wrote: DM_GPIO_HOG flag has been replaced by GPIO_HOG flag since a while in commit 49b10cb49262 ("gpio: fixes for gpio-hog support"). And furthermore, gpio_hog_probe_all() is already called in board_r.c. So gpio_hog_probe() can be removed from stm32mp1.c.

[PATCH 1/2] board: stm32mp1: Remove gpio_hog_probe_all() from board

2021-09-01 Thread Patrice Chotard
DM_GPIO_HOG flag has been replaced by GPIO_HOG flag since a while in commit 49b10cb49262 ("gpio: fixes for gpio-hog support"). And furthermore, gpio_hog_probe_all() is already called in board_r.c. So gpio_hog_probe() can be removed from stm32mp1.c. Signed-off-by: Patrice Chotard --- board/st/s