All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/13] mmc: core and driver DT and related development
@ 2013-02-06 19:46 ` Guennadi Liakhovetski
  0 siblings, 0 replies; 57+ messages in thread
From: Guennadi Liakhovetski @ 2013-02-06 19:46 UTC (permalink / raw)
  To: linux-mmc
  Cc: devicetree-discuss, linux-sh, Magnus Damm, Simon Horman,
	Guennadi Liakhovetski

This is v3 of my mmc DT patchset with several patches updated and two
patches, previously sent separately, now integrated into the series.

Guennadi Liakhovetski (13):
  mmc: sdhi, tmio: only check flags in tmio-mmc driver proper
  mmc: detailed definition of CD and WP MMC line polarities in DT
  mmc: provide a standard MMC device-tree binding parser centrally
  mmc: (cosmetic) remove "extern" from function declarations
  mmc: sh-mmcif: use mmc_of_parse() to parse standard MMC DT bindings
  mmc: tmio-mmc: define device-tree bindings
  mmc: tmio-mmc: parse device-tree bindings
  mmc: sh_mobile_sdhi: remove unused .pdata field
  mmc: sh_mobile_sdhi: use managed resource allocations
  mmc: tmio: remove unused and deprecated symbols
  mmc: tmio: add support for the VccQ regulator
  mmc: add DT bindings for more MMC capability flags
  mmc: tmio: add barriers to IO operations

 Documentation/devicetree/bindings/mmc/mmc.txt      |   47 +++++++++-
 Documentation/devicetree/bindings/mmc/tmio_mmc.txt |   15 +++
 drivers/mmc/core/host.c                            |  103 ++++++++++++++++++++
 drivers/mmc/host/sh_mmcif.c                        |    3 +-
 drivers/mmc/host/sh_mobile_sdhi.c                  |   64 +++---------
 drivers/mmc/host/tmio_mmc.h                        |   18 ++--
 drivers/mmc/host/tmio_mmc_pio.c                    |   83 ++++++++++++++---
 include/linux/mfd/tmio.h                           |   18 ----
 include/linux/mmc/host.h                           |   23 +++--
 include/linux/mmc/sh_mobile_sdhi.h                 |    2 -
 10 files changed, 273 insertions(+), 103 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/tmio_mmc.txt

-- 
1.7.2.5

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

end of thread, other threads:[~2013-02-14 15:51 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 19:46 [PATCH v3 00/13] mmc: core and driver DT and related development Guennadi Liakhovetski
2013-02-06 19:46 ` Guennadi Liakhovetski
2013-02-06 19:46 ` [PATCH v3 01/13] mmc: sdhi, tmio: only check flags in tmio-mmc driver proper Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
2013-02-06 19:46 ` [PATCH v3 02/13] mmc: detailed definition of CD and WP MMC line polarities in DT Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
2013-02-06 22:30   ` Arnd Bergmann
2013-02-06 22:30     ` Arnd Bergmann
2013-02-06 19:46 ` [PATCH v3 03/13] mmc: provide a standard MMC device-tree binding parser centrally Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
2013-02-09 13:37   ` Markus Pargmann
2013-02-09 13:37     ` Markus Pargmann
2013-02-06 19:46 ` [PATCH v3 04/13] mmc: (cosmetic) remove "extern" from function declarations Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
2013-02-06 19:46 ` [PATCH v3 05/13] mmc: sh-mmcif: use mmc_of_parse() to parse standard MMC DT bindings Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
     [not found] ` <1360180020-18555-1-git-send-email-g.liakhovetski-Mmb7MZpHnFY@public.gmane.org>
2013-02-06 19:46   ` [PATCH v3 06/13] mmc: tmio-mmc: define device-tree bindings Guennadi Liakhovetski
2013-02-06 19:46     ` Guennadi Liakhovetski
     [not found]     ` <1360180020-18555-7-git-send-email-g.liakhovetski-Mmb7MZpHnFY@public.gmane.org>
2013-02-06 22:24       ` Arnd Bergmann
2013-02-06 22:24         ` Arnd Bergmann
2013-02-07  0:59         ` Simon Horman
2013-02-07  0:59           ` Simon Horman
2013-02-07  8:27           ` Arnd Bergmann
2013-02-07  8:27             ` Arnd Bergmann
2013-02-13 15:59           ` Guennadi Liakhovetski
2013-02-13 15:59             ` Guennadi Liakhovetski
2013-02-14  1:42             ` Magnus Damm
2013-02-14  1:42               ` Magnus Damm
2013-02-14  1:59               ` Simon Horman
2013-02-14  1:59                 ` Simon Horman
2013-02-14  2:09                 ` Magnus Damm
2013-02-14  2:09                   ` Magnus Damm
2013-02-14  2:24                   ` Simon Horman
2013-02-14  2:24                     ` Simon Horman
2013-02-14  8:28                   ` Guennadi Liakhovetski
2013-02-14  8:28                     ` Guennadi Liakhovetski
2013-02-14  9:12                     ` Magnus Damm
2013-02-14  9:12                       ` Magnus Damm
2013-02-14  9:25                       ` Guennadi Liakhovetski
2013-02-14  9:25                         ` Guennadi Liakhovetski
2013-02-14 15:51                         ` Arnd Bergmann
2013-02-06 19:46 ` [PATCH v3 07/13] mmc: tmio-mmc: parse " Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
2013-02-06 19:46 ` [PATCH v3 08/13] mmc: sh_mobile_sdhi: remove unused .pdata field Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
2013-02-06 19:46 ` [PATCH v3 09/13] mmc: sh_mobile_sdhi: use managed resource allocations Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
2013-02-06 19:46 ` [PATCH v3 10/13] mmc: tmio: remove unused and deprecated symbols Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
2013-02-06 19:46 ` [PATCH v3 11/13] mmc: tmio: add support for the VccQ regulator Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
2013-02-06 19:46 ` [PATCH v3 12/13] mmc: add DT bindings for more MMC capability flags Guennadi Liakhovetski
2013-02-06 19:46   ` Guennadi Liakhovetski
2013-02-06 19:47 ` [PATCH v3 13/13] mmc: tmio: add barriers to IO operations Guennadi Liakhovetski
2013-02-06 19:47   ` Guennadi Liakhovetski
2013-02-07  9:51   ` Paul Mundt
2013-02-07  9:51     ` Paul Mundt

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.