Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1372044 > unrolled thread
| Started by | Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> |
|---|---|
| First post | 2016-04-06 00:40 +0200 |
| Last post | 2016-04-13 23:10 +0200 |
| Articles | 6 — 5 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2] arm: omap2: remove redundant multiplatform checks Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> - 2016-04-06 00:40 +0200
Re: [PATCH v2] arm: omap2: remove redundant multiplatform checks Lokesh Vutla <a0131933@ti.com> - 2016-04-06 06:40 +0200
[PATCH v3] arm: omap2: remove redundant multiplatform checks Jonas Rabenstein <ve92mose@stud.informatik.uni-erlangen.de> - 2016-04-06 10:20 +0200
Re: [PATCH v3] arm: omap2: remove redundant multiplatform checks Lokesh Vutla <lokeshvutla@ti.com> - 2016-04-06 11:00 +0200
Re: [PATCH v3] arm: omap2: remove redundant multiplatform checks Tony Lindgren <tony@atomide.com> - 2016-04-06 21:20 +0200
Re: [PATCH v3] arm: omap2: remove redundant multiplatform checks Tony Lindgren <tony@atomide.com> - 2016-04-13 23:10 +0200
| From | Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> |
|---|---|
| Date | 2016-04-06 00:40 +0200 |
| Subject | [PATCH v2] arm: omap2: remove redundant multiplatform checks |
| Message-ID | <rkHND-2vN-7@gated-at.bofh.it> |
The directory arch/arm/mach-omap2 is only selected for compilation if CONFIG_ARCH_OMAP2PLUS is selected. CONFIG_ARCH_OMAP2PLUS itself is a silent option and all machines selecting this option are multiplatform devices. As a consequence checks for CONFIG_ARCH_MULTIPLATFORM as well as CONFIG_ARCH_OMAP2PLUS within that directory are superfluous and can be removed. Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> --- changes in v2: * missed two #endif's arch/arm/mach-omap2/Makefile | 2 +- arch/arm/mach-omap2/soc.h | 121 +++---------------------------------------- 2 files changed, 8 insertions(+), 115 deletions(-) diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 0ba6a0e..04e276c 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux kernel. # -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \ +ccflags-y := -I$(srctree)/$(src)/include \ -I$(srctree)/arch/arm/plat-omap/include # Common support diff --git a/arch/arm/mach-omap2/soc.h b/arch/arm/mach-omap2/soc.h index 364418c..79f1573 100644 --- a/arch/arm/mach-omap2/soc.h +++ b/arch/arm/mach-omap2/soc.h @@ -42,79 +42,7 @@ * Test if multicore OMAP support is needed */ #undef MULTI_OMAP2 -#undef OMAP_NAME - -#ifdef CONFIG_ARCH_MULTIPLATFORM #define MULTI_OMAP2 -#endif -#ifdef CONFIG_SOC_OMAP2420 -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME omap2420 -# endif -#endif -#ifdef CONFIG_SOC_OMAP2430 -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME omap2430 -# endif -#endif -#ifdef CONFIG_ARCH_OMAP3 -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME omap3 -# endif -#endif -#ifdef CONFIG_ARCH_OMAP4 -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME omap4 -# endif -#endif - -#ifdef CONFIG_SOC_OMAP5 -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME omap5 -# endif -#endif - -#ifdef CONFIG_SOC_AM33XX -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME am33xx -# endif -#endif - -#ifdef CONFIG_SOC_AM43XX -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME am43xx -# endif -#endif - -#ifdef CONFIG_SOC_DRA7XX -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME DRA7XX -# endif -#endif /* * Omap device type i.e. EMU/HS/TST/GP/BAD @@ -242,11 +170,6 @@ IS_AM_SUBCLASS(437x, 0x437) IS_DRA_SUBCLASS(75x, 0x75) IS_DRA_SUBCLASS(72x, 0x72) -#define soc_is_omap24xx() 0 -#define soc_is_omap242x() 0 -#define soc_is_omap243x() 0 -#define soc_is_omap34xx() 0 -#define soc_is_omap343x() 0 #define soc_is_ti81xx() 0 #define soc_is_ti816x() 0 #define soc_is_ti814x() 0 @@ -265,46 +188,18 @@ IS_DRA_SUBCLASS(72x, 0x72) #define soc_is_dra74x() 0 #define soc_is_dra72x() 0 -#if defined(MULTI_OMAP2) -# if defined(CONFIG_ARCH_OMAP2) -# undef soc_is_omap24xx +#if defined(CONFIG_ARCH_OMAP2) # define soc_is_omap24xx() is_omap24xx() -# endif -# if defined (CONFIG_SOC_OMAP2420) -# undef soc_is_omap242x +#endif +#if defined(CONFIG_SOC_OMAP2420) # define soc_is_omap242x() is_omap242x() -# endif -# if defined (CONFIG_SOC_OMAP2430) -# undef soc_is_omap243x +#endif +#if defined(CONFIG_SOC_OMAP2430) # define soc_is_omap243x() is_omap243x() -# endif -# if defined(CONFIG_ARCH_OMAP3) -# undef soc_is_omap34xx -# undef soc_is_omap343x +#endif +#if defined(CONFIG_ARCH_OMAP3) # define soc_is_omap34xx() is_omap34xx() # define soc_is_omap343x() is_omap343x() -# endif -#else -# if defined(CONFIG_ARCH_OMAP2) -# undef soc_is_omap24xx -# define soc_is_omap24xx() 1 -# endif -# if defined(CONFIG_SOC_OMAP2420) -# undef soc_is_omap242x -# define soc_is_omap242x() 1 -# endif -# if defined(CONFIG_SOC_OMAP2430) -# undef soc_is_omap243x -# define soc_is_omap243x() 1 -# endif -# if defined(CONFIG_ARCH_OMAP3) -# undef soc_is_omap34xx -# define soc_is_omap34xx() 1 -# endif -# if defined(CONFIG_SOC_OMAP3430) -# undef soc_is_omap343x -# define soc_is_omap343x() 1 -# endif #endif /* @@ -339,7 +234,6 @@ IS_OMAP_TYPE(3430, 0x3430) #define soc_is_omap5430() 0 /* These are needed for the common code */ -#ifdef CONFIG_ARCH_OMAP2PLUS #define soc_is_omap7xx() 0 #define soc_is_omap15xx() 0 #define soc_is_omap16xx() 0 @@ -350,7 +244,6 @@ IS_OMAP_TYPE(3430, 0x3430) #define soc_is_omap1710() 0 #define cpu_class_is_omap1() 0 #define cpu_class_is_omap2() 1 -#endif #if defined(CONFIG_ARCH_OMAP2) # undef soc_is_omap2420 -- 2.7.3
[toc] | [next] | [standalone]
| From | Lokesh Vutla <a0131933@ti.com> |
|---|---|
| Date | 2016-04-06 06:40 +0200 |
| Message-ID | <rkNq1-6TB-1@gated-at.bofh.it> |
| In reply to | #1372044 |
On Wednesday 06 April 2016 04:05 AM, Jonas Rabenstein wrote: > The directory arch/arm/mach-omap2 is only selected for compilation if > CONFIG_ARCH_OMAP2PLUS is selected. CONFIG_ARCH_OMAP2PLUS itself is a > silent option and all machines selecting this option are multiplatform > devices. As a consequence checks for CONFIG_ARCH_MULTIPLATFORM as well > as CONFIG_ARCH_OMAP2PLUS within that directory are superfluous and can > be removed. > > Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> > --- > changes in v2: > * missed two #endif's > > arch/arm/mach-omap2/Makefile | 2 +- > arch/arm/mach-omap2/soc.h | 121 +++---------------------------------------- > 2 files changed, 8 insertions(+), 115 deletions(-) > > diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile > index 0ba6a0e..04e276c 100644 > --- a/arch/arm/mach-omap2/Makefile > +++ b/arch/arm/mach-omap2/Makefile > @@ -2,7 +2,7 @@ > # Makefile for the linux kernel. > # > > -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \ > +ccflags-y := -I$(srctree)/$(src)/include \ > -I$(srctree)/arch/arm/plat-omap/include > > # Common support > diff --git a/arch/arm/mach-omap2/soc.h b/arch/arm/mach-omap2/soc.h > index 364418c..79f1573 100644 > --- a/arch/arm/mach-omap2/soc.h > +++ b/arch/arm/mach-omap2/soc.h > @@ -42,79 +42,7 @@ > * Test if multicore OMAP support is needed > */ > #undef MULTI_OMAP2 > -#undef OMAP_NAME > - > -#ifdef CONFIG_ARCH_MULTIPLATFORM > #define MULTI_OMAP2 > -#endif > -#ifdef CONFIG_SOC_OMAP2420 > -# ifdef OMAP_NAME > -# undef MULTI_OMAP2 > -# define MULTI_OMAP2 > -# else > -# define OMAP_NAME omap2420 > -# endif > -#endif > -#ifdef CONFIG_SOC_OMAP2430 > -# ifdef OMAP_NAME > -# undef MULTI_OMAP2 > -# define MULTI_OMAP2 > -# else > -# define OMAP_NAME omap2430 > -# endif > -#endif > -#ifdef CONFIG_ARCH_OMAP3 > -# ifdef OMAP_NAME > -# undef MULTI_OMAP2 > -# define MULTI_OMAP2 > -# else > -# define OMAP_NAME omap3 > -# endif > -#endif > -#ifdef CONFIG_ARCH_OMAP4 > -# ifdef OMAP_NAME > -# undef MULTI_OMAP2 > -# define MULTI_OMAP2 > -# else > -# define OMAP_NAME omap4 > -# endif > -#endif > - > -#ifdef CONFIG_SOC_OMAP5 > -# ifdef OMAP_NAME > -# undef MULTI_OMAP2 > -# define MULTI_OMAP2 > -# else > -# define OMAP_NAME omap5 > -# endif > -#endif > - > -#ifdef CONFIG_SOC_AM33XX > -# ifdef OMAP_NAME > -# undef MULTI_OMAP2 > -# define MULTI_OMAP2 > -# else > -# define OMAP_NAME am33xx > -# endif > -#endif > - > -#ifdef CONFIG_SOC_AM43XX > -# ifdef OMAP_NAME > -# undef MULTI_OMAP2 > -# define MULTI_OMAP2 > -# else > -# define OMAP_NAME am43xx > -# endif > -#endif > - > -#ifdef CONFIG_SOC_DRA7XX > -# ifdef OMAP_NAME > -# undef MULTI_OMAP2 > -# define MULTI_OMAP2 > -# else > -# define OMAP_NAME DRA7XX > -# endif > -#endif > > /* > * Omap device type i.e. EMU/HS/TST/GP/BAD > @@ -242,11 +170,6 @@ IS_AM_SUBCLASS(437x, 0x437) > IS_DRA_SUBCLASS(75x, 0x75) > IS_DRA_SUBCLASS(72x, 0x72) > > -#define soc_is_omap24xx() 0 > -#define soc_is_omap242x() 0 > -#define soc_is_omap243x() 0 > -#define soc_is_omap34xx() 0 > -#define soc_is_omap343x() 0 Why are you deleting these definitions. Without these I am sure there will be a build error when you don't select ARCH_OMAP2 or ARCH_OMAP3 and building with omap2plus_defconfig. Thanks and regards, Lokesh
[toc] | [prev] | [next] | [standalone]
| From | Jonas Rabenstein <ve92mose@stud.informatik.uni-erlangen.de> |
|---|---|
| Date | 2016-04-06 10:20 +0200 |
| Subject | [PATCH v3] arm: omap2: remove redundant multiplatform checks |
| Message-ID | <rkQQV-XV-1@gated-at.bofh.it> |
| In reply to | #1372177 |
From: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> The directory arch/arm/mach-omap2 is only selected for compilation if CONFIG_ARCH_OMAP2PLUS is selected. CONFIG_ARCH_OMAP2PLUS itself is a silent option and all machines selecting this option are multiplatform devices. As a consequence checks for CONFIG_ARCH_MULTIPLATFORM as well as CONFIG_ARCH_OMAP2PLUS within that directory are superfluous and can be removed. Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> --- change in v3: * fix build error with unselected ARCH_OMAP2 and ARCH_OMAP3 arch/arm/mach-omap2/Makefile | 2 +- arch/arm/mach-omap2/soc.h | 140 +++++++------------------------------------ 2 files changed, 22 insertions(+), 120 deletions(-) diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 0ba6a0e..04e276c 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux kernel. # -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \ +ccflags-y := -I$(srctree)/$(src)/include \ -I$(srctree)/arch/arm/plat-omap/include # Common support diff --git a/arch/arm/mach-omap2/soc.h b/arch/arm/mach-omap2/soc.h index 364418c..2aa01c2 100644 --- a/arch/arm/mach-omap2/soc.h +++ b/arch/arm/mach-omap2/soc.h @@ -39,82 +39,10 @@ #include <linux/of.h> /* - * Test if multicore OMAP support is needed + * OMAP2+ is always defined as ARCH_MULTIPLATFORM in Kconfig */ #undef MULTI_OMAP2 -#undef OMAP_NAME - -#ifdef CONFIG_ARCH_MULTIPLATFORM #define MULTI_OMAP2 -#endif -#ifdef CONFIG_SOC_OMAP2420 -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME omap2420 -# endif -#endif -#ifdef CONFIG_SOC_OMAP2430 -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME omap2430 -# endif -#endif -#ifdef CONFIG_ARCH_OMAP3 -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME omap3 -# endif -#endif -#ifdef CONFIG_ARCH_OMAP4 -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME omap4 -# endif -#endif - -#ifdef CONFIG_SOC_OMAP5 -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME omap5 -# endif -#endif - -#ifdef CONFIG_SOC_AM33XX -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME am33xx -# endif -#endif - -#ifdef CONFIG_SOC_AM43XX -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME am43xx -# endif -#endif - -#ifdef CONFIG_SOC_DRA7XX -# ifdef OMAP_NAME -# undef MULTI_OMAP2 -# define MULTI_OMAP2 -# else -# define OMAP_NAME DRA7XX -# endif -#endif /* * Omap device type i.e. EMU/HS/TST/GP/BAD @@ -242,11 +170,6 @@ IS_AM_SUBCLASS(437x, 0x437) IS_DRA_SUBCLASS(75x, 0x75) IS_DRA_SUBCLASS(72x, 0x72) -#define soc_is_omap24xx() 0 -#define soc_is_omap242x() 0 -#define soc_is_omap243x() 0 -#define soc_is_omap34xx() 0 -#define soc_is_omap343x() 0 #define soc_is_ti81xx() 0 #define soc_is_ti816x() 0 #define soc_is_ti814x() 0 @@ -265,46 +188,27 @@ IS_DRA_SUBCLASS(72x, 0x72) #define soc_is_dra74x() 0 #define soc_is_dra72x() 0 -#if defined(MULTI_OMAP2) -# if defined(CONFIG_ARCH_OMAP2) -# undef soc_is_omap24xx -# define soc_is_omap24xx() is_omap24xx() -# endif -# if defined (CONFIG_SOC_OMAP2420) -# undef soc_is_omap242x -# define soc_is_omap242x() is_omap242x() -# endif -# if defined (CONFIG_SOC_OMAP2430) -# undef soc_is_omap243x -# define soc_is_omap243x() is_omap243x() -# endif -# if defined(CONFIG_ARCH_OMAP3) -# undef soc_is_omap34xx -# undef soc_is_omap343x -# define soc_is_omap34xx() is_omap34xx() -# define soc_is_omap343x() is_omap343x() -# endif +#if defined(CONFIG_ARCH_OMAP2) +# define soc_is_omap24xx() is_omap24xx() #else -# if defined(CONFIG_ARCH_OMAP2) -# undef soc_is_omap24xx -# define soc_is_omap24xx() 1 -# endif -# if defined(CONFIG_SOC_OMAP2420) -# undef soc_is_omap242x -# define soc_is_omap242x() 1 -# endif -# if defined(CONFIG_SOC_OMAP2430) -# undef soc_is_omap243x -# define soc_is_omap243x() 1 -# endif -# if defined(CONFIG_ARCH_OMAP3) -# undef soc_is_omap34xx -# define soc_is_omap34xx() 1 -# endif -# if defined(CONFIG_SOC_OMAP3430) -# undef soc_is_omap343x -# define soc_is_omap343x() 1 -# endif +# define soc_is_omap24xx() 0 +#endif +#if defined(CONFIG_SOC_OMAP2420) +# define soc_is_omap242x() is_omap242x() +#else +# define soc_is_omap242x() 0 +#endif +#if defined(CONFIG_SOC_OMAP2430) +# define soc_is_omap243x() is_omap243x() +#else +# define soc_is_omap243x() 0 +#endif +#if defined(CONFIG_ARCH_OMAP3) +# define soc_is_omap34xx() is_omap34xx() +# define soc_is_omap343x() is_omap343x() +#else +# define soc_is_omap34xx() 0 +# define soc_is_omap343x() 0 #endif /* @@ -339,7 +243,6 @@ IS_OMAP_TYPE(3430, 0x3430) #define soc_is_omap5430() 0 /* These are needed for the common code */ -#ifdef CONFIG_ARCH_OMAP2PLUS #define soc_is_omap7xx() 0 #define soc_is_omap15xx() 0 #define soc_is_omap16xx() 0 @@ -350,7 +253,6 @@ IS_OMAP_TYPE(3430, 0x3430) #define soc_is_omap1710() 0 #define cpu_class_is_omap1() 0 #define cpu_class_is_omap2() 1 -#endif #if defined(CONFIG_ARCH_OMAP2) # undef soc_is_omap2420 -- 1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Lokesh Vutla <lokeshvutla@ti.com> |
|---|---|
| Date | 2016-04-06 11:00 +0200 |
| Subject | Re: [PATCH v3] arm: omap2: remove redundant multiplatform checks |
| Message-ID | <rkRtD-1en-5@gated-at.bofh.it> |
| In reply to | #1372274 |
+Tony On Wednesday 06 April 2016 01:44 PM, Jonas Rabenstein wrote: > From: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> > > The directory arch/arm/mach-omap2 is only selected for compilation if > CONFIG_ARCH_OMAP2PLUS is selected. CONFIG_ARCH_OMAP2PLUS itself is a > silent option and all machines selecting this option are multiplatform > devices. As a consequence checks for CONFIG_ARCH_MULTIPLATFORM as well > as CONFIG_ARCH_OMAP2PLUS within that directory are superfluous and can > be removed. Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Thanks and regards, Lokesh
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2016-04-06 21:20 +0200 |
| Subject | Re: [PATCH v3] arm: omap2: remove redundant multiplatform checks |
| Message-ID | <rl19D-ei-15@gated-at.bofh.it> |
| In reply to | #1372299 |
* Lokesh Vutla <lokeshvutla@ti.com> [160406 01:50]: > +Tony > > On Wednesday 06 April 2016 01:44 PM, Jonas Rabenstein wrote: > > From: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> > > > > The directory arch/arm/mach-omap2 is only selected for compilation if > > CONFIG_ARCH_OMAP2PLUS is selected. CONFIG_ARCH_OMAP2PLUS itself is a > > silent option and all machines selecting this option are multiplatform > > devices. As a consequence checks for CONFIG_ARCH_MULTIPLATFORM as well > > as CONFIG_ARCH_OMAP2PLUS within that directory are superfluous and can > > be removed. > > Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Yeah nice if we can remove the legacy multi SoC options. I'll take a closer look within few days as I'm still at ELC. Regards, Tony
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2016-04-13 23:10 +0200 |
| Subject | Re: [PATCH v3] arm: omap2: remove redundant multiplatform checks |
| Message-ID | <rnAcW-7zA-9@gated-at.bofh.it> |
| In reply to | #1372749 |
* Tony Lindgren <tony@atomide.com> [160406 12:16]: > * Lokesh Vutla <lokeshvutla@ti.com> [160406 01:50]: > > +Tony > > > > On Wednesday 06 April 2016 01:44 PM, Jonas Rabenstein wrote: > > > From: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> > > > > > > The directory arch/arm/mach-omap2 is only selected for compilation if > > > CONFIG_ARCH_OMAP2PLUS is selected. CONFIG_ARCH_OMAP2PLUS itself is a > > > silent option and all machines selecting this option are multiplatform > > > devices. As a consequence checks for CONFIG_ARCH_MULTIPLATFORM as well > > > as CONFIG_ARCH_OMAP2PLUS within that directory are superfluous and can > > > be removed. > > > > Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> > > Yeah nice if we can remove the legacy multi SoC options. I'll take > a closer look within few days as I'm still at ELC. Applying into omap-for-v4.7/soc thanks. Tony
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web