Message ID | 1431005924-21777-13-git-send-email-lee.jones@linaro.org |
---|---|
State | Superseded |
Headers | show |
Hi Lee, On Thu, 07 May 2015, Lee Jones wrote: > Encompass newer STiH4{07,10} SoC based platforms. > > Signed-off-by: Lee Jones <lee.jones@linaro.org> > --- > arch/arm/mach-sti/Kconfig | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig > index cb886de..59928d9 100644 > --- a/arch/arm/mach-sti/Kconfig > +++ b/arch/arm/mach-sti/Kconfig > @@ -16,11 +16,9 @@ menuconfig ARCH_STI > select PL310_ERRATA_769419 if CACHE_L2X0 > select RESET_CONTROLLER > help > - Include support for STiH41x SOCs like STiH415/416 using the device tree > - for discovery > - More information at Documentation/arm/STiH41x and > - at Documentation/devicetree > - > + Include support for STMicroelectronics' STiH415/416 and stih407/10 > + family SoCs using the Device Tree for discovery. More information > + can be found in Documentation/arm/sti/ & Documentation/devicetree. You should use the same capitalisation throughout. Also you can mention STiH418, as that is now supported upstream. Once fixed you can add my: - Acked-by: Peter Griffin <peter.griffin@linaro.org> regards, Peter. -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, 07 May 2015, Peter Griffin wrote: > Hi Lee, > > On Thu, 07 May 2015, Lee Jones wrote: > > > Encompass newer STiH4{07,10} SoC based platforms. > > > > Signed-off-by: Lee Jones <lee.jones@linaro.org> > > --- > > arch/arm/mach-sti/Kconfig | 8 +++----- > > 1 file changed, 3 insertions(+), 5 deletions(-) > > > > diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig > > index cb886de..59928d9 100644 > > --- a/arch/arm/mach-sti/Kconfig > > +++ b/arch/arm/mach-sti/Kconfig > > @@ -16,11 +16,9 @@ menuconfig ARCH_STI > > select PL310_ERRATA_769419 if CACHE_L2X0 > > select RESET_CONTROLLER > > help > > - Include support for STiH41x SOCs like STiH415/416 using the device tree > > - for discovery > > - More information at Documentation/arm/STiH41x and > > - at Documentation/devicetree > > - > > + Include support for STMicroelectronics' STiH415/416 and stih407/10 > > + family SoCs using the Device Tree for discovery. More information > > + can be found in Documentation/arm/sti/ & Documentation/devicetree. > > You should use the same capitalisation throughout. Good spot, that was unintentional. Will fix. > Also you can mention STiH418, as that is now supported upstream. Yep, thanks. > Once fixed you can add my: - > Acked-by: Peter Griffin <peter.griffin@linaro.org> Ta.
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index cb886de..59928d9 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig @@ -16,11 +16,9 @@ menuconfig ARCH_STI select PL310_ERRATA_769419 if CACHE_L2X0 select RESET_CONTROLLER help - Include support for STiH41x SOCs like STiH415/416 using the device tree - for discovery - More information at Documentation/arm/STiH41x and - at Documentation/devicetree - + Include support for STMicroelectronics' STiH415/416 and stih407/10 + family SoCs using the Device Tree for discovery. More information + can be found in Documentation/arm/sti/ & Documentation/devicetree. if ARCH_STI
Encompass newer STiH4{07,10} SoC based platforms. Signed-off-by: Lee Jones <lee.jones@linaro.org> --- arch/arm/mach-sti/Kconfig | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)