Re: [RESEND PATCH] ARM: multi_v7_defconfig: Build Atmel maXTouch driver as a module

2016-09-04 Thread Javier Martinez Canillas
Hello Arnd, On 09/02/2016 05:38 PM, Arnd Bergmann wrote: > On Tuesday, August 16, 2016 11:08:14 AM CEST Javier Martinez Canillas wrote: >> The driver is for a trackpad device so is not needed for booting and >> makes more sense to have it as module to reduce the kernel image size. >> >> It was pro

Re: [RESEND PATCH] ARM: multi_v7_defconfig: Build Atmel maXTouch driver as a module

2016-09-02 Thread Arnd Bergmann
On Tuesday, August 16, 2016 11:08:14 AM CEST Javier Martinez Canillas wrote: > The driver is for a trackpad device so is not needed for booting and > makes more sense to have it as module to reduce the kernel image size. > > It was probably enabled as built-in because module autoload was not > wor

[RESEND PATCH] ARM: multi_v7_defconfig: Build Atmel maXTouch driver as a module

2016-08-16 Thread Javier Martinez Canillas
The driver is for a trackpad device so is not needed for booting and makes more sense to have it as module to reduce the kernel image size. It was probably enabled as built-in because module autoload was not working when the I2C device was registered by OF but this got fixed in commit b7d21058b40b

Re: [PATCH] ARM: multi_v7_defconfig: Build Atmel maXTouch driver as a module

2016-06-20 Thread Sjoerd Simons
Hey, On Tue, 2016-06-14 at 17:20 -0400, Javier Martinez Canillas wrote: > The driver is for a trackpad device so is not needed for booting and > makes more sense to have it as module to reduce the kernel image > size. > > It was probably enabled as built-in because module autoload was not > worki

[PATCH] ARM: multi_v7_defconfig: Build Atmel maXTouch driver as a module

2016-06-14 Thread Javier Martinez Canillas
The driver is for a trackpad device so is not needed for booting and makes more sense to have it as module to reduce the kernel image size. It was probably enabled as built-in because module autoload was not working when the I2C device was registered by OF but this got fixed in commit b7d21058b40b