Message ID | 1346832708-7369-1-git-send-email-koba@kmckk.co.jp (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
I am sorry, I missed subject. This patch is not 1/3, but only one. The correct subject is: [PATCH] ARM: shmobile: sh73a0: Select ERRATAs in Kconfig (2012/09/05 17:11), Tetsuyuki Kobayshi wrote: > From: Tetsuyuki Kobayashi <koba@kmckk.co.jp> > > SH73a0 SoC has Cortex-A9 core which revision is r2p8. > This patch selects ERRATAs for this revision in Kconfig file. > > Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp> > --- > arch/arm/mach-shmobile/Kconfig | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig > index 4cacc2d..a80836c 100644 > --- a/arch/arm/mach-shmobile/Kconfig > +++ b/arch/arm/mach-shmobile/Kconfig > @@ -28,6 +28,13 @@ config ARCH_SH73A0 > select ARCH_WANT_OPTIONAL_GPIOLIB > select ARM_GIC > select I2C > + select ARM_ERRATA_743622 > + select ARM_ERRATA_751472 > + select ARM_ERRATA_754322 > + select ARM_ERRATA_764369 > + select PL310_ERRATA_588369 if CACHE_PL310 > + select PL310_ERRATA_727915 if CACHE_PL310 > + select PL310_ERRATA_769419 if CACHE_PL310 > > config ARCH_R8A7740 > bool "R-Mobile A1 (R8A77400)" > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Sep 05, 2012 at 05:20:49PM +0900, Tetsuyuki Kobayashi wrote: > I am sorry, I missed subject. This patch is not 1/3, but only one. > The correct subject is: > > [PATCH] ARM: shmobile: sh73a0: Select ERRATAs in Kconfig Thanks, noted. > > (2012/09/05 17:11), Tetsuyuki Kobayshi wrote: > > From: Tetsuyuki Kobayashi <koba@kmckk.co.jp> > > > > SH73a0 SoC has Cortex-A9 core which revision is r2p8. > > This patch selects ERRATAs for this revision in Kconfig file. Magnus, Morimoto-san, do you have an opinion on this? > > Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp> > > --- > > arch/arm/mach-shmobile/Kconfig | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig > > index 4cacc2d..a80836c 100644 > > --- a/arch/arm/mach-shmobile/Kconfig > > +++ b/arch/arm/mach-shmobile/Kconfig > > @@ -28,6 +28,13 @@ config ARCH_SH73A0 > > select ARCH_WANT_OPTIONAL_GPIOLIB > > select ARM_GIC > > select I2C > > + select ARM_ERRATA_743622 > > + select ARM_ERRATA_751472 > > + select ARM_ERRATA_754322 > > + select ARM_ERRATA_764369 > > + select PL310_ERRATA_588369 if CACHE_PL310 > > + select PL310_ERRATA_727915 if CACHE_PL310 > > + select PL310_ERRATA_769419 if CACHE_PL310 > > > > config ARCH_R8A7740 > > bool "R-Mobile A1 (R8A77400)" > > > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Dear Simon, Kobayashi-san > > > SH73a0 SoC has Cortex-A9 core which revision is r2p8. > > > This patch selects ERRATAs for this revision in Kconfig file. > > Magnus, Morimoto-san, do you have an opinion on this? I guess this is first case in our code to use "select" for ERRATA_xxx. We used board defconfig for it. > > > Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp> > > > --- > > > arch/arm/mach-shmobile/Kconfig | 7 +++++++ > > > 1 file changed, 7 insertions(+) > > > > > > diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig > > > index 4cacc2d..a80836c 100644 > > > --- a/arch/arm/mach-shmobile/Kconfig > > > +++ b/arch/arm/mach-shmobile/Kconfig > > > @@ -28,6 +28,13 @@ config ARCH_SH73A0 > > > select ARCH_WANT_OPTIONAL_GPIOLIB > > > select ARM_GIC > > > select I2C > > > + select ARM_ERRATA_743622 > > > + select ARM_ERRATA_751472 > > > + select ARM_ERRATA_754322 > > > + select ARM_ERRATA_764369 > > > + select PL310_ERRATA_588369 if CACHE_PL310 > > > + select PL310_ERRATA_727915 if CACHE_PL310 > > > + select PL310_ERRATA_769419 if CACHE_PL310 > > > > > > config ARCH_R8A7740 > > > bool "R-Mobile A1 (R8A77400)" > > > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html EC No. 11-TR0139 # Linux BSP EC No. W # public Best regards -- Kuninori Morimoto -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Sep 07, 2012 at 09:38:35AM +0900, Kuninori Morimoto wrote: > > Dear Simon, Kobayashi-san > > > > > SH73a0 SoC has Cortex-A9 core which revision is r2p8. > > > > This patch selects ERRATAs for this revision in Kconfig file. > > > > Magnus, Morimoto-san, do you have an opinion on this? > > I guess this is first case in our code > to use "select" for ERRATA_xxx. > We used board defconfig for it. Hi Kobayashi-san, would it be possible for you to re-submit this in the form of a defconfig patch? -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Simon-san, (2012/09/18 12:59), Simon Horman wrote: > On Fri, Sep 07, 2012 at 09:38:35AM +0900, Kuninori Morimoto wrote: >> >> Dear Simon, Kobayashi-san >> >>>>> SH73a0 SoC has Cortex-A9 core which revision is r2p8. >>>>> This patch selects ERRATAs for this revision in Kconfig file. >>> >>> Magnus, Morimoto-san, do you have an opinion on this? >> >> I guess this is first case in our code >> to use "select" for ERRATA_xxx. >> We used board defconfig for it. > > Hi Kobayashi-san, > > would it be possible for you to re-submit this in the > form of a defconfig patch? > OK. I will. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Sep 18, 2012 at 01:08:13PM +0900, Tetsuyuki Kobayashi wrote: > Hi Simon-san, > > (2012/09/18 12:59), Simon Horman wrote: > >On Fri, Sep 07, 2012 at 09:38:35AM +0900, Kuninori Morimoto wrote: > >> > >>Dear Simon, Kobayashi-san > >> > >>>>>SH73a0 SoC has Cortex-A9 core which revision is r2p8. > >>>>>This patch selects ERRATAs for this revision in Kconfig file. > >>> > >>>Magnus, Morimoto-san, do you have an opinion on this? > >> > >>I guess this is first case in our code > >>to use "select" for ERRATA_xxx. > >>We used board defconfig for it. > > > >Hi Kobayashi-san, > > > >would it be possible for you to re-submit this in the > >form of a defconfig patch? > > > OK. I will. Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 4cacc2d..a80836c 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -28,6 +28,13 @@ config ARCH_SH73A0 select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select I2C + select ARM_ERRATA_743622 + select ARM_ERRATA_751472 + select ARM_ERRATA_754322 + select ARM_ERRATA_764369 + select PL310_ERRATA_588369 if CACHE_PL310 + select PL310_ERRATA_727915 if CACHE_PL310 + select PL310_ERRATA_769419 if CACHE_PL310 config ARCH_R8A7740 bool "R-Mobile A1 (R8A77400)"