Message ID | 20230915-wave5_v12_on_media_master-v12-7-92fc66cd685d@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Wave5 codec driver | expand |
On 15/09/2023 23:11, Sebastian Fricke wrote: > From: Robert Beckett <bob.beckett@collabora.com> > > Add the Chips&Media wave5 encoder/decoder driver to the maintainers file > > Signed-off-by: Robert Beckett <bob.beckett@collabora.com> > Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com> > Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 063a11791bbf..b6a592c14caa 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -23206,6 +23206,14 @@ F: include/linux/watchdog.h > F: include/trace/events/watchdog.h > F: include/uapi/linux/watchdog.h > > +WAVE5 VPU CODEC DRIVER > +M: Nas Chung <nas.chung@chipsnmedia.com> > +M: Jackson Lee <jackson.lee@chipsnmedia.com> Hmm, is this right? Shouldn't Sebastian be added here? Or is it really intended that once this driver is merged, any maintenance will be done by Chips&Media people? Just checking if this is intended. Regards, Hans > +L: linux-media@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/media/cnm,wave5.yaml > +F: drivers/media/platform/chips-media/wave5/ > + > WHISKEYCOVE PMIC GPIO DRIVER > M: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> > L: linux-gpio@vger.kernel.org >
Hey Hans, thanks for your review on our driver. On 20.09.2023 15:02, Hans Verkuil wrote: >On 15/09/2023 23:11, Sebastian Fricke wrote: >> From: Robert Beckett <bob.beckett@collabora.com> >> >> Add the Chips&Media wave5 encoder/decoder driver to the maintainers file >> >> Signed-off-by: Robert Beckett <bob.beckett@collabora.com> >> Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com> >> Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com> >> --- >> MAINTAINERS | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 063a11791bbf..b6a592c14caa 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -23206,6 +23206,14 @@ F: include/linux/watchdog.h >> F: include/trace/events/watchdog.h >> F: include/uapi/linux/watchdog.h >> >> +WAVE5 VPU CODEC DRIVER >> +M: Nas Chung <nas.chung@chipsnmedia.com> >> +M: Jackson Lee <jackson.lee@chipsnmedia.com> > >Hmm, is this right? Shouldn't Sebastian be added here? Or is it really >intended that once this driver is merged, any maintenance will be done >by Chips&Media people? > >Just checking if this is intended. Yes, this is communicated with Chips & Media, they want to take full responsibility for the maintenance. > >Regards, > > Hans Sincerely, Sebastian > >> +L: linux-media@vger.kernel.org >> +S: Maintained >> +F: Documentation/devicetree/bindings/media/cnm,wave5.yaml >> +F: drivers/media/platform/chips-media/wave5/ >> + >> WHISKEYCOVE PMIC GPIO DRIVER >> M: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> >> L: linux-gpio@vger.kernel.org >> > >_______________________________________________ >Kernel mailing list -- kernel@mailman.collabora.com >To unsubscribe send an email to kernel-leave@mailman.collabora.com
diff --git a/MAINTAINERS b/MAINTAINERS index 063a11791bbf..b6a592c14caa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23206,6 +23206,14 @@ F: include/linux/watchdog.h F: include/trace/events/watchdog.h F: include/uapi/linux/watchdog.h +WAVE5 VPU CODEC DRIVER +M: Nas Chung <nas.chung@chipsnmedia.com> +M: Jackson Lee <jackson.lee@chipsnmedia.com> +L: linux-media@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/media/cnm,wave5.yaml +F: drivers/media/platform/chips-media/wave5/ + WHISKEYCOVE PMIC GPIO DRIVER M: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> L: linux-gpio@vger.kernel.org