netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] net: stmmac: dwc-qos: ACPI device support
@ 2019-11-25 21:51 Ajay Gupta
  2019-11-25 21:51 ` [PATCH 1/2] net: stmmac: dwc-qos: use generic device api Ajay Gupta
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ajay Gupta @ 2019-11-25 21:51 UTC (permalink / raw)
  To: davem; +Cc: netdev, treding, Ajay Gupta

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-25 22:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-25 21:51 [PATCH 0/2] net: stmmac: dwc-qos: ACPI device support Ajay Gupta
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

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).