
1 Feb
2021
1 Feb
'21
9:44 p.m.
On Thu, 28 Jan 2021 at 15:25, Dario Binacchi dariobin@libero.it wrote:
The configuration of pinmux registers was implemented with duplicate code which can be removed by adding two functions for read/write access. Access to 8-bit registers has also been added.
Signed-off-by: Dario Binacchi dariobin@libero.it
Changes in v2:
- Updated commit message.
- Remove pointer to access functions.
drivers/pinctrl/pinctrl-single.c | 71 +++++++++++++++++++++----------- 1 file changed, 46 insertions(+), 25 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org