stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch "ARM: dts: imx27: only map 4 Kbyte for fec registers" has been added to the 3.10-stable tree
@ 2015-06-03  3:24 gregkh
  2015-06-03 10:33 ` Uwe Kleine-König
  0 siblings, 1 reply; 3+ messages in thread
From: gregkh @ 2015-06-03  3:24 UTC (permalink / raw)
  To: tremyfr, gregkh, shawn.guo, u.kleine-koenig; +Cc: stable, stable-commits


This is a note to let you know that I've just added the patch titled

    ARM: dts: imx27: only map 4 Kbyte for fec registers

to the 3.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-imx27-only-map-4-kbyte-for-fec-registers.patch
and it can be found in the queue-3.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From a29ef819f3f34f89a1b9b6a939b4c1cdfe1e85ce Mon Sep 17 00:00:00 2001
From: Philippe Reynes <tremyfr@gmail.com>
Date: Wed, 13 May 2015 00:18:26 +0200
Subject: ARM: dts: imx27: only map 4 Kbyte for fec registers
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

From: Philippe Reynes <tremyfr@gmail.com>

commit a29ef819f3f34f89a1b9b6a939b4c1cdfe1e85ce upstream.

According to the imx27 documentation, fec has a 4 Kbyte
memory space map. Moreover, the actual 16 Kbyte mapping
overlaps the SCC (Security Controller) memory register
space. So, we reduce the memory register space to 4 Kbyte.

Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fixes: 9f0749e3eb88 ("ARM i.MX27: Add devicetree support")
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 arch/arm/boot/dts/imx27.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -290,7 +290,7 @@
 
 			fec: ethernet@1002b000 {
 				compatible = "fsl,imx27-fec";
-				reg = <0x1002b000 0x4000>;
+				reg = <0x1002b000 0x1000>;
 				interrupts = <50>;
 				clocks = <&clks 48>, <&clks 67>, <&clks 0>;
 				clock-names = "ipg", "ahb", "ptp";


Patches currently in stable-queue which might be from tremyfr@gmail.com are

queue-3.10/arm-dts-imx27-only-map-4-kbyte-for-fec-registers.patch

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Patch "ARM: dts: imx27: only map 4 Kbyte for fec registers" has been added to the 3.10-stable tree
  2015-06-03  3:24 Patch "ARM: dts: imx27: only map 4 Kbyte for fec registers" has been added to the 3.10-stable tree gregkh
@ 2015-06-03 10:33 ` Uwe Kleine-König
  2015-06-03 10:47   ` Shawn Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Kleine-König @ 2015-06-03 10:33 UTC (permalink / raw)
  To: gregkh; +Cc: tremyfr, shawn.guo, stable, stable-commits

Hello Greg,

On Wed, Jun 03, 2015 at 12:24:14PM +0900, gregkh@linuxfoundation.org wrote:
> 
> This is a note to let you know that I've just added the patch titled
> 
>     ARM: dts: imx27: only map 4 Kbyte for fec registers
> 
I'd say this patch isn't critical enough to be picked up for stable and
I wonder why you consider it. Is this just because it has a Fixed:
footer?

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K�nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Patch "ARM: dts: imx27: only map 4 Kbyte for fec registers" has been added to the 3.10-stable tree
  2015-06-03 10:33 ` Uwe Kleine-König
@ 2015-06-03 10:47   ` Shawn Guo
  0 siblings, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2015-06-03 10:47 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Greg Kroah-Hartman, Philippe Reynes, stable, stable-commits

On Wed, Jun 3, 2015 at 6:33 PM, Uwe Kleine-König
<u.kleine-koenig@pengutronix.de> wrote:
> Hello Greg,
>
> On Wed, Jun 03, 2015 at 12:24:14PM +0900, gregkh@linuxfoundation.org wrote:
>>
>> This is a note to let you know that I've just added the patch titled
>>
>>     ARM: dts: imx27: only map 4 Kbyte for fec registers
>>
> I'd say this patch isn't critical enough to be picked up for stable and
> I wonder why you consider it. Is this just because it has a Fixed:
> footer?

No.  That's because I added Cc: stable tag when applying.

Shawn

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-03 10:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03  3:24 Patch "ARM: dts: imx27: only map 4 Kbyte for fec registers" has been added to the 3.10-stable tree gregkh
2015-06-03 10:33 ` Uwe Kleine-König
2015-06-03 10:47   ` Shawn Guo

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).