Re: [PATCH] pinctrl: aspeed: Improve debug output

2020-07-16 Thread Linus Walleij
On Wed, Jul 1, 2020 at 5:00 AM Joel Stanley wrote: > From: Andrew Jeffery > > We need to iterate over each pin in a group for a function and > disable higher priority mux configurations on the pin before finally > muxing the relevant function's signal. With the current debug output it > is hard

[PATCH] pinctrl: aspeed: Improve debug output

2020-06-30 Thread Joel Stanley
From: Andrew Jeffery We need to iterate over each pin in a group for a function and disable higher priority mux configurations on the pin before finally muxing the relevant function's signal. With the current debug output it is hard to track what register output is relevant to which operation, so