netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ajay Gupta <ajaykuee@gmail.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, treding@nvidia.com,
	Ajay Gupta <ajayg@nvidia.com>
Subject: [PATCH 0/2] net: stmmac: dwc-qos: ACPI device support
Date: Mon, 25 Nov 2019 13:51:13 -0800	[thread overview]
Message-ID: <20191125215115.12981-1-ajayg@nvidia.com> (raw)

From: Ajay Gupta <ajayg@nvidia.com>

Hi David

These two changes are needed to enable ACPI based devices to use stmmac
driver. First patch is to use generic device api (device_*) instead of
device tree based api (of_*). Second patch avoids clock and reset accesses
for Tegra ACPI based devices. ACPI interface will be used to access clock
and reset for Tegra ACPI devices in later patches.

Thanks
Ajay


Ajay Gupta (2):
  net: stmmac: dwc-qos: use generic device api
  net: stmmac: dwc-qos: avoid clk and reset for acpi device

 .../stmicro/stmmac/dwmac-dwc-qos-eth.c        | 141 ++++++++++--------
 1 file changed, 77 insertions(+), 64 deletions(-)

-- 
2.17.1


             reply	other threads:[~2019-11-25 21:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-25 21:51 Ajay Gupta [this message]
2019-11-25 21:51 ` [PATCH 1/2] net: stmmac: dwc-qos: use generic device api Ajay Gupta
2019-11-25 21:51 ` [PATCH 2/2] net: stmmac: dwc-qos: avoid clk and reset for acpi device Ajay Gupta
2019-11-25 22:36 ` [PATCH 0/2] net: stmmac: dwc-qos: ACPI device support David Miller
2019-11-25 22:48   ` Ajay Gupta

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=20191125215115.12981-1-ajayg@nvidia.com \
    --to=ajaykuee@gmail.com \
    --cc=ajayg@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=treding@nvidia.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;
as well as URLs for NNTP newsgroup(s).