Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751204AbeAAGXz (ORCPT + 1 other); Mon, 1 Jan 2018 01:23:55 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:45397 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750751AbeAAGXy (ORCPT ); Mon, 1 Jan 2018 01:23:54 -0500 X-Google-Smtp-Source: ACJfBovGc8Y3epaRCrmFeFGFC0fbqXtnr4lYgx8OjY029aXSzEvsv6zl4dkqaNvbejVIfFcknjoQeQ== Date: Mon, 1 Jan 2018 00:23:50 -0600 From: Andy Gross To: Alex Elder Cc: Arnd Bergmann , Catalin Marinas , Will Deacon , linux-arm-msm@vger.kernel.org, Linux ARM , Linux Kernel Mailing List Subject: Re: [PATCH v2 0/3] arm64: defconfig: remove some Qualcomm USB options Message-ID: <20180101062350.GA30924@hector.attlocal.net> References: <20171031125808.7300-1-elder@linaro.org> <18cfab8f-e7c8-5881-19c7-5807ca090c8b@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18cfab8f-e7c8-5881-19c7-5807ca090c8b@linaro.org> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Nov 02, 2017 at 07:47:54AM -0500, Alex Elder wrote: > 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... I'll queue them up. I've been late in getting to these. Apologies for that. Andy