public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Updates for spi-imx
@ 2009-09-30 19:42 Uwe Kleine-König
  2009-09-30 19:43 ` [PATCH 1/7] spi-imx: rename source file to spi_imx.c Uwe Kleine-König
  2009-09-30 23:52 ` [PATCH 0/7] Updates for spi-imx Andrew Morton
  0 siblings, 2 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2009-09-30 19:42 UTC (permalink / raw)
  To: spi-devel-general
  Cc: David Brownell, Sascha Hauer, Andrew Morton,
	Guennadi Liakhovetski, spi-devel-general, linux-kernel

Hello,

as a followup to this mail I'll send some updates for the spi-imx
driver for review.

Overall diffstat and shortlog can be found below.

You can find the patches based on current Linus' master at

  git://git.pengutronix.de/git/ukl/linux-2.6.git spi-imx

Sascha Hauer (3):
      spi-imx: update state correctly
      spi-imx: Fix initial chipselect settings
      spi-imx: setup mode_bits we can handle

Uwe Kleine-König (4):
      spi-imx: rename source file to spi_imx.c
      spi-imx: no need to assert bits_per_word being initialized
      spi-imx: initialize complete config struct
      [RFC] spi-imx: strip down chipselect function to only drive the chipselect

 drivers/spi/Makefile                 |    2 +-
 drivers/spi/{mxc_spi.c => spi_imx.c} |  383 +++++++++++++++++-----------------
 2 files changed, 190 insertions(+), 195 deletions(-)
 rename drivers/spi/{mxc_spi.c => spi_imx.c} (55%)
-- 
Pengutronix e.K.                              | Uwe Kleine-König            |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |

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

end of thread, other threads:[~2009-10-01  5:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30 19:42 [PATCH 0/7] Updates for spi-imx Uwe Kleine-König
2009-09-30 19:43 ` [PATCH 1/7] spi-imx: rename source file to spi_imx.c Uwe Kleine-König
2009-09-30 19:43   ` [PATCH 2/7] spi-imx: update state correctly Uwe Kleine-König
2009-09-30 19:43     ` [PATCH 3/7] spi-imx: Fix initial chipselect settings Uwe Kleine-König
2009-09-30 19:43       ` [PATCH 4/7] spi-imx: setup mode_bits we can handle Uwe Kleine-König
2009-09-30 19:43         ` [PATCH 5/7] spi-imx: no need to assert bits_per_word being initialized Uwe Kleine-König
2009-09-30 19:43           ` [PATCH 6/7] spi-imx: initialize complete config struct Uwe Kleine-König
2009-09-30 19:43             ` [PATCH 7/7 RFC] spi-imx: strip down chipselect function to only drive the chipselect Uwe Kleine-König
2009-09-30 23:52 ` [PATCH 0/7] Updates for spi-imx Andrew Morton
2009-10-01  4:59   ` Uwe Kleine-König

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