* [PATCH 0/2] Fixes for STi SOCs @ 2013-09-17 9:26 Srinivas KANDAGATLA [not found] ` <1379410003-9911-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Srinivas KANDAGATLA @ 2013-09-17 9:26 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA, lee.jones-QSEj5FYQhm4dnm+yROfE0A, Srinivas Kandagatla From: Srinivas Kandagatla <srinivas.kandagatla-qxv4g6HH51o@public.gmane.org> Hi Arnd/Olof, These two are very minor fixes for STi SOCs. One of the fix is a typo and other is to add two new options to multi_v7_defconfig to get STi SOC based boards boot with nfs root with serial console. These patches are based on v3.12-rc1. Thanks, srini Srinivas Kandagatla (2): ARM: STi: OF: Fix a typo in pincfg header ARM: multi_v7_defconfig: Fix STi support arch/arm/boot/dts/st-pincfg.h | 2 +- arch/arm/configs/multi_v7_defconfig | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) -- 1.7.6.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <1379410003-9911-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org>]
* [PATCH 1/2] ARM: STi: OF: Fix a typo in pincfg header [not found] ` <1379410003-9911-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org> @ 2013-09-17 9:27 ` Srinivas KANDAGATLA 2013-09-19 12:03 ` [PATCH 0/2] Fixes for STi SOCs Lee Jones 2013-11-14 10:36 ` srinivas kandagatla 2 siblings, 0 replies; 4+ messages in thread From: Srinivas KANDAGATLA @ 2013-09-17 9:27 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA, lee.jones-QSEj5FYQhm4dnm+yROfE0A, Srinivas Kandagatla From: Srinivas Kandagatla <srinivas.kandagatla-qxv4g6HH51o@public.gmane.org> This patch fixes a typo for OD define in st-pincfg header file. Reported-by: Maxime Coquelin <maxime.coquelin-qxv4g6HH51o@public.gmane.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla-qxv4g6HH51o@public.gmane.org> --- arch/arm/boot/dts/st-pincfg.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boot/dts/st-pincfg.h b/arch/arm/boot/dts/st-pincfg.h index 8c45d85..4851c38 100644 --- a/arch/arm/boot/dts/st-pincfg.h +++ b/arch/arm/boot/dts/st-pincfg.h @@ -15,7 +15,7 @@ /* Pull Up */ #define PU (1 << 26) /* Open Drain */ -#define OD (1 << 26) +#define OD (1 << 25) #define RT (1 << 23) #define INVERTCLK (1 << 22) #define CLKNOTDATA (1 << 21) -- 1.7.6.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] Fixes for STi SOCs [not found] ` <1379410003-9911-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org> 2013-09-17 9:27 ` [PATCH 1/2] ARM: STi: OF: Fix a typo in pincfg header Srinivas KANDAGATLA @ 2013-09-19 12:03 ` Lee Jones 2013-11-14 10:36 ` srinivas kandagatla 2 siblings, 0 replies; 4+ messages in thread From: Lee Jones @ 2013-09-19 12:03 UTC (permalink / raw) To: Srinivas KANDAGATLA Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA > Hi Arnd/Olof, > > These two are very minor fixes for STi SOCs. > One of the fix is a typo and other is to add two new options to > multi_v7_defconfig to get STi SOC based boards boot with nfs root with serial > console. If these are accepted, it would be a massive help to get them into v3.12. > Srinivas Kandagatla (2): > ARM: STi: OF: Fix a typo in pincfg header > ARM: multi_v7_defconfig: Fix STi support > > arch/arm/boot/dts/st-pincfg.h | 2 +- > arch/arm/configs/multi_v7_defconfig | 3 +++ > 2 files changed, 4 insertions(+), 1 deletions(-) -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] Fixes for STi SOCs [not found] ` <1379410003-9911-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org> 2013-09-17 9:27 ` [PATCH 1/2] ARM: STi: OF: Fix a typo in pincfg header Srinivas KANDAGATLA 2013-09-19 12:03 ` [PATCH 0/2] Fixes for STi SOCs Lee Jones @ 2013-11-14 10:36 ` srinivas kandagatla 2 siblings, 0 replies; 4+ messages in thread From: srinivas kandagatla @ 2013-11-14 10:36 UTC (permalink / raw) To: Srinivas KANDAGATLA Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA, lee.jones-QSEj5FYQhm4dnm+yROfE0A Hi Arnd/Olof, I think, these patches some how missed 3.13 window. Can you please consider these fixes at least for 3.13-rc1? Without these patches we can not get the serial output with multi_v7_defconfig on STi SOCs. Thanks, srini On 17/09/13 10:26, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla <srinivas.kandagatla-qxv4g6HH51o@public.gmane.org> > > Hi Arnd/Olof, > > These two are very minor fixes for STi SOCs. > One of the fix is a typo and other is to add two new options to > multi_v7_defconfig to get STi SOC based boards boot with nfs root with serial > console. > > These patches are based on v3.12-rc1. > > Thanks, > srini > > Srinivas Kandagatla (2): > ARM: STi: OF: Fix a typo in pincfg header > ARM: multi_v7_defconfig: Fix STi support > > arch/arm/boot/dts/st-pincfg.h | 2 +- > arch/arm/configs/multi_v7_defconfig | 3 +++ > 2 files changed, 4 insertions(+), 1 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-11-14 10:36 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-09-17 9:26 [PATCH 0/2] Fixes for STi SOCs Srinivas KANDAGATLA [not found] ` <1379410003-9911-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org> 2013-09-17 9:27 ` [PATCH 1/2] ARM: STi: OF: Fix a typo in pincfg header Srinivas KANDAGATLA 2013-09-19 12:03 ` [PATCH 0/2] Fixes for STi SOCs Lee Jones 2013-11-14 10:36 ` srinivas kandagatla
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).