Re: [PATCH v2 1/7] pinctrl: UniPhier: add UniPhier pinctrl core support

2015-07-20 Thread Linus Walleij
On Sun, Jul 19, 2015 at 6:19 AM, Masahiro Yamada wrote: > I saw the applied patch and noticed "Changes in v2" > was moved to git-description. (...) > Do we need to record such stuff in the git history? There is no "we", it is up to the subsystem maintainer what s/he wants to record in the commit

Re: [PATCH v2 1/7] pinctrl: UniPhier: add UniPhier pinctrl core support

2015-07-18 Thread Masahiro Yamada
Hi Linus, 2015-07-16 16:20 GMT+09:00 Linus Walleij : > On Tue, Jul 14, 2015 at 4:40 AM, Masahiro Yamada > wrote: > >> The core support for the pinctrl drivers for all the UniPhier SoCs. >> >> Signed-off-by: Masahiro Yamada >> --- >> >> Changes in v2: >> - drop vogus THIS_MODULE because this

Re: [PATCH v2 1/7] pinctrl: UniPhier: add UniPhier pinctrl core support

2015-07-16 Thread Linus Walleij
On Tue, Jul 14, 2015 at 4:40 AM, Masahiro Yamada wrote: > The core support for the pinctrl drivers for all the UniPhier SoCs. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: > - drop vogus THIS_MODULE because this file is always built-in > - drop vogus "include because this file

[PATCH v2 1/7] pinctrl: UniPhier: add UniPhier pinctrl core support

2015-07-13 Thread Masahiro Yamada
The core support for the pinctrl drivers for all the UniPhier SoCs. Signed-off-by: Masahiro Yamada --- Changes in v2: - drop vogus THIS_MODULE because this file is always built-in - drop vogus "include because this file is always built-in drivers/pinctrl/Kconfig