All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: i2c: mux-gpio: remove Wolfram Sang as maintainer
@ 2026-05-09 17:13 Wolfram Sang
  2026-05-09 18:39 ` Rob Herring (Arm)
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2026-05-09 17:13 UTC (permalink / raw)
  To: linux-i2c
  Cc: Wolfram Sang, Peter Rosin, Andi Shyti, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree

The YAML conversion added me as maintainer but I can't recall being
asked nor do I want to maintain it now. Remove the entry.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml b/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml
index 4a93d1f78f93..d9d4f63a77dd 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml
@@ -6,9 +6,6 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: GPIO-based I2C Bus Mux
 
-maintainers:
-  - Wolfram Sang <wsa@kernel.org>
-
 description: |
   This binding describes an I2C bus multiplexer that uses GPIOs to route the I2C signals.
 
-- 
2.51.0


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

* Re: [PATCH] dt-bindings: i2c: mux-gpio: remove Wolfram Sang as maintainer
  2026-05-09 17:13 [PATCH] dt-bindings: i2c: mux-gpio: remove Wolfram Sang as maintainer Wolfram Sang
@ 2026-05-09 18:39 ` Rob Herring (Arm)
  2026-05-10 20:59   ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring (Arm) @ 2026-05-09 18:39 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, devicetree, Peter Rosin, Andi Shyti, Conor Dooley,
	Krzysztof Kozlowski


On Sat, 09 May 2026 19:13:55 +0200, Wolfram Sang wrote:
> The YAML conversion added me as maintainer but I can't recall being
> asked nor do I want to maintain it now. Remove the entry.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml | 3 ---
>  1 file changed, 3 deletions(-)
> 

My bot found errors running 'make dt_binding_check' on your patch:

yamllint warnings/errors:

dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml: 'maintainers' is a required property
	hint: Metaschema for devicetree binding documentation
	from schema $id: http://devicetree.org/meta-schemas/base.yaml

doc reference errors (make refcheckdocs):

See https://patchwork.kernel.org/project/devicetree/patch/20260509171354.12263-2-wsa+renesas@sang-engineering.com

The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:

pip3 install dtschema --upgrade

Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.


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

* Re: [PATCH] dt-bindings: i2c: mux-gpio: remove Wolfram Sang as maintainer
  2026-05-09 18:39 ` Rob Herring (Arm)
@ 2026-05-10 20:59   ` Wolfram Sang
  2026-05-12 12:11     ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2026-05-10 20:59 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: linux-i2c, devicetree, Peter Rosin, Andi Shyti, Conor Dooley,
	Krzysztof Kozlowski

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


> dtschema/dtc warnings/errors:
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml: 'maintainers' is a required property

I know. But as I was added as maintainer without my consent, I think it
is okay to remove myself.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] dt-bindings: i2c: mux-gpio: remove Wolfram Sang as maintainer
@ 2026-05-11 18:37 kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2026-05-11 18:37 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: <20260509171354.12263-2-wsa+renesas@sang-engineering.com>
References: <20260509171354.12263-2-wsa+renesas@sang-engineering.com>
TO: Wolfram Sang <wsa-dev@sang-engineering.com>
TO: linux-i2c@vger.kernel.org
CC: Wolfram Sang <wsa-dev@sang-engineering.com>
CC: Peter Rosin <peda@axentia.se>
CC: Andi Shyti <andi.shyti@kernel.org>
CC: Rob Herring <robh@kernel.org>
CC: Krzysztof Kozlowski <krzk@kernel.org>
CC: Conor Dooley <conor+dt@kernel.org>
CC: devicetree@vger.kernel.org

Hi Wolfram,

kernel test robot noticed the following build warnings:

[auto build test WARNING on andi-shyti/i2c/i2c-host]
[also build test WARNING on wsa/i2c/for-next linus/master v7.1-rc3 next-20260508]
[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/Wolfram-Sang/dt-bindings-i2c-mux-gpio-remove-Wolfram-Sang-as-maintainer/20260511-151705
base:   https://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git i2c/i2c-host
patch link:    https://lore.kernel.org/r/20260509171354.12263-2-wsa%2Brenesas%40sang-engineering.com
patch subject: [PATCH] dt-bindings: i2c: mux-gpio: remove Wolfram Sang as maintainer
:::::: branch date: 11 hours ago
:::::: commit date: 11 hours ago
config: openrisc-randconfig-2051-20260511 (https://download.01.org/0day-ci/archive/20260511/202605112017.504Tyzgc-lkp@intel.com/config)
compiler: or1k-linux-gcc (GCC) 15.1.0
dtschema: 2026.5.dev4+g4ccc1997d
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260511/202605112017.504Tyzgc-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/202605112017.504Tyzgc-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml: 'maintainers' is a required property
   	hint: Metaschema for devicetree binding documentation
   	from schema $id: http://devicetree.org/meta-schemas/base.yaml

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

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

* Re: [PATCH] dt-bindings: i2c: mux-gpio: remove Wolfram Sang as maintainer
  2026-05-10 20:59   ` Wolfram Sang
@ 2026-05-12 12:11     ` Rob Herring
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2026-05-12 12:11 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, devicetree, Peter Rosin, Andi Shyti, Conor Dooley,
	Krzysztof Kozlowski

On Sun, May 10, 2026 at 10:59:07PM +0200, Wolfram Sang wrote:
> 
> > dtschema/dtc warnings/errors:
> > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml: 'maintainers' is a required property
> 
> I know. But as I was added as maintainer without my consent, I think it
> is okay to remove myself.

I suppose it should be Peter:

GENERIC GPIO I2C MULTIPLEXER DRIVER
M:      Peter Korsgaard <peter.korsgaard@barco.com>
L:      linux-i2c@vger.kernel.org
S:      Supported
F:      Documentation/i2c/muxes/i2c-mux-gpio.rst
F:      drivers/i2c/muxes/i2c-mux-gpio.c
F:      include/linux/platform_data/i2c-mux-gpio.h




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

end of thread, other threads:[~2026-05-12 12:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-09 17:13 [PATCH] dt-bindings: i2c: mux-gpio: remove Wolfram Sang as maintainer Wolfram Sang
2026-05-09 18:39 ` Rob Herring (Arm)
2026-05-10 20:59   ` Wolfram Sang
2026-05-12 12:11     ` Rob Herring
  -- strict thread matches above, loose matches on Subject: below --
2026-05-11 18:37 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.