public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: fbtft: Avoid calling SPI master setup directly
@ 2015-08-25 21:04 Stefan Wahren
  2015-08-25 21:04 ` [PATCH 1/2] staging: fbtft: fix 9-bit SPI support detection Stefan Wahren
  2015-08-25 21:04 ` [PATCH 2/2] staging: fbtft: replace master->setup() with spi_setup() Stefan Wahren
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Wahren @ 2015-08-25 21:04 UTC (permalink / raw)
  To: Noralf Trønnes, Thomas Petazzoni
  Cc: Greg Kroah-Hartman, Henri Chain, linux-kernel, devel,
	Stefan Wahren

This patch series fixes issues caused by calling SPI master setup function
directly.

Changes since RFC:
  * use only bits_per_word_mask for 9-bit support detection 
    (suggested by Noralf Trønnes)
  * change patch order

Stefan Wahren (2):
  staging: fbtft: fix 9-bit SPI support detection
  staging: fbtft: replace master->setup() with spi_setup()

 drivers/staging/fbtft/fb_uc1611.c    |    2 +-
 drivers/staging/fbtft/fb_watterott.c |    4 ++--
 drivers/staging/fbtft/fbtft-core.c   |   10 +++-------
 drivers/staging/fbtft/flexfb.c       |   11 ++++-------
 4 files changed, 10 insertions(+), 17 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2015-08-25 22:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 21:04 [PATCH 0/2] staging: fbtft: Avoid calling SPI master setup directly Stefan Wahren
2015-08-25 21:04 ` [PATCH 1/2] staging: fbtft: fix 9-bit SPI support detection Stefan Wahren
2015-08-25 22:07   ` Noralf Trønnes
2015-08-25 21:04 ` [PATCH 2/2] staging: fbtft: replace master->setup() with spi_setup() Stefan Wahren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox