mbox series

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

Message ID 20200901225913.1587628-1-f.fainelli@gmail.com
Headers show
Series net: dsa: bcm_sf2: Clock support | expand

Message

Florian Fainelli Sept. 1, 2020, 10:59 p.m. UTC
Hi David,

This patch series adds support for controlling the SF2 switch core and
divider clock (where applicable).

Florian Fainelli (3):
  dt-bindings: net: Document Broadcom SF2 switch clocks
  net: dsa: bcm_sf2: request and handle clocks
  net: dsa: bcm_sf2: recalculate switch clock rate based on ports

 .../bindings/net/brcm,bcm7445-switch-v4.0.txt |  7 ++
 drivers/net/dsa/bcm_sf2.c                     | 84 ++++++++++++++++++-
 drivers/net/dsa/bcm_sf2.h                     |  4 +
 3 files changed, 93 insertions(+), 2 deletions(-)

Comments

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

> This patch series adds support for controlling the SF2 switch core and
> divider clock (where applicable).

Series applied, thank you.