linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali.rohar@gmail.com>
To: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
Cc: Guenter Roeck <linux@roeck-us.net>, Arnd Bergmann <arnd@arndb.de>,
	Jean Delvare <jdelvare@suse.de>,
	Steven Honeyman <stevenhoneyman@gmail.com>,
	Valdis.Kletnieks@vt.edu,
	Jochen Eisinger <jochen@penguin-breeder.org>,
	Gabriele Mazzotta <gabriele.mzt@gmail.com>,
	linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org
Subject: Re: [PATCH v2 0/2] i8k.c => dell-smm-hwmon.c
Date: Mon, 27 Apr 2015 20:39:08 +0200	[thread overview]
Message-ID: <201504272039.08549@pali> (raw)
In-Reply-To: <20150421153016.GB28122@kroah.com>

[-- Attachment #1: Type: Text/Plain, Size: 2778 bytes --]

On Tuesday 21 April 2015 17:30:16 Greg Kroah-Hartman wrote:
> On Tue, Apr 21, 2015 at 08:24:00AM -0700, Guenter Roeck wrote:
> > On Tue, Apr 21, 2015 at 03:52:06PM +0200, Greg Kroah-Hartman
> > wrote:
> > > On Tue, Apr 21, 2015 at 06:40:57AM -0700, Guenter Roeck
> > > wrote:
> > > > On 04/21/2015 06:30 AM, Pali Rohár wrote:
> > > > >On Thursday 09 April 2015 16:02:24 Pali Rohár wrote:
> > > > >>On Tuesday 31 March 2015 15:56:01 Greg Kroah-Hartman
> > > > >>wrote:
> > > > >>>On Mon, Mar 30, 2015 at 08:32:36PM -0700, Guenter
> > > > >>>Roeck wrote:
> > > > >>>>On 03/29/2015 05:57 AM, Pali Rohár wrote:
> > > > >>>>>This patch series moves drivers/char/i8k.c to
> > > > >>>>>drivers/hwmon/dell-smm-hwmon.c and allows to
> > > > >>>>>compile hwmon driver without /proc/i8k file.
> > > > >>>>>
> > > > >>>>>Pali Rohár (2):
> > > > >>>>>   hwmon: Rename i8k driver to dell-smm-hwmon and
> > > > >>>>>   move it to hwmon tree hwmon: Allow to compile
> > > > >>>>>   dell-smm-hwmon driver without /proc/i8k
> > > > >>>>>  
> > > > >>>>>  MAINTAINERS                    |    4 +-
> > > > >>>>>  arch/x86/Kconfig               |   25 +-
> > > > >>>>>  drivers/char/Makefile          |    1 -
> > > > >>>>>  drivers/char/i8k.c             | 1005
> > > > >>>>>  ---------------------------------------
> > > > >>>>>  drivers/hwmon/Kconfig          |   11 +
> > > > >>>>>  drivers/hwmon/Makefile         |    1 +
> > > > >>>>>  drivers/hwmon/dell-smm-hwmon.c | 1025
> > > > >>>>>  ++++++++++++++++++++++++++++++++++++++++ 7 files
> > > > >>>>>  changed, 1049 insertions(+), 1023 deletions(-)
> > > > >>>>>  delete mode 100644 drivers/char/i8k.c
> > > > >>>>>  create mode 100644 drivers/hwmon/dell-smm-hwmon.c
> > > > >>>>
> > > > >>>>I am ok with the series and would take it for 4.1 if
> > > > >>>>Greg agrees.
> > > > >>>>
> > > > >>>>Greg, any comments ?
> > > > >>>
> > > > >>>Let me review it, it's in my queue...
> > > > >>
> > > > >>Hi Greg! Have you looked at it?
> > > > >
> > > > >Greg & Guenter: ping. Will you include it into 4.1?
> > > > 
> > > > I don't see it in Greg's pull request, so presumably no
> > > > (unless I missed it).
> > > 
> > > No, I missed it for this rc cycle, sorry.  If you want to
> > > include it in yours, by all means please do so.
> > 
> > Too late; I sent my pull request early last week. Also,
> > since I don't have the patch in my queue, it would not
> > follow my own process, and I really dislike doing that.
> 
> Ok, as this is "just" a rename, I'll see about doing it for
> -rc2, that way we avoid the merge issues.
> 
> thanks,
> 
> greg k-h

Hi Greg, -rc1 was released. Do not forget to include it for -rc2 
pull request.

-- 
Pali Rohár
pali.rohar@gmail.com

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

      reply	other threads:[~2015-04-27 18:39 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-28 10:24 [PATCH 0/2] i8k.c => dell-smm-hwmon.c Pali Rohár
2015-03-28 10:24 ` [PATCH 1/2] hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree Pali Rohár
2015-03-28 14:31   ` Guenter Roeck
2015-03-28 10:24 ` [PATCH 2/2] hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k Pali Rohár
2015-03-28 11:04   ` Paul Bolle
2015-03-28 12:54     ` Steven Honeyman
2015-03-28 14:13       ` Guenter Roeck
2015-03-28 22:00       ` Pali Rohár
2015-03-28 22:20         ` Guenter Roeck
2015-03-28 22:44           ` Paul Bolle
2015-03-29  0:55             ` Guenter Roeck
2015-03-30  8:01               ` Paul Bolle
2015-03-28 21:55     ` Pali Rohár
2015-03-28 22:06       ` Paul Bolle
2015-03-28 22:19         ` Steven Honeyman
2015-03-28 22:33           ` Pali Rohár
2015-03-30  7:44             ` Jean Delvare
2015-03-28 14:23   ` Guenter Roeck
2015-03-28 22:04     ` Pali Rohár
2015-03-29 12:57 ` [PATCH v2 0/2] i8k.c => dell-smm-hwmon.c Pali Rohár
2015-03-29 12:57   ` [PATCH v2 1/2] hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree Pali Rohár
2015-03-29 12:57   ` [PATCH v2 2/2] hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k Pali Rohár
2015-04-28 12:38     ` Greg Kroah-Hartman
2015-04-29 11:41       ` [PATCH v3 1/2] hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree Pali Rohár
2015-04-29 11:41         ` [PATCH v3 2/2] hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k Pali Rohár
2015-06-27 11:34           ` Gabriele Mazzotta
2015-06-27 12:47             ` Pali Rohár
2015-06-27 12:55               ` Gabriele Mazzotta
2015-06-27 13:01                 ` Pali Rohár
2015-06-27 13:21                   ` Gabriele Mazzotta
2015-04-29 12:07         ` [PATCH v3 1/2] hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree Greg Kroah-Hartman
2015-03-31  3:32   ` [PATCH v2 0/2] i8k.c => dell-smm-hwmon.c Guenter Roeck
2015-03-31 13:56     ` Greg Kroah-Hartman
2015-04-09 14:02       ` Pali Rohár
2015-04-21 13:30         ` Pali Rohár
2015-04-21 13:40           ` Guenter Roeck
2015-04-21 13:52             ` Greg Kroah-Hartman
2015-04-21 15:24               ` Guenter Roeck
2015-04-21 15:30                 ` Greg Kroah-Hartman
2015-04-27 18:39                   ` Pali Rohár [this message]

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=201504272039.08549@pali \
    --to=pali.rohar@gmail.com \
    --cc=Valdis.Kletnieks@vt.edu \
    --cc=arnd@arndb.de \
    --cc=gabriele.mzt@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jdelvare@suse.de \
    --cc=jochen@penguin-breeder.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lm-sensors@lm-sensors.org \
    --cc=stevenhoneyman@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).