Message ID | 20230509204801.2824351-25-quic_eberman@quicinc.com |
---|---|
State | Superseded |
Headers | show |
Series | Drivers for Gunyah hypervisor | expand |
On 5/9/23 3:48 PM, Elliot Berman wrote: > Add myself and Prakruthi as maintainers of Gunyah hypervisor drivers. > > Signed-off-by: Prakruthi Deepak Heragu <quic_pheragu@quicinc.com> > Signed-off-by: Elliot Berman <quic_eberman@quicinc.com> Looks good. Reviewed-by: Alex Elder <elder@linaro.org> > --- > MAINTAINERS | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index c754befb94e7..323391320cf1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8970,6 +8970,19 @@ L: linux-efi@vger.kernel.org > S: Maintained > F: block/partitions/efi.* > > +GUNYAH HYPERVISOR DRIVER > +M: Elliot Berman <quic_eberman@quicinc.com> > +M: Prakruthi Deepak Heragu <quic_pheragu@quicinc.com> > +L: linux-arm-msm@vger.kernel.org > +S: Supported > +F: Documentation/devicetree/bindings/firmware/gunyah-hypervisor.yaml > +F: Documentation/virt/gunyah/ > +F: arch/arm64/gunyah/ > +F: drivers/mailbox/gunyah-msgq.c > +F: drivers/virt/gunyah/ > +F: include/linux/gunyah*.h > +F: samples/gunyah/ > + > HABANALABS PCI DRIVER > M: Oded Gabbay <ogabbay@kernel.org> > L: dri-devel@lists.freedesktop.org
diff --git a/MAINTAINERS b/MAINTAINERS index c754befb94e7..323391320cf1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8970,6 +8970,19 @@ L: linux-efi@vger.kernel.org S: Maintained F: block/partitions/efi.* +GUNYAH HYPERVISOR DRIVER +M: Elliot Berman <quic_eberman@quicinc.com> +M: Prakruthi Deepak Heragu <quic_pheragu@quicinc.com> +L: linux-arm-msm@vger.kernel.org +S: Supported +F: Documentation/devicetree/bindings/firmware/gunyah-hypervisor.yaml +F: Documentation/virt/gunyah/ +F: arch/arm64/gunyah/ +F: drivers/mailbox/gunyah-msgq.c +F: drivers/virt/gunyah/ +F: include/linux/gunyah*.h +F: samples/gunyah/ + HABANALABS PCI DRIVER M: Oded Gabbay <ogabbay@kernel.org> L: dri-devel@lists.freedesktop.org