linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/11] mmc: core and driver DT and related development
@ 2013-01-23 15:32 Guennadi Liakhovetski
  2013-01-23 15:32 ` [PATCH v2 01/11] mmc: sdhi, tmio: only check flags in tmio-mmc driver proper Guennadi Liakhovetski
                   ` (10 more replies)
  0 siblings, 11 replies; 30+ messages in thread
From: Guennadi Liakhovetski @ 2013-01-23 15:32 UTC (permalink / raw)
  To: linux-mmc; +Cc: linux-sh, Magnus Damm, Chris Ball, Guennadi Liakhovetski

This is v2 of a patch series [1], fixing several issues, surfacing with 
SDIO cards on sh-/r-mobile (SDHI) systems. Individual changes noted in 
respective patches.

[1] http://www.mail-archive.com/linux-mmc@vger.kernel.org/index.html#18385

Guennadi Liakhovetski (11):
  mmc: sdhi, tmio: only check flags in tmio-mmc driver proper
  mmc: deprecate redundant cd-inverted and wp-inverted DT properties
  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

 Documentation/devicetree/bindings/mmc/mmc.txt      |    8 ++
 Documentation/devicetree/bindings/mmc/tmio_mmc.txt |   19 +++++
 drivers/mmc/core/host.c                            |   82 +++++++++++++++++++
 drivers/mmc/host/sh_mmcif.c                        |    3 +-
 drivers/mmc/host/sh_mobile_sdhi.c                  |   64 ++++-----------
 drivers/mmc/host/tmio_mmc_pio.c                    |   86 +++++++++++++++++---
 include/linux/mfd/tmio.h                           |   18 ----
 include/linux/mmc/host.h                           |   23 +++---
 include/linux/mmc/sh_mobile_sdhi.h                 |    2 -
 9 files changed, 212 insertions(+), 93 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/tmio_mmc.txt

-- 
1.7.2.5

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

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

end of thread, other threads:[~2013-02-01  4:23 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23 15:32 [PATCH v2 00/11] mmc: core and driver DT and related development Guennadi Liakhovetski
2013-01-23 15:32 ` [PATCH v2 01/11] mmc: sdhi, tmio: only check flags in tmio-mmc driver proper Guennadi Liakhovetski
2013-01-23 15:32 ` [PATCH v2 02/11] mmc: deprecate redundant cd-inverted and wp-inverted DT properties Guennadi Liakhovetski
2013-01-28 22:23   ` Chris Ball
2013-01-30 15:47     ` Arnd Bergmann
2013-01-30 16:02       ` Guennadi Liakhovetski
2013-01-30 16:13         ` Guennadi Liakhovetski
2013-01-30 16:29           ` Arnd Bergmann
2013-01-30 17:03             ` Guennadi Liakhovetski
2013-01-31  0:09               ` Arnd Bergmann
2013-01-31  0:20                 ` Chris Ball
2013-01-31  6:47                 ` Guennadi Liakhovetski
2013-01-31  9:00                   ` Arnd Bergmann
2013-01-23 15:32 ` [PATCH v2 03/11] mmc: provide a standard MMC device-tree binding parser centrally Guennadi Liakhovetski
2013-01-23 15:32 ` [PATCH v2 04/11] mmc: (cosmetic) remove "extern" from function declarations Guennadi Liakhovetski
2013-01-23 15:32 ` [PATCH v2 05/11] mmc: sh-mmcif: use mmc_of_parse() to parse standard MMC DT bindings Guennadi Liakhovetski
2013-01-28 22:25   ` Chris Ball
2013-01-23 15:32 ` [PATCH/RFC v2 06/11] mmc: tmio-mmc: define device-tree bindings Guennadi Liakhovetski
2013-01-24 15:34   ` Guennadi Liakhovetski
2013-01-24 15:39     ` Chris Ball
2013-01-24 15:58       ` Guennadi Liakhovetski
2013-01-24 16:03         ` Chris Ball
2013-01-30 14:07           ` Guennadi Liakhovetski
2013-01-30 14:09             ` Chris Ball
2013-02-01  4:23   ` Simon Horman
2013-01-23 15:32 ` [PATCH v2 07/11] mmc: tmio-mmc: parse " Guennadi Liakhovetski
2013-01-23 15:32 ` [PATCH v2 08/11] mmc: sh_mobile_sdhi: remove unused .pdata field Guennadi Liakhovetski
2013-01-23 15:32 ` [PATCH v2 09/11] mmc: sh_mobile_sdhi: use managed resource allocations Guennadi Liakhovetski
2013-01-23 15:32 ` [PATCH v2 10/11] mmc: tmio: remove unused and deprecated symbols Guennadi Liakhovetski
2013-01-23 15:32 ` [PATCH v2 11/11] mmc: tmio: add support for the VccQ regulator Guennadi Liakhovetski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).