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

2013-08-06 Thread Jagan Teki
On Wed, Aug 7, 2013 at 12:33 AM, Tom Rini 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 th

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

2013-08-06 Thread Tom Rini
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: To

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

2013-08-06 Thread Jagan Teki
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 --- include/configs/ti_armv7_common.h |1 + 1 file changed, 1 insertio

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

2013-08-06 Thread Jagan Teki
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 --- include/configs/ti_armv7_common.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ti_ar

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

2013-08-06 Thread Dan Murphy
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 > --- > include/configs/ti_armv7_common.h |1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/ti_armv7_common.h > b/include/co

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

2013-08-02 Thread Tom Rini
Add the generic "poke the SPI bus" command, with the SPI related defines. Signed-off-by: Tom Rini --- 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 ---