All of lore.kernel.org
 help / color / mirror / Atom feed
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] ARM: sunxi: DTSI cleanups
Date: Sat, 10 Aug 2013 19:19:23 +0200	[thread overview]
Message-ID: <20130810171923.GI2911@lukather> (raw)
In-Reply-To: <1375608844-13159-1-git-send-email-maxime.ripard@free-electrons.com>

On Sun, Aug 04, 2013 at 11:33:58AM +0200, Maxime Ripard wrote:
> Hi everyone,
> 
> This small patchset removes the useless reg property in the soc bus that is not
> required for the simple-bus we're using.
> 
> It also fixes the base address of this bus in the node name that was wrong from
> the start.
> 
> Maxime
> 
> Maxime Ripard (6):
>   ARM: sun4i: a10: Remove useless simple-bus reg property
>   ARM: sun4i: dt: Fix A10 SoC bus base address
>   ARM: sun5i: a10s: Remove useless simple-bus reg property
>   ARM: sun5i: dt: Fix A10s SoC bus base address
>   ARM: sun5i: a13: Remove useless simple-bus reg property
>   ARM: sun5i: dt: Fix A13 SoC bus base address
> 
>  arch/arm/boot/dts/sun4i-a10-cubieboard.dts       | 2 +-
>  arch/arm/boot/dts/sun4i-a10-hackberry.dts        | 2 +-
>  arch/arm/boot/dts/sun4i-a10-mini-xplus.dts       | 2 +-
>  arch/arm/boot/dts/sun4i-a10.dtsi                 | 3 +--
>  arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 2 +-
>  arch/arm/boot/dts/sun5i-a10s.dtsi                | 3 +--
>  arch/arm/boot/dts/sun5i-a13-olinuxino.dts        | 2 +-
>  arch/arm/boot/dts/sun5i-a13.dtsi                 | 3 +--
>  8 files changed, 8 insertions(+), 11 deletions(-)

Applied to my sunxi/dt-for-3.12 branch.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130810/3f7152c9/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/6] ARM: sunxi: DTSI cleanups
Date: Sat, 10 Aug 2013 19:19:23 +0200	[thread overview]
Message-ID: <20130810171923.GI2911@lukather> (raw)
In-Reply-To: <1375608844-13159-1-git-send-email-maxime.ripard@free-electrons.com>

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

On Sun, Aug 04, 2013 at 11:33:58AM +0200, Maxime Ripard wrote:
> Hi everyone,
> 
> This small patchset removes the useless reg property in the soc bus that is not
> required for the simple-bus we're using.
> 
> It also fixes the base address of this bus in the node name that was wrong from
> the start.
> 
> Maxime
> 
> Maxime Ripard (6):
>   ARM: sun4i: a10: Remove useless simple-bus reg property
>   ARM: sun4i: dt: Fix A10 SoC bus base address
>   ARM: sun5i: a10s: Remove useless simple-bus reg property
>   ARM: sun5i: dt: Fix A10s SoC bus base address
>   ARM: sun5i: a13: Remove useless simple-bus reg property
>   ARM: sun5i: dt: Fix A13 SoC bus base address
> 
>  arch/arm/boot/dts/sun4i-a10-cubieboard.dts       | 2 +-
>  arch/arm/boot/dts/sun4i-a10-hackberry.dts        | 2 +-
>  arch/arm/boot/dts/sun4i-a10-mini-xplus.dts       | 2 +-
>  arch/arm/boot/dts/sun4i-a10.dtsi                 | 3 +--
>  arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 2 +-
>  arch/arm/boot/dts/sun5i-a10s.dtsi                | 3 +--
>  arch/arm/boot/dts/sun5i-a13-olinuxino.dts        | 2 +-
>  arch/arm/boot/dts/sun5i-a13.dtsi                 | 3 +--
>  8 files changed, 8 insertions(+), 11 deletions(-)

Applied to my sunxi/dt-for-3.12 branch.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2013-08-10 17:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-04  9:33 [PATCH 0/6] ARM: sunxi: DTSI cleanups Maxime Ripard
2013-08-04  9:33 ` Maxime Ripard
2013-08-04  9:33 ` [PATCH 1/6] ARM: sun4i: a10: Remove useless simple-bus reg property Maxime Ripard
2013-08-04  9:33   ` Maxime Ripard
2013-08-04  9:34 ` [PATCH 2/6] ARM: sun4i: dt: Fix A10 SoC bus base address Maxime Ripard
2013-08-04  9:34   ` Maxime Ripard
2013-08-04  9:34 ` [PATCH 3/6] ARM: sun5i: a10s: Remove useless simple-bus reg property Maxime Ripard
2013-08-04  9:34   ` Maxime Ripard
2013-08-04  9:34 ` [PATCH 4/6] ARM: sun5i: dt: Fix A10s SoC bus base address Maxime Ripard
2013-08-04  9:34   ` Maxime Ripard
2013-08-04  9:34 ` [PATCH 5/6] ARM: sun5i: a13: Remove useless simple-bus reg property Maxime Ripard
2013-08-04  9:34   ` Maxime Ripard
2013-08-04  9:34 ` [PATCH 6/6] ARM: sun5i: dt: Fix A13 SoC bus base address Maxime Ripard
2013-08-04  9:34   ` Maxime Ripard
2013-08-10 17:19 ` Maxime Ripard [this message]
2013-08-10 17:19   ` [PATCH 0/6] ARM: sunxi: DTSI cleanups Maxime Ripard

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=20130810171923.GI2911@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.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.