linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] mmc: mvsdio: use devm_ API to simplify/correct error paths.
@ 2013-01-16 13:13 Andrew Lunn
  2013-01-16 13:13 ` [PATCH 1/5] " Andrew Lunn
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Andrew Lunn @ 2013-01-16 13:13 UTC (permalink / raw)
  To: linux-arm-kernel

Russell King pointed out a number of issues with the probe code in the
mvsdio driver and supplied a patch. This patchset uses a modified
version, converting resource allocations to devm API calls, and fixes
the error paths. The patches that then follow are from Thomas
Petazzoni making other cleanups and adding device tree. These patches
needed some changes after the swap to devm. The patches here replace
the earlier submitted patches with the same Subject.

Andrew Lunn (1):
  mmc: mvsdio: use devm_ API to simplify/correct error paths.

Thomas Petazzoni (4):
  mmc: mvsdio: use slot-gpio infrastructure for write protect gpio
  mmc: mvsdio: use slot-gpio for card detect gpio
  mmc: mvsdio: implement a Device Tree binding
  mmc: mvsdio: add pinctrl integration

 .../devicetree/bindings/mmc/orion-sdio.txt         |   17 ++
 drivers/mmc/host/mvsdio.c                          |  187 ++++++++------------
 2 files changed, 93 insertions(+), 111 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/orion-sdio.txt

-- 
1.7.10.4

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 13:13 [PATCH 0/5] mmc: mvsdio: use devm_ API to simplify/correct error paths Andrew Lunn
2013-01-16 13:13 ` [PATCH 1/5] " Andrew Lunn
2013-01-23  1:09   ` Jason Cooper
2013-01-16 13:13 ` [PATCH 2/5] mmc: mvsdio: use slot-gpio infrastructure for write protect gpio Andrew Lunn
2013-01-16 13:13 ` [PATCH 3/5] mmc: mvsdio: use slot-gpio for card detect gpio Andrew Lunn
2013-01-16 13:13 ` [PATCH 4/5] mmc: mvsdio: implement a Device Tree binding Andrew Lunn
2013-01-16 13:14 ` [PATCH 5/5] mmc: mvsdio: add pinctrl integration Andrew Lunn
2013-01-23  1:44 ` [PATCH 0/5] mmc: mvsdio: use devm_ API to simplify/correct error paths Jason Cooper

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).