All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v3 1/2] dt-bindings: input: Goodix GT7986U SPI HID Touchscreen
@ 2024-11-08 17:36 kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2024-11-08 17:36 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20241108120311.87795-2-charles.goodix@gmail.com>
References: <20241108120311.87795-2-charles.goodix@gmail.com>
TO: Charles Wang <charles.goodix@gmail.com>
TO: krzk@kernel.org
TO: hbarnor@chromium.org
TO: dianders@chromium.org
TO: conor.dooley@microchip.com
CC: dmitry.torokhov@gmail.com
CC: jikos@kernel.org
CC: bentiss@kernel.org
CC: linux-input@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: Charles Wang <charles.goodix@gmail.com>

Hi Charles,

kernel test robot noticed the following build warnings:

[auto build test WARNING on dtor-input/next]
[also build test WARNING on dtor-input/for-linus krzk-dt/for-next linus/master v6.12-rc6 next-20241108]
[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/Charles-Wang/dt-bindings-input-Goodix-GT7986U-SPI-HID-Touchscreen/20241108-200454
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
patch link:    https://lore.kernel.org/r/20241108120311.87795-2-charles.goodix%40gmail.com
patch subject: [PATCH v3 1/2] dt-bindings: input: Goodix GT7986U SPI HID Touchscreen
:::::: branch date: 5 hours ago
:::::: commit date: 5 hours ago
config: csky-randconfig-051-20241109 (https://download.01.org/0day-ci/archive/20241109/202411090145.eCFPadBI-lkp@intel.com/config)
compiler: csky-linux-gcc (GCC) 14.2.0
dtschema version: 2024.10.dev6+g12c3cd5
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241109/202411090145.eCFPadBI-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202411090145.eCFPadBI-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> Documentation/devicetree/bindings/input/goodix,gt7986u-spifw.yaml: ignoring, error parsing file
   Warning: Duplicate compatible "pericom,pt7c4338" found in schemas matching "$id":
   	http://devicetree.org/schemas/rtc/trivial-rtc.yaml#
   	http://devicetree.org/schemas/rtc/rtc-ds1307.yaml#
   Warning: Duplicate compatible "epson,rx8025" found in schemas matching "$id":
   	http://devicetree.org/schemas/rtc/trivial-rtc.yaml#
   	http://devicetree.org/schemas/rtc/rtc-ds1307.yaml#
   Warning: Duplicate compatible "isil,isl1208" found in schemas matching "$id":
   	http://devicetree.org/schemas/rtc/trivial-rtc.yaml#
   	http://devicetree.org/schemas/rtc/isil,isl1208.yaml#
   Warning: Duplicate compatible "isil,isl1218" found in schemas matching "$id":

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH v3 0/2] dt-bindings: input: Goodix GT7986U SPI HID Touchscreen
@ 2024-11-08 12:03 Charles Wang
  2024-11-08 12:03 ` [PATCH v3 1/2] " Charles Wang
  0 siblings, 1 reply; 7+ messages in thread
From: Charles Wang @ 2024-11-08 12:03 UTC (permalink / raw)
  To: krzk, hbarnor, dianders, conor.dooley
  Cc: dmitry.torokhov, jikos, bentiss, linux-input, devicetree,
	linux-kernel, Charles Wang

The Goodix GT7986U touch controller report touch data according to the
HID protocol through the SPI bus. However, it is incompatible with
Microsoft's HID-over-SPI protocol.

The patchset introduces the following two changes:
1) Add goodix,gt7986u-spifw.yaml.
2) Drop the 'goodix,hid-report-addr' property.

Signed-off-by: Charles Wang <charles.goodix@gmail.com>
---
Changes in v3:
- Split the commit into two patches.

Changes in v2:
- Change compatible to 'goodix,gt7986u-spifw'.
- Remove 'goodix,hid-report-addr' property.
- Change additionalProperties to unevaluatedProperties.
- v1: https://lore.kernel.org/all/20241025114642.40793-2-charles.goodix@gmail.com/
---
Charles Wang (2):
  dt-bindings: input: Goodix GT7986U SPI HID Touchscreen
  dt-bindings: input: gt7986u-spifw: Remove hid-report-addr property

 .../bindings/input/goodix,gt7986u-spifw.yaml  | 68 +++++++++++++++++++
 1 file changed, 68 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/goodix,gt7986u-spifw.yaml

-- 
2.43.0


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

end of thread, other threads:[~2024-11-11  3:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08 17:36 [PATCH v3 1/2] dt-bindings: input: Goodix GT7986U SPI HID Touchscreen kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08 12:03 [PATCH v3 0/2] " Charles Wang
2024-11-08 12:03 ` [PATCH v3 1/2] " Charles Wang
2024-11-08 13:33   ` Rob Herring (Arm)
2024-11-08 15:13     ` Doug Anderson
2024-11-11  3:03       ` Charles Wang
2024-11-08 16:10   ` Rob Herring
2024-11-11  3:07     ` Charles Wang

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.