Re: [PATCH] mmc: dt: Add 'broken-cd' DT binding

2012-08-23 Thread Thomas Abraham
On 22 August 2012 22:39, Mitch Bradley w...@firmworks.com wrote: Sorry to interject on a topic that seems to have already been decided, but I'm confused by one thing and would like clarification. I understand that you need to use a GPIO-style specifier as a surrogate for a pinmux

RE: [PATCH] ARM: EXYNOS: Add MFC device tree support

2012-08-23 Thread Kukjin Kim
Arun Kumar K wrote: Hi Thomas, Thank you for the comments. Please find my response inline. --- Original Message --- Sender : Thomas Abrahamthomas.abra...@linaro.org Date : Aug 16, 2012 17:12 (GMT+05:30) Title : Re: [PATCH] ARM: EXYNOS: Add MFC device tree support On 16

RE: [PATCH 1/2] ARM: S3C64XX: Update configuration for WM5102 module on Cragganmore

2012-08-23 Thread Kukjin Kim
Mark Brown wrote: On Sat, Aug 11, 2012 at 02:08:09PM +0900, Kukjin Kim wrote: BTW, don't you need to enable your Cragganmore board in the defconfig? Well, it doesn't really matter that much to us - it's more a question for whoever uses the defconfig. Yeah, actually SoC defconfig in

RE: [PATCH V2 0/5] arm: samsung: Move FIMD headers to include/video/

2012-08-23 Thread Kukjin Kim
Florian Tobias Schandinat wrote: On 08/01/2012 02:28 AM, Kukjin Kim wrote: Leela Krishna Amudala wrote: This patchset moves the contents of regs-fb-v4.h and regs-fb.h from arch side to include/video/samsung_fimd.h This patchset is created and rebased against master branch of

[PATCH v3 0/4] pinctrl: add support for samsung pinctrl driver

2012-08-23 Thread Thomas Abraham
Changes since v2: - Fixes as suggested by Linus Walleij linus.wall...@linaro.org Changes since v1: - Added support for external gpio and wakeup interrupts for Exynos4. This patch series adds a common pinctrl driver for all Samsung platforms and enables the pinctrl driver support for Exynos4210

[PATCH v3 3/4] gpio: exynos4: skip gpiolib registration if pinctrl driver is used

2012-08-23 Thread Thomas Abraham
Pinctrl driver, when enabled, registers all the gpio pins and hence the registration of gpio pins by this driver can be skipped. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org Acked-by: Grant Likely grant.lik...@secretlab.ca Acked-by: Linus Walleij linus.wall...@linaro.org ---

[PATCH v3 1/4] pinctrl: add samsung pinctrl and gpiolib driver

2012-08-23 Thread Thomas Abraham
Add a new device tree enabled pinctrl and gpiolib driver for Samsung SoC's. This driver provides a common and extensible framework for all Samsung SoC's to interface with the pinctrl and gpiolib subsystems. This driver supports only device tree based instantiation and hence can be used only on

[PATCH v3 4/4] ARM: EXYNOS: skip wakeup interrupt setup if pinctrl driver is used

2012-08-23 Thread Thomas Abraham
Pinctrl driver includes support for configuring the external wakeup interrupts. On exynos platforms that use pinctrl driver, the setup of wakeup interrupts in the exynos platform code can be skipped. Cc: Kukjin Kim kgene@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org ---

[PATCH v3 2/4] pinctrl: add exynos4210 specific extensions for samsung pinctrl driver

2012-08-23 Thread Thomas Abraham
Add information about the Exynos4210 pin banks and driver data which is used by the Samsung pinctrl driver. In addition to this, the support for external gpio and wakeup interrupt support is included and hooked up with the Samsung pinctrl driver. Cc: Linus Walleij linus.wall...@linaro.org Cc:

[GIT PULL] Samsung fixes for v3.6

2012-08-23 Thread Kukjin Kim
Hi Arnd, Olof, Here are Samsung fixes for v3.6 For HDMI, already HDMI support for EXYNOS in mainline kernel is broken because its configuration moved to platform data but regarding platform data didn't support yet. And others are for fix warnings. If any problems, please kindly let me know.

[PATCH v2 0/2] ARM: Exynos4-DT: Enable pinctrl driver support

2012-08-23 Thread Thomas Abraham
This patch series enables support for pin controller driver for Exynos4210 SoC based device tree enabled platforms. The first patch in this series adds the pin group nodes for each of the three pin controller instances, but it is not a exhaustive list of all possible pin group nodes. As the

[PATCH v2 1/2] ARM: dts: Add pinctrl node entries for Samsung Exynos4210 SoC

