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

2012-06-05 Thread Linus Walleij
On Thu, May 24, 2012 at 1:47 AM, Thomas Abraham wrote: > 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 Acked-by: Linus Walleij I guess it's already applied... sorry for takin

Re: [PATCH] NFC: Driver for SAMSUNG S3FHRN2 NFC Chip.

2012-06-05 Thread Samuel Ortiz
Hi WoonKi, On Tue, Jun 05, 2012 at 04:49:38PM +0900, �̿��� wrote: > This is a driver for the S3FHRN2 NFC device. the driver is just a > proxy getting SHDLC/HCI frames from a userspace stack. > > Signed-off-by: WoonKi Lee NACK from me. We started the NFC subsystem to avoid having a new and differ

Re: [PATCH] NFC: Driver for SAMSUNG S3FHRN2 NFC Chip.

2012-06-05 Thread Marcel Holtmann
Hi, > This is a driver for the S3FHRN2 NFC device. the driver is just a > proxy getting SHDLC/HCI frames from a userspace stack. > + > + info->miscdev.minor = MISC_DYNAMIC_MINOR; > + info->miscdev.name = S3FHRN2_DRIVER_NAME; > + info->miscdev.fops = &s3fhrn2_fops; > + info->misc

[PATCH] NFC: Driver for SAMSUNG S3FHRN2 NFC Chip.

2012-06-05 Thread 이운기
This is a driver for the S3FHRN2 NFC device. the driver is just a proxy getting SHDLC/HCI frames from a userspace stack. Signed-off-by: WoonKi Lee --- drivers/nfc/Kconfig |8 + drivers/nfc/Makefile|1 + drivers/nfc/s3fhrn2_i2c.c | 594 ++

[PATCH 3/3] ASoC: follow the updated samsung DMA common operations

2012-06-05 Thread Boojin Kim
This patch uses config() function to configure DMA transmit options. Signed-off-by: Boojin Kim --- sound/soc/samsung/dma.c | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/sound/soc/samsung/dma.c b/sound/soc/samsung/dma.c index ddc6cde..f3ebc38 100644 --

[PATCH 2/3] spi: Add the use of DMA config operation

2012-06-05 Thread Boojin Kim
Config operation is separated from request operation in DMA common operation. Because spi driver can change the DMA config for every transfer. So this patch is using the separated DMA config operation. Signed-off-by: Boojin Kim Signed-off-by: Kyoungil Kim --- drivers/spi/spi-s3c64xx.c | 33 ++

[PATCH 1/3] ARM: SAMSUNG: Add config() function in DMA common operations

2012-06-05 Thread Boojin Kim
This patch adds config() that configures DMA transmit option. This function was originally included in request(). But, Some DMA client driver requires to change the configuration after request(). So, This patch picks up it from request(). Signed-off-by: Boojin Kim --- arch/arm/plat-samsung/dma-