[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1576558988-20837-1-git-send-email-vincent.cheng.xh@renesas.com>
Date: Tue, 17 Dec 2019 00:03:05 -0500
From: vincent.cheng.xh@...esas.com
To: robh+dt@...nel.org, mark.rutland@....com, richardcochran@...il.com
Cc: devicetree@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Vincent Cheng <vincent.cheng.xh@...esas.com>
Subject: [PATCH net-next 0/3] Replace IDT with Renesas and improve version info.
From: Vincent Cheng <vincent.cheng.xh@...esas.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
Powered by blists - more mailing lists