Re: [PATCH 1/2] pinctrl: meson: separate soc drivers

2017-10-12 Thread kbuild test robot
Hi Jerome, [auto build test ERROR on pinctrl/devel] [also build test ERROR on v4.14-rc4 next-20171009] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Jerome-Brunet/pinctrl-meson-prepare-for-new-

Re: [PATCH 1/2] pinctrl: meson: separate soc drivers

2017-10-11 Thread kbuild test robot
Hi Jerome, [auto build test ERROR on pinctrl/devel] [also build test ERROR on v4.14-rc4 next-20171009] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Jerome-Brunet/pinctrl-meson-prepare-for-new-

Re: [PATCH 1/2] pinctrl: meson: separate soc drivers

2017-10-10 Thread Yixun Lan
hi jerome: On Mon, Oct 9, 2017 at 7:35 PM, Neil Armstrong wrote: > On 09/10/2017 12:17, Jerome Brunet wrote: >> When meson pinctrl is enabled, all meson platforms pinctrl drivers are >> built in the kernel, with a significant amount of data. >> >> This leads to situation where pinctrl drivers ta

Re: [PATCH 1/2] pinctrl: meson: separate soc drivers

2017-10-09 Thread Jerome Brunet
On Mon, 2017-10-09 at 13:35 +0200, Neil Armstrong wrote: > On 09/10/2017 12:17, Jerome Brunet wrote: > > When meson pinctrl is enabled, all meson platforms pinctrl drivers are > > built in the kernel, with a significant amount of data. > > > > This leads to situation where pinctrl drivers targetin

Re: [PATCH 1/2] pinctrl: meson: separate soc drivers

2017-10-09 Thread Neil Armstrong
On 09/10/2017 12:17, Jerome Brunet wrote: > When meson pinctrl is enabled, all meson platforms pinctrl drivers are > built in the kernel, with a significant amount of data. > > This leads to situation where pinctrl drivers targeting an architecture > are also compiled and shipped on another one (e

[PATCH 1/2] pinctrl: meson: separate soc drivers

2017-10-09 Thread Jerome Brunet
When meson pinctrl is enabled, all meson platforms pinctrl drivers are built in the kernel, with a significant amount of data. This leads to situation where pinctrl drivers targeting an architecture are also compiled and shipped on another one (ex: meson8 - ARM - compiled and shipped on ARM64 buil