diff options
author | Pawel Czarnecki <pczarnecki@internships.antmicro.com> | 2020-10-13 16:45:52 +0200 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2020-11-09 13:07:00 +0100 |
commit | 22447a99c97e353bde8f90c2353873f27681d57c (patch) | |
tree | 7cde5fb0fd6df2d7ee22f1a3597660905f0f86c0 /MAINTAINERS | |
parent | dt-bindings: soc: document LiteX SoC Controller bindings (diff) | |
download | linux-22447a99c97e353bde8f90c2353873f27681d57c.tar.xz linux-22447a99c97e353bde8f90c2353873f27681d57c.zip |
drivers/soc/litex: add LiteX SoC Controller driver
This commit adds driver for the FPGA-based LiteX SoC
Controller from LiteX SoC builder.
Co-developed-by: Mateusz Holenko <mholenko@antmicro.com>
Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
Signed-off-by: Pawel Czarnecki <pczarnecki@internships.antmicro.com>
Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 049af639fdfc..3fde022413f9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10177,6 +10177,8 @@ M: Karol Gugala <kgugala@antmicro.com> M: Mateusz Holenko <mholenko@antmicro.com> S: Maintained F: Documentation/devicetree/bindings/*/litex,*.yaml +F: drivers/soc/litex/litex_soc_ctrl.c +F: include/linux/litex.h LIVE PATCHING M: Josh Poimboeuf <jpoimboe@redhat.com> |