Re: [PATCH v5 15/15] reset: elbasr: Add AMD Pensando Elba SR Reset Controller
From: Brad Larson <hidden>
Date: 2022-07-03 23:24:22
Also in:
linux-devicetree, linux-mmc, lkml
From: Brad Larson <hidden>
Date: 2022-07-03 23:24:22
Also in:
linux-devicetree, linux-mmc, lkml
Hi Rob, On Tue, Jun 14, 2022 at 2:34 PM Rob Herring [off-list ref] wrote:
On Mon, Jun 13, 2022 at 12:56:58PM -0700, Brad Larson wrote:quoted
From: Brad Larson <blarson@amd.com> This patch adds the reset controller functionality for the AMD Pensando Elba System Resource Chip. Signed-off-by: Brad Larson <blarson@amd.com> --- drivers/reset/Kconfig | 9 ++ drivers/reset/Makefile | 1 + drivers/reset/reset-elbasr.c | 94 +++++++++++++++++++ .../reset/amd,pensando-elba-reset.h | 11 +++This goes with the binding patch
I must have misinterpreted an earlier request to put the bindings separately up front in the patch set. For a new driver the binding and driver should be in one patch which I'll change for the next version.
...quoted
--- /dev/null +++ b/drivers/reset/reset-elbasr.c@@ -0,0 +1,94 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)Kernel code is GPL-2.0-only generally.
Did something change versus earlier request for dual license?
Re: [PATCH v3 11/11] arm64: dts: Add Pensando Elba SoC support - by Rob Herring @ 2021-10-27 21:37 UTC [8%]
quoted
+// SPDX-License-Identifier: GPL-2.0
Do you care about using with non-GPL OS? Dual license is preferred.
Regards, Brad _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel