Linux-mediatek Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Shayne Chen (陳軒丞)" <Shayne.Chen@mediatek.com>
To: "kvalo@kernel.org" <kvalo@kernel.org>
Cc: "Evelyn Tsai (蔡珊鈺)" <Evelyn.Tsai@mediatek.com>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"Howard-YH Hsu (許育豪)" <Howard-YH.Hsu@mediatek.com>,
	"MeiChia Chiu (邱美嘉)" <MeiChia.Chiu@mediatek.com>,
	"Money Wang (王信安)" <Money.Wang@mediatek.com>,
	"nbd@nbd.name" <nbd@nbd.name>,
	"StanleyYP Wang (王侑邦)" <StanleyYP.Wang@mediatek.com>,
	"lorenzo@kernel.org" <lorenzo@kernel.org>,
	"Chui-hao Chiu (邱垂浩)" <Chui-hao.Chiu@mediatek.com>,
	"Ryder Lee" <Ryder.Lee@mediatek.com>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	"Bo Jiao (焦波)" <Bo.Jiao@mediatek.com>
Subject: Re: [PATCH 0/9] wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devices
Date: Thu, 24 Nov 2022 10:27:09 +0000	[thread overview]
Message-ID: <2a1c7fb6d6c64e6f53b275517cabfcd85f96dfee.camel@mediatek.com> (raw)
In-Reply-To: <87k03kojxy.fsf@kernel.org>

On Thu, 2022-11-24 at 10:06 +0200, Kalle Valo wrote:
> Shayne Chen <shayne.chen@mediatek.com> writes:
> 
> > Add MediaTek new mac80211 driver mt7996 for Wi-Fi 7 (802.11be)
> > devices.
> > The driver first supports Filogic 680 PCI device, which is a Wi-Fi
> > 7
> > chipset supporting concurrent tri-band operation at 6 GHz, 5 GHz,
> > and
> > 2.4 GHz with 4x4 antennas on each band.
> > 
> > Currently, mt7996 only supports tri-band HE or older mode.
> > EHT mode and more variants of Filogic 680 support will be
> > introduced
> > in further patches.
> > 
> > Reviewed-by: Ryder Lee <ryder.lee@mediatek.com>
> > Co-developed-by: Peter Chiu <chui-hao.chiu@mediatek.com>
> > Signed-off-by: Peter Chiu <chui-hao.chiu@mediatek.com>
> > Co-developed-by: Bo Jiao <Bo.Jiao@mediatek.com>
> > Signed-off-by: Bo Jiao <Bo.Jiao@mediatek.com>
> > Co-developed-by: Howard Hsu <howard-yh.hsu@mediatek.com>
> > Signed-off-by: Howard Hsu <howard-yh.hsu@mediatek.com>
> > Co-developed-by: MeiChia Chiu <meichia.chiu@mediatek.com>
> > Signed-off-by: MeiChia Chiu <meichia.chiu@mediatek.com>
> > Co-developed-by: StanleyYP Wang <StanleyYP.Wang@mediatek.com>
> > Signed-off-by: StanleyYP Wang <StanleyYP.Wang@mediatek.com>
> > Co-developed-by: Money Wang <Money.Wang@mediatek.com>
> > Signed-off-by: Money Wang <Money.Wang@mediatek.com>
> > Co-developed-by: Evelyn Tsai <evelyn.tsai@mediatek.com>
> > Signed-off-by: Evelyn Tsai <evelyn.tsai@mediatek.com>
> > Signed-off-by: Shayne Chen <shayne.chen@mediatek.com>
> > 
> > ----------------[commit message cut here]----------------
> > 
> > This series is based on the following series with fixes folded:
> > - 
> > https://urldefense.com/v3/__https://patchwork.kernel.org/project/linux-wireless/cover/20221110093525.29649-1-shayne.chen@mediatek.com/__;!!CTRNKA9wMg0ARbw!3dab74MyEsbcnl1X5kv2N1RQlZiDfg9P-YL_3d_opTcmOs5bGdWoc91z1QGJgr8wg6g$
> >  
> > 
> > For easier review, the big patch has been splitted into multiple
> > patches
> > per functionality. These patches will be folded into a single patch
> > in
> > the final version.
> 
> I wish you had split the patches per file like I asked, it makes
> reviewing a new driver so much easier. Reviewing is hard, please
> always
> take us reviewers into consideration when submitting patches.
> 
> No need to resend because of this, but I am grumpy.
> 
Hi Kalle,

I am sorry for any inconvenience caused.
Will keep this in mind when upstreaming a new driver next time.

Thanks,
Shayne

      reply	other threads:[~2022-11-24 10:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22  8:45 [PATCH 0/9] wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devices Shayne Chen
2022-11-22  8:45 ` [PATCH 1/9] wifi: mt76: mt7996: add PCI support Shayne Chen
2022-11-22  8:45 ` [PATCH 2/9] wifi: mt76: mt7996: add DMA support Shayne Chen
2022-11-22  8:45 ` [PATCH 3/9] wifi: mt76: mt7996: add MCU support Shayne Chen
2022-11-22  8:45 ` [PATCH 4/9] wifi: mt76: mt7996: add EEPROM support Shayne Chen
2022-11-22  8:45 ` [PATCH 5/9] wifi: mt76: mt7996: add MAC support Shayne Chen
2022-12-01 10:39   ` Kalle Valo
2022-12-01 10:51     ` Felix Fietkau
2022-11-22  8:45 ` [PATCH 6/9] wifi: mt76: mt7996: add ieee80211_ops Shayne Chen
2022-11-22  8:45 ` [PATCH 7/9] wifi: mt76: mt7996: add debugfs support Shayne Chen
2022-11-22  8:45 ` [PATCH 8/9] wifi: mt76: mt7996: add module support Shayne Chen
2022-11-22  8:45 ` [PATCH 9/9] wifi: mt76: add mt7996 " Shayne Chen
2022-11-24  8:06 ` [PATCH 0/9] wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devices Kalle Valo
2022-11-24 10:27   ` Shayne Chen (陳軒丞) [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2a1c7fb6d6c64e6f53b275517cabfcd85f96dfee.camel@mediatek.com \
    --to=shayne.chen@mediatek.com \
    --cc=Bo.Jiao@mediatek.com \
    --cc=Chui-hao.Chiu@mediatek.com \
    --cc=Evelyn.Tsai@mediatek.com \
    --cc=Howard-YH.Hsu@mediatek.com \
    --cc=MeiChia.Chiu@mediatek.com \
    --cc=Money.Wang@mediatek.com \
    --cc=Ryder.Lee@mediatek.com \
    --cc=StanleyYP.Wang@mediatek.com \
    --cc=kvalo@kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lorenzo@kernel.org \
    --cc=nbd@nbd.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox