All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: Antoine Tenart <antoine.tenart@free-electrons.com>,
	zmxu@marvell.com, jszhang@marvell.com,
	linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 1/5] pwm: add the Berlin pwm controller driver
Date: Mon, 21 Sep 2015 23:05:06 +0200	[thread overview]
Message-ID: <56007102.4030204@gmail.com> (raw)
In-Reply-To: <20150921080952.GC19865@ulmo.nvidia.com>

On 21.09.2015 10:09, Thierry Reding wrote:
> On Sun, Sep 20, 2015 at 08:13:48PM +0200, Sebastian Hesselbarth wrote:
>> On 17.09.2015 12:13, Antoine Tenart wrote:
>>> Add a PWM controller driver for the Marvell Berlin SoCs. This PWM
>>> controller has 4 channels.
>>>
>>> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
>>> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>>
>> Thierry,
>>
>> if you are also fine with the driver, please let me know if you want
>> me to take the driver through berlin-tree or if you are taking it.
>>
>> I am taking the binding docs and dts changes anyway.
>
> Sorry but no. The binding documentation needs to go into the same tree
> as the driver because they need to be kept in sync. We can't have DT
> binding documentation go into platform trees if the driver implementing
> the binding hasn't been merged.

Ok, sometimes sub-maintainers do not want to care about the DT stuff,
so I offered to take them. I am very fine with keeping binding and
driver together.

Sebastian

WARNING: multiple messages have this Message-ID (diff)
From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 1/5] pwm: add the Berlin pwm controller driver
Date: Mon, 21 Sep 2015 23:05:06 +0200	[thread overview]
Message-ID: <56007102.4030204@gmail.com> (raw)
In-Reply-To: <20150921080952.GC19865@ulmo.nvidia.com>

On 21.09.2015 10:09, Thierry Reding wrote:
> On Sun, Sep 20, 2015 at 08:13:48PM +0200, Sebastian Hesselbarth wrote:
>> On 17.09.2015 12:13, Antoine Tenart wrote:
>>> Add a PWM controller driver for the Marvell Berlin SoCs. This PWM
>>> controller has 4 channels.
>>>
>>> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
>>> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>>
>> Thierry,
>>
>> if you are also fine with the driver, please let me know if you want
>> me to take the driver through berlin-tree or if you are taking it.
>>
>> I am taking the binding docs and dts changes anyway.
>
> Sorry but no. The binding documentation needs to go into the same tree
> as the driver because they need to be kept in sync. We can't have DT
> binding documentation go into platform trees if the driver implementing
> the binding hasn't been merged.

Ok, sometimes sub-maintainers do not want to care about the DT stuff,
so I offered to take them. I am very fine with keeping binding and
driver together.

Sebastian

  reply	other threads:[~2015-09-21 21:05 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-17 10:13 [PATCH v6 0/5] ARM: berlin: PWM support Antoine Tenart
2015-09-17 10:13 ` Antoine Tenart
2015-09-17 10:13 ` [PATCH v6 1/5] pwm: add the Berlin pwm controller driver Antoine Tenart
2015-09-17 10:13   ` Antoine Tenart
2015-09-17 10:13   ` Antoine Tenart
2015-09-20 18:13   ` Sebastian Hesselbarth
2015-09-20 18:13     ` Sebastian Hesselbarth
2015-09-21  8:09     ` Thierry Reding
2015-09-21  8:09       ` Thierry Reding
2015-09-21 21:05       ` Sebastian Hesselbarth [this message]
2015-09-21 21:05         ` Sebastian Hesselbarth
2015-09-21  8:40   ` Thierry Reding
2015-09-21  8:40     ` Thierry Reding
2015-09-25  9:15     ` Antoine Tenart
2015-09-25  9:15       ` Antoine Tenart
2015-09-17 10:13 ` [PATCH v6 2/5] Documentation: bindings: document the Berlin PWM driver Antoine Tenart
2015-09-17 10:13   ` Antoine Tenart
2015-09-17 10:13   ` Antoine Tenart
2015-09-21  8:14   ` Thierry Reding
2015-09-21  8:14     ` Thierry Reding
2015-09-17 10:13 ` [PATCH v6 3/5] ARM: berlin: add a PWM node on the BG2Q Antoine Tenart
2015-09-17 10:13   ` Antoine Tenart
2015-09-17 10:13   ` Antoine Tenart
2015-09-17 10:13 ` [PATCH v6 4/5] ARM: berlin: add a PWM node on the BG2 Antoine Tenart
2015-09-17 10:13   ` Antoine Tenart
2015-09-17 10:13 ` [PATCH v6 5/5] ARM: berlin: add a PWM node on the BG2CD Antoine Tenart
2015-09-17 10:13   ` Antoine Tenart

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=56007102.4030204@gmail.com \
    --to=sebastian.hesselbarth@gmail.com \
    --cc=antoine.tenart@free-electrons.com \
    --cc=jszhang@marvell.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=zmxu@marvell.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 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.