[PATCH net-next 0/3] Replace IDT with Renesas and improve version info.

From: vincent . cheng . xh
Date: Tue Dec 17 2019 - 00:12:24 EST


From: Vincent Cheng <vincent.cheng.xh@xxxxxxxxxxx>

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