From mboxrd@z Thu Jan 1 00:00:00 1970 From: Conor Dooley Date: Wed, 14 Feb 2024 18:31:01 +0000 Subject: =?utf-8?B?5Zue6KaG?= =?utf-8?Q?=3A?= [PATCH] Add eSPI device driver (flash channel) In-Reply-To: References: <20240213-espi_driver-v1-1-92741c812843@gmail.com> Message-ID: <20240214-yoyo-platinum-dcd0e7e16a22@spud> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Feb 14, 2024 at 11:34:31AM +0000, ChiaWei Wang wrote: > We appreciate that you are willing to help on the open source contribution. > However, please co-work with Aspeed before submitting drivers of Aspeed HW. > Otherwise, a misleading driver on the community are going to bring tons of customer issues to Aspeed. It may not apply in this particular case as Aspeed did write the original driver and it is polite to work with previous authors when respinning a patchset, but in general there is no need to work with a hardware vendor before writing drivers for their hardware. Blocking a driver because that company might receive more support requests is not the kernel's problem. Cheers, Conor. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 82461C48BED for ; Wed, 14 Feb 2024 18:31:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=9oSChoSy5JPlZiLzU6qxke36ydbCeV7+isxxjvK2qCg=; b=UlDimkijWx/2jiJKDjuR4R5082 bDoW4XugUD+Z8uucn8pz6xErQs3LPkZHZxNelzpFQ3ojz8OwvHQ3DwuQxj3pAUefD5Lf4jtALyJG/ +S/cOlyBZGEwk1vu+FKsoJVhpfUqVYvCsmoNo33yADSZMULsC/z+q+HbnAkz6zdiScFBK0p3pJL6U kR9IOwoYbx2u20VViGUBVvZz0+coDaWmGxEnHqSAMpk804aybr1dkWQP6TEoa7ImrbNJ2GUDwXZME 8msFuWKmG9A8KimFzpScFIVoQ/sGRl34s1rqqFCiyCnhy3bpC8hoXZ03RBdumxVSp9qz2K3TUmgrw AyR4LT+A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1raK2T-0000000Dwxm-2OvX; Wed, 14 Feb 2024 18:31:21 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1raK2J-0000000Dwoy-05xd; Wed, 14 Feb 2024 18:31:12 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id A90D5CE2382; Wed, 14 Feb 2024 18:31:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1FE62C43390; Wed, 14 Feb 2024 18:31:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707935467; bh=DqQ+n4sMmsCgeic4jR8u6aoCgKS/praQFMsaqy5xqsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O3AHXwqSkO5POA0F9lBb4ChwP/ZSNILgVv96DwvQU+n4Vdq084zSQI/LKhzzz/3HE qj7UkFxJxqMPgXNxwiY3O+IL1e7TxuXkVEtWjS4oeo3E3gL2yiqzfok+5jVUr3H+nT V0QQPtPfDLjDdP0W0oyAPz45O2kftqMz6OQSiX4Aw3vxspviPc7OOo6GwN7DclWYqh audeqpj4t38pplAZIyGSaGoWTgthXRngGCWOBsaGEBzT0SdS10fwSfaio0Upkinn7n TsWx267Grb4nlbKbjw0jLxhGP+ofuhinSSmbxxf5gk9Sl3enCdypaoryVWRw08oiuC p4LjRvMwCfr0g== Date: Wed, 14 Feb 2024 18:31:01 +0000 From: Conor Dooley To: ChiaWei Wang Cc: Manojkiran Eda , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , "jk@codeconstruct.com.au" , Patrick Rudolph , Ryan Chen , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-aspeed@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , "openbmc@lists.ozlabs.org" , "zev@bewilderbeest.net" Subject: Re: =?utf-8?B?5Zue6KaG?= =?utf-8?Q?=3A?= [PATCH] Add eSPI device driver (flash channel) Message-ID: <20240214-yoyo-platinum-dcd0e7e16a22@spud> References: <20240213-espi_driver-v1-1-92741c812843@gmail.com> MIME-Version: 1.0 In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240214_103111_338550_FB146B6A X-CRM114-Status: GOOD ( 11.30 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0164257499656550866==" Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org --===============0164257499656550866== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DN7xbo+G2YJV9a8X" Content-Disposition: inline --DN7xbo+G2YJV9a8X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 14, 2024 at 11:34:31AM +0000, ChiaWei Wang wrote: > We appreciate that you are willing to help on the open source contributio= n.=20 > However, please co-work with Aspeed before submitting drivers of Aspeed H= W. > Otherwise, a misleading driver on the community are going to bring tons o= f customer issues to Aspeed. It may not apply in this particular case as Aspeed did write the original driver and it is polite to work with previous authors when respinning a patchset, but in general there is no need to work with a hardware vendor before writing drivers for their hardware. Blocking a driver because that company might receive more support requests is not the kernel's problem. Cheers, Conor. --DN7xbo+G2YJV9a8X Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZc0G5QAKCRB4tDGHoIJi 0jh4AQDULTHpmdpjBuvc/RMvcJk7Fsv+M5FEZdXcxYYbDBlSKAEA7XX/zOdWdqxP wKZsM8bYsV8j1gJqXlEScsdOOOgxJQU= =GWXb -----END PGP SIGNATURE----- --DN7xbo+G2YJV9a8X-- --===============0164257499656550866== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ --===============0164257499656550866==-- 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 04AB6C48BC3 for ; Wed, 14 Feb 2024 18:32:06 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=O3AHXwqS; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4TZmxx4b4rz3dX6 for ; Thu, 15 Feb 2024 05:32:05 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=O3AHXwqS; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:40e1:4800::1; helo=sin.source.kernel.org; envelope-from=conor@kernel.org; receiver=lists.ozlabs.org) Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4TZmwv0Q07z3cGD; Thu, 15 Feb 2024 05:31:11 +1100 (AEDT) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id A90D5CE2382; Wed, 14 Feb 2024 18:31:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1FE62C43390; Wed, 14 Feb 2024 18:31:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707935467; bh=DqQ+n4sMmsCgeic4jR8u6aoCgKS/praQFMsaqy5xqsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O3AHXwqSkO5POA0F9lBb4ChwP/ZSNILgVv96DwvQU+n4Vdq084zSQI/LKhzzz/3HE qj7UkFxJxqMPgXNxwiY3O+IL1e7TxuXkVEtWjS4oeo3E3gL2yiqzfok+5jVUr3H+nT V0QQPtPfDLjDdP0W0oyAPz45O2kftqMz6OQSiX4Aw3vxspviPc7OOo6GwN7DclWYqh audeqpj4t38pplAZIyGSaGoWTgthXRngGCWOBsaGEBzT0SdS10fwSfaio0Upkinn7n TsWx267Grb4nlbKbjw0jLxhGP+ofuhinSSmbxxf5gk9Sl3enCdypaoryVWRw08oiuC p4LjRvMwCfr0g== Date: Wed, 14 Feb 2024 18:31:01 +0000 From: Conor Dooley To: ChiaWei Wang Subject: Re: =?utf-8?B?5Zue6KaG?= =?utf-8?Q?=3A?= [PATCH] Add eSPI device driver (flash channel) Message-ID: <20240214-yoyo-platinum-dcd0e7e16a22@spud> References: <20240213-espi_driver-v1-1-92741c812843@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DN7xbo+G2YJV9a8X" Content-Disposition: inline In-Reply-To: X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , Conor Dooley , "zev@bewilderbeest.net" , Ryan Chen , Vignesh Raghavendra , "linux-aspeed@lists.ozlabs.org" , Richard Weinberger , "openbmc@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , Rob Herring , "linux-mtd@lists.infradead.org" , Joel Stanley , Krzysztof Kozlowski , Miquel Raynal , "jk@codeconstruct.com.au" , Patrick Rudolph , Manojkiran Eda Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" --DN7xbo+G2YJV9a8X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 14, 2024 at 11:34:31AM +0000, ChiaWei Wang wrote: > We appreciate that you are willing to help on the open source contributio= n.=20 > However, please co-work with Aspeed before submitting drivers of Aspeed H= W. > Otherwise, a misleading driver on the community are going to bring tons o= f customer issues to Aspeed. It may not apply in this particular case as Aspeed did write the original driver and it is polite to work with previous authors when respinning a patchset, but in general there is no need to work with a hardware vendor before writing drivers for their hardware. Blocking a driver because that company might receive more support requests is not the kernel's problem. Cheers, Conor. --DN7xbo+G2YJV9a8X Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZc0G5QAKCRB4tDGHoIJi 0jh4AQDULTHpmdpjBuvc/RMvcJk7Fsv+M5FEZdXcxYYbDBlSKAEA7XX/zOdWdqxP wKZsM8bYsV8j1gJqXlEScsdOOOgxJQU= =GWXb -----END PGP SIGNATURE----- --DN7xbo+G2YJV9a8X-- 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A20DFC48BC1 for ; Wed, 14 Feb 2024 18:31:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=IWYLCPlAtjAJN4be2tvGXu8Ag0B65Mord9kve51CApY=; b=BXZBOjvzMc7xzHQc88wrQeFyHA KHHOYgpqyn7EhoLHRc2KGpVrB3pn6bVQ+TCfcO1H0+QpixGgCdafMT4qqAzAGPTWsN4/s0l7QvWqR NiyQyzRqdQKtSW94rclriryfBtqq2Y3fyQz+c2S30YALPPLVRlxZ57NqCWg3aAn5PBUHUsp/VU5Yh vCXk0Smrmv6mT33BMTEDFV4dTXdU+lq21ZSNopgyw4GHykyLawpW/xM1IWeROBF6dkl3xQ5tizwqa rvVCQcuVQLDkYWXV88rrAwCW6ziezMdnDAfb4HsKMDmZliy85+rVNHgOTafUGrDSxRuFjJFIHGo7g MVmZ6yxg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1raK2S-0000000DwwX-0Qa2; Wed, 14 Feb 2024 18:31:20 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1raK2J-0000000Dwoy-05xd; Wed, 14 Feb 2024 18:31:12 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id A90D5CE2382; Wed, 14 Feb 2024 18:31:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1FE62C43390; Wed, 14 Feb 2024 18:31:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707935467; bh=DqQ+n4sMmsCgeic4jR8u6aoCgKS/praQFMsaqy5xqsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O3AHXwqSkO5POA0F9lBb4ChwP/ZSNILgVv96DwvQU+n4Vdq084zSQI/LKhzzz/3HE qj7UkFxJxqMPgXNxwiY3O+IL1e7TxuXkVEtWjS4oeo3E3gL2yiqzfok+5jVUr3H+nT V0QQPtPfDLjDdP0W0oyAPz45O2kftqMz6OQSiX4Aw3vxspviPc7OOo6GwN7DclWYqh audeqpj4t38pplAZIyGSaGoWTgthXRngGCWOBsaGEBzT0SdS10fwSfaio0Upkinn7n TsWx267Grb4nlbKbjw0jLxhGP+ofuhinSSmbxxf5gk9Sl3enCdypaoryVWRw08oiuC p4LjRvMwCfr0g== Date: Wed, 14 Feb 2024 18:31:01 +0000 From: Conor Dooley To: ChiaWei Wang Cc: Manojkiran Eda , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , "jk@codeconstruct.com.au" , Patrick Rudolph , Ryan Chen , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-aspeed@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , "openbmc@lists.ozlabs.org" , "zev@bewilderbeest.net" Subject: Re: =?utf-8?B?5Zue6KaG?= =?utf-8?Q?=3A?= [PATCH] Add eSPI device driver (flash channel) Message-ID: <20240214-yoyo-platinum-dcd0e7e16a22@spud> References: <20240213-espi_driver-v1-1-92741c812843@gmail.com> MIME-Version: 1.0 In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240214_103111_338550_FB146B6A X-CRM114-Status: GOOD ( 11.30 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============4764072955313945473==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============4764072955313945473== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DN7xbo+G2YJV9a8X" Content-Disposition: inline --DN7xbo+G2YJV9a8X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 14, 2024 at 11:34:31AM +0000, ChiaWei Wang wrote: > We appreciate that you are willing to help on the open source contributio= n.=20 > However, please co-work with Aspeed before submitting drivers of Aspeed H= W. > Otherwise, a misleading driver on the community are going to bring tons o= f customer issues to Aspeed. It may not apply in this particular case as Aspeed did write the original driver and it is polite to work with previous authors when respinning a patchset, but in general there is no need to work with a hardware vendor before writing drivers for their hardware. Blocking a driver because that company might receive more support requests is not the kernel's problem. Cheers, Conor. --DN7xbo+G2YJV9a8X Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZc0G5QAKCRB4tDGHoIJi 0jh4AQDULTHpmdpjBuvc/RMvcJk7Fsv+M5FEZdXcxYYbDBlSKAEA7XX/zOdWdqxP wKZsM8bYsV8j1gJqXlEScsdOOOgxJQU= =GWXb -----END PGP SIGNATURE----- --DN7xbo+G2YJV9a8X-- --===============4764072955313945473== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============4764072955313945473==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1C10B133281; Wed, 14 Feb 2024 18:31:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707935468; cv=none; b=uTVt7dxiUGoxJWfBwKEqAynDQniObMb5gJPjh3kUalcJ66a3/q1odSdN9w/jbEjR4fAw9WKztbwOYNlAXYq+u03PCNRhyc4vR2QtRNcRi/1zQtfCUD6IvfmUMhONAaCfMJysH6MFT0IEJw2M6OlKgemG9xLOgxTtwS2n782LlBY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707935468; c=relaxed/simple; bh=DqQ+n4sMmsCgeic4jR8u6aoCgKS/praQFMsaqy5xqsc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TSYvQjRuOMumzAlO8mEskTCCcIHSLhBvrTLlcge/3wIvBc+RsOtNupJlD4rmDJ0k1He3fwlLRR7IG+tXYpKWeATpeaZLOIKQSwUIxaZhWnM/vIt3OjSLyX8Yc4v51zXBP3Qb/t5PTNPhoOnRdmofO++6SMynNJzKotpnJbhDQ04= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=O3AHXwqS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="O3AHXwqS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1FE62C43390; Wed, 14 Feb 2024 18:31:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707935467; bh=DqQ+n4sMmsCgeic4jR8u6aoCgKS/praQFMsaqy5xqsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O3AHXwqSkO5POA0F9lBb4ChwP/ZSNILgVv96DwvQU+n4Vdq084zSQI/LKhzzz/3HE qj7UkFxJxqMPgXNxwiY3O+IL1e7TxuXkVEtWjS4oeo3E3gL2yiqzfok+5jVUr3H+nT V0QQPtPfDLjDdP0W0oyAPz45O2kftqMz6OQSiX4Aw3vxspviPc7OOo6GwN7DclWYqh audeqpj4t38pplAZIyGSaGoWTgthXRngGCWOBsaGEBzT0SdS10fwSfaio0Upkinn7n TsWx267Grb4nlbKbjw0jLxhGP+ofuhinSSmbxxf5gk9Sl3enCdypaoryVWRw08oiuC p4LjRvMwCfr0g== Date: Wed, 14 Feb 2024 18:31:01 +0000 From: Conor Dooley To: ChiaWei Wang Cc: Manojkiran Eda , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , "jk@codeconstruct.com.au" , Patrick Rudolph , Ryan Chen , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-aspeed@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , "openbmc@lists.ozlabs.org" , "zev@bewilderbeest.net" Subject: Re: =?utf-8?B?5Zue6KaG?= =?utf-8?Q?=3A?= [PATCH] Add eSPI device driver (flash channel) Message-ID: <20240214-yoyo-platinum-dcd0e7e16a22@spud> References: <20240213-espi_driver-v1-1-92741c812843@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DN7xbo+G2YJV9a8X" Content-Disposition: inline In-Reply-To: --DN7xbo+G2YJV9a8X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 14, 2024 at 11:34:31AM +0000, ChiaWei Wang wrote: > We appreciate that you are willing to help on the open source contributio= n.=20 > However, please co-work with Aspeed before submitting drivers of Aspeed H= W. > Otherwise, a misleading driver on the community are going to bring tons o= f customer issues to Aspeed. It may not apply in this particular case as Aspeed did write the original driver and it is polite to work with previous authors when respinning a patchset, but in general there is no need to work with a hardware vendor before writing drivers for their hardware. Blocking a driver because that company might receive more support requests is not the kernel's problem. Cheers, Conor. --DN7xbo+G2YJV9a8X Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZc0G5QAKCRB4tDGHoIJi 0jh4AQDULTHpmdpjBuvc/RMvcJk7Fsv+M5FEZdXcxYYbDBlSKAEA7XX/zOdWdqxP wKZsM8bYsV8j1gJqXlEScsdOOOgxJQU= =GWXb -----END PGP SIGNATURE----- --DN7xbo+G2YJV9a8X--