Re: [U-Boot] [ 1/2] tqma6: fix sf detection

2014-10-30 Thread Stefano Babic
On 23/10/2014 15:47, Markus Niebel wrote: > From: Markus Niebel > > Commit 155fa9af95ac5be857a7327e7a968a296e60d4c8 changed the way > to define a GPIO line, which can be used to force CS high > across multiple transactions. In order to fix sf detection > change board code to make use of board_spi

Re: [U-Boot] [ 1/2] tqma6: fix sf detection

2014-10-27 Thread Jagan Teki
On 23 October 2014 19:17, Markus Niebel wrote: > From: Markus Niebel > > Commit 155fa9af95ac5be857a7327e7a968a296e60d4c8 changed the way > to define a GPIO line, which can be used to force CS high > across multiple transactions. In order to fix sf detection > change board code to make use of boar

[U-Boot] [ 1/2] tqma6: fix sf detection

2014-10-23 Thread Markus Niebel
From: Markus Niebel Commit 155fa9af95ac5be857a7327e7a968a296e60d4c8 changed the way to define a GPIO line, which can be used to force CS high across multiple transactions. In order to fix sf detection change board code to make use of board_spi_cs_gpio(..). Signed-off-by: Markus Niebel --- boar