Re: [PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller

2017-06-28 Thread Mark Brown
On Mon, Jun 26, 2017 at 06:25:52PM -0700, Jiada Wang wrote: > Hello Mark and Sascha > > Could you please review my v4 patch set for i.MX SPI slave support Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday, attend conferences and so

Re: [PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller

2017-06-26 Thread Jiada Wang
Hello Mark and Sascha Could you please review my v4 patch set for i.MX SPI slave support Thanks, Jiada On 06/13/2017 07:29 AM, Rob Herring wrote: On Tue, Jun 13, 2017 at 12:28 AM, Jiada Wang wrote: Hello Rob On 06/13/2017 12:53 AM, Rob Herring wrote: On Thu, Jun 08, 2017 at 02:16:01PM +09

Re: [PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller

2017-06-13 Thread Rob Herring
On Tue, Jun 13, 2017 at 12:28 AM, Jiada Wang wrote: > Hello Rob > > > On 06/13/2017 12:53 AM, Rob Herring wrote: >> >> On Thu, Jun 08, 2017 at 02:16:01PM +0900, Jiada Wang wrote: >>> >>> ECSPI contorller for iMX53 and iMX6 has few hardware issues >>> comparing to iMX51. >>> The change add possibil

Re: [PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller

2017-06-12 Thread Jiada Wang
Hello Rob On 06/13/2017 12:53 AM, Rob Herring wrote: On Thu, Jun 08, 2017 at 02:16:01PM +0900, Jiada Wang wrote: ECSPI contorller for iMX53 and iMX6 has few hardware issues comparing to iMX51. The change add possibility to detect which controller is used to apply possible workaround and limitat

Re: [PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller

2017-06-12 Thread Rob Herring
On Thu, Jun 08, 2017 at 02:16:01PM +0900, Jiada Wang wrote: > ECSPI contorller for iMX53 and iMX6 has few hardware issues > comparing to iMX51. > The change add possibility to detect which controller is used > to apply possible workaround and limitations. > > Signed-off-by: Jiada Wang > --- > ..

[PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller

2017-06-07 Thread Jiada Wang
ECSPI contorller for iMX53 and iMX6 has few hardware issues comparing to iMX51. The change add possibility to detect which controller is used to apply possible workaround and limitations. Signed-off-by: Jiada Wang --- .../devicetree/bindings/spi/fsl-imx-cspi.txt | 1 + drivers/spi/spi-imx