Re: [PATCH 3/3] spi: sifive: Fix format register proto field

2020-04-23 Thread Jagan Teki
> Sent: Tuesday, April 21, 2020 4:44 AM > > To: Jagan Teki > > Cc: Vignesh R ; U-Boot Mailing List > b...@lists.denx.de>; Suneel Garapati ; Sagar > > Kadam ; Bhargav Shah > > ; Simon Glass ; Tom > > Rini ; linux-amarula > amar...@amarulasolutions.

RE: [PATCH 3/3] spi: sifive: Fix format register proto field

2020-04-21 Thread Sagar Kadam
enx.de>; Suneel Garapati ; Sagar > Kadam ; Bhargav Shah > ; Simon Glass ; Tom > Rini ; linux-amarula amar...@amarulasolutions.com> > Subject: Re: [PATCH 3/3] spi: sifive: Fix format register proto field > > [External Email] Do not click links or attachments unless you recogni

Re: [PATCH 3/3] spi: sifive: Fix format register proto field

2020-04-20 Thread Bin Meng
On Mon, Apr 20, 2020 at 8:09 PM Jagan Teki wrote: > > SiFive SPI controller has a proto bit field in frame format > register which would be used to configure the SPI I/O protocol > lines used on specific transfer. > > Right now the driver is configuring this proto using slave->mode > which is used

[PATCH 3/3] spi: sifive: Fix format register proto field

2020-04-20 Thread Jagan Teki
SiFive SPI controller has a proto bit field in frame format register which would be used to configure the SPI I/O protocol lines used on specific transfer.  Right now the driver is configuring this proto using slave->mode which is used for data transfer and opcode, address vary depending on the pa