Re: [PATCH 23/36] ARM: s3c: move s3cmci pinctrl handling into board files

2019-10-16 Thread Linus Walleij
On Thu, Oct 10, 2019 at 10:47 PM Arnd Bergmann wrote: > Rather than call the internal s3c_gpio_cfgall_range() function > through a platform header, move the code into the set_power > callback that is already exported by the board, and add > a default implementation. > > In DT mode, the code

Re: [PATCH 23/36] ARM: s3c: move s3cmci pinctrl handling into board files

2019-10-15 Thread Ulf Hansson
On Thu, 10 Oct 2019 at 22:47, Arnd Bergmann wrote: > > Rather than call the internal s3c_gpio_cfgall_range() function > through a platform header, move the code into the set_power > callback that is already exported by the board, and add > a default implementation. > > In DT mode, the code

[PATCH 23/36] ARM: s3c: move s3cmci pinctrl handling into board files

2019-10-10 Thread Arnd Bergmann
Rather than call the internal s3c_gpio_cfgall_range() function through a platform header, move the code into the set_power callback that is already exported by the board, and add a default implementation. In DT mode, the code already does not set the pin config, so nothing changes there.