'error: 'SDHCI_QUIRK_NO_HISPD_BIT' undeclared' and 'undefined reference to `sdhci_card_detect''

2010-08-13 Thread Kukjin Kim
Hi, This is just information about Samsung sdmmc stuff building error now. I found Marek's 'sdhci-s3c: enable SDHCI_QUIRK_NO_HISPD_BIT quirk' in the Linus' tree. (commit ID: a1d5646005af1247d6ae78434bb4db15b07a07b2) But not defined the quirk yet...so following build error happened with

RE: 'error: 'SDHCI_QUIRK_NO_HISPD_BIT' undeclared' and 'undefined reference to `sdhci_card_detect''

2010-08-13 Thread Marek Szyprowski
Hello, On Friday, August 13, 2010 9:32 AM Kukjin Kim wrote: This is just information about Samsung sdmmc stuff building error now. I found Marek's 'sdhci-s3c: enable SDHCI_QUIRK_NO_HISPD_BIT quirk' in the Linus' tree. (commit ID: a1d5646005af1247d6ae78434bb4db15b07a07b2) But not defined

[PATCH] ARM: S3C2410: Fix on build warning about dependency in mach-s3c2440/Kconfig

2010-08-13 Thread Kukjin Kim
This patch fixes on following build warnings. warning: (CPU_S3C2440 ARCH_S3C2410 S3C2410_DMA) selects S3C2440_DMA which has unmet direct dependencies (ARCH_S3C2410 CPU_S3C24405B) warning: (CPU_S3C2440 ARCH_S3C2410 || CPU_S3C2442 ARCH_S3C2410) selects CPU_S3C244X

[PATCH v2] ARM: S3C2410: Fix on build warning about dependency in mach-s3c2440/Kconfig

2010-08-13 Thread Kukjin Kim
This patch fixes on following build warnings. warning: (CPU_S3C2440 ARCH_S3C2410 S3C2410_DMA) selects S3C2440_DMA which has unmet direct dependencies (ARCH_S3C2410 CPU_S3C24405B) warning: (CPU_S3C2440 ARCH_S3C2410 || CPU_S3C2442 ARCH_S3C2410) selects CPU_S3C244X

Re: [PATCH] ARM: S3C2410: Fix on build warning about dependency in mach-s3c2440/Kconfig

2010-08-13 Thread Sergei Shtylyov
Hello. Kukjin Kim wrote: This patch fixes on following build warnings. warning: (CPU_S3C2440 ARCH_S3C2410 S3C2410_DMA) selects S3C2440_DMA which has unmet direct dependencies (ARCH_S3C2410 CPU_S3C24405B) warning: (CPU_S3C2440 ARCH_S3C2410 || CPU_S3C2442 ARCH_S3C2410)

Re: [RFC 9/9] crypto: Add Samsung crypto engine driver

2010-08-13 Thread Maurus Cuelenaere
Op 13-08-10 00:32, David Miller schreef: From: Maurus Cuelenaere mcuelena...@gmail.com Date: Thu, 12 Aug 2010 13:47:24 +0200 The main issues still remain (DMA not working at all and FIFO not working for some (T)DES transfers). Additionally, I couldn't get tcrypt to test the s3c-sss driver

[PATCH] ARM: Update number of VIC

2010-08-13 Thread Kukjin Kim
Update the number of VIC to handle the 3 or 4 VICs of the S5PV210, S5P6442 and S5PC100. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Ben Dooks ben-li...@fluff.org Cc: Russell King r...@arm.linux.org.uk --- arch/arm/common/Kconfig |4 +++- 1 files changed, 3 insertions(+), 1

[PATCH 0/5] ARM: S3C64XX: SmartQ related patches

2010-08-13 Thread Maurus Cuelenaere
These patches add further peripheral support to the SmartQ boards. This was based on 320b2b8de12698082609ebbc1a17165727f4c893. Maurus Cuelenaere (4): ARM: S3C64XX: Move SmartQ LCD control platform definition to shared file ARM: S3C64XX: Set wifi and iNAND as permanently connected SD

[PATCH 1/5] ARM: S3C64XX: Move SmartQ LCD control platform definition to shared file

2010-08-13 Thread Maurus Cuelenaere
This shares the common LCD control platform definition used in the SmartQ 5 and 7. This also corrects it as a GPIO bitbanged SPI device instead of an I²C one, which was wrong. Signed-off-by: Maurus Cuelenaere mcuelena...@gmail.com --- arch/arm/mach-s3c64xx/mach-smartq.c | 32

[PATCH 5/5] ARM: S3C64XX: Add wifi RF kill support for SmartQ boards

2010-08-13 Thread Maurus Cuelenaere
This patch create a new platform driver which adds support for RF kill to the on-board WM-G-MR-09 wifi chip. It also adds the platform device glue to the SmartQ board definitions. Signed-off-by: Maurus Cuelenaere mcuelena...@gmail.com --- arch/arm/mach-s3c64xx/Kconfig |7 ++

[PATCH] USB: s3c-hsotg: Remove DEBUG define

2010-08-13 Thread Maurus Cuelenaere
DEBUG is defined unconditionally, remove it as this clutters the message log. Signed-off-by: Maurus Cuelenaere mcuelena...@gmail.com --- drivers/usb/gadget/s3c-hsotg.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/s3c-hsotg.c