lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 28 Dec 2019 17:25:26 +0000 From: Vincent Cheng <vincent.cheng.xh@...esas.com> To: Rob Herring <robh@...nel.org> CC: "mark.rutland@....com" <mark.rutland@....com>, "richardcochran@...il.com" <richardcochran@...il.com>, "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org> Subject: Re: [PATCH net-next 1/3] dt-bindings: ptp: Rename ptp-idtcm.yaml to ptp-cm.yaml On Thu, Dec 26, 2019 at 02:22:17PM EST, Rob Herring wrote: >On Tue, Dec 17, 2019 at 12:03:06AM -0500, vincent.cheng.xh@...esas.com wrote: >> From: Vincent Cheng <vincent.cheng.xh@...esas.com> >> >> Renesas Electronics Corporation completed acquisition of IDT in 2019. >> >> This patch removes IDT references or replaces IDT with Renesas. >> Renamed ptp-idtcm.yaml to ptp-cm.yaml. >> >> Signed-off-by: Vincent Cheng <vincent.cheng.xh@...esas.com> >> --- >> Documentation/devicetree/bindings/ptp/ptp-cm.yaml | 69 ++++++++++++++++++++++ >> .../devicetree/bindings/ptp/ptp-idtcm.yaml | 69 ---------------------- >> 2 files changed, 69 insertions(+), 69 deletions(-) >> create mode 100644 Documentation/devicetree/bindings/ptp/ptp-cm.yaml >> delete mode 100644 Documentation/devicetree/bindings/ptp/ptp-idtcm.yaml >> >> + compatible: >> + enum: >> + # For System Synchronizer >> + - renesas,8a34000 >> + - renesas,8a34001 >> + - renesas,8a34002 >> + - renesas,8a34003 >> + - renesas,8a34004 >> + - renesas,8a34005 >> + - renesas,8a34006 >> + - renesas,8a34007 >> + - renesas,8a34008 >> + - renesas,8a34009 > > >> - compatible: >> - enum: >> - # For System Synchronizer >> - - idt,8a34000 >> - - idt,8a34001 >> - - idt,8a34002 >> - - idt,8a34003 >> - - idt,8a34004 >> - - idt,8a34005 >> - - idt,8a34006 >> - - idt,8a34007 >> - - idt,8a34008 >> - - idt,8a34009 > >NAK. You can't change this as it is an ABI. Okay, thank-you. This has be removed in v2 patch of the series. Vincent
Powered by blists - more mailing lists