Re: [PATCH v3 2/2] regulator: Add support for MAX77686.

2012-05-23 Thread Yadwinder Singh Brar
On Wed, May 23, 2012 at 9:46 AM, Yadwinder Singh Brar yadi.bra...@gmail.com wrote: (adding Kyungmin Park and Samuel Ortiz) Hi, Yes, It happened unintentionally. I didn't know about your patch before submitting the initial version of my patches. I agree with you, I will review your patches

[PATCH 1/1] ARM: EXYNOS: Update keypad entries for SMDK4X12

2012-05-23 Thread Sachin Kamat
Keypad entries are updated as per the latest revision of the board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/mach-smdk4x12.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-exynos/mach-smdk4x12.c

[PATCH] spi: Change FIFO flush operation and spi channel off

2012-05-23 Thread Kyoungil Kim
Setting SW_RST does TX/RX FIFO flush. After FIFO flush, SW_RST should be cleared. The above setting and clearing SW_RST operation should be done after spi channel off. Signed-off-by: Kyoungil Kim ki0351@samsung.com --- drivers/spi/spi-s3c64xx.c |8 1 files changed, 4

[PATCH] spi: Keep chipselect assertion during one message

2012-05-23 Thread Kyoungil Kim
During all transfers in one message, the device will not be chagned. So we don't need to deassert chipselect during one message. Signed-off-by: Kyoungil Kim ki0351@samsung.com --- drivers/spi/spi-s3c64xx.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git

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

2012-05-23 Thread Thomas Abraham
This patch series adds a common pinctrl driver for all Samsung platforms and enables the pinctrl driver support for Exynos4210 based device tree enabled platforms. The scope of this driver is limited to only device tree enabled platforms. The intention of this driver is to replace the existing

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

2012-05-23 Thread Thomas Abraham
Add a new pinctrl and gpiolib driver for Samsung SoC's. This driver provides a common framework for all Samsung SoC's to interface with the pinctrl and gpiolib subsystems. This driver is split into two parts: the pinctrl interface and the gpiolib interface. The pinctrl interface registers pinctrl

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

2012-05-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 --- drivers/gpio/gpio-samsung.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-)

[PATCH 2/3] pinctrl: add exynos4210 specific driver data for samsung pinctrl driver

2012-05-23 Thread Thomas Abraham
Add information about the Exynos4210 pin banks, SoC specific configuration callbacks and driver data which is used by the Samsung pinctrl driver. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/pinctrl/Kconfig |7 ++ drivers/pinctrl/Makefile |1 +