All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
To: Evgeniy Polyakov <zbr@ioremap.net>
Cc: "Andrew F. Davis" <afd@ti.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"kernel-janitors@vger.kernel.org"
	<kernel-janitors@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface
Date: Thu, 8 Jun 2017 14:19:40 +0200	[thread overview]
Message-ID: <20170608121940.wydtrbstglx7tcdx@earth> (raw)
In-Reply-To: <56941496682285@web32j.yandex.ru>

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

Hi,

On Mon, Jun 05, 2017 at 08:04:45PM +0300, Evgeniy Polyakov wrote:
> 05.06.2017, 16:52, "Andrew F. Davis" <afd@ti.com>:
> > Like other subsystems we should be able to define slave devices outside
> > of the w1 directory. To do this we move public facing interface
> > definitions to include/linux/w1.h and rename the internal definition
> > file to w1_internal.h.
> >
> > As w1_family.h and w1_int.h contained almost entirely public
> > driver interface definitions we simply removed these files and
> > moved the remaining definitions into w1_internal.h.
> >
> > With this we can now start to move slave devices out of w1/slaves and
> > into the subsystem based on the function they implement, again like
> > other drivers.
> >
> > Signed-off-by: Andrew F. Davis <afd@ti.com>
> > Reviewed-by: Sebastian Reichel <sre@kernel.org>
> 
> Thank you, looks good to me.
> 
> Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
> 
> Greg, please pull it into your tree

It would be nice, if I can get an immutable branch for
the power-supply subsystem to ease merge process of
MAX1721x driver.

-- Sebastian

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

WARNING: multiple messages have this Message-ID (diff)
From: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
To: Evgeniy Polyakov <zbr@ioremap.net>
Cc: "Andrew F. Davis" <afd@ti.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"kernel-janitors@vger.kernel.org"
	<kernel-janitors@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 1/1] w1: Add subsystem kernel public interface
Date: Thu, 08 Jun 2017 12:19:40 +0000	[thread overview]
Message-ID: <20170608121940.wydtrbstglx7tcdx@earth> (raw)
In-Reply-To: <56941496682285@web32j.yandex.ru>

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

Hi,

On Mon, Jun 05, 2017 at 08:04:45PM +0300, Evgeniy Polyakov wrote:
> 05.06.2017, 16:52, "Andrew F. Davis" <afd@ti.com>:
> > Like other subsystems we should be able to define slave devices outside
> > of the w1 directory. To do this we move public facing interface
> > definitions to include/linux/w1.h and rename the internal definition
> > file to w1_internal.h.
> >
> > As w1_family.h and w1_int.h contained almost entirely public
> > driver interface definitions we simply removed these files and
> > moved the remaining definitions into w1_internal.h.
> >
> > With this we can now start to move slave devices out of w1/slaves and
> > into the subsystem based on the function they implement, again like
> > other drivers.
> >
> > Signed-off-by: Andrew F. Davis <afd@ti.com>
> > Reviewed-by: Sebastian Reichel <sre@kernel.org>
> 
> Thank you, looks good to me.
> 
> Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
> 
> Greg, please pull it into your tree

It would be nice, if I can get an immutable branch for
the power-supply subsystem to ease merge process of
MAX1721x driver.

-- Sebastian

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

  parent reply	other threads:[~2017-06-08 12:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-05 13:52 [PATCH v3 0/1] Add public w1 driver interface Andrew F. Davis
2017-06-05 13:52 ` Andrew F. Davis
2017-06-05 13:52 ` [PATCH v3 1/1] w1: Add subsystem kernel public interface Andrew F. Davis
2017-06-05 13:52   ` Andrew F. Davis
     [not found]   ` <56941496682285@web32j.yandex.ru>
2017-06-08 12:19     ` Sebastian Reichel [this message]
2017-06-08 12:19       ` Sebastian Reichel
2017-06-09  9:55       ` Greg Kroah-Hartman
2017-06-09  9:55         ` Greg Kroah-Hartman
2017-06-10 12:51   ` Greg Kroah-Hartman
2017-06-10 12:51     ` Greg Kroah-Hartman
2017-06-12 14:24     ` Andrew F. Davis
2017-06-12 14:24       ` Andrew F. Davis
2017-06-12 14:29       ` Greg Kroah-Hartman
2017-06-12 14:29         ` Greg Kroah-Hartman
2017-06-12 14:42         ` [PATCH] DocBook: w1: Update W1 file locations and names in DocBook Andrew F. Davis
2017-06-12 14:42           ` Andrew F. Davis
2017-06-12 21:23           ` kbuild test robot
2017-06-12 21:23             ` kbuild test robot

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=20170608121940.wydtrbstglx7tcdx@earth \
    --to=sebastian.reichel@collabora.co.uk \
    --cc=afd@ti.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zbr@ioremap.net \
    /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.