RE: [PATCH] serial:ifx6x60:Keep word size accordance with SPI controller

2013-01-15 Thread Bi, Chao
@vger.kernel.org Subject: Re: [PATCH] serial:ifx6x60:Keep word size accordance with SPI controller On Wed, Dec 12, 2012 at 01:07:06PM +0800, chao bi wrote: > > As protocol driver, IFX SPI driver initiate to setup SPI master with > default SPI word size as 16 bit/word, however, SPI m

[PATCH] serial:ifx6x60:Keep word size accordance with SPI controller

2013-01-15 Thread channing
As protocol driver, IFX SPI driver initiate to setup SPI master with default SPI word size as 16 bit/word, however, SPI master may not adopt this default value due to SPI controller's capability, it might choose an available value by itself and set it to spi_device.bits_per_word. In order to keep

Re: [PATCH] serial:ifx6x60:Keep word size accordance with SPI controller

2013-01-15 Thread Greg KH
On Wed, Dec 12, 2012 at 01:07:06PM +0800, chao bi wrote: > > As protocol driver, IFX SPI driver initiate to setup SPI master with default > SPI word size as 16 bit/word, however, SPI master may not adopt this default > value due to SPI controller's capability, it might choose an available value

Re: [PATCH] serial:ifx6x60:Keep word size accordance with SPI controller

2013-01-15 Thread Greg KH
On Wed, Dec 12, 2012 at 01:07:06PM +0800, chao bi wrote: As protocol driver, IFX SPI driver initiate to setup SPI master with default SPI word size as 16 bit/word, however, SPI master may not adopt this default value due to SPI controller's capability, it might choose an available value by

[PATCH] serial:ifx6x60:Keep word size accordance with SPI controller

2013-01-15 Thread channing
As protocol driver, IFX SPI driver initiate to setup SPI master with default SPI word size as 16 bit/word, however, SPI master may not adopt this default value due to SPI controller's capability, it might choose an available value by itself and set it to spi_device.bits_per_word. In order to keep

RE: [PATCH] serial:ifx6x60:Keep word size accordance with SPI controller

2013-01-15 Thread Bi, Chao
@vger.kernel.org Subject: Re: [PATCH] serial:ifx6x60:Keep word size accordance with SPI controller On Wed, Dec 12, 2012 at 01:07:06PM +0800, chao bi wrote: As protocol driver, IFX SPI driver initiate to setup SPI master with default SPI word size as 16 bit/word, however, SPI master may not adopt

[PATCH] serial:ifx6x60:Keep word size accordance with SPI controller

2012-12-11 Thread chao bi
As protocol driver, IFX SPI driver initiate to setup SPI master with default SPI word size as 16 bit/word, however, SPI master may not adopt this default value due to SPI controller's capability, it might choose an available value by itself and set it to spi_device.bits_per_word. In order to keep

[PATCH] serial:ifx6x60:Keep word size accordance with SPI controller

2012-12-11 Thread chao bi
As protocol driver, IFX SPI driver initiate to setup SPI master with default SPI word size as 16 bit/word, however, SPI master may not adopt this default value due to SPI controller's capability, it might choose an available value by itself and set it to spi_device.bits_per_word. In order to keep