Linux I2C development
 help / color / mirror / Atom feed
From: Conor Dooley <conor.dooley@microchip.com>
To: Andi Shyti <andi.shyti@kernel.org>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>,
	Jarkko Nikula <jarkko.nikula@linux.intel.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Mika Westerberg <mika.westerberg@linux.intel.com>,
	Jan Dabros <jsd@semihalf.com>, <linux-i2c@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 7/7] i2c: designware: Group all DesignWare drivers under a single option
Date: Mon, 9 Sep 2024 14:04:05 +0100	[thread overview]
Message-ID: <20240909-sandpit-prideful-1d903230ac16@wendy> (raw)
In-Reply-To: <ushhe5isjiafpiovwfj3pnsnt7th6y2a6utblhb2gsspj5rj64@rahzahx447aj>

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

On Mon, Sep 09, 2024 at 02:21:32PM +0200, Andi Shyti wrote:
> Hi Conor,
> 
> On Mon, Sep 09, 2024 at 12:22:22PM GMT, Conor Dooley wrote:
> > On Thu, Sep 05, 2024 at 10:46:02PM +0200, Andi Shyti wrote:
> > > Hi Heikki,
> > > 
> > > On Tue, Sep 03, 2024 at 05:25:06PM GMT, Heikki Krogerus wrote:
> > > > There are quite a few drivers and options for the DesignWare
> > > > I2C adapter in the Kconfig. Grouping all of them under the
> > > > I2C_DESIGNWARE_CORE. That makes the menuconfig a bit more
> > > > easier to understand.
> > > > 
> > > > Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> > > 
> > > Thanks for your patch, I can take this only after the other
> > > patches have been taken in.
> > 
> > I assume then that you're expecting the prereqs to go through the
> > various arch trees? Is this not trivial enough that you could chuck it
> > on a dedicated branch in your tree and if, for some reason, there's a
> > non-trivial conflict the affected could pull it in?
> 
> Thanks for your advice: considering that cross-domain patches are
> difficult to handle, I appreciate any suggestion on how to deal
> with them :-)

It's also helpful if the submitter of a series proposes what path
patches should take upstream. I find that people all look at something
like this and see "someone else's problem" written all over it, and
would be perfectly happy to accept a proposal from a submitter that it
all goes via I2C.

> Are you suggesting to set these up in a different branch and send
> a pull request out of that branch?

What I meant was put them in a dedicated branch (so probably on top of
-rc1 or similar) and merge that branch into your for-next branch. If
someone then was to run into a non-trivial conflict you could tag the
dedicated branch and they could pull it into their tree.

> I don't want here to step into other people branches if they
> don't ack or express any thought.

Sure, I wouldn't either, but it far from abnormal for driver subsystem
maintainer to take these sort of rename/dependency addition patches and
the normal path for 3 of the 5 architectures affected here is via Arnd
and I figure there's a low probability of the maintainers of those
architectures having their feels hurt.

Cheers,
Conor.

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

  reply	other threads:[~2024-09-09 13:05 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-03 14:24 [PATCH v2 0/7] i2c: designware: Group all DesignWare drivers under a single option Heikki Krogerus
2024-09-03 14:25 ` [PATCH v2 1/7] ARC: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORM Heikki Krogerus
2024-09-03 14:25 ` [PATCH v2 2/7] ARM: " Heikki Krogerus
2024-09-03 14:25 ` [PATCH v2 3/7] arm64: defconfig: " Heikki Krogerus
2024-09-03 14:25 ` [PATCH v2 4/7] mips: configs: " Heikki Krogerus
2024-09-03 14:25 ` [PATCH v2 5/7] RISC-V: " Heikki Krogerus
2024-09-17 13:28   ` Palmer Dabbelt
2024-09-03 14:25 ` [PATCH v2 6/7] net: txgbe: Fix I2C Kconfig dependencies Heikki Krogerus
2024-09-03 14:25 ` [PATCH v2 7/7] i2c: designware: Group all DesignWare drivers under a single option Heikki Krogerus
2024-09-05 20:46   ` Andi Shyti
2024-09-09 11:22     ` Conor Dooley
2024-09-09 12:21       ` Andi Shyti
2024-09-09 13:04         ` Conor Dooley [this message]
2024-09-09 19:06           ` Andi Shyti
2024-09-03 21:01 ` [PATCH v2 0/7] " Andi Shyti
2024-09-05  8:18   ` Jarkko Nikula
2024-09-09 19:21 ` Andi Shyti
2024-10-01 11:35 ` patchwork-bot+linux-riscv
2024-10-02  8:45   ` Andi Shyti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240909-sandpit-prideful-1d903230ac16@wendy \
    --to=conor.dooley@microchip.com \
    --cc=andi.shyti@kernel.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=jarkko.nikula@linux.intel.com \
    --cc=jsd@semihalf.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mika.westerberg@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox