From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932518AbcIBPjZ (ORCPT ); Fri, 2 Sep 2016 11:39:25 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:50629 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932282AbcIBPjX (ORCPT ); Fri, 2 Sep 2016 11:39:23 -0400 From: Arnd Bergmann To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, arm@kernel.org, Olof Johansson , linux-arm-kernel@lists.infradead.org Subject: Re: [RESEND PATCH] ARM: multi_v7_defconfig: Build Atmel maXTouch driver as a module Date: Fri, 02 Sep 2016 17:38:46 +0200 Message-ID: <7304023.0tarkq2cRD@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <1471360094-27637-1-git-send-email-javier@osg.samsung.com> References: <1471360094-27637-1-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:aHTgnfA4K8gh11SEtjS5/Ybq8inu7plzDEczbAE00SuCcaKkyTP Y45xcIoJGYQWG3PzKbePz/UkHxT6yrMtli7N345r/Eh1OrRjgDQDesYMypfxyxV//Gljolf tYvRAgJLhFgMRn2+/iW0YSqQ4Ns3NfPsUG9mIRdDWs5eiGUSBUj7c0kjfUc+rWj2WvjqCGA s0ZWSzH1geNuJK1sn1o+Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:uEUuHc0YD08=:WvBagP7j64VBkpcVu9/Qxe OyQ15h0Kc9dyEMrvk60vY4EPfQqKud01hVQSFo6RDWnRZtVc4yBgCT22McbHUO6eZ5PLh0b7Z L0DhvO5Y+BerKBiaGrN8Mum1zkwb2Fh0Zgy/sEDklSKyOV8uEoyVgQXVJZXOT50cKHAtqWCF+ GR5im+F9D6OzKGD70v45IMd/4JVN69hlF7gKbPKc7FqA9LsfWM3L+jTlxPr/Hk0ZuDNUNzZRq Ru1nGKuRhp+jB+zW3M+8IjdLlHybGQ91FI1hE9+TEIcCDEDHUrDlqLkqEIwnXIPmsuqt6mT9m x9Q3M1YmA2WoQj7F+6/YumJ0yEWln947sELHbLmX3OZh2OQTbgp9bHZQoVWsLwBSLpXeRAi/I rtlQBJV1usLer59TqK4AxW22R3Yr7VzKtGLmkss+CX/uOkeBmoE1ap0Hn2WaKQHJjxuH1T5z4 ai9Us4Rui3+/5TT1Gh9wzi9nsjdnuFRZqhC78iCmfLWPDxQvKN7Vx3vyU9g695Bes2LuxRTIV 7FIOdnDjtzwpOfoFlJsGCSVJ8BaTvhyex9hsR7fGxQcuYFPoJ0jEM+IZFprMsBE/OmuUgFhAe zy0bgN2jISMKtnlF/KghdCABtseOe0dM6OhpzKEeB8RR3WlTMjvVUS0OiXzE+wAKsJU+TdPwa JEz3N9srobqAWfWaWhvWeBfVGrfdxFWtsDLE0ZwcGzjuRMznZ07IXG/PzyILWseqTFJO9HFb6 OA0I0gu3GTzUG/0j Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > working when the I2C device was registered by OF but this got fixed > in commit b7d21058b40b ("Input: atmel_mxt_ts - add maxtouch to I2C > table for module autoload") so it's safe to enable as a module now. > > Signed-off-by: Javier Martinez Canillas > > --- Applied to next/defconfig. My preferred way is to get defconfig updates forwarded by the platform maintainers that are interested, but this seems to apply to multiple platforms, so I'm not asking you to pick one to resend it to. Arnd