Re: [PATCH v3 0/3] ARM: OMAP2+: AM437x: L2 cache support
On Tue, Apr 22, 2014 at 02:20:43PM -0400, Santosh Shilimkar wrote: > On Tuesday 22 April 2014 04:28 AM, Sekhar Nori wrote: > > This patch series adds L2 cache support for AM437x > > and does some clean-ups for existing OMAP4 support > > along the way (no functional changes). On OMAP4 Panda, > > the Aux control value remains 0x7e47 before and > > after the series. > > > > Tested on OMAP4 Panda and AM437x EPOS EVMs. > > > > It is based on RMK's 75 patch series titled "l2c series" + > > the patch contained in > > https://www.mail-archive.com/linux-omap@vger.kernel.org/msg103439.html > > > > Sekhar Nori (3): > > ARM: OMAP2+: L2 cache: get rid of init call > > ARM: OMAP2+: L2 cache: git rid of redundant cache replacement policy > > setting > > ARM: OMAP2+: AM43x: L2 cache support > > > For the whole series, > Acked-by: Santosh Shilimkar Okay, as these depend on my series, I'll take them into my l2c branch, which I'll be pushing into linux-next from this evening. -- FTTC broadband for 0.8mile line: now at 9.7Mbps down 460kbps up... slowly improving, and getting towards what was expected from it. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: [PATCH v3 0/3] ARM: OMAP2+: AM437x: L2 cache support
On Tuesday 22 April 2014 04:28 AM, Sekhar Nori wrote: > This patch series adds L2 cache support for AM437x > and does some clean-ups for existing OMAP4 support > along the way (no functional changes). On OMAP4 Panda, > the Aux control value remains 0x7e47 before and > after the series. > > Tested on OMAP4 Panda and AM437x EPOS EVMs. > > It is based on RMK's 75 patch series titled "l2c series" + > the patch contained in > https://www.mail-archive.com/linux-omap@vger.kernel.org/msg103439.html > > Sekhar Nori (3): > ARM: OMAP2+: L2 cache: get rid of init call > ARM: OMAP2+: L2 cache: git rid of redundant cache replacement policy > setting > ARM: OMAP2+: AM43x: L2 cache support > For the whole series, Acked-by: Santosh Shilimkar -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
[PATCH v3 0/3] ARM: OMAP2+: AM437x: L2 cache support
This patch series adds L2 cache support for AM437x and does some clean-ups for existing OMAP4 support along the way (no functional changes). On OMAP4 Panda, the Aux control value remains 0x7e47 before and after the series. Tested on OMAP4 Panda and AM437x EPOS EVMs. It is based on RMK's 75 patch series titled "l2c series" + the patch contained in https://www.mail-archive.com/linux-omap@vger.kernel.org/msg103439.html Sekhar Nori (3): ARM: OMAP2+: L2 cache: get rid of init call ARM: OMAP2+: L2 cache: git rid of redundant cache replacement policy setting ARM: OMAP2+: AM43x: L2 cache support arch/arm/mach-omap2/Kconfig|1 + arch/arm/mach-omap2/common.h |1 + arch/arm/mach-omap2/io.c |2 ++ arch/arm/mach-omap2/omap4-common.c | 17 - 4 files changed, 8 insertions(+), 13 deletions(-) -- 1.7.10.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html