Re: [U-Boot] [PATCH v2 1/2] bcm283x: Add pinctrl driver

2018-01-18 Thread Simon Glass
Hi Alex, On 17 January 2018 at 16:33, Alexander Graf wrote: > The bcm283x family of SoCs have a GPIO controller that also acts as > pinctrl controller. > > This patch introduces a new pinctrl driver that can actually properly mux > devices into their device tree defined pin states and is now the

[U-Boot] [PATCH v2 1/2] bcm283x: Add pinctrl driver

2018-01-17 Thread Alexander Graf
The bcm283x family of SoCs have a GPIO controller that also acts as pinctrl controller. This patch introduces a new pinctrl driver that can actually properly mux devices into their device tree defined pin states and is now the primary owner of the gpio device. The previous GPIO driver gets moved i