All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add periodic mode, threshold options
@ 2021-06-21 14:30 Ivan Mikhaylov
  2021-06-21 14:30 ` [PATCH v2 1/2] iio: proximity: vcnl3020: add periodic mode Ivan Mikhaylov
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ivan Mikhaylov @ 2021-06-21 14:30 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Peter Meerwald-Stadler
  Cc: Ivan Mikhaylov, linux-kernel, linux-iio

Add periodic mode enablement, high/low threshold options.

Changes from v1:
 1. Remove changes for hwmon driver and changes affecting
vcnl3020 data structure.
 2. Add enable/disable periodic mode functions.

Ivan Mikhaylov (2):
  iio: proximity: vcnl3020: add periodic mode
  iio: proximity: vcnl3020: add threshold options

 drivers/iio/proximity/vcnl3020.c | 306 ++++++++++++++++++++++++++++++-
 1 file changed, 304 insertions(+), 2 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [PATCH v2 1/2] iio: proximity: vcnl3020: add periodic mode
@ 2021-06-21 22:03 kernel test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kernel test robot @ 2021-06-21 22:03 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 2912 bytes --]

CC: kbuild-all(a)lists.01.org
In-Reply-To: <20210621143051.200800-2-i.mikhaylov@yadro.com>
References: <20210621143051.200800-2-i.mikhaylov@yadro.com>
TO: Ivan Mikhaylov <i.mikhaylov@yadro.com>
TO: Jonathan Cameron <jic23@kernel.org>
TO: "Lars-Peter Clausen" <lars@metafoo.de>
TO: "Peter Meerwald-Stadler" <pmeerw@pmeerw.net>
CC: Ivan Mikhaylov <i.mikhaylov@yadro.com>
CC: linux-kernel(a)vger.kernel.org
CC: linux-iio(a)vger.kernel.org

Hi Ivan,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on iio/togreg]
[also build test WARNING on v5.13-rc7 next-20210621]
[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]

url:    https://github.com/0day-ci/linux/commits/Ivan-Mikhaylov/add-periodic-mode-threshold-options/20210621-222331
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg
:::::: branch date: 8 hours ago
:::::: commit date: 8 hours ago
config: x86_64-randconfig-b001-20210621 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e1adf90826a57b674eee79b071fb46c1f5683cd0)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # apt-get install iwyu # include-what-you-use
        # https://github.com/0day-ci/linux/commit/06c36ea9525abdc7882a330375c877709fe7ee2d
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Ivan-Mikhaylov/add-periodic-mode-threshold-options/20210621-222331
        git checkout 06c36ea9525abdc7882a330375c877709fe7ee2d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


iwyu warnings: (new ones prefixed by >>)
   drivers/iio/proximity/vcnl3020.c:11:1: iwyu: warning: superfluous #include <linux/delay.h>
>> drivers/iio/proximity/vcnl3020.c:16:1: iwyu: warning: superfluous #include <linux/iio/iio.h>

vim +16 drivers/iio/proximity/vcnl3020.c

ac101e6b315bfe Ivan Mikhaylov 2020-05-10  14  
ac101e6b315bfe Ivan Mikhaylov 2020-05-10  15  #include <linux/iio/iio.h>
06c36ea9525abd Ivan Mikhaylov 2021-06-21 @16  #include <linux/iio/iio.h>
06c36ea9525abd Ivan Mikhaylov 2021-06-21  17  #include <linux/iio/events.h>
ac101e6b315bfe Ivan Mikhaylov 2020-05-10  18  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 53846 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-07-04 17:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 14:30 [PATCH v2 0/2] add periodic mode, threshold options Ivan Mikhaylov
2021-06-21 14:30 ` [PATCH v2 1/2] iio: proximity: vcnl3020: add periodic mode Ivan Mikhaylov
2021-06-23  8:47   ` kernel test robot
2021-06-23  8:47     ` kernel test robot
2021-07-04 17:25   ` Jonathan Cameron
2021-06-21 14:30 ` [PATCH v2 2/2] iio: proximity: vcnl3020: add threshold options Ivan Mikhaylov
2021-07-04 17:30   ` Jonathan Cameron
2021-07-04 17:15 ` [PATCH v2 0/2] add periodic mode, " Jonathan Cameron
2021-06-21 22:03 [PATCH v2 1/2] iio: proximity: vcnl3020: add periodic mode kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.