From f2c1e05f37e6cc0e5365830fd6b2ca59ebc95d76 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 21 Sep 2009 18:29:46 +0000 Subject: Add 2.6.31 patches SVN-Revision: 17665 --- .../linux/s3c24xx/patches-2.6.31/053-glamo.patch | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 target/linux/s3c24xx/patches-2.6.31/053-glamo.patch (limited to 'target/linux/s3c24xx/patches-2.6.31/053-glamo.patch') diff --git a/target/linux/s3c24xx/patches-2.6.31/053-glamo.patch b/target/linux/s3c24xx/patches-2.6.31/053-glamo.patch new file mode 100644 index 0000000000..72584c79a0 --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.31/053-glamo.patch @@ -0,0 +1,38 @@ +From 638b05549def8b8c257a802da780c06055ef9a9e Mon Sep 17 00:00:00 2001 +From: Lars-Peter Clausen +Date: Tue, 21 Jul 2009 12:45:12 +0200 +Subject: [PATCH] 053-glamo.patch + +--- + drivers/mfd/Kconfig | 2 ++ + drivers/mfd/Makefile | 1 + + 2 files changed, 3 insertions(+), 0 deletions(-) + +diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig +index 491ac0f..cc1f6ed 100644 +--- a/drivers/mfd/Kconfig ++++ b/drivers/mfd/Kconfig +@@ -263,6 +263,8 @@ config EZX_PCAP + This enables the PCAP ASIC present on EZX Phones. This is + needed for MMC, TouchScreen, Sound, USB, etc.. + ++source "drivers/mfd/glamo/Kconfig" ++ + endmenu + + menu "Multimedia Capabilities Port drivers" +diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile +index 6f8a9a1..b724861 100644 +--- a/drivers/mfd/Makefile ++++ b/drivers/mfd/Makefile +@@ -4,6 +4,7 @@ + + obj-$(CONFIG_MFD_SM501) += sm501.o + obj-$(CONFIG_MFD_ASIC3) += asic3.o ++obj-$(CONFIG_MFD_GLAMO) += glamo/ + + obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o + obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o +-- +1.5.6.5 + -- cgit v1.2.3