Message ID | 20200723073744.13400-24-krzk@kernel.org (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | memory: Cleanup, improve and compile test memory drivers | expand |
On 7/23/20 12:37 AM, Krzysztof Kozlowski wrote: > The specific drivers in drivers/memory usually go via architecture (e.g. > ARM SoC) maintainers but the generic parts (of_memory.[ch]) lacked any > care. > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Florian Fainelli <f.fainelli@gmail.com> What does this mean for specific drivers? For instance I tend to send updates to brcmstb_dpfe.c through the Broadcom ARM SoC pull requests, shall I continue to do this, or are you going to send memory controller subsystem pull requests including that file in the future?
On Thu, Jul 23, 2020 at 10:12:36AM -0700, Florian Fainelli wrote: > On 7/23/20 12:37 AM, Krzysztof Kozlowski wrote: > > The specific drivers in drivers/memory usually go via architecture (e.g. > > ARM SoC) maintainers but the generic parts (of_memory.[ch]) lacked any > > care. > > > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > > Acked-by: Florian Fainelli <f.fainelli@gmail.com> > > What does this mean for specific drivers? For instance I tend to send > updates to brcmstb_dpfe.c through the Broadcom ARM SoC pull requests, > shall I continue to do this, or are you going to send memory controller > subsystem pull requests including that file in the future? If that's okay, I intend to take the drivers patches as well. I will rephrase the commit message. Thanks for the feddback. Best regards, Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index f4557bc43bd5..cba0ed77775b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11158,6 +11158,13 @@ F: Documentation/core-api/boot-time-mm.rst F: include/linux/memblock.h F: mm/memblock.c +MEMORY CONTROLLER DRIVERS +M: Krzysztof Kozlowski <krzk@kernel.org> +L: linux-kernel@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/memory-controllers/ +F: drivers/memory/ + MEMORY FREQUENCY SCALING DRIVERS FOR NVIDIA TEGRA M: Dmitry Osipenko <digetx@gmail.com> L: linux-pm@vger.kernel.org
The specific drivers in drivers/memory usually go via architecture (e.g. ARM SoC) maintainers but the generic parts (of_memory.[ch]) lacked any care. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)