Re: [PATCH 12/15] gpio: Use an 'ops' variable everywhere

2021-01-21 Thread Patrick DELAUNAY
Hi, On 1/15/21 3:04 PM, Simon Glass wrote: Update this driver to use the common method of putting the driver operations in an 'ops' variable install of calling gpio_get_ops() repeatedly. Make it const since operations do not change. Signed-off-by: Simon Glass --- drivers/gpio/gpio-uclass.c

[PATCH 12/15] gpio: Use an 'ops' variable everywhere

2021-01-15 Thread Simon Glass
Update this driver to use the common method of putting the driver operations in an 'ops' variable install of calling gpio_get_ops() repeatedly. Make it const since operations do not change. Signed-off-by: Simon Glass --- drivers/gpio/gpio-uclass.c | 25 ++--- 1 file changed,