All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
To: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
	linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 0/7] Rename RK1108 to RV1108
Date: Tue, 14 Feb 2017 08:44:31 +0800	[thread overview]
Message-ID: <0bbc4151-d954-1a27-48c3-1e8c9cb9e16f@rock-chips.com> (raw)
In-Reply-To: <2809087.MHZWQWdaOC@phil>

Hi Heiko & Rob:


On 2017年02月13日 20:51, Heiko Stuebner wrote:
> Hi Andy,
>
> Am Montag, 13. Februar 2017, 18:59:26 CET schrieb Andy Yan:
>> Rockchip finally named this soc as RV1108, so change
>> RK1108/rk1108 to RV1108/rv1108 for compatible.
> renaming existing bindings (that have been in multiple kernel versions
> already) always is a hot topic. So I'll be hoping for Rob to give a go-ahead
> for it :-) .
>
> Just to confirm, the rk1108/rv1108 is completely new to the market, so we're
> not breaking any existing devices, right?

     Yes, the 1108 Soc is completely new to market, this change will not 
breaking any existing devices.
     Hope more suggestions from you.
>
> Heiko
>
>
>
>> Andy Yan (7):
>>    dt-bindings: rockchip-dw-mshc: rename RK1108 to RV1108
>>    dt-bindings: rk1108-cru: rename RK1108 to RV1108
>>    clk: rockchip: rename RK1108 to RV1108
>>    dt-bindings: rockchip,pinctrl: rename RK1108 to RV1108
>>    pinctrl: rockchip: rename RK1108 to RV1108
>>    ARM: dts: rename RK1108 to RV1108
>>    ARM: rockchip: reanme RK1108 to RV1108
>>
>>   Documentation/devicetree/bindings/arm/rockchip.txt |   4 +-
>>   ...chip,rk1108-cru.txt => rockchip,rv1108-cru.txt} |  12 +-
>>   .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |   2 +-
>>   .../bindings/pinctrl/rockchip,pinctrl.txt          |  16 +-
>>   arch/arm/boot/dts/Makefile                         |   2 +-
>>   .../boot/dts/{rk1108-evb.dts => rv1108-evb.dts}    |   7 +-
>>   arch/arm/boot/dts/{rk1108.dtsi => rv1108.dtsi}     |  24 +-
>>   drivers/clk/rockchip/Makefile                      |   2 +-
>>   .../clk/rockchip/{clk-rk1108.c => clk-rv1108.c}    | 414
>> ++++++++++----------- drivers/clk/rockchip/clk.h                         |
>> 28 +-
>>   drivers/pinctrl/pinctrl-rockchip.c                 |  76 ++--
>>   .../clock/{rk1108-cru.h => rv1108-cru.h}           |   6 +-
>>   12 files changed, 300 insertions(+), 293 deletions(-)
>>   rename Documentation/devicetree/bindings/clock/{rockchip,rk1108-cru.txt =>
>> rockchip,rv1108-cru.txt} (83%) rename arch/arm/boot/dts/{rk1108-evb.dts =>
>> rv1108-evb.dts} (89%) rename arch/arm/boot/dts/{rk1108.dtsi => rv1108.dtsi}
>> (94%)
>>   rename drivers/clk/rockchip/{clk-rk1108.c => clk-rv1108.c} (57%)
>>   rename include/dt-bindings/clock/{rk1108-cru.h => rv1108-cru.h} (97%)
>
>
> _______________________________________________
> Linux-rockchip mailing list
> Linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-rockchip
>
>
>


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Andy Yan <andy.yan@rock-chips.com>
To: Heiko Stuebner <heiko@sntech.de>, robh+dt@kernel.org
Cc: devicetree@vger.kernel.org, linux-gpio@vger.kernel.org,
	linus.walleij@linaro.org, sboyd@codeaurora.org,
	linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org,
	shawn.lin@rock-chips.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/7] Rename RK1108 to RV1108
