Re: [PATCH 1/3] pinctrl: aspeed: Format pinconf debug consistent with pinmux

2020-09-09 Thread Andrew Jeffery
On Thu, 10 Sep 2020, at 11:22, Joel Stanley wrote: > On Wed, 9 Sep 2020 at 11:43, Andrew Jeffery wrote: > > > > When displaying which pinconf register and field is being touched, format > > the > > field mask so that it's consistent with the way the pinmux portion > > formats the mask. > > >

Re: [PATCH 1/3] pinctrl: aspeed: Format pinconf debug consistent with pinmux

2020-09-09 Thread Joel Stanley
On Wed, 9 Sep 2020 at 11:43, Andrew Jeffery wrote: > > When displaying which pinconf register and field is being touched, format the > field mask so that it's consistent with the way the pinmux portion > formats the mask. > > Signed-off-by: Andrew Jeffery > --- >

[PATCH 1/3] pinctrl: aspeed: Format pinconf debug consistent with pinmux

2020-09-09 Thread Andrew Jeffery
When displaying which pinconf register and field is being touched, format the field mask so that it's consistent with the way the pinmux portion formats the mask. Signed-off-by: Andrew Jeffery --- drivers/pinctrl/aspeed/pinctrl-aspeed.c | 6 +++--- 1 file changed, 3 insertions(+), 3