Re: [PATCH] spi: Add MXIC controller driver

2021-06-25 Thread Jagan Teki
On Fri, Jun 25, 2021 at 3:01 PM Jagan Teki wrote: > > On Wed, Jun 23, 2021 at 2:46 PM Zhengxun wrote: > > > > Add a driver for Macronix SPI controller IP. > > > > This patch referred from linux spi-mxic.c. The difference from the > > linux version is described here. > > > > 1. To adapt uboot spi

Re: [PATCH] spi: Add MXIC controller driver

2021-06-25 Thread Jagan Teki
On Wed, Jun 23, 2021 at 2:46 PM Zhengxun wrote: > > Add a driver for Macronix SPI controller IP. > > This patch referred from linux spi-mxic.c. The difference from the > linux version is described here. > > 1. To adapt uboot spi framework, modify some functions naming. > > 2. Remove the incompatib

[PATCH] spi: Add MXIC controller driver

2021-06-23 Thread Zhengxun
Add a driver for Macronix SPI controller IP. This patch referred from linux spi-mxic.c. The difference from the linux version is described here. 1. To adapt uboot spi framework, modify some functions naming. 2. Remove the incompatible functions of Uboot. 3. Add dummy byte recalculattion functio