Date: Tue, 14 Feb 2017 08:44:31 +0800	[thread overview]
Message-ID: <0bbc4151-d954-1a27-48c3-1e8c9cb9e16f@rock-chips.com> (raw)
In-Reply-To: <2809087.MHZWQWdaOC@phil>

Hi Heiko & Rob:


On 2017年02月13日 20:51, Heiko Stuebner wrote:
> Hi Andy,
>
> Am Montag, 13. Februar 2017, 18:59:26 CET schrieb Andy Yan:
>> Rockchip finally named this soc as RV1108, so change
>> RK1108/rk1108 to RV1108/rv1108 for compatible.
> renaming existing bindings (that have been in multiple kernel versions
> already) always is a hot topic. So I'll be hoping for Rob to give a go-ahead
> for it :-) .
>
> Just to confirm, the rk1108/rv1108 is completely new to the market, so we're
> not breaking any existing devices, right?

     Yes, the 1108 Soc is completely new to market, this change will not 
breaking any existing devices.
     Hope more suggestions from you.
>
> Heiko
>
>
>
>> Andy Yan (7):
>>    dt-bindings: rockchip-dw-mshc: rename RK1108 to RV1108
>>    dt-bindings: rk1108-cru: rename RK1108 to RV1108
>>    clk: rockchip: rename RK1108 to RV1108
>>    dt-bindings: rockchip,pinctrl: rename RK1108 to RV1108
>>    pinctrl: rockchip: rename RK1108 to RV1108
>>    ARM: dts: rename RK1108 to RV1108
>>    ARM: rockchip: reanme RK1108 to RV1108
>>
>>   Documentation/devicetree/bindings/arm/rockchip.txt |   4 +-
>>   ...chip,rk1108-cru.txt => rockchip,rv1108-cru.txt} |  12 +-
>>   .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |   2 +-
>>   .../bindings/pinctrl/rockchip,pinctrl.txt          |  16 +-
>>   arch/arm/boot/dts/Makefile                         |   2 +-
>>   .../boot/dts/{rk1108-evb.dts => rv1108-evb.dts}    |   7 +-
>>   arch/arm/boot/dts/{rk1108.dtsi => rv1108.dtsi}     |  24 +-
>>   drivers/clk/rockchip/Makefile                      |   2 +-
>>   .../clk/rockchip/{clk-rk1108.c => clk-rv1108.c}    | 414
>> ++++++++++----------- drivers/clk/rockchip/clk.h                         |
>> 28 +-
>>   drivers/pinctrl/pinctrl-rockchip.c                 |  76 ++--
>>   .../clock/{rk1108-cru.h => rv1108-cru.h}           |   6 +-
>>   12 files changed, 300 insertions(+), 293 deletions(-)
>>   rename Documentation/devicetree/bindings/clock/{rockchip,rk1108-cru.txt =>
>> rockchip,rv1108-cru.txt} (83%) rename arch/arm/boot/dts/{rk1108-evb.dts =>
>> rv1108-evb.dts} (89%) rename arch/arm/boot/dts/{rk1108.dtsi => rv1108.dtsi}
>> (94%)
>>   rename drivers/clk/rockchip/{clk-rk1108.c => clk-rv1108.c} (57%)
>>   rename include/dt-bindings/clock/{rk1108-cru.h => rv1108-cru.h} (97%)
>
>
> _______________________________________________
> Linux-rockchip mailing list
> Linux-rockchip@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rockchip
>
>
>



WARNING: multiple messages have this Message-ID (diff)
From: andy.yan@rock-chips.com (Andy Yan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] Rename RK1108 to RV1108
Date: Tue, 14 Feb 2017 08:44:31 +0800	[thread overview]
Message-ID: <0bbc4151-d954-1a27-48c3-1e8c9cb9e16f@rock-chips.com> (raw)
In-Reply-To: <2809087.MHZWQWdaOC@phil>

Hi Heiko & Rob:


