Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1655906

Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode

From Sascha Hauer <s.hauer@pengutronix.de>
Newsgroups linux.kernel
Subject Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
Date 2017-06-02 07:40 +0200
Message-ID <tNNtw-4Pq-19@gated-at.bofh.it> (permalink)
References <tLfFE-1Dm-5@gated-at.bofh.it> <tMpCW-6ts-13@gated-at.bofh.it> <tNwVI-24Q-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Jun 01, 2017 at 04:58:47AM -0700, Jiada Wang wrote:
> Hi Sascha
> 
> On 05/29/2017 02:50 AM, Sascha Hauer wrote:
> > Hi,
> > 
> > On Thu, May 25, 2017 at 10:02:42PM -0700, jiada_wang@mentor.com wrote:
> > > From: Jiada Wang<jiada_wang@mentor.com>
> > > 
> > > previously burst length (BURST_LENGTH) is always set to equal
> > > to bits_per_word, causes a 10us gap between each word in
> > > transfer, which significantly affects performance.
> > > 
> > > This patch uses 32 bits transfer to simulate lower bits transfer,
> > > and adjusts burst length runtimely to use biggeest burst length
> > > as possible to reduce the gaps in transfer for PIO mode.
> > > 
> > First let me say that I'm not really looking forward to have this patch
> > in the driver. It adds quite some code to already hairy code pathes in
> > the imx-spi driver and I saw you have the same patch for DMA mode
> > aswell.
> > 
> > The driver has different function hooks for the different controllers.
> > This patch breaks that. In some places it assumes that dynamic burst
> > is only possible on i.MX51 type controllers and also that in case
> > dynamic burst is enabled it must be an i.MX51 type controller.
> > 
> > We should really see how this patch can be better integrated into the
> > driver, or, how the driver can be changed to better support the dynamic
> > burst usecase.
>  Yes, I can understand your concern, as this patch brings in a bunch of
> change,
> and changes the behaviour of data transfer.
> how about introduce a new DTS property like "fsl,spi-dynamic-burst",
> and only enables dynamic burst when this property is added.

This will only reduce the testing coverage of the feature, not a good
option.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode <jiada_wang@mentor.com> - 2017-05-26 07:10 +0200
  Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust  for PIO mode Sascha Hauer <s.hauer@pengutronix.de> - 2017-05-29 12:00 +0200
    Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust  for PIO mode Jiada Wang <jiada_wang@mentor.com> - 2017-06-01 14:00 +0200
      Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust  for PIO mode Sascha Hauer <s.hauer@pengutronix.de> - 2017-06-02 07:40 +0200
  Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust  for PIO mode Fabio Estevam <festevam@gmail.com> - 2017-05-29 13:10 +0200
    Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust  for PIO mode Jiada Wang <jiada_wang@mentor.com> - 2017-06-01 10:00 +0200

csiph-web