mbox series

[net-next,0/3] net: systemport: Clock support

Message ID 20200901214348.1523403-1-f.fainelli@gmail.com
Headers show
Series net: systemport: Clock support | expand

Message

Florian Fainelli Sept. 1, 2020, 9:43 p.m. UTC
Hi David,

This patch series makes the SYSTEMPORT driver request and manage its
main and Wake-on-LAN clocks appropriately.

Florian Fainelli (3):
  dt-bindings: net: Document Broadcom SYSTEMPORT clocks
  net: systemport: fetch and use clock resources
  net: systemport: Manage Wake-on-LAN clock

 .../bindings/net/brcm,systemport.txt          |  5 +++
 drivers/net/ethernet/broadcom/bcmsysport.c    | 40 ++++++++++++++++++-
 drivers/net/ethernet/broadcom/bcmsysport.h    |  2 +
 3 files changed, 45 insertions(+), 2 deletions(-)

Comments

David Miller Sept. 3, 2020, 10:06 p.m. UTC | #1
From: Florian Fainelli <f.fainelli@gmail.com>
Date: Tue,  1 Sep 2020 14:43:45 -0700

> This patch series makes the SYSTEMPORT driver request and manage its
> main and Wake-on-LAN clocks appropriately.

Series applied, thanks.