On 2017?02?13? 20:51, Heiko Stuebner wrote:
> Hi Andy,
>
> Am Montag, 13. Februar 2017, 18:59:26 CET schrieb Andy Yan:
>> Rockchip finally named this soc as RV1108, so change
>> RK1108/rk1108 to RV1108/rv1108 for compatible.
> renaming existing bindings (that have been in multiple kernel versions
> already) always is a hot topic. So I'll be hoping for Rob to give a go-ahead
> for it :-) .
>
> Just to confirm, the rk1108/rv1108 is completely new to the market, so we're
> not breaking any existing devices, right?

     Yes, the 1108 Soc is completely new to market, this change will not 
breaking any existing devices.
     Hope more suggestions from you.
>
> Heiko
>
>
>
>> Andy Yan (7):
>>    dt-bindings: rockchip-dw-mshc: rename RK1108 to RV1108
>>    dt-bindings: rk1108-cru: rename RK1108 to RV1108
>>    clk: rockchip: rename RK1108 to RV1108
>>    dt-bindings: rockchip,pinctrl: rename RK1108 to RV1108
>>    pinctrl: rockchip: rename RK1108 to RV1108
>>    ARM: dts: rename RK1108 to RV1108
>>    ARM: rockchip: reanme RK1108 to RV1108
>>
>>   Documentation/devicetree/bindings/arm/rockchip.txt |   4 +-
>>   ...chip,rk1108-cru.txt => rockchip,rv1108-cru.txt} |  12 +-
>>   .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |   2 +-
>>   .../bindings/pinctrl/rockchip,pinctrl.txt          |  16 +-
>>   arch/arm/boot/dts/Makefile                         |   2 +-
>>   .../boot/dts/{rk1108-evb.dts => rv1108-evb.dts}    |   7 +-
>>   arch/arm/boot/dts/{rk1108.dtsi => rv1108.dtsi}     |  24 +-
>>   drivers/clk/rockchip/Makefile                      |   2 +-
>>   .../clk/rockchip/{clk-rk1108.c => clk-rv1108.c}    | 414
>> ++++++++++----------- drivers/clk/rockchip/clk.h                         |
>> 28 +-
>>   drivers/pinctrl/pinctrl-rockchip.c                 |  76 ++--
>>   .../clock/{rk1108-cru.h => rv1108-cru.h}           |   6 +-
>>   12 files changed, 300 insertions(+), 293 deletions(-)
>>   rename Documentation/devicetree/bindings/clock/{rockchip,rk1108-cru.txt =>
>> rockchip,rv1108-cru.txt} (83%) rename arch/arm/boot/dts/{rk1108-evb.dts =>
>> rv1108-evb.dts} (89%) rename arch/arm/boot/dts/{rk1108.dtsi => rv1108.dtsi}
>> (94%)
>>   rename drivers/clk/rockchip/{clk-rk1108.c => clk-rv1108.c} (57%)
>>   rename include/dt-bindings/clock/{rk1108-cru.h => rv1108-cru.h} (97%)
>
>
> _______________________________________________
> Linux-rockchip mailing list
> Linux-rockchip at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rockchip
>
>
>

  reply	other threads:[~2017-02-14  0:44 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 10:59 [PATCH 0/7] Rename RK1108 to RV1108 Andy Yan
2017-02-13 10:59 ` Andy Yan
2017-02-13 10:59 ` Andy Yan
2017-02-13 11:02 ` [PATCH 1/7] dt-bindings: rockchip-dw-mshc: rename " Andy Yan
2017-02-13 11:02   ` Andy Yan
2017-02-14  8:51   ` Ulf Hansson
2017-02-14  8:51     ` Ulf Hansson
2017-02-14  8:51     ` Ulf Hansson
2017-02-21 23:36   ` Rob Herring
2017-02-21 23:36     ` Rob Herring
2017-02-21 23:36     ` Rob Herring
2017-02-22  1:51     ` Heiko Stuebner
2017-02-22  1:51       ` Heiko Stuebner
2017-02-23 14:59   ` Heiko Stuebner
2017-02-23 14:59     ` Heiko Stuebner
2017-02-23 14:59     ` Heiko Stuebner
2017-03-14 16:20   ` Ulf Hansson
2017-03-14 16:20     ` Ulf Hansson
2017-03-14 16:20     ` Ulf Hansson
2017-02-13 11:04 ` [PATCH 2/7] dt-bindings: rk1108-cru: " Andy Yan
2017-02-13 11:04   ` Andy Yan
2017-02-22 20:47   ` Rob Herring
2017-02-22 20:47     ` Rob Herring
2017-02-22 20:47     ` Rob Herring
2017-02-22 20:47     ` Rob Herring
2017-02-13 11:04 ` [PATCH 3/7] clk: rockchip: " Andy Yan
2017-02-13 11:04   ` Andy Yan
2017-02-13 11:04   ` Andy Yan
2017-02-13 11:06 ` [PATCH 4/7] dt-bindings: rockchip,pinctrl: " Andy Yan
2017-02-13 11:06   ` Andy Yan
2017-02-13 11:06   ` Andy Yan
2017-02-22 15:08   ` Rob Herring
2017-02-22 15:08     ` Rob Herring
2017-02-22 15:08     ` Rob Herring
2017-02-22 18:33   ` Heiko Stuebner
2017-02-22 18:33     ` [PATCH 4/7] dt-bindings: rockchip, pinctrl: " Heiko Stuebner
2017-02-22 18:33     ` [PATCH 4/7] dt-bindings: rockchip,pinctrl: " Heiko Stuebner
2017-03-14 13:26   ` Linus Walleij
2017-03-14 13:26     ` [PATCH 4/7] dt-bindings: rockchip, pinctrl: " Linus Walleij
2017-03-14 13:26     ` [PATCH 4/7] dt-bindings: rockchip,pinctrl: " Linus Walleij
2017-02-13 11:07 ` [PATCH 5/7] pinctrl: rockchip: " Andy Yan
2017-02-13 11:07   ` Andy Yan
2017-02-22 18:34   ` Heiko Stuebner
2017-02-22 18:34     ` Heiko Stuebner
2017-02-13 11:09 ` [PATCH 6/7] ARM: dts: " Andy Yan
2017-02-13 11:09   ` Andy Yan
2017-02-13 11:09   ` Andy Yan
2017-02-13 11:10 ` [PATCH 7/7] ARM: rockchip: reanme " Andy Yan
2017-02-13 11:10   ` Andy Yan
2017-02-13 11:10   ` Andy Yan
2017-02-22 15:10   ` Rob Herring
2017-02-22 15:10     ` Rob Herring
2017-02-22 15:10     ` Rob Herring
2017-02-13 12:51 ` [PATCH 0/7] Rename " Heiko Stuebner
2017-02-13 12:51   ` Heiko Stuebner
2017-02-14  0:44   ` Andy Yan [this message]
2017-02-14  0:44     ` Andy Yan
2017-02-14  0:44     ` Andy Yan
2017-02-23 10:15     ` Linus Walleij
2017-02-23 10:15       ` Linus Walleij
2017-02-23 10:15       ` Linus Walleij
     [not found]       ` <CACRpkdbNbGvwUq3uLgekimOwzBZCXf37JW9LCCqLm1so=CMNrw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-23 15:00         ` Heiko Stuebner
2017-02-23 15:00           ` Heiko Stuebner
2017-02-23 15:00           ` Heiko Stuebner
2017-03-14 13:36           ` Linus Walleij
2017-03-14 13:36             ` Linus Walleij
2017-03-14 13:36             ` Linus Walleij

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=0bbc4151-d954-1a27-48c3-1e8c9cb9e16f@rock-chips.com \
    --to=andy.yan-tnx95d0mmh7dzftrwevzcw@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
    --cc=linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
    /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.