All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] net: macb: Add support for SiFive FU540-C000
@ 2019-05-23 11:45 ` Yash Shah
  0 siblings, 0 replies; 38+ messages in thread
From: Yash Shah @ 2019-05-23 11:45 UTC (permalink / raw)
  To: davem, netdev, linux-kernel, linux-riscv, devicetree
  Cc: robh+dt, mark.rutland, nicolas.ferre, palmer, aou, ynezz,
	paul.walmsley, sachin.ghadi, Yash Shah

On FU540, the management IP block is tightly coupled with the Cadence
MACB IP block. It manages many of the boundary signals from the MACB IP
This patchset controls the tx_clk input signal to the MACB IP. It
switches between the local TX clock (125MHz) and PHY TX clocks. This
is necessary to toggle between 1Gb and 100/10Mb speeds.

Future patches may add support for monitoring or controlling other IP
boundary signals.

This patchset is mostly based on work done by
Wesley Terpstra <wesley@sifive.com>

This patchset is based on Linux v5.2-rc1 and tested on HiFive Unleashed
board with additional board related patches needed for testing can be
found at dev/yashs/ethernet branch of:
https://github.com/yashshah7/riscv-linux.git

Yash Shah (2):
  net/macb: bindings doc: add sifive fu540-c000 binding
  net: macb: Add support for SiFive FU540-C000

 Documentation/devicetree/bindings/net/macb.txt |   3 +
 drivers/net/ethernet/cadence/macb_main.c       | 118 +++++++++++++++++++++++++
 2 files changed, 121 insertions(+)

-- 
1.9.1


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

end of thread, other threads:[~2019-07-17  9:08 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 11:45 [PATCH 0/2] net: macb: Add support for SiFive FU540-C000 Yash Shah
2019-05-23 11:45 ` Yash Shah
2019-05-23 11:45 ` [PATCH 1/2] net/macb: bindings doc: add sifive fu540-c000 binding Yash Shah
2019-05-23 11:45   ` Yash Shah
2019-05-23 20:50   ` Rob Herring
2019-05-23 20:50     ` Rob Herring
2019-05-23 20:50     ` Rob Herring
2019-05-24  4:56     ` Yash Shah
2019-05-24  4:56       ` Yash Shah
2019-06-24 15:38     ` Nicolas.Ferre
2019-06-24 15:38       ` Nicolas.Ferre
2019-06-24 15:38       ` Nicolas.Ferre
2019-07-17  9:07       ` Yash Shah
2019-07-17  9:07         ` Yash Shah
2019-05-23 11:45 ` [PATCH 2/2] net: macb: Add support for SiFive FU540-C000 Yash Shah
2019-05-23 11:45   ` Yash Shah
2019-05-23 14:54   ` Andrew Lunn
2019-05-23 14:54     ` Andrew Lunn
2019-05-24  4:52     ` Yash Shah
2019-05-24  4:52       ` Yash Shah
2019-05-24  4:52       ` Yash Shah
2019-05-24 13:48       ` Andrew Lunn
2019-05-24 13:48         ` Andrew Lunn
2019-05-30  2:42         ` Palmer Dabbelt
2019-05-30  2:42           ` Palmer Dabbelt
2019-05-23 12:49 ` [PATCH 0/2] " Andreas Schwab
2019-05-23 12:49   ` Andreas Schwab
2019-05-24  4:39   ` Yash Shah
2019-05-24  4:39     ` Yash Shah
2019-05-27  8:04     ` Andreas Schwab
2019-05-27  8:04       ` Andreas Schwab
2019-05-27 11:52       ` Yash Shah
2019-05-27 11:52         ` Yash Shah
2019-05-27 11:52         ` Yash Shah
2019-05-23 16:28 ` David Miller
2019-05-23 16:28   ` David Miller
2019-05-24  4:54   ` Yash Shah
2019-05-24  4:54     ` Yash Shah

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.