Message ID | 20191020040817.16882-1-afaerber@suse.de |
---|---|
Headers | show |
Series | arm64: dts: Initial RTD1293/RTD1296 and DS418j/DS418 support | expand |
On Sat, Oct 19, 2019 at 11:08 PM Andreas Färber <afaerber@suse.de> wrote: > > Move the SPDX-License-Identifier to the top line and update to SPDX 2.0. > While at it, switch from GPLv2+/MIT to GPLv2+/BSD2c before adding more. > > Suggested-by: Rob Herring <robh@kernel.org> > Cc: Rob Herring <robh@kernel.org> > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > v2: New > > arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts | 3 +-- > arch/arm64/boot/dts/realtek/rtd1295.dtsi | 3 +-- > arch/arm64/boot/dts/realtek/rtd129x.dtsi | 3 +-- > 3 files changed, 3 insertions(+), 6 deletions(-) Acked-by: Rob Herring <robh@kernel.org> It's really only schema files that I'm pushing towards BSD2C. Maybe in hindsight we should have done MIT as that's more common in the dts files. Rob
Am 25.10.19 um 22:52 schrieb Rob Herring: > On Sat, Oct 19, 2019 at 11:08 PM Andreas Färber <afaerber@suse.de> wrote: >> >> Move the SPDX-License-Identifier to the top line and update to SPDX 2.0. >> While at it, switch from GPLv2+/MIT to GPLv2+/BSD2c before adding more. >> >> Suggested-by: Rob Herring <robh@kernel.org> >> Cc: Rob Herring <robh@kernel.org> >> Signed-off-by: Andreas Färber <afaerber@suse.de> >> --- >> v2: New >> >> arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts | 3 +-- >> arch/arm64/boot/dts/realtek/rtd1295.dtsi | 3 +-- >> arch/arm64/boot/dts/realtek/rtd129x.dtsi | 3 +-- >> 3 files changed, 3 insertions(+), 6 deletions(-) > > Acked-by: Rob Herring <robh@kernel.org> > > It's really only schema files that I'm pushing towards BSD2C. Maybe in > hindsight we should have done MIT as that's more common in the dts > files. After discussion with Rob about whether to drop this change I dropped the misunderstood Suggested-by and applied this to linux-realtek.git v5.5/dt64 anyway: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-realtek.git/log/?h=v5.5/dt64 I don't mind either license. Thanks, Andreas
Am 20.10.19 um 06:08 schrieb Andreas Färber: > Add Device Trees for RTD1293 SoC and Synology DiskStation DS418j NAS. > > Cc: info@synology.com > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > v1 -> v2: > * Moved SPDX-License-Identifier to top > * Dropped "arm,armv8" (Rob) > * Changed from MIT to BSD-2-Clause (Rob) > * Dropped accidental enable-method and cpu-release-addr > > arch/arm64/boot/dts/realtek/Makefile | 3 ++ > arch/arm64/boot/dts/realtek/rtd1293-ds418j.dts | 30 +++++++++++++++ > arch/arm64/boot/dts/realtek/rtd1293.dtsi | 51 ++++++++++++++++++++++++++ > 3 files changed, 84 insertions(+) > create mode 100644 arch/arm64/boot/dts/realtek/rtd1293-ds418j.dts > create mode 100644 arch/arm64/boot/dts/realtek/rtd1293.dtsi Applied to linux-realtek.git v5.5/dt64: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-realtek.git/log/?h=v5.5/dt64 Regards, Andreas
Am 20.10.19 um 06:08 schrieb Andreas Färber: > Add Device Trees for RTD1296 SoC and Synology DiskStation DS418. > > Cc: info@synology.com > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > v1 -> v2: > * Moved SPDX-License-Identifier to top > * Dropped "arm,armv8" (Rob) > * Changed from MIT to BSD-2-Clause (Rob) > * Dropped accidental enable-method and cpu-release-addr > * Fixed DS418 to use rtd1296.dtsi > > arch/arm64/boot/dts/realtek/Makefile | 2 + > arch/arm64/boot/dts/realtek/rtd1296-ds418.dts | 30 +++++++++++++ > arch/arm64/boot/dts/realtek/rtd1296.dtsi | 65 +++++++++++++++++++++++++++ > 3 files changed, 97 insertions(+) > create mode 100644 arch/arm64/boot/dts/realtek/rtd1296-ds418.dts > create mode 100644 arch/arm64/boot/dts/realtek/rtd1296.dtsi Applied to linux-realtek.git v5.5/dt64: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-realtek.git/log/?h=v5.5/dt64 Regards, Andreas