All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add device tree support for imx spi driver
@ 2011-07-08  8:27 ` Shawn Guo
  0 siblings, 0 replies; 28+ messages in thread
From: Shawn Guo @ 2011-07-08  8:27 UTC (permalink / raw)
  To: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	patches-QSEj5FYQhm4dnm+yROfE0A

The patch set makes some cleanups on imx spi driver to get it ready
for adding device tree probe and then add the support.

Those two dt helper function related patches are carried here to
resolve the dependency.  They should be on the way to sit on Grant's
devicetree/next branch.

Rob Herring (1):
      dt: add helper function to read u32 arrays

Shawn Guo (5):
      ARM: mxc: remove unnecessary header file inclusion from gpio.h
      spi/imx: use soc name in spi device type naming scheme
      spi/imx: copy gpio number passed by platform data into driver private data
      dt: add empty of_property_read_u32[_array] for non-dt
      spi/imx: add device tree probe support

 .../devicetree/bindings/spi/fsl-imx-cspi.txt       |   22 +
 arch/arm/mach-imx/clock-imx25.c                    |    7 +-
 arch/arm/mach-mx5/clock-mx51-mx53.c                |   11 +-
 arch/arm/plat-mxc/devices/platform-spi_imx.c       |   12 +-
 arch/arm/plat-mxc/include/mach/gpio.h              |    2 -
 drivers/of/base.c                                  |   19 +-
 drivers/spi/Kconfig                                |   15 -
 drivers/spi/spi-imx.c                              |  468 ++++++++++----------
 include/linux/of.h                                 |   29 ++-
 9 files changed, 317 insertions(+), 268 deletions(-)

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

end of thread, other threads:[~2011-07-11  6:32 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-08  8:27 [PATCH 0/6] Add device tree support for imx spi driver Shawn Guo
2011-07-08  8:27 ` Shawn Guo
     [not found] ` <1310113654-25887-1-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-08  8:27   ` [PATCH 1/6] ARM: mxc: remove unnecessary header file inclusion from gpio.h Shawn Guo
2011-07-08  8:27     ` Shawn Guo
2011-07-08  8:27   ` [PATCH 2/6] spi/imx: use soc name in spi device type naming scheme Shawn Guo
2011-07-08  8:27     ` Shawn Guo
     [not found]     ` <1310113654-25887-3-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-08 10:58       ` Sascha Hauer
2011-07-08 10:58         ` Sascha Hauer
     [not found]         ` <20110708105851.GF6069-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2011-07-09  7:00           ` Shawn Guo
2011-07-09  7:00             ` Shawn Guo
     [not found]             ` <20110709070001.GE13962-+NayF8gZjK2ctlrPMvKcciBecyulp+rMXqFh9Ls21Oc@public.gmane.org>
2011-07-11  6:32               ` Sascha Hauer
2011-07-11  6:32                 ` Sascha Hauer
2011-07-08  8:27   ` [PATCH 3/6] spi/imx: copy gpio number passed by platform data into driver private data Shawn Guo
2011-07-08  8:27     ` Shawn Guo
2011-07-08  8:27   ` [PATCH 4/6] dt: add helper function to read u32 arrays Shawn Guo
2011-07-08  8:27     ` Shawn Guo
2011-07-08  8:27   ` [PATCH 5/6] dt: add empty of_property_read_u32[_array] for non-dt Shawn Guo
2011-07-08  8:27     ` Shawn Guo
     [not found]     ` <1310113654-25887-6-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-08 12:33       ` Rob Herring
2011-07-08 12:33         ` Rob Herring
2011-07-08 18:49     ` Grant Likely
2011-07-08 18:49       ` Grant Likely
2011-07-08  8:27   ` [PATCH 6/6] spi/imx: add device tree probe support Shawn Guo
2011-07-08  8:27     ` Shawn Guo
2011-07-08 19:01 ` [PATCH 0/6] Add device tree support for imx spi driver Grant Likely
2011-07-08 19:01   ` Grant Likely
     [not found]   ` <20110708190142.GD9070-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2011-07-09  6:44     ` Shawn Guo
2011-07-09  6:44       ` Shawn Guo

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.