mbox series

[v2,0/3] Add Versal compatible string to Macb driver

Message ID 20220722110330.13257-1-harini.katakam@xilinx.com
Headers show
Series Add Versal compatible string to Macb driver | expand

Message

Harini Katakam July 22, 2022, 11:03 a.m. UTC
Add Versal device support.

v2:
- Sort compatible strings alphabetically in DT bindings.
- Reorganize new config and CAPS order to be cleaner. 

Harini Katakam (2):
  net: macb: Sort CAPS flags by bit positions
  net: macb: Update tsu clk usage in runtime suspend/resume for Versal

Radhey Shyam Pandey (1):
  dt-bindings: net: cdns,macb: Add versal compatible string

 .../devicetree/bindings/net/cdns,macb.yaml      |  1 +
 drivers/net/ethernet/cadence/macb.h             |  5 +++--
 drivers/net/ethernet/cadence/macb_main.c        | 17 +++++++++++++++--
 3 files changed, 19 insertions(+), 4 deletions(-)