From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755431AbdKBMsA (ORCPT ); Thu, 2 Nov 2017 08:48:00 -0400 Received: from mail-io0-f195.google.com ([209.85.223.195]:49363 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754816AbdKBMr4 (ORCPT ); Thu, 2 Nov 2017 08:47:56 -0400 X-Google-Smtp-Source: ABhQp+TyClJQKU3FvJODvf2Eu3Xec8bsAcOJAprVUg4zBiqX7Nx/fYd3U6zNTYOXT2YHuPuPjLd5FQ== Subject: Re: [PATCH v2 0/3] arm64: defconfig: remove some Qualcomm USB options To: Arnd Bergmann Cc: Andy Gross , Catalin Marinas , Will Deacon , linux-arm-msm@vger.kernel.org, Linux ARM , Linux Kernel Mailing List References: <20171031125808.7300-1-elder@linaro.org> From: Alex Elder Message-ID: <18cfab8f-e7c8-5881-19c7-5807ca090c8b@linaro.org> Date: Thu, 2 Nov 2017 07:47:54 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/02/2017 04:15 AM, Arnd Bergmann wrote: > On Tue, Oct 31, 2017 at 1:58 PM, Alex Elder wrote: >> This series deletes three config options related to USB on Qualcomm >> SoCs from the arm64 "defconfig". The code enabled by the options is >> no longer needed by any Qualcomm hardware. The driver code that >> corresponds to these config options is removed in a separate series. >> >> -Alex >> >> v2: Added Reviewed-by: Amit Kucheria > > The patches look good. Should we apply them directly to arm-soc, or is > Andy going to forward them? Normally I'd wait for him to apply them, > but I see he has already given an Ack, so I don't know what to do here. Andy should answer, but my preference would be for you to apply them directly. As long as they have your attention right now you might as well. I suppose you could just do that and win the race with Andy... -Alex > Arnd >