From mboxrd@z Thu Jan 1 00:00:00 1970 From: mcuelenaere@gmail.com (Maurus Cuelenaere) Date: Mon, 8 Mar 2010 19:38:42 +0100 Subject: [PATCH 0/7]: Add support for SmartQ 5/7 machines (Samsung S3C6410) Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, These patches add basic support for SmartQ machines. In order to get wifi working, you'll need to enable multiblock in the sdhci-s3c driver; which depends on ADMA (I never got multiblock working in PIO mode). I'll submit this patch separately. All other drivers seem to work, except for s3c-hsotg. Sound support will follow later, haven't got that working fully yet. Maurus Cuelenaere (7): ARM: S3C64XX: Add clock source frequency as driver data to s3c-hsotg USB: gadget: Increase reset timeout in s3c-hsotg ARM: SAMSUNG: Move mach/ts.h to plat/ts.h ARM: S3C64XX: Add touchscreen platform device definition ARM: S3C64XX: Add s3c64xx support to touchscreen driver ARM: SAMSUNG: Add broken_card_detection field to HSMMC platform data ARM: S3C6410: Add basic support for SmartQ machines -- Maurus Cuelenaere