Re: [PATCH v2 0/2] mmc: host: sdhci-s3c: Add support for pinctrl interface

2012-11-21 Thread Tomasz Figa
Hi,

On Friday 16 of November 2012 15:28:15 Tomasz Figa wrote:
 This series intends to add support for pin configuration using pin
 control interface.
 
 First patch cleans up GPIO requesting and freeing in the driver to
 simplify adding pin control support.
 
 Second patch adds pin control support to the driver.
 
 Changes since v1:
  - fixed build error because of incorrect merge
 
 Tomasz Figa (2):
   mmc: host: sdhci-s3c: Use devm_gpio_request to request GPIOs
   mmc: host: sdhci-s3c: Add support for pinctrl
 
  .../devicetree/bindings/mmc/samsung-sdhci.txt  | 20 ++---
  drivers/mmc/host/sdhci-s3c.c   | 52
 -- 2 files changed, 32 insertions(+), 40
 deletions(-)

I know it's less than a week since I posted this series, but time is 
running out, while it would be nice to get this included in 3.8, because 
it's required for all Exynos4 boards using MMC.

Best regards,
-- 
Tomasz Figa
Samsung Poland RD Center
SW Solution Development, Linux Platform

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 0/2] mmc: host: sdhci-s3c: Add support for pinctrl interface

2012-11-16 Thread Tomasz Figa
This series intends to add support for pin configuration using pin control
interface.

First patch cleans up GPIO requesting and freeing in the driver to simplify
adding pin control support.

Second patch adds pin control support to the driver.

Changes since v1:
 - fixed build error because of incorrect merge

Tomasz Figa (2):
  mmc: host: sdhci-s3c: Use devm_gpio_request to request GPIOs
  mmc: host: sdhci-s3c: Add support for pinctrl

 .../devicetree/bindings/mmc/samsung-sdhci.txt  | 20 ++---
 drivers/mmc/host/sdhci-s3c.c   | 52 --
 2 files changed, 32 insertions(+), 40 deletions(-)

-- 
1.8.0

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html