All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V1 0/3]  da7280: haptic driver submission
@ 2018-08-16  2:02 ` Roy Im
  0 siblings, 0 replies; 13+ messages in thread
From: Roy Im @ 2018-08-16  2:02 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring
  Cc: Mark Rutland, Support Opensource, devicetree, linux-input,
	linux-kernel

From: Roy Im <roy.im.opensource@diasemi.com>

This patch adds support for the Dialog DA7280 Haptic driver IC.

In this patch set the following is provided:

[PATCH V1 1/3] MAINTAINERS file update for DA7280
[PATCH V1 2/3] DA7280 DT Binding
[PATCH V1 3/3] DA7280 Driver

This patch applies against linux-next and v4.18

Thank you,
Roy Im, Dialog Semiconductor Ltd.

Roy Im (3):
  MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms
  Documentation: devicetree: input: new binding for da7280
  Input: new da7280 haptic driver

 .../devicetree/bindings/input/dlg,da7280.txt       |   91 ++
 MAINTAINERS                                        |    2 +
 drivers/input/misc/Kconfig                         |   12 +
 drivers/input/misc/Makefile                        |    1 +
 drivers/input/misc/da7280.c                        | 1452 ++++++++++++++++++++
 drivers/input/misc/da7280.h                        |  412 ++++++
 6 files changed, 1970 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/dlg,da7280.txt
 create mode 100644 drivers/input/misc/da7280.c
 create mode 100644 drivers/input/misc/da7280.h

-- 
end-of-patch for PATCH V1

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: [PATCH v3 2/2] Input: add support for Azoteq IQS7222A/B/C
@ 2022-04-05 10:56 kernel test robot
  2022-04-05 10:54 ` [PATCH] Input: fix irqf_oneshot.cocci warnings kernel test robot
  0 siblings, 1 reply; 13+ messages in thread
From: kernel test robot @ 2022-04-05 10:56 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
BCC: lkp(a)intel.com
In-Reply-To: <20220403221659.865997-3-jeff@labundy.com>
References: <20220403221659.865997-3-jeff@labundy.com>
TO: Jeff LaBundy <jeff@labundy.com>
TO: dmitry.torokhov(a)gmail.com
TO: robh+dt(a)kernel.org
CC: linux-input(a)vger.kernel.org
CC: devicetree(a)vger.kernel.org
CC: Jeff LaBundy <jeff@labundy.com>

Hi Jeff,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on dtor-input/next]
[also build test WARNING on robh/for-next hid/for-next v5.18-rc1 next-20220405]
[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/intel-lab-lkp/linux/commits/Jeff-LaBundy/Add-support-for-Azoteq-IQS7222A-B-C/20220404-061950
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago
config: ia64-randconfig-c003-20220405 (https://download.01.org/0day-ci/archive/20220405/202204051838.6Uj66mbG-lkp(a)intel.com/config)
compiler: ia64-linux-gcc (GCC) 11.2.0

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


cocci warnings: (new ones prefixed by >>)
>> drivers/input/misc/iqs7222.c:2418:9-34: WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is nested IRQ)

Please review and possibly fold the followup patch.

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [linux-next:master 2115/14198] drivers/input/misc/iqs7222.c:2418:9-34: WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is nested IRQ)
@ 2022-05-28  7:52 kernel test robot
  2022-05-28  7:48 ` [PATCH] Input: fix irqf_oneshot.cocci warnings kernel test robot
  0 siblings, 1 reply; 13+ messages in thread
From: kernel test robot @ 2022-05-28  7:52 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
BCC: lkp(a)intel.com
CC: Linux Memory Management List <linux-mm@kvack.org>
TO: Jeff LaBundy <jeff@labundy.com>
CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   d3fde8ff50ab265749704bd7fbcf70d35235421f
commit: e505edaedcb9e7d16eefddc62d2189afaea0febc [2115/14198] Input: add support for Azoteq IQS7222A/B/C
:::::: branch date: 25 hours ago
:::::: commit date: 7 weeks ago
config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20220528/202205281555.7oEwEjIQ-lkp(a)intel.com/config)
compiler: mips-linux-gcc (GCC) 11.3.0

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Julia Lawall <julia.lawall@lip6.fr>


cocci warnings: (new ones prefixed by >>)
>> drivers/input/misc/iqs7222.c:2418:9-34: WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is nested IRQ)

Please review and possibly fold the followup patch.

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

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

end of thread, other threads:[~2022-05-28  7:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-16  2:02 [PATCH V1 0/3] da7280: haptic driver submission Roy Im
2018-08-16  2:02 ` Roy Im
2018-08-16  2:02 ` [PATCH V1 2/3] Documentation: devicetree: input: new binding for da7280 Roy Im
2018-08-16  2:02   ` Roy Im
2018-08-16  2:02 ` [PATCH V1 3/3] Input: new da7280 haptic driver Roy Im
2018-08-16  2:02   ` Roy Im
2018-08-16  6:46   ` kbuild test robot
2018-08-16  6:46   ` [PATCH] Input: fix irqf_oneshot.cocci warnings kbuild test robot
2018-08-16  6:46   ` [PATCH] Input: fix boolreturn.cocci warnings kbuild test robot
2018-08-16  2:02 ` [PATCH V1 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms Roy Im
2018-08-16  2:02   ` Roy Im
  -- strict thread matches above, loose matches on Subject: below --
2022-04-05 10:56 [PATCH v3 2/2] Input: add support for Azoteq IQS7222A/B/C kernel test robot
2022-04-05 10:54 ` [PATCH] Input: fix irqf_oneshot.cocci warnings kernel test robot
2022-05-28  7:52 [linux-next:master 2115/14198] drivers/input/misc/iqs7222.c:2418:9-34: WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is nested IRQ) kernel test robot
2022-05-28  7:48 ` [PATCH] Input: fix irqf_oneshot.cocci warnings 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.