All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] net: bcmgenet: Clean up after ACPI enablement
@ 2020-04-20 21:51 Andy Shevchenko
  2020-04-20 21:51 ` [PATCH v2 1/5] net: bcmgenet: Drop ACPI_PTR() to avoid compiler warning Andy Shevchenko
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Andy Shevchenko @ 2020-04-20 21:51 UTC (permalink / raw)
  To: Doug Berger, Florian Fainelli, bcm-kernel-feedback-list,
	David S. Miller, netdev, Jeremy Linton
  Cc: Andy Shevchenko

ACPI enablement series had missed some clean ups that would have been done
at the same time. Here are these bits.

In v2:
- return dev_dbg() calls to avoid spamming logs when probe is deferred (Florian)
- added Ack (Florian)
- combined two, earlier sent, series together
- added couple more patches

Andy Shevchenko (5):
  net: bcmgenet: Drop ACPI_PTR() to avoid compiler warning
  net: bcmgenet: Drop useless OF code
  net: bcmgenet: Use devm_clk_get_optional() to get the clocks
  net: bcmgenet: Use get_unligned_beXX() and put_unaligned_beXX()
  net: bcmgenet: Drop too many parentheses in bcmgenet_probe()

 .../net/ethernet/broadcom/genet/bcmgenet.c    | 49 +++++++------------
 1 file changed, 18 insertions(+), 31 deletions(-)

-- 
2.26.1


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

end of thread, other threads:[~2020-04-21 13:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 21:51 [PATCH v2 0/5] net: bcmgenet: Clean up after ACPI enablement Andy Shevchenko
2020-04-20 21:51 ` [PATCH v2 1/5] net: bcmgenet: Drop ACPI_PTR() to avoid compiler warning Andy Shevchenko
2020-04-20 21:51 ` [PATCH v2 2/5] net: bcmgenet: Drop useless OF code Andy Shevchenko
2020-04-20 22:09   ` Florian Fainelli
2020-04-20 21:51 ` [PATCH v2 3/5] net: bcmgenet: Use devm_clk_get_optional() to get the clocks Andy Shevchenko
2020-04-20 21:51 ` [PATCH v2 4/5] net: bcmgenet: Use get_unligned_beXX() and put_unaligned_beXX() Andy Shevchenko
2020-04-20 21:51 ` [PATCH v2 5/5] net: bcmgenet: Drop too many parentheses in bcmgenet_probe() Andy Shevchenko
2020-04-20 22:09   ` Florian Fainelli
2020-04-20 23:25 ` [PATCH v2 0/5] net: bcmgenet: Clean up after ACPI enablement David Miller
2020-04-21 13:14   ` Jeremy Linton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.