All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Richard Genoud <richard.genoud@gmail.com>
Cc: "Richard Genoud" <noreply.rgenoud@gmail.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Nicolas Ferre" <nicolas.ferre@atmel.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Alexander Shiyan" <shc_work@mail.ru>,
	linux-serial@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v6 1/3] tty/serial: Add GPIOLIB helpers for controlling modem lines
Date: Wed, 2 Apr 2014 16:13:15 -0700	[thread overview]
Message-ID: <20140402231315.GD24324@kroah.com> (raw)
In-Reply-To: <533C280F.3060804@gmail.com>

On Wed, Apr 02, 2014 at 05:09:03PM +0200, Richard Genoud wrote:
> On 18/03/2014 00:23, Greg Kroah-Hartman wrote:
> > On Mon, Mar 10, 2014 at 05:45:49PM +0100, Richard Genoud wrote:
> >> This patch add some helpers to control modem lines (CTS/RTS/DSR...) via
> >> GPIO.
> >> This will be useful for many boards which have a serial controller that
> >> only handle CTS/RTS pins (or even just RX/TX).
> >>
> >> Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
> > 
> > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > 
> > I can't take this series through my tty tree as the non-tty patches
> > don't apply, so feel free to take them through whatever tree is needed.
> > 
> > greg k-h
> > 
> 
> I guess this series won't make it for 3.15, as it doesn't apply on any tree.
> However, I'd like to know if I did something wrong, or if there's no
> solution when a series depends on several patches that are in different
> trees ?

That's a hard problem, either wait a release cycle for everything to get
merged properly (like should be done in time for 3.15-rc1 now) and then
submit the code, or ask for different maintainers to either allow other
trees to take the patches, put the patches in different trees at the
same time, or have "topic branches" that different maintainers can pull
from.

Care to send me the patches after 3.15-rc1 is out, as there should not
be any dependancy issues then, right?

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 1/3] tty/serial: Add GPIOLIB helpers for controlling modem lines
Date: Wed, 2 Apr 2014 16:13:15 -0700	[thread overview]
Message-ID: <20140402231315.GD24324@kroah.com> (raw)
In-Reply-To: <533C280F.3060804@gmail.com>

On Wed, Apr 02, 2014 at 05:09:03PM +0200, Richard Genoud wrote:
> On 18/03/2014 00:23, Greg Kroah-Hartman wrote:
> > On Mon, Mar 10, 2014 at 05:45:49PM +0100, Richard Genoud wrote:
> >> This patch add some helpers to control modem lines (CTS/RTS/DSR...) via
> >> GPIO.
> >> This will be useful for many boards which have a serial controller that
> >> only handle CTS/RTS pins (or even just RX/TX).
> >>
> >> Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
> > 
> > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > 
> > I can't take this series through my tty tree as the non-tty patches
> > don't apply, so feel free to take them through whatever tree is needed.
> > 
> > greg k-h
> > 
> 
> I guess this series won't make it for 3.15, as it doesn't apply on any tree.
> However, I'd like to know if I did something wrong, or if there's no
> solution when a series depends on several patches that are in different
> trees ?

That's a hard problem, either wait a release cycle for everything to get
merged properly (like should be done in time for 3.15-rc1 now) and then
submit the code, or ask for different maintainers to either allow other
trees to take the patches, put the patches in different trees at the
same time, or have "topic branches" that different maintainers can pull
from.

Care to send me the patches after 3.15-rc1 is out, as there should not
be any dependancy issues then, right?

greg k-h

  reply	other threads:[~2014-04-02 23:22 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-10 16:45 [PATCH v6 0/3] tty/serial: Add helpers to use GPIOs to control modem lines and implement atmel_serial.c Richard Genoud
2014-03-10 16:45 ` Richard Genoud
2014-03-10 16:45 ` [PATCH v6 1/3] tty/serial: Add GPIOLIB helpers for controlling modem lines Richard Genoud
2014-03-10 16:45   ` Richard Genoud
2014-03-17 23:23   ` Greg Kroah-Hartman
2014-03-17 23:23     ` Greg Kroah-Hartman
2014-03-18 10:13     ` Richard Genoud
2014-03-18 10:13       ` Richard Genoud
2014-03-22 10:14       ` Richard Genoud
2014-03-22 10:14         ` Richard Genoud
2014-04-02 15:09     ` Richard Genoud
2014-04-02 15:09       ` Richard Genoud
2014-04-02 23:13       ` Greg Kroah-Hartman [this message]
2014-04-02 23:13         ` Greg Kroah-Hartman
2014-04-03  9:35         ` Richard Genoud
2014-04-03  9:35           ` Richard Genoud
2014-04-22 13:08   ` Yegor Yefremov
2014-04-22 13:08     ` Yegor Yefremov
2014-04-25 14:56     ` Richard Genoud
2014-04-25 14:56       ` Richard Genoud
2014-04-25 18:37       ` Yegor Yefremov
2014-04-25 18:37         ` Yegor Yefremov
2014-03-10 16:45 ` [PATCH v6 2/3] tty/serial: at91: use mctrl_gpio helpers Richard Genoud
2014-03-10 16:45   ` Richard Genoud
2014-03-10 17:20   ` Nicolas Ferre
2014-03-10 17:20     ` Nicolas Ferre
2014-03-10 16:45 ` [PATCH v6 3/3] tty/serial: at91: add interrupts for modem control lines Richard Genoud
2014-03-10 16:45   ` Richard Genoud
2014-03-10 17:21   ` Nicolas Ferre
2014-03-10 17:21     ` Nicolas Ferre

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=20140402231315.GD24324@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=noreply.rgenoud@gmail.com \
    --cc=richard.genoud@gmail.com \
    --cc=shc_work@mail.ru \
    --cc=u.kleine-koenig@pengutronix.de \
    /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 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.