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 674073219F; Wed, 31 Jul 2024 05:28:44 +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=1722403724; cv=none; b=HjIg6zJNO2J+Ny+EQA7UU4h3bSkB0kSmmv3OQIyYmVk91u6vrCfr/0/KQ2FZCgQgRlRRemNyn91SgOwwHGiu+6P5TlvajiWwnOUs5VkcT1AVeHql0PMirgQnMJ2H2t0ruhQtOBm5siqN0gu1/TZi/2FxnxFy6wVI1tp9NnjmOWY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722403724; c=relaxed/simple; bh=HPuywlvRMMs49n1oKFWIqI2nwrMsV7CxvqH3WvnigiM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FRrE4IjFm/gmW2kumb6UjLeRU/O8TZt1dWz2Lnl0b9R+nRLdyBhznQqmylpUM52CM6RMqUVayojxiRphSnltMn9NLCvWyusE3MlsM4eLQAYWgseEv1QZ1bz40gqmP+wHISX5/231vTWEopyO3MFt3EPfz27gsKET30rTfoWdDO0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=u5PPaDad; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="u5PPaDad" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AC1DC116B1; Wed, 31 Jul 2024 05:28:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1722403723; bh=HPuywlvRMMs49n1oKFWIqI2nwrMsV7CxvqH3WvnigiM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u5PPaDadrzTVYDFeYwS2wsCgi5eiBTohNYSEgvffu3GCDC5lWlIh4Fb9Gm9e1PHsX ezYkHOs9X+CRC+666r9K93MHFm5EMbMC/rhQeFf1g1TmS2B6g9PNclU/u0URA8J6ts ZN5Q4+7yF6XwAfR8nbTrflBUPJsEZDYgJsypewHk= Date: Wed, 31 Jul 2024 07:28:40 +0200 From: Greg KH To: Philipp Hortmann Cc: Manjae Cho , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Improve MAR register definition and usage for rtl8723 Message-ID: <2024073116-unlucky-vacancy-b323@gregkh> References: <20240730155054.411059-1-manjae.cho@samsung.com> <0812112f-a06d-4ef1-8ca2-468973191ca7@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0812112f-a06d-4ef1-8ca2-468973191ca7@gmail.com> On Tue, Jul 30, 2024 at 08:55:22PM +0200, Philipp Hortmann wrote: > In case of questions feel free to contact me directly. No, please keep discussions and help on the mailing list, direct emails is not a good way to do kernel development, sorry. greg k-h