From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.coquelin@st.com (Maxime Coquelin) Date: Thu, 22 Jan 2015 15:40:30 +0100 Subject: [PATCH 2/2] ARM: sti: Provide DT nodes for SBC SSC[0..2] In-Reply-To: <1421921237-8991-2-git-send-email-lee.jones@linaro.org> References: <1421921237-8991-1-git-send-email-lee.jones@linaro.org> <1421921237-8991-2-git-send-email-lee.jones@linaro.org> Message-ID: <54C10BDE.9090702@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/22/2015 11:07 AM, Lee Jones wrote: > The Synchronous Serial Controller is used to provide SPI. > > These are the ports which are located on the Stand-By Controller (SBC). > > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407-family.dtsi | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > Applied, Thanks From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 2/2] ARM: sti: Provide DT nodes for SBC SSC[0..2] Date: Thu, 22 Jan 2015 15:40:30 +0100 Message-ID: <54C10BDE.9090702@st.com> References: <1421921237-8991-1-git-send-email-lee.jones@linaro.org> <1421921237-8991-2-git-send-email-lee.jones@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1421921237-8991-2-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lee Jones , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 01/22/2015 11:07 AM, Lee Jones wrote: > The Synchronous Serial Controller is used to provide SPI. > > These are the ports which are located on the Stand-By Controller (SBC). > > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407-family.dtsi | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > Applied, Thanks -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753508AbbAVOlG (ORCPT ); Thu, 22 Jan 2015 09:41:06 -0500 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:51275 "EHLO mx08-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752322AbbAVOlE (ORCPT ); Thu, 22 Jan 2015 09:41:04 -0500 Message-ID: <54C10BDE.9090702@st.com> Date: Thu, 22 Jan 2015 15:40:30 +0100 From: Maxime Coquelin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Lee Jones , , Cc: , Subject: Re: [PATCH 2/2] ARM: sti: Provide DT nodes for SBC SSC[0..2] References: <1421921237-8991-1-git-send-email-lee.jones@linaro.org> <1421921237-8991-2-git-send-email-lee.jones@linaro.org> In-Reply-To: <1421921237-8991-2-git-send-email-lee.jones@linaro.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.23.80] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-01-22_05:2015-01-22,2015-01-22,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/22/2015 11:07 AM, Lee Jones wrote: > The Synchronous Serial Controller is used to provide SPI. > > These are the ports which are located on the Stand-By Controller (SBC). > > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407-family.dtsi | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > Applied, Thanks