diff mbox

[U-Boot,09/10] TI:armv7: Enable CONFIG_CMD_SPI

Message ID 1375475175-5073-10-git-send-email-trini@ti.com
State Accepted
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Tom Rini Aug. 2, 2013, 8:26 p.m. UTC
Add the generic "poke the SPI bus" command, with the SPI related
defines.

Signed-off-by: Tom Rini <trini@ti.com>
---
 include/configs/ti_armv7_common.h |    1 +
 1 file changed, 1 insertion(+)

Comments

Dan Murphy Aug. 6, 2013, 6:34 p.m. UTC | #1
On 08/02/2013 03:26 PM, Tom Rini wrote:
> Add the generic "poke the SPI bus" command, with the SPI related
> defines.
>
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>  include/configs/ti_armv7_common.h |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
> index 0734598..88ed85c 100644
> --- a/include/configs/ti_armv7_common.h
> +++ b/include/configs/ti_armv7_common.h
> @@ -75,6 +75,7 @@
>  /* McSPI IP block */
>  #define CONFIG_SPI
>  #define CONFIG_OMAP3_SPI
> +#define CONFIG_CMD_SPI
>  
>  /* GPIO block */
>  #define CONFIG_OMAP_GPIO
Acked-by: Dan Murphy <dmurphy@ti.com>
Jagan Teki Aug. 6, 2013, 6:50 p.m. UTC | #2
On 07-08-2013 00:04, Dan Murphy wrote:
> On 08/02/2013 03:26 PM, Tom Rini wrote:
>> Add the generic "poke the SPI bus" command, with the SPI related
>> defines.
>>
>> Signed-off-by: Tom Rini <trini@ti.com>
>> ---
>>   include/configs/ti_armv7_common.h |    1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
>> index 0734598..88ed85c 100644
>> --- a/include/configs/ti_armv7_common.h
>> +++ b/include/configs/ti_armv7_common.h
>> @@ -75,6 +75,7 @@
>>   /* McSPI IP block */
>>   #define CONFIG_SPI
>>   #define CONFIG_OMAP3_SPI
>> +#define CONFIG_CMD_SPI
>>
>>   /* GPIO block */
>>   #define CONFIG_OMAP_GPIO
> Acked-by: Dan Murphy <dmurphy@ti.com>
>

Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>

--
Thanks,
Jagan.
Jagan Teki Aug. 6, 2013, 6:55 p.m. UTC | #3
On 07-08-2013 00:20, Jagan Teki wrote:
> On 07-08-2013 00:04, Dan Murphy wrote:
>> On 08/02/2013 03:26 PM, Tom Rini wrote:
>>> Add the generic "poke the SPI bus" command, with the SPI related
>>> defines.
>>>
>>> Signed-off-by: Tom Rini <trini@ti.com>
>>> ---
>>>   include/configs/ti_armv7_common.h |    1 +
>>>   1 file changed, 1 insertion(+)
>>>
>>> diff --git a/include/configs/ti_armv7_common.h
>>> b/include/configs/ti_armv7_common.h
>>> index 0734598..88ed85c 100644
>>> --- a/include/configs/ti_armv7_common.h
>>> +++ b/include/configs/ti_armv7_common.h
>>> @@ -75,6 +75,7 @@
>>>   /* McSPI IP block */
>>>   #define CONFIG_SPI
>>>   #define CONFIG_OMAP3_SPI
>>> +#define CONFIG_CMD_SPI
>>>
>>>   /* GPIO block */
>>>   #define CONFIG_OMAP_GPIO
>> Acked-by: Dan Murphy <dmurphy@ti.com>
>>
>
> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
>
> --
> Thanks,
> Jagan.

Applied to u-boot-spi/master

--
Thanks,
Jagan.
Tom Rini Aug. 6, 2013, 7:03 p.m. UTC | #4
On Wed, Aug 07, 2013 at 12:25:25AM +0530, Jagan Teki wrote:
> On 07-08-2013 00:20, Jagan Teki wrote:
> >On 07-08-2013 00:04, Dan Murphy wrote:
> >>On 08/02/2013 03:26 PM, Tom Rini wrote:
> >>>Add the generic "poke the SPI bus" command, with the SPI related
> >>>defines.
> >>>
> >>>Signed-off-by: Tom Rini <trini@ti.com>
> >>>---
> >>>  include/configs/ti_armv7_common.h |    1 +
> >>>  1 file changed, 1 insertion(+)
> >>>
> >>>diff --git a/include/configs/ti_armv7_common.h
> >>>b/include/configs/ti_armv7_common.h
> >>>index 0734598..88ed85c 100644
> >>>--- a/include/configs/ti_armv7_common.h
> >>>+++ b/include/configs/ti_armv7_common.h
> >>>@@ -75,6 +75,7 @@
> >>>  /* McSPI IP block */
> >>>  #define CONFIG_SPI
> >>>  #define CONFIG_OMAP3_SPI
> >>>+#define CONFIG_CMD_SPI
> >>>
> >>>  /* GPIO block */
> >>>  #define CONFIG_OMAP_GPIO
> >>Acked-by: Dan Murphy <dmurphy@ti.com>
> >>
> >
> >Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
> 
> Applied to u-boot-spi/master

Eh?  It's mostly a TI series, I'll bring it all in via u-boot-ti :)
Thanks for the Reviewed-by tag.
Jagan Teki Aug. 6, 2013, 7:10 p.m. UTC | #5
On Wed, Aug 7, 2013 at 12:33 AM, Tom Rini <trini@ti.com> wrote:
> On Wed, Aug 07, 2013 at 12:25:25AM +0530, Jagan Teki wrote:
>> On 07-08-2013 00:20, Jagan Teki wrote:
>> >On 07-08-2013 00:04, Dan Murphy wrote:
>> >>On 08/02/2013 03:26 PM, Tom Rini wrote:
>> >>>Add the generic "poke the SPI bus" command, with the SPI related
>> >>>defines.
>> >>>
>> >>>Signed-off-by: Tom Rini <trini@ti.com>
>> >>>---
>> >>>  include/configs/ti_armv7_common.h |    1 +
>> >>>  1 file changed, 1 insertion(+)
>> >>>
>> >>>diff --git a/include/configs/ti_armv7_common.h
>> >>>b/include/configs/ti_armv7_common.h
>> >>>index 0734598..88ed85c 100644
>> >>>--- a/include/configs/ti_armv7_common.h
>> >>>+++ b/include/configs/ti_armv7_common.h
>> >>>@@ -75,6 +75,7 @@
>> >>>  /* McSPI IP block */
>> >>>  #define CONFIG_SPI
>> >>>  #define CONFIG_OMAP3_SPI
>> >>>+#define CONFIG_CMD_SPI
>> >>>
>> >>>  /* GPIO block */
>> >>>  #define CONFIG_OMAP_GPIO
>> >>Acked-by: Dan Murphy <dmurphy@ti.com>
>> >>
>> >
>> >Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
>>
>> Applied to u-boot-spi/master
>
> Eh?  It's mostly a TI series, I'll bring it all in via u-boot-ti :)
> Thanks for the Reviewed-by tag.

Sure.!

--
Thanks,
Jagan.
diff mbox

Patch

diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 0734598..88ed85c 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -75,6 +75,7 @@ 
 /* McSPI IP block */
 #define CONFIG_SPI
 #define CONFIG_OMAP3_SPI
+#define CONFIG_CMD_SPI
 
 /* GPIO block */
 #define CONFIG_OMAP_GPIO