Re: [U-Boot] [PATCH 2/2] SPI: mxc_spi: delay initialisation until claim bus

2014-09-24 Thread Jagan Teki
On 1 September 2014 14:16, Markus Niebel list-09_u-b...@tqsc.de wrote: From: Markus Niebel markus.nie...@tq-group.com it is not correct to init for a specific slave in spi_setup_slave. instead buffer the values and delay init until spi_claim_bus. Signed-off-by: Markus Niebel

Re: [U-Boot] [PATCH 2/2] SPI: mxc_spi: delay initialisation until claim bus

2014-09-24 Thread Jagan Teki
On 24 September 2014 23:53, Jagan Teki jagannadh.t...@gmail.com wrote: On 1 September 2014 14:16, Markus Niebel list-09_u-b...@tqsc.de wrote: From: Markus Niebel markus.nie...@tq-group.com it is not correct to init for a specific slave in spi_setup_slave. instead buffer the values and delay