From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752074AbdJYHC6 (ORCPT ); Wed, 25 Oct 2017 03:02:58 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:45875 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751964AbdJYHC4 (ORCPT ); Wed, 25 Oct 2017 03:02:56 -0400 X-Google-Smtp-Source: ABhQp+SoDr5MUlZdiFN04vHCfv4XYwxojCn2ePNsgy9UJivV9IKhhKZcRVi96INhJ990BJ4ktwFw9g== Date: Wed, 25 Oct 2017 09:02:53 +0200 From: Andy Gross To: Stephen Boyd Cc: Alex Elder , catalin.marinas@arm.com, will.deacon@arm.com, arnd@arndb.de, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] arm64: remove some unused defconfig options Message-ID: <20171025070253.GD28555@hector> References: <20171020172021.8119-1-elder@linaro.org> <20171025002019.GC30645@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171025002019.GC30645@codeaurora.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 On Tue, Oct 24, 2017 at 05:20:20PM -0700, Stephen Boyd wrote: > On 10/20, Alex Elder wrote: > > This series deletes three config options related to USB on Qualcomm > > SoCs from the arm64 "defconfig", along with the code that they > > enable. The code is no longer needed by any Qualcomm hardware. > > > > -Alex > > > > Alex Elder (3): > > arm64: defconfig: remove CONFIG_USB_EHCI_MSM > > arm64: defconfig: remove CONFIG_USB_MSM_OTG > > arm64: defconfig: remove CONFIG_USB_QCOM_8X16_PHY > > As I said off-list, I would split this into defconfig for arm-soc > and drivers/usb for usb subsystem to pick up. I agree with splitting. But carry my ACKs when you do.