添加wm8994驱动支持
author邱建斌 <qjb@rock-chips.com>
Fri, 4 Mar 2011 06:31:56 +0000 (14:31 +0800)
committer邱建斌 <qjb@rock-chips.com>
Fri, 4 Mar 2011 06:31:56 +0000 (14:31 +0800)
commit84a568df720c4a7bcd068becf0175b4d5848c92b
tree9a872beb438ad0f3a3dfb0c1d187222a9528c6e4
parent6d74f4e4f18ea2802c0e90cb27b076c903f958b6
添加wm8994驱动支持
25 files changed:
arch/arm/configs/rk29_phonesdk_defconfig [changed mode: 0755->0644]
arch/arm/mach-rk29/board-rk29-phonesdk.c
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/wm8994-gpio.c [new file with mode: 0644]
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/wm8994-core.c [new file with mode: 0755]
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/wm8994-regulator.c [new file with mode: 0644]
include/linux/mfd/wm8994/core.h [new file with mode: 0644]
include/linux/mfd/wm8994/gpio.h [new file with mode: 0644]
include/linux/mfd/wm8994/pdata.h [new file with mode: 0644]
include/linux/mfd/wm8994/registers.h [new file with mode: 0644]
include/sound/soc-dapm.h
sound/soc/codecs/Kconfig
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm8994.h
sound/soc/codecs/wm_hubs.c [changed mode: 0644->0755]
sound/soc/codecs/wm_hubs.h [changed mode: 0644->0755]
sound/soc/rk29/Kconfig
sound/soc/rk29/rk29_pcm.c
sound/soc/rk29/rk29_wm8994.c [new file with mode: 0755]
sound/soc/soc-dapm.c