Message ID | 20221022000506.221933-8-sebastian.fricke@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Wave5 codec driver | expand |
Hi Sebastian,
I love your patch! Perhaps something to improve:
[auto build test WARNING on media-tree/master]
[also build test WARNING on sailus-media-tree/streams linus/master pza/reset/next v6.1-rc1 next-20221021]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Sebastian-Fricke/Wave5-codec-driver/20221022-081029
base: git://linuxtv.org/media_tree.git master
patch link: https://lore.kernel.org/r/20221022000506.221933-8-sebastian.fricke%40collabora.com
patch subject: [PATCH v10 7/7] media: chips-media: wave5: Add wave5 driver to maintainers file
reproduce:
# https://github.com/intel-lab-lkp/linux/commit/b51e3c6bac0a1e7a1e8696af887203a2718d4031
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Sebastian-Fricke/Wave5-codec-driver/20221022-081029
git checkout b51e3c6bac0a1e7a1e8696af887203a2718d4031
make menuconfig
# enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS
make htmldocs
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/staging/media/cnm,wave.yaml
diff --git a/MAINTAINERS b/MAINTAINERS index 618fd1a490f8..5b08d4187125 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22122,6 +22122,15 @@ F: drivers/watchdog/ F: include/linux/watchdog.h F: include/uapi/linux/watchdog.h +WAVE5 VPU CODEC DRIVER +M: Nas Chung <nas.chung@chipsnmedia.com> +M: Robert Beckett <bob.beckett@collabora.com> +M: Sebastian Fricke <sebastian.fricke@collabora.com> +L: linux-media@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/staging/media/cnm,wave.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 diff --git a/drivers/staging/media/wave5/TODO b/drivers/media/platform/chips-media/wave5/TODO similarity index 100% rename from drivers/staging/media/wave5/TODO rename to drivers/media/platform/chips-media/wave5/TODO