Re: [PATCH v2 00/15] gpio: Update and simplify the uclass API

2021-01-21 Thread Patrick DELAUNAY
Hi Simon, On 1/21/21 4:11 AM, Simon Glass wrote: At present the GPIO uclass mirrors what was in U-Boot before driver model. It works well in most cases but is becoming cumbersome with things like pull-up/down and drive strength. In those cases it is easier for the driver to deal with all the fla

[PATCH v2 00/15] gpio: Update and simplify the uclass API

2021-01-20 Thread Simon Glass
At present the GPIO uclass mirrors what was in U-Boot before driver model. It works well in most cases but is becoming cumbersome with things like pull-up/down and drive strength. In those cases it is easier for the driver to deal with all the flags at one, rather than piece by piece. In fact the