netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Replace IDT with Renesas and improve version info.
@ 2019-12-17  5:03 vincent.cheng.xh
  2019-12-17  5:03 ` [PATCH net-next 1/3] dt-bindings: ptp: Rename ptp-idtcm.yaml to ptp-cm.yaml vincent.cheng.xh
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: vincent.cheng.xh @ 2019-12-17  5:03 UTC (permalink / raw)
  To: robh+dt, mark.rutland, richardcochran
  Cc: devicetree, netdev, linux-kernel, Vincent Cheng

From: Vincent Cheng <vincent.cheng.xh@renesas.com>

This series replaces IDT references with Renesas to align with the corporate 
structure and change the version info displayed for the clockmatrix chip.

- Patch 1 Add Replace idt with renesas in dt-bindings
- Patch 2 Replaces IDT references with Renesas
- Patch 3 Replace pipeline, bond, rev, csr, irq with HW rev and 
  OTP config select.

Fixes: 3a6ba7dc7799 ("ptp: Add a ptp clock driver for IDT ClockMatrix.")

Vincent Cheng (3):
  dt-bindings: ptp: Rename ptp-idtcm.yaml to ptp-cm.yaml
  ptp: clockmatrix: Remove IDT references or replace with Renesas.
  ptp: clockmatrix: Rework clockmatrix version information.

 Documentation/devicetree/bindings/ptp/ptp-cm.yaml  |  69 ++
 .../devicetree/bindings/ptp/ptp-idtcm.yaml         |  69 --
 drivers/ptp/Kconfig                                |   6 +-
 drivers/ptp/Makefile                               |   2 +-
 drivers/ptp/clockmatrix_reg.h                      | 661 ++++++++++++++++++++
 drivers/ptp/idt8a340_reg.h                         | 659 --------------------
 drivers/ptp/ptp_clockmatrix.c                      | 691 ++++++++++-----------
 drivers/ptp/ptp_clockmatrix.h                      |  28 +-
 8 files changed, 1065 insertions(+), 1120 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ptp/ptp-cm.yaml
 delete mode 100644 Documentation/devicetree/bindings/ptp/ptp-idtcm.yaml
 create mode 100644 drivers/ptp/clockmatrix_reg.h
 delete mode 100644 drivers/ptp/idt8a340_reg.h

-- 
2.7.4


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

end of thread, other threads:[~2019-12-28 17:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-17  5:03 [PATCH net-next 0/3] Replace IDT with Renesas and improve version info vincent.cheng.xh
2019-12-17  5:03 ` [PATCH net-next 1/3] dt-bindings: ptp: Rename ptp-idtcm.yaml to ptp-cm.yaml vincent.cheng.xh
2019-12-26 19:22   ` Rob Herring
2019-12-28 17:25     ` Vincent Cheng
2019-12-17  5:03 ` [PATCH net-next 2/3] ptp: clockmatrix: Remove IDT references or replace with Renesas vincent.cheng.xh
2019-12-18  6:29   ` David Miller
2019-12-18 14:45     ` Vincent Cheng
2019-12-18 20:23       ` David Miller
2019-12-17  5:03 ` [PATCH net-next 3/3] ptp: clockmatrix: Rework clockmatrix version information vincent.cheng.xh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).