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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54F65C433EF for ; Tue, 22 Feb 2022 17:13:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234200AbiBVRNq (ORCPT ); Tue, 22 Feb 2022 12:13:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231236AbiBVRNp (ORCPT ); Tue, 22 Feb 2022 12:13:45 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44790107DB4 for ; Tue, 22 Feb 2022 09:13:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id AE54FCE13B8 for ; Tue, 22 Feb 2022 17:13:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97EC1C340E8; Tue, 22 Feb 2022 17:13:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645549996; bh=pn5pZ26KI5h4wNVAeelY2f2HuitaafHua9H3GNAI2FM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=djXCSpg8jGro30zRrdBFVDqPnG5NW1tQoMBpeMq7PMvNTPoAozlV1+jM1Scal8ZXM U95dukHpxY5+t0rt1EqA464x59yZCjUt+GIJDwxBBlnRlXLJMAkcUFIzh93nrYJIjP uxXsRUnbtQehyAMnHTHobpbr2Bf1bzH0AraYW9mM= Date: Tue, 22 Feb 2022 18:13:13 +0100 From: Greg Kroah-Hartman To: "Desmond Yan (APD)" Cc: Scott Branden , Arnd Bergmann , bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/1] misc: bcm-vk: add kconfig for supporting viper chip Message-ID: References: <20220218200811.17136-1-desmond.yan@broadcom.com> 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-kernel@vger.kernel.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Tue, Feb 22, 2022 at 07:41:04AM -0800, Desmond Yan (APD) wrote: > Greg, > > This is to allow the customer to use their own driver, by default, > which is their preferred option. We do not care about out-of-tree code, and do not add Kconfig options just for that, sorry. Why not just add the out-of-tree driver here to the in-kernel code? What is preventing that from happening today? thanks, greg k-h