[s3c24xx] Fix wm8753 register cache.
[openwrt.git] / target / linux / s3c24xx / patches-2.6.30 / 053-glamo.patch
1 --- a/drivers/mfd/Kconfig
2 +++ b/drivers/mfd/Kconfig
3 @@ -241,6 +241,8 @@ config PCF50633_GPIO
4          Say yes here if you want to include support GPIO for pins on
5          the PCF50633 chip.
6  
7 +source "drivers/mfd/glamo/Kconfig"
8 +
9  endmenu
10  
11  menu "Multimedia Capabilities Port drivers"
12 --- a/drivers/mfd/Makefile
13 +++ b/drivers/mfd/Makefile
14 @@ -4,6 +4,7 @@
15  
16  obj-$(CONFIG_MFD_SM501)                += sm501.o
17  obj-$(CONFIG_MFD_ASIC3)                += asic3.o
18 +obj-$(CONFIG_MFD_GLAMO)                += glamo/
19  
20  obj-$(CONFIG_HTC_EGPIO)                += htc-egpio.o
21  obj-$(CONFIG_HTC_PASIC3)       += htc-pasic3.o
22 --- a/include/linux/fb.h
23 +++ b/include/linux/fb.h
24 @@ -124,6 +124,7 @@ struct dentry;
25  #define FB_ACCEL_TRIDENT_BLADE3D 52    /* Trident Blade3D              */
26  #define FB_ACCEL_TRIDENT_BLADEXP 53    /* Trident BladeXP              */
27  #define FB_ACCEL_CIRRUS_ALPINE   53    /* Cirrus Logic 543x/544x/5480  */
28 +#define FB_ACCEL_GLAMO         50      /* SMedia Glamo                 */
29  #define FB_ACCEL_NEOMAGIC_NM2070 90    /* NeoMagic NM2070              */
30  #define FB_ACCEL_NEOMAGIC_NM2090 91    /* NeoMagic NM2090              */
31  #define FB_ACCEL_NEOMAGIC_NM2093 92    /* NeoMagic NM2093              */