On Tue, Jun 05, 2018 at 06:03:04PM +0530, Govind Singh wrote: > Add QMI client driver for Q6 integrated WLAN connectivity subsystem. > This module is responsible for communicating WLAN control messages to FW > over QMI interface. ... You still don't have the threading correct. Your patches should be In-Reply-To the cover letter, so they get threaded by mail clients. See, for instance, how the threaded view for your last version doesn't show any of your patches: https://www.mail-archive.com/linux-wireless@xxxxxxxxxxxxxxx/msg44199.html (And Bjorn complained about this last time too.) It looks like you're already using git-send-email, which should handle this for you...just make sure you're sending all emails in one go (e.g., 'git send-email <args> 0000-foo.patch 0001-bar.patch 0002-baz.patch ...'). Brian