* [PATCH] ARM: mps2: fix typo @ 2016-07-17 8:35 Baruch Siach 2016-07-18 10:13 ` Vladimir Murzin 0 siblings, 1 reply; 6+ messages in thread From: Baruch Siach @ 2016-07-17 8:35 UTC (permalink / raw) To: linux-arm-kernel Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 90542db1220d..8ebe5d86b707 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -901,7 +901,7 @@ config MACH_STM32F429 default y config ARCH_MPS2 - bool "ARM MPS2 paltform" + bool "ARM MPS2 platform" depends on ARM_SINGLE_ARMV7M select ARM_AMBA select CLKSRC_MPS2 -- 2.8.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] ARM: mps2: fix typo 2016-07-17 8:35 [PATCH] ARM: mps2: fix typo Baruch Siach @ 2016-07-18 10:13 ` Vladimir Murzin 2016-07-21 12:39 ` Arnd Bergmann 0 siblings, 1 reply; 6+ messages in thread From: Vladimir Murzin @ 2016-07-18 10:13 UTC (permalink / raw) To: linux-arm-kernel On 17/07/16 09:35, Baruch Siach wrote: > Signed-off-by: Baruch Siach <baruch@tkos.co.il> > --- > arch/arm/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 90542db1220d..8ebe5d86b707 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -901,7 +901,7 @@ config MACH_STM32F429 > default y > > config ARCH_MPS2 > - bool "ARM MPS2 paltform" > + bool "ARM MPS2 platform" > depends on ARM_SINGLE_ARMV7M > select ARM_AMBA > select CLKSRC_MPS2 > Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com> Thanks! Vladimir ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ARM: mps2: fix typo 2016-07-18 10:13 ` Vladimir Murzin @ 2016-07-21 12:39 ` Arnd Bergmann 2016-07-21 15:04 ` Sudeep Holla 0 siblings, 1 reply; 6+ messages in thread From: Arnd Bergmann @ 2016-07-21 12:39 UTC (permalink / raw) To: linux-arm-kernel On Monday, July 18, 2016 11:13:30 AM CEST Vladimir Murzin wrote: > On 17/07/16 09:35, Baruch Siach wrote: > > Signed-off-by: Baruch Siach <baruch@tkos.co.il> > > --- > > arch/arm/Kconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > > index 90542db1220d..8ebe5d86b707 100644 > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -901,7 +901,7 @@ config MACH_STM32F429 > > default y > > > > config ARCH_MPS2 > > - bool "ARM MPS2 paltform" > > + bool "ARM MPS2 platform" > > depends on ARM_SINGLE_ARMV7M > > select ARM_AMBA > > select CLKSRC_MPS2 > > > > Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com> > > Merged into next/cleanup, thanks! Arnd ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ARM: mps2: fix typo 2016-07-21 12:39 ` Arnd Bergmann @ 2016-07-21 15:04 ` Sudeep Holla 2016-07-21 18:36 ` Arnd Bergmann 0 siblings, 1 reply; 6+ messages in thread From: Sudeep Holla @ 2016-07-21 15:04 UTC (permalink / raw) To: linux-arm-kernel On 21/07/16 13:39, Arnd Bergmann wrote: > On Monday, July 18, 2016 11:13:30 AM CEST Vladimir Murzin wrote: >> On 17/07/16 09:35, Baruch Siach wrote: >>> Signed-off-by: Baruch Siach <baruch@tkos.co.il> >>> --- >>> arch/arm/Kconfig | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig >>> index 90542db1220d..8ebe5d86b707 100644 >>> --- a/arch/arm/Kconfig >>> +++ b/arch/arm/Kconfig >>> @@ -901,7 +901,7 @@ config MACH_STM32F429 >>> default y >>> >>> config ARCH_MPS2 >>> - bool "ARM MPS2 paltform" >>> + bool "ARM MPS2 platform" >>> depends on ARM_SINGLE_ARMV7M >>> select ARM_AMBA >>> select CLKSRC_MPS2 >>> >> >> Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com> >> >> > > Merged into next/cleanup, thanks! > Thanks Arnd, I was thinking on how to organize into branches along with other of/DT refcounting fixes I had for vexpress/scpi code. You made it easy. -- Regards, Sudeep ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ARM: mps2: fix typo 2016-07-21 15:04 ` Sudeep Holla @ 2016-07-21 18:36 ` Arnd Bergmann 2016-07-22 9:08 ` Sudeep Holla 0 siblings, 1 reply; 6+ messages in thread From: Arnd Bergmann @ 2016-07-21 18:36 UTC (permalink / raw) To: linux-arm-kernel On Thursday, July 21, 2016 4:04:18 PM CEST Sudeep Holla wrote: > > On 21/07/16 13:39, Arnd Bergmann wrote: > > On Monday, July 18, 2016 11:13:30 AM CEST Vladimir Murzin wrote: > >> On 17/07/16 09:35, Baruch Siach wrote: > >>> Signed-off-by: Baruch Siach <baruch@tkos.co.il> > >>> --- > >>> arch/arm/Kconfig | 2 +- > >>> 1 file changed, 1 insertion(+), 1 deletion(-) > >>> > >>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > >>> index 90542db1220d..8ebe5d86b707 100644 > >>> --- a/arch/arm/Kconfig > >>> +++ b/arch/arm/Kconfig > >>> @@ -901,7 +901,7 @@ config MACH_STM32F429 > >>> default y > >>> > >>> config ARCH_MPS2 > >>> - bool "ARM MPS2 paltform" > >>> + bool "ARM MPS2 platform" > >>> depends on ARM_SINGLE_ARMV7M > >>> select ARM_AMBA > >>> select CLKSRC_MPS2 > >>> > >> > >> Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com> > >> > >> > > > > Merged into next/cleanup, thanks! > > > > Thanks Arnd, I was thinking on how to organize into branches along with > other of/DT refcounting fixes I had for vexpress/scpi code. You made it > easy. Oops, I actually miscategorized the patch and shouldn't have applied it without your Ack. I'm glad it worked out for you this time. If you get into this situation again for one separate patch, feel free to just ask us at arm at kernel.org to apply it directly. In doubt, just send more branches (one per topic) than might be needed and let us deal with how to split them up into our branches. Arnd ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ARM: mps2: fix typo 2016-07-21 18:36 ` Arnd Bergmann @ 2016-07-22 9:08 ` Sudeep Holla 0 siblings, 0 replies; 6+ messages in thread From: Sudeep Holla @ 2016-07-22 9:08 UTC (permalink / raw) To: linux-arm-kernel On 21/07/16 19:36, Arnd Bergmann wrote: > On Thursday, July 21, 2016 4:04:18 PM CEST Sudeep Holla wrote: >> >> On 21/07/16 13:39, Arnd Bergmann wrote: >>> On Monday, July 18, 2016 11:13:30 AM CEST Vladimir Murzin wrote: >>>> On 17/07/16 09:35, Baruch Siach wrote: >>>>> Signed-off-by: Baruch Siach <baruch@tkos.co.il> >>>>> --- >>>>> arch/arm/Kconfig | 2 +- >>>>> 1 file changed, 1 insertion(+), 1 deletion(-) >>>>> >>>>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig >>>>> index 90542db1220d..8ebe5d86b707 100644 >>>>> --- a/arch/arm/Kconfig >>>>> +++ b/arch/arm/Kconfig >>>>> @@ -901,7 +901,7 @@ config MACH_STM32F429 >>>>> default y >>>>> >>>>> config ARCH_MPS2 >>>>> - bool "ARM MPS2 paltform" >>>>> + bool "ARM MPS2 platform" >>>>> depends on ARM_SINGLE_ARMV7M >>>>> select ARM_AMBA >>>>> select CLKSRC_MPS2 >>>>> >>>> >>>> Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com> >>>> >>>> >>> >>> Merged into next/cleanup, thanks! >>> >> >> Thanks Arnd, I was thinking on how to organize into branches along with >> other of/DT refcounting fixes I had for vexpress/scpi code. You made it >> easy. > > Oops, I actually miscategorized the patch and shouldn't have applied it > without your Ack. I'm glad it worked out for you this time. If you get > into this situation again for one separate patch, feel free to just > ask us at arm at kernel.org to apply it directly. > Sure, will do that. > In doubt, just send more branches (one per topic) than might be needed > and let us deal with how to split them up into our branches. > Thanks for the advice, it might save time when we have single patches on different topics. -- Regards, Sudeep ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-07-22 9:08 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-07-17 8:35 [PATCH] ARM: mps2: fix typo Baruch Siach 2016-07-18 10:13 ` Vladimir Murzin 2016-07-21 12:39 ` Arnd Bergmann 2016-07-21 15:04 ` Sudeep Holla 2016-07-21 18:36 ` Arnd Bergmann 2016-07-22 9:08 ` Sudeep Holla
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).