From mboxrd@z Thu Jan 1 00:00:00 1970 From: Murali Karicheri Date: Tue, 19 Jul 2016 14:38:03 -0400 Subject: [U-Boot] [Resend: U-Boot PATCH v2] keystone: k2h/e/l: Fix DMA coherency for QM PDSP In-Reply-To: <1468953304-19996-1-git-send-email-m-karicheri2@ti.com> References: <1468953304-19996-1-git-send-email-m-karicheri2@ti.com> Message-ID: <578E738B.8010309@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/19/2016 02:35 PM, Murali Karicheri wrote: > commit 1f807a9f32aa ("ARM: keystone2: Refactor MSMC macros to avoid > left under a macro KS2_MSMC_SEGMENT_QM_PDSP which is no longer valid. > This, in effect disabled DMA coherency for QM PDSP. > > Given that msmc_k2hkle_common_setup is valid for all K2H/K/L/E SoCs, > the #ifdef should been removed in the first place. Do the same. > > Fixes: 1f807a9f32aa ("ARM: keystone2: Refactor MSMC macros to avoid #ifdeffery") > Signed-off-by: Murali Karicheri > Acked-by: Nishanth Menon > Reviewed-by: Tom Rini > --- > - v2 - fixed the prefix > - v1 - adding Fixes per comments and added Reviewed-by from Tom Rini > arch/arm/mach-keystone/init.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/mach-keystone/init.c b/arch/arm/mach-keystone/init.c > index 3b6d5ef..6e5a1e1 100644 > --- a/arch/arm/mach-keystone/init.c > +++ b/arch/arm/mach-keystone/init.c > @@ -101,9 +101,7 @@ static void msmc_k2hkle_common_setup(void) > msmc_share_all_segments(KS2_MSMC_SEGMENT_C6X_0); > msmc_share_all_segments(K2HKLE_MSMC_SEGMENT_ARM); > msmc_share_all_segments(K2HKLE_MSMC_SEGMENT_NETCP); > -#ifdef KS2_MSMC_SEGMENT_QM_PDSP > msmc_share_all_segments(K2HKLE_MSMC_SEGMENT_QM_PDSP); > -#endif > msmc_share_all_segments(K2HKLE_MSMC_SEGMENT_PCIE0); > msmc_share_all_segments(KS2_MSMC_SEGMENT_DEBUG); > } > Please ignore. Will send v3 for merge. Sorry for flooding the list. -- Murali Karicheri Linux Kernel, Keystone