]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'macb-sama7g5'
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 Dec 2020 00:19:21 +0000 (16:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Dec 2020 00:19:21 +0000 (16:19 -0800)
commit344dd54d868922f873ca84ccd9be0ec2379a37a6
tree600b98268f1ddec5ef013052468966288f1d8812
parentec25ecfe7b7b2eabacf9c2a8baacb05d504044f4
parent17784bd031cd3297d857db5def76da864330e25a
Merge branch 'macb-sama7g5'

Claudiu Beznea says:

====================
net: macb: add support for sama7g5

This series adds support for SAMA7G5 Ethernet interfaces: one 10/100Mbps
and one 1Gbps interfaces.

Along with it I also included a fix to disable clocks for SiFive FU540-C000
on failure path of fu540_c000_clk_init().

Thank you,
Claudiu Beznea

Changed in v3:
- use clk_bulk_disable_unprepare in patch 3/8
- corrected clang compilation warning in patch 3/8
- revert changes in macb_clk_init() in patch 3/8

Changes in v2:
- introduced patch "net: macb: add function to disable all macb clocks" and
  update patch "net: macb: unprepare clocks in case of failure" accordingly
- collected tags
====================

Signed-off-by: David S. Miller <davem@davemloft.net>