linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Sean Wang <sean.wang@mediatek.com>
Cc: Olof Johansson <olof@lixom.net>, RobHerring <robh@kernel.org>,
	"arm@kernel.org" <arm@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	John Crispin <john@phrozen.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Russell King <linux@armlinux.org.uk>,
	Linus Walleij <linus.walleij@linaro.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	linux-mediatek@lists.infradead.org,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Matthias Brugger <mbrugger@suse.com>
Subject: Re: [PATCH v2 29/30] dt-bindings: add vendor prefix for bananapi
Date: Mon, 8 May 2017 13:36:01 +0200	[thread overview]
Message-ID: <CAK8P3a3FpbGErEo93xaDLZMi0+XQvKk44dniZqrecQf=WJD1-g@mail.gmail.com> (raw)
In-Reply-To: <1494237213.9662.50.camel@mtkswgap22>

On Mon, May 8, 2017 at 11:53 AM, Sean Wang <sean.wang@mediatek.com> wrote:
> Hi Rob,
>
> thanks for helping me looping in the right group
>
>
> Hi Arnd and Olof
>
> I found Matthias is inactive for a while (his branch in his tree seemed
> to stop at 4.10 since the end of February) maybe he was busy at other
> things. Is there a good way to break the stuck situation and keeping
> linux-mediatek moving on?
>
> I have the willing to fork his tree, prepare dt-for-4.12 and send
> pull-requests to you.

Hi Sean,

Thanks for offering to help out. I've added Matthias' other email address
to Cc here, let's see if he notices the discussion now. Ideally any
important platform should have multiple maintainers so there is
always a backup person when the primary contact is unavailable
for any reason.

I'm not sure how much we can still do for 4.12, if you can prepare a
branch now we can definitely have a look and see what we can
realistically take for a late merge, but as we are in the second half
of the merge window already, we would normally put new features
into a 4.13 branch and only take bug fixes for 4.12. If there are
some entirely new files for additional boards, or only small changes
to the existing files, we might make an exception this time.

> But I am worried in that way violating the reviewing process if
> Matthias no reads it.

Don't worry about that at the moment, if Matthias cannot be reached
at all, we have to find an alternative way to get patches in.

        Arnd

