On Thu, 28 Jan 2021 at 15:25, Dario Binacchi <[email protected]> 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 <[email protected]> > > --- > > 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 <[email protected]>

