All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Wim Van Sebroeck <wim@iguana.be>,
	linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org,
	Mika Westerberg <mika.westerberg@linux.intel.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Jean Delvare <jdelvare@suse.com>,
	Wolfram Sang <wsa@the-dreams.de>,
	Matt Fleming <matt.fleming@intel.com>,
	Peter Tyser <ptyser@xes-inc.com>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Zha Qipeng <qipeng.zha@intel.com>,
	Guenter Roeck <linux@roeck-us.net>
Subject: Re: [PATCH v2 1/3] iTCO_wdt: Expose watchdog properties using platform data
Date: Thu, 30 Jul 2015 09:53:47 +0100	[thread overview]
Message-ID: <20150730085347.GF9319@x1> (raw)
In-Reply-To: <20150729163953.GI2773@codeblueprint.co.uk>

On Wed, 29 Jul 2015, Matt Fleming wrote:

> On Wed, 29 Jul, at 04:35:56PM, Lee Jones wrote:
> > 
> > For my own reference (I assume this will go through the MFD tree):
> >   Acked-by: Lee Jones <lee.jones@linaro.org>
> 
> Great, thanks Lee!
> 
> I've no strong opinion on which tree these 3 patches go through but at
> the very least patches 1 and 2 need to go through the same tree to avoid
> build breakage (since PATCH 1 introduces 'struct itco_wdt_platform_data'
> which is used in PATCH 2).
> 
> For reference, the other patches are here,
> 
>   https://lkml.kernel.org/r/1438171844-24861-3-git-send-email-matt@codeblueprint.co.uk
>   https://lkml.kernel.org/r/1438171844-24861-4-git-send-email-matt@codeblueprint.co.uk

Obviously this makes things more difficult.  Once you have the other
Acks you need, I suggest you re-submit the set using --threaded, so we
can all see what's going on.

FYI: I usually do this as a matter of course, as separated patches are
a pain to manage, particularly if there are dependencies between them.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Wim Van Sebroeck <wim@iguana.be>,
	linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org,
	Mika Westerberg <mika.westerberg@linux.intel.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Jean Delvare <jdelvare@suse.com>,
	Wolfram Sang <wsa@the-dreams.de>,
	Matt Fleming <matt.fleming@intel.com>,
	Peter Tyser <ptyser@xes-inc.com>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Zha Qipeng <qipeng.zha@intel.com>,
	Guenter Roeck <linux@roeck-us.net>
Subject: Re: [PATCH v2 1/3] iTCO_wdt: Expose watchdog properties using platform data
Date: Thu, 30 Jul 2015 09:53:47 +0100	[thread overview]
Message-ID: <20150730085347.GF9319@x1> (raw)
In-Reply-To: <20150729163953.GI2773@codeblueprint.co.uk>

On Wed, 29 Jul 2015, Matt Fleming wrote:

> On Wed, 29 Jul, at 04:35:56PM, Lee Jones wrote:
> > 
> > For my own reference (I assume this will go through the MFD tree):
> >   Acked-by: Lee Jones <lee.jones@linaro.org>
> 
> Great, thanks Lee!
> 
> I've no strong opinion on which tree these 3 patches go through but at
> the very least patches 1 and 2 need to go through the same tree to avoid
> build breakage (since PATCH 1 introduces 'struct itco_wdt_platform_data'
> which is used in PATCH 2).
> 
> For reference, the other patches are here,
> 
>   https://lkml.kernel.org/r/1438171844-24861-3-git-send-email-matt@codeblueprint.co.uk
>   https://lkml.kernel.org/r/1438171844-24861-4-git-send-email-matt@codeblueprint.co.uk

Obviously this makes things more difficult.  Once you have the other
Acks you need, I suggest you re-submit the set using --threaded, so we
can all see what's going on.

FYI: I usually do this as a matter of course, as separated patches are
a pain to manage, particularly if there are dependencies between them.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2015-07-30  8:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-29 12:10 [PATCH v2 0/3] iTCO_wdt: Add support for Intel Sunrisepoint Matt Fleming
2015-07-29 12:10 ` [PATCH v2 1/3] iTCO_wdt: Expose watchdog properties using platform data Matt Fleming
2015-07-29 15:35   ` Lee Jones
2015-07-29 16:39     ` Matt Fleming
2015-07-30  8:53       ` Lee Jones [this message]
2015-07-30  8:53         ` Lee Jones
2015-07-30  9:14         ` Matt Fleming
2015-07-30 11:08           ` Lee Jones
2015-07-30 11:08             ` Lee Jones
2015-07-29 12:10 ` [PATCH v2 2/3] i2c: i801: Create iTCO device on newer Intel PCHs Matt Fleming
2015-07-29 12:10   ` Matt Fleming
     [not found]   ` <1438171844-24861-3-git-send-email-matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
2015-07-29 17:06     ` Guenter Roeck
2015-07-29 17:06       ` Guenter Roeck
2015-07-29 12:10 ` [PATCH v2 3/3] iTCO_wdt: Add support for TCO on Intel Sunrisepoint Matt Fleming
2015-07-29 17:06   ` Guenter Roeck

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=20150730085347.GF9319@x1 \
    --to=lee.jones@linaro.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=jdelvare@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=matt.fleming@intel.com \
    --cc=matt@codeblueprint.co.uk \
    --cc=mika.westerberg@linux.intel.com \
    --cc=ptyser@xes-inc.com \
    --cc=qipeng.zha@intel.com \
    --cc=sameo@linux.intel.com \
    --cc=wim@iguana.be \
    --cc=wsa@the-dreams.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.