Re: [U-Boot] [Patch v2] spi: mxc-spi: fixes for ECSPI

2014-02-17 Thread Jagan Teki
On Mon, Feb 17, 2014 at 6:42 PM, Markus Niebel wrote: > This series improver the original one: > > - split first patch into two patches > - add only the register fields that are needed for clk control > - better comments > > [PATCH 1/3] spi: spi-mxc: add defines for clk inactive state for > [PATCH

[U-Boot] [Patch v2] spi: mxc-spi: fixes for ECSPI

2014-02-17 Thread Markus Niebel
This series improver the original one: - split first patch into two patches - add only the register fields that are needed for clk control - better comments [PATCH 1/3] spi: spi-mxc: add defines for clk inactive state for [PATCH 2/3] spi: spi-mxc: implement clk control for ECSPI to fix [PATCH 3/3