Linux wireless drivers development
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Chuhong Yuan <hslester96@gmail.com>
Cc: Mirko Lindner <mlindner@marvell.com>,
	Stephen Hemminger <stephen@networkplumber.org>,
	Jiri Slaby <jirislaby@gmail.com>,
	Nick Kossifidis <mickflemm@gmail.com>,
	Luis Chamberlain <mcgrof@kernel.org>,
	Stanislaw Gruszka <sgruszka@redhat.com>,
	QCA ath9k Development <ath9k-devel@qca.qualcomm.com>,
	Maya Erez <merez@codeaurora.org>,
	Johannes Berg <johannes.berg@intel.com>,
	Emmanuel Grumbach <emmanuel.grumbach@intel.com>,
	Luca Coelho <luciano.coelho@intel.com>,
	Amitkumar Karwar <amitkarwar@gmail.com>,
	Nishant Sarmukadam <nishants@marvell.com>,
	Ganapathi Bhat <gbhat@marvell.com>,
	Xinming Hu <huxinming820@gmail.com>,
	Igor Mitsyanko <imitsyanko@quantenna.com>,
	Avinash Patil <avinashp@quantenna.com>,
	Sergey Matyukevich <smatyukevich@quantenna.com>,
	Ping-Ke Shih <pkshih@realtek.com>,
	Intel Linux Wireless <linuxwifi@intel.com>,
	"David S . Miller" <davem@davemloft.net>,
	Solarflare linux maintainers <linux-net-drivers@solarflare.com>,
	Edward Cree <ecree@solarflare.com>,
	Mart in Habets <mhabets@solarflare.com>,
	netdev@vger.kernel.org, wil6210@qti.qualcomm.com,
	linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 00/10] Use dev_get_drvdata where possible
Date: Wed, 24 Jul 2019 14:57:42 +0300	[thread overview]
Message-ID: <87zhl3zlu1.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <20190724112524.13042-1-hslester96@gmail.com> (Chuhong Yuan's message of "Wed, 24 Jul 2019 19:25:24 +0800")

Chuhong Yuan <hslester96@gmail.com> writes:

> These patches use dev_get_drvdata instead of
> using to_pci_dev + pci_get_drvdata to make
> code simpler.
>
> Chuhong Yuan (10):
>   net: marvell: Use dev_get_drvdata where possible
>   forcedeth: Use dev_get_drvdata where possible
>   sfc: Use dev_get_drvdata where possible
>   sfc-falcon: Use dev_get_drvdata where possible
>   ath: Use dev_get_drvdata where possible
>   iwlegacy: Use dev_get_drvdata where possible
>   iwlwifi: Use dev_get_drvdata where possible
>   mwifiex: pcie: Use dev_get_drvdata
>   qtnfmac_pcie: Use dev_get_drvdata
>   rtlwifi: rtl_pci: Use dev_get_drvdata
>
>  drivers/net/ethernet/marvell/skge.c                |  6 ++----
>  drivers/net/ethernet/marvell/sky2.c                |  3 +--
>  drivers/net/ethernet/nvidia/forcedeth.c            |  3 +--
>  drivers/net/ethernet/sfc/ef10.c                    |  4 ++--
>  drivers/net/ethernet/sfc/efx.c                     | 10 +++++-----
>  drivers/net/ethernet/sfc/falcon/efx.c              |  6 +++---
>  drivers/net/ethernet/sfc/falcon/falcon_boards.c    |  4 ++--
>  drivers/net/wireless/ath/ath5k/pci.c               |  3 +--
>  drivers/net/wireless/ath/ath9k/pci.c               |  5 ++---
>  drivers/net/wireless/ath/wil6210/pcie_bus.c        |  6 ++----
>  drivers/net/wireless/intel/iwlegacy/common.c       |  3 +--
>  drivers/net/wireless/intel/iwlwifi/pcie/drv.c      | 12 ++++--------
>  drivers/net/wireless/marvell/mwifiex/pcie.c        |  8 ++------
>  drivers/net/wireless/quantenna/qtnfmac/pcie/pcie.c |  4 ++--
>  drivers/net/wireless/realtek/rtlwifi/pci.c         |  6 ++----
>  15 files changed, 32 insertions(+), 51 deletions(-)

Do note that wireless patches go to wireless-drivers-next, not net-next.
But I assume Dave will ignore patches 5-10 and I can take them.

-- 
Kalle Valo

  reply	other threads:[~2019-07-24 11:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-24 11:25 [PATCH net-next 00/10] Use dev_get_drvdata where possible Chuhong Yuan
2019-07-24 11:57 ` Kalle Valo [this message]
2019-07-24 18:42   ` David Miller
2019-07-24 18:45 ` David Miller

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=87zhl3zlu1.fsf@kamboji.qca.qualcomm.com \
    --to=kvalo@codeaurora.org \
    --cc=amitkarwar@gmail.com \
    --cc=ath9k-devel@qca.qualcomm.com \
    --cc=avinashp@quantenna.com \
    --cc=davem@davemloft.net \
    --cc=ecree@solarflare.com \
    --cc=emmanuel.grumbach@intel.com \
    --cc=gbhat@marvell.com \
    --cc=hslester96@gmail.com \
    --cc=huxinming820@gmail.com \
    --cc=imitsyanko@quantenna.com \
    --cc=jirislaby@gmail.com \
    --cc=johannes.berg@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-net-drivers@solarflare.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxwifi@intel.com \
    --cc=luciano.coelho@intel.com \
    --cc=mcgrof@kernel.org \
    --cc=merez@codeaurora.org \
    --cc=mhabets@solarflare.com \
    --cc=mickflemm@gmail.com \
    --cc=mlindner@marvell.com \
    --cc=netdev@vger.kernel.org \
    --cc=nishants@marvell.com \
    --cc=pkshih@realtek.com \
    --cc=sgruszka@redhat.com \
    --cc=smatyukevich@quantenna.com \
    --cc=stephen@networkplumber.org \
    --cc=wil6210@qti.qualcomm.com \
    /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