Re: [U-Boot] [PATCH] spi: Zap mpc8xx_spi driver

2018-11-06 Thread Christophe LEROY
Le 05/11/2018 à 11:11, Jagan Teki a écrit : On Fri, Mar 2, 2018 at 3:17 PM Christophe LEROY wrote: Le 26/02/2018 à 15:43, Jagan Teki a écrit : - Driver not used by any boards This driver should be used by MCR3000 board. For the time being SPI is not activated on that board because we are

Re: [U-Boot] [PATCH] spi: Zap mpc8xx_spi driver

2018-11-05 Thread Jagan Teki
On Fri, Mar 2, 2018 at 3:17 PM Christophe LEROY wrote: > > > Le 26/02/2018 à 15:43, Jagan Teki a écrit : > > - Driver not used by any boards > > This driver should be used by MCR3000 board. For the time > being SPI is not activated on that board because we are struggling > with u-boot size. I'm

Re: [U-Boot] [PATCH] spi: Zap mpc8xx_spi driver

2018-03-02 Thread Christophe LEROY
Le 26/02/2018 à 15:43, Jagan Teki a écrit : - Driver not used by any boards This driver should be used by MCR3000 board. For the time being SPI is not activated on that board because we are struggling with u-boot size. I'm working on re-activating SPI soon on this board. I also have another

Re: [U-Boot] [PATCH] spi: Zap mpc8xx_spi driver

2018-02-26 Thread Tom Rini
On Mon, Feb 26, 2018 at 08:13:11PM +0530, Jagan Teki wrote: > - Driver not used by any boards > - No update on 'dm conversion' > > Signed-off-by: Jagan Teki Reviewed-by: Tom Rini Christophe? -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH] spi: Zap mpc8xx_spi driver

2018-02-26 Thread Jagan Teki
- Driver not used by any boards - No update on 'dm conversion' Signed-off-by: Jagan Teki --- drivers/spi/Kconfig | 6 - drivers/spi/Makefile | 1 - drivers/spi/mpc8xx_spi.c | 336 --- 3 files changed, 343