From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752629AbeC0Nkg (ORCPT ); Tue, 27 Mar 2018 09:40:36 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:46839 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752213AbeC0Nkf (ORCPT ); Tue, 27 Mar 2018 09:40:35 -0400 X-Google-Smtp-Source: AG47ELt/8s6D0yBDQE5H54XCI5c7qq1XDuwGAfD5cmcjY/c6JYb6IkqxjtysDhASMGWiW9U0LPV8c3m3KgJerT+VKrs= MIME-Version: 1.0 In-Reply-To: <20180326073214.GB8857@dragon> References: <20180318203442.19759-1-stefan@agner.ch> <20180326073214.GB8857@dragon> From: Arnd Bergmann Date: Tue, 27 Mar 2018 15:40:33 +0200 X-Google-Sender-Auth: JtUuE79qqRU6fDdSHXdotjkwung Message-ID: Subject: Re: [PATCH 1/7] ARM: multi_v7_defconfig: add OCOTP driver for NXP SoCs To: Shawn Guo Cc: Stefan Agner , Sascha Hauer , Fabio Estevam , Russell King - ARM Linux , Linux ARM , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 26, 2018 at 9:32 AM, Shawn Guo wrote: > On Sun, Mar 18, 2018 at 09:34:36PM +0100, Stefan Agner wrote: >> Enable on-chip OTP NVMEM support for NXP i.MX and VF610 SoCs. >> Since OTP values might be required by drivers required during >> boot, make sure the driver is built-in (e.g. i.MX thermal >> driver). >> >> Signed-off-by: Stefan Agner > > Arnd, > > The series looks good to me. In general, I keep myself away from > multi_v7_defconfig changes, but if you expect a pull-request from me, I > can do that. Let me know how you want to apply the patches. I would generally prefer that your defconfig pull requests contain changes to both the imx specific and the generic defconfig files. It's much easier for me to handle any conflicts when they arise during a merge than to pick up the individual patches. I applied all seven this time, to make sure we get them into linux-next for more testing. Arnd