Message ID | ZCf1B9kfw/N0UX8Q@arbad (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Support Honeywell mpr pressure sensor | expand |
Hi Andreas,
I love your patch! Perhaps something to improve:
[auto build test WARNING on jic23-iio/togreg]
[also build test WARNING on linus/master v6.3-rc4 next-20230331]
[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/Andreas-Klinger/dt-bindings-iio-pressure-Support-Honeywell-mpr-sensors/20230401-171226
base: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg
patch link: https://lore.kernel.org/r/ZCf1B9kfw%2FN0UX8Q%40arbad
patch subject: [PATCH 3/3] MAINTAINERS: Add Honeywell mpr sensor
reproduce:
# https://github.com/intel-lab-lkp/linux/commit/a6d0553e9b84f7572a2808e9d4653957e6bd27cf
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Andreas-Klinger/dt-bindings-iio-pressure-Support-Honeywell-mpr-sensors/20230401-171226
git checkout a6d0553e9b84f7572a2808e9d4653957e6bd27cf
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>
| Link: https://lore.kernel.org/oe-kbuild-all/202304020552.JHWqEIwX-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/iio/pressure/mpr.yaml
diff --git a/MAINTAINERS b/MAINTAINERS index 1dc8bd26b6cf..126a67f6dbc3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9360,6 +9360,13 @@ F: lib/test_hmm* F: mm/hmm* F: tools/testing/selftests/mm/*hmm* +HONEYWELL MPR PRESSURE SENSOR IIO DRIVER +M: Andreas Klinger <ak@it-klinger.de> +L: linux-iio@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/iio/pressure/mpr.yaml +F: drivers/iio/pressure/mpr.c + HOST AP DRIVER M: Jouni Malinen <j@w1.fi> L: linux-wireless@vger.kernel.org
Add myself as a maintainer for Honeywell mpr sensor. Signed-off-by: Andreas Klinger <ak@it-klinger.de> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)