From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44FD3C43331 for ; Thu, 4 Mar 2021 00:28:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1A5A864E67 for ; Thu, 4 Mar 2021 00:28:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242795AbhCDA1X (ORCPT ); Wed, 3 Mar 2021 19:27:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:46466 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243905AbhCCPLi (ORCPT ); Wed, 3 Mar 2021 10:11:38 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id DC4D964EE6; Wed, 3 Mar 2021 15:09:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614784149; bh=kuSlFyqS0esHp6a9WfeHEtn7CGyzwnqKO7imFdyzNGg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bnU/BRK1bn9yIFBSrdz+SxcaRejYSiommzyqQjTxS/gEUJb2zQwJSnEB6/8NPVSN1 ZLYI4M2yFVY00TTjTdg8aw4E5VuiM7QRhCmmxn43RSl4VJTNDKuX6Pzwyuw599D/yy 4evYEdxZ8RoNOXYnjOEP2+q42CGNfu6l8l/YdUhs= Date: Wed, 3 Mar 2021 16:09:06 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: Krzysztof Kozlowski , Arnd Bergmann , taehyun cho , balbi@kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: dwc3: make USB_DWC3_EXYNOS independent Message-ID: References: <20210303022628.6540-1-taehyun.cho@samsung.com> <20210303103839.it7grj3vtrdmngbd@kozik-lap> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Mar 03, 2021 at 06:56:38AM -0800, Guenter Roeck wrote: > On 3/3/21 6:05 AM, Greg Kroah-Hartman wrote: > [ ... ] > >> Anyway, that's the convention or consensus so far for entire SoC. If we > >> want to change it - sure, but let's make it for everyone, not for just > >> this one USB driver. > > > > Great, let's change it for everyone, I don't see a need for ARCH_* > > symbols except for people who want to make it simpler for their one > > board type. And for that, use a defconfig. > > > > I don't think that will work in practice. Many ARCH_ symbols for various > architectures contradict with each other. Almost all watchdog drivers > only _build_ for specific platforms/architectures. Great, that's horrible to hear, so much for a "generic arm64 kernel binary" which I _thought_ was the goal. ugh, you would have thought we would have learned our lesson with arm32... greg k-h