All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] spi transfer paramater changes and baud rate calculation
@ 2021-11-24 19:33 Kamal Dasu
  2021-11-24 19:33 ` [PATCH 1/2] spi: bcm-qspi: choose sysclk setting based on requested speed Kamal Dasu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kamal Dasu @ 2021-11-24 19:33 UTC (permalink / raw)
  To: broonie, linux-spi, linux-kernel
  Cc: f.fainelli, bcm-kernel-feedback-list, yendapally.reddy,
	Kamal Dasu

The changes picks either the 27Mhz or 108MhZ system clock for spi transfers
based user requested transfer speed. Also we set the master controller transfer
parameter only if they change.

Kamal Dasu (2):
  spi: bcm-qspi: choose sysclk setting based on requested speed
  spi: bcm-qspi: set transfer parameter only if they change

 drivers/spi/spi-bcm-qspi.c | 44 ++++++++++++++++++++++++++++++++------
 1 file changed, 38 insertions(+), 6 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-25 13:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-24 19:33 [PATCH 0/2] spi transfer paramater changes and baud rate calculation Kamal Dasu
2021-11-24 19:33 ` [PATCH 1/2] spi: bcm-qspi: choose sysclk setting based on requested speed Kamal Dasu
2021-11-24 19:33 ` [PATCH 2/2] spi: bcm-qspi: set transfer parameter only if they change Kamal Dasu
2021-11-25 13:37 ` [PATCH 0/2] spi transfer paramater changes and baud rate calculation Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.