From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: "Ognjen Galić" <smclt30p@gmail.com>,
"Dmitry Rozhkov" <dmitry.rozhkov@linux.intel.com>,
rjw@rjwysocki.net, lenb@kernel.org, linux-acpi@vger.kernel.org
Subject: Re: [2/4] ACPI / battery: reorder headers alphabetically
Date: Sun, 14 Jan 2018 13:55:19 +0200 [thread overview]
Message-ID: <1515930919.7000.984.camel@linux.intel.com> (raw)
In-Reply-To: <20180113115331.GA13662@thinkpad>
On Sat, 2018-01-13 at 12:53 +0100, Ognjen Galić wrote:
> > -#include <linux/kernel.h>
> > -#include <linux/module.h>
> > -#include <linux/types.h>
> > -#include <linux/jiffies.h>
> > #include <linux/async.h>
> > -#include <linux/dmi.h>
> > #include <linux/delay.h>
> > +#include <linux/dmi.h>
> > +#include <linux/jiffies.h>
> > +#include <linux/kernel.h>
> > +#include <linux/module.h>
> > #include <linux/slab.h>
> > #include <linux/suspend.h>
> > -#include <asm/unaligned.h>
> > +#include <linux/types.h>
>
> These changes completely break my patch:
> https://patchwork.kernel.org/patch/10142157/
>
> Can we please postpone this patch until I hear back from Rafael
> about my series, as my series does some of the things this patch
> series does (like defining pr_fmt to shorten log prints) and this
> is a much smaller changeset and would require small changes on
> conflicts compared to my series?
Definitely on both series we need to hear from Rafael.
The usual approach, how I understand the process, the first pushed is
first served, and a quite normal situation that the one, which had been
send later, comes to repository first. But see above, we definitely rely
on maintainer's decision here.
P.S. AFAIU both series are rebased on top of linux-pm, correct? (At
least I'm sure about this one)
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
next prev parent reply other threads:[~2018-01-14 11:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-13 11:53 [2/4] ACPI / battery: reorder headers alphabetically Ognjen Galić
2018-01-14 11:55 ` Andy Shevchenko [this message]
2018-01-14 23:40 ` Rafael J. Wysocki
2018-01-14 23:50 ` Ognjen Galić
2018-01-15 0:06 ` Rafael J. Wysocki
2018-01-15 0:10 ` Ognjen Galić
2018-01-27 7:29 ` Ognjen Galić
2018-01-29 3:05 ` Rafael J. Wysocki
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=1515930919.7000.984.camel@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=dmitry.rozhkov@linux.intel.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=smclt30p@gmail.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;
as well as URLs for NNTP newsgroup(s).