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

2019-08-08 Thread Bin Meng
On Thu, Aug 8, 2019 at 9:50 PM Bin Meng wrote: > > On Fri, Aug 2, 2019 at 2:38 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.

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

2019-08-08 Thread Bin Meng
On Fri, Aug 2, 2019 at 2:38 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 oper

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

2019-08-01 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. Signed-off-by: Bernhard Messerklinger --- Changes in v4: - fi