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
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
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
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 ++
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
--
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 ++
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-