2012-08-23 Thread Thomas Abraham
Add pinctrl driver nodes for the three instances of pin controllers in Samsung Exynos4210 SoC and add the pin group nodes available in the each of those three instances. Cc: Kukjin Kim kgene@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org ---

[PATCH v2 2/2] ARM: EXYNOS: Enable pinctrl driver support for Exynos4 device tree enabled platform

2012-08-23 Thread Thomas Abraham
This enables support for Samsung and Exynos4 pinctrl driver for device tree enabled Exynos4 platforms. Cc: Kukjin Kim kgene@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/Kconfig |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

Re: [PATCH] spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functions

2012-08-23 Thread Guenter Roeck
On Thu, Aug 23, 2012 at 02:40:45PM +0900, Kukjin Kim wrote: Guenter Roeck wrote: Suspend and resume functions call spi_master_get() without matching spi_master_put(). The extra references are unnecessary and cause subsequent module unload attempts to fail. Drop the calls.

Re: [GIT PULL] Samsung fixes for v3.6

2012-08-23 Thread Arnd Bergmann
On Thursday 23 August 2012, Kukjin Kim wrote: For HDMI, already HDMI support for EXYNOS in mainline kernel is broken because its configuration moved to platform data but regarding platform data didn't support yet. And others are for fix warnings. Pulled into fixes branch. Thanks, Arnd

Re: [PATCH 1/2] ARM: S3C64XX: Update configuration for WM5102 module on Cragganmore

2012-08-23 Thread Mark Brown
On Thu, Aug 23, 2012 at 06:45:19PM +0900, Kukjin Kim wrote: Yeah, actually SoC defconfig in mainline doesn't cover _real_ requirements for (mass) product. But I think, it's time we need to sort out the defconfigs so that we could use them efficiently on product. BTW, if enabling board in

[PATCH v5] mmc: sdhci-s3c: Add device tree support

2012-08-23 Thread Thomas Abraham
Add device tree based discovery support for Samsung's sdhci controller Cc: Ben Dooks ben-li...@fluff.org Cc: Kukjin Kim kgene@samsung.com Cc: Chris Ball c...@laptop.org Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- Changes since v4: Adapted to new mmc core card detection

Re: [PATCH v3 1/4] pinctrl: add samsung pinctrl and gpiolib driver

2012-08-23 Thread Stephen Warren
On 08/23/2012 05:15 AM, Thomas Abraham wrote: Add a new device tree enabled pinctrl and gpiolib driver for Samsung SoC's. This driver provides a common and extensible framework for all Samsung SoC's to interface with the pinctrl and gpiolib subsystems. This driver supports only device tree

Re: [PATCH v5] mmc: sdhci-s3c: Add device tree support

2012-08-23 Thread Jaehoon Chung
On 08/24/2012 02:10 AM, Thomas Abraham wrote: Add device tree based discovery support for Samsung's sdhci controller Cc: Ben Dooks ben-li...@fluff.org Cc: Kukjin Kim kgene@samsung.com Cc: Chris Ball c...@laptop.org Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- Changes

Re: [PATCH v5] mmc: sdhci-s3c: Add device tree support

2012-08-23 Thread Thomas Abraham
On 24 August 2012 05:28, Jaehoon Chung jh80.ch...@samsung.com wrote: On 08/24/2012 02:10 AM, Thomas Abraham wrote: Add device tree based discovery support for Samsung's sdhci controller Cc: Ben Dooks ben-li...@fluff.org Cc: Kukjin Kim kgene@samsung.com Cc: Chris Ball c...@laptop.org

Re: [PATCH v3 1/4] pinctrl: add samsung pinctrl and gpiolib driver

2012-08-23 Thread Thomas Abraham
On 24 August 2012 04:42, Stephen Warren swar...@wwwdotorg.org wrote: On 08/23/2012 05:15 AM, Thomas Abraham wrote: Add a new device tree enabled pinctrl and gpiolib driver for Samsung SoC's. This driver provides a common and extensible framework for all Samsung SoC's to interface with the

Re: [PATCH] mmc: dt: Add card-detection properties to core binding.

2012-08-23 Thread Shawn Guo
On Wed, Aug 22, 2012 at 02:05:35PM -0400, Chris Ball wrote: Signed-off-by: Chris Ball c...@laptop.org Acked-by: Shawn Guo shawn@linaro.org Will move sdhci-esdhc-imx driver to this soon. Regards, Shawn --- Documentation/devicetree/bindings/mmc/mmc.txt | 9 +++-- 1 file changed, 7