> On Tue, 2017-05-02 at 08:52 -0500, Rob Herring wrote:
>> +arm-soc
>>
>> On Mon, May 1, 2017 at 1:58 AM, Sean Wang <sean.wang@mediatek.com> wrote:
>> > On Fri, 2017-04-28 at 15:37 -0500, Rob Herring wrote:
>> >> On Wed, Apr 26, 2017 at 05:26:13PM +0800, sean.wang@mediatek.com wrote:
>> >> > From: Sean Wang <sean.wang@mediatek.com>
>> >> >
>> >> > Banana Pi team in Sinovoip Co., Limited which are dedicated to
>> >> > design and manufacture open hardware product.
>> >> >
>> >> > Website: http://www.banana-pi.org/
>> >> >
>> >> > Signed-off-by: Sean Wang <sean.wang@mediatek.com>
>> >> > ---
>> >> >  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>> >> >  1 file changed, 1 insertion(+)
>> >> >
>> >> > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
>> >> > index ec0bfb9..8ca0f3c 100644
>> >> > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
>> >> > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
>> >> > @@ -44,6 +44,7 @@ avia      avia semiconductor
>> >> >  avic       Shanghai AVIC Optoelectronics Co., Ltd.
>> >> >  axentia    Axentia Technologies AB
>> >> >  axis       Axis Communications AB
>> >> > +bananapi Banana Pi SINOVOP CO., LIMITED
>> >>
>> >> s/SINOVOP/SINOVOIP/
>> >
>> > Hi Rob,
>> >
>> > thanks for your careful reviewing , i will correct it in the next
>> > version.
>> >
>> > BTW, Could those related dts changes go through your tree if everything
>> > looks good? Because I find Matthias have been inactive for a while and
>> > the latest branch in his tree seems still staying on 4.10.
>>
>> Happy to take binding doc changes, but I don't take dts changes
>> because those go thru arm-soc. If the platform maintainer is not
>> responsive, then we should replace or add maintainers.
>>
>> Rob

  reply	other threads:[~2017-05-08 11:36 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-26  9:25 [PATCH v2 00/30] arm: dts: extend mt7623 support sean.wang
2017-04-26  9:25 ` [PATCH v2 01/30] pinctrl: mediatek: Add missing pinctrl bindings for mt7623 sean.wang
2017-04-28  7:55   ` Linus Walleij
2017-04-26  9:25 ` [PATCH v2 02/30] pinctrl: mediatek: reuse pinctrl driver " sean.wang
2017-04-28  8:01   ` Linus Walleij
2017-05-01  6:44     ` Sean Wang
2017-04-26  9:25 ` [PATCH v2 03/30] arm: dts: mt7623: add clock controller device nodes sean.wang
2017-04-26  9:25 ` [PATCH v2 04/30] arm: dts: mt7623: add subsystem " sean.wang
2017-04-26  9:25 ` [PATCH v2 05/30] arm: dts: mt7623: add power domain controller device node sean.wang
2017-04-26  9:25 ` [PATCH v2 06/30] arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi sean.wang
2017-04-26  9:25 ` [PATCH v2 07/30] arm: dts: mt7623: add pinctrl nodes to the mt7623 dtsi file sean.wang
2017-04-28  8:03   ` Linus Walleij
2017-04-26  9:25 ` [PATCH v2 08/30] arm: dts: mt7623: add pmic wrapper " sean.wang
2017-04-26  9:25 ` [PATCH v2 09/30] arm: dts: mt7623: add i2c nodes to the mt7623.dtsi file sean.wang
2017-04-26  9:25 ` [PATCH v2 10/30] arm: dts: mt7623: add spi " sean.wang
2017-04-26  9:25 ` [PATCH v2 11/30] arm: dts: mt7623: add nand " sean.wang
2017-04-26  9:25 ` [PATCH v2 12/30] arm: dts: mt7623: add mmc " sean.wang
2017-04-26  9:25 ` [PATCH v2 13/30] arm: dts: mt7623: add usb " sean.wang
2017-04-26  9:25 ` [PATCH v2 14/30] arm: dts: mt7623: add pwm " sean.wang
2017-04-26  9:25 ` [PATCH v2 15/30] arm: dts: mt7623: add ethernet " sean.wang
2017-04-26  9:26 ` [PATCH v2 16/30] arm: dts: mt7623: add crypto engine " sean.wang
2017-04-26  9:26 ` [PATCH v2 17/30] arm: dts: mt7623: add ir " sean.wang
2017-04-26  9:26 ` [PATCH v2 18/30] arm: dts: mt7623: add afe " sean.wang
2017-04-26  9:26 ` [PATCH v2 19/30] arm: dts: mt7623: add rng " sean.wang
2017-04-26  9:26 ` [PATCH v2 20/30] arm: dts: mt7623: add auxadc " sean.wang
2017-04-26  9:26 ` [PATCH v2 21/30] arm: dts: mt7623: add efuse " sean.wang
2017-04-26  9:26 ` [PATCH v2 22/30] arm: dts: mt7623: add thermal " sean.wang
2017-04-26  9:26 ` [PATCH v2 23/30] arm: dts: mt7623: add Sean as one of authors for mt7623.dtsi files sean.wang
2017-04-26  9:26 ` [PATCH v2 24/30] arm: dts: mt7623: add mt7623-mt6323.dtsi file sean.wang
2017-04-26  9:26 ` [PATCH v2 25/30] arm: dts: mt7623: rename mt7623-evb.dts to arch/arm/boot/dts/mt7623n-rfb.dtsi sean.wang
2017-04-28 20:30   ` Rob Herring
2017-05-01  7:06     ` Sean Wang
2017-04-26  9:26 ` [PATCH v2 26/30] arm: dts: mt7623: cleanup the mt7623n rfb uart nodes sean.wang
2017-04-26  9:26 ` [PATCH v2 27/30] arm: dts: mt7623: enable the usb device on the mt7623n rfb sean.wang
2017-04-26  9:26 ` [PATCH v2 28/30] arm: dts: mt7623: enable the nand device on the mt7623n nand rfb sean.wang
2017-04-26  9:26 ` [PATCH v2 29/30] dt-bindings: add vendor prefix for bananapi sean.wang
2017-04-28 20:37   ` Rob Herring
2017-05-01  6:58     ` Sean Wang
2017-05-02 13:52       ` Rob Herring
2017-05-08  9:53         ` Sean Wang
2017-05-08 11:36           ` Arnd Bergmann [this message]
2017-05-09  7:49             ` Matthias Brugger
2017-05-09  8:03       ` Chen-Yu Tsai
2017-05-09  9:40         ` Sean Wang
2017-04-26  9:26 ` [PATCH v2 30/30] arm: dts: mt7623: add dts file for Bananapi R2 (BPI-R2) board sean.wang
2017-05-10  9:58 ` [PATCH v2 00/30] arm: dts: extend mt7623 support Matthias Brugger

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='CAK8P3a3FpbGErEo93xaDLZMi0+XQvKk44dniZqrecQf=WJD1-g@mail.gmail.com' \
    --to=arnd@arndb.de \
    --cc=arm@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=john@phrozen.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mbrugger@suse.com \
    --cc=olof@lixom.net \
    --cc=robh@kernel.org \
    --cc=sean.wang@mediatek.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).