Re: [U-Boot] [PATCH v3] x86: ich-spi: Convert driver to spi-mem ops

2019-08-01 Thread Bin Meng
On Mon, Jul 29, 2019 at 6:43 PM Bernhard Messerklinger wrote: > > With the introduction of the new spi-mem model operations changed > slightly. The new spi-mem operations make things a bit easier to > handle for ich-spi flash interface. This patch converts the ich-spi > driver by using spi-mem

[U-Boot] [PATCH v3] x86: ich-spi: Convert driver to spi-mem ops

2019-07-29 Thread Bernhard Messerklinger
With the introduction of the new spi-mem model operations changed slightly. The new spi-mem operations make things a bit easier to handle for ich-spi flash interface. This patch converts the ich-spi driver by using spi-mem operations. --- Changes in v2: - make 2 routines static; update commit