aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/power-domain.c
Commit message (Collapse)AuthorAgeFilesLines
* S5PC11X: PD: Restore clock status in error case of enabling power domainKisoo Yu2012-03-301-3/+2
| | | | | | | | | | Before enabling power domain, all clocks in that power domain should be on. After enabling, clock status is restored as before. Even though power domain enabling fails, clock should be restored as before. Change-Id: I069ae8883b260b6a0c669747a0fbf63d5401e8c0 Signed-off-by: Kisoo Yu <ksoo.yu@samsung.com>
* S5PC11X: PD: Add spinlock in power domain controlKisoo Yu2012-01-101-3/+12
| | | | | | | | | All power domain controls use one NORMAL_CFG register. So, enable and disable procedure needs a protection from simultaneous access. Change-Id: I1f726faa7b546d111bc286e60de8189ebc0ea975 Signed-off-by: Kisoo Yu <ksoo.yu@samsung.com>
* ARM: herring: sound: Use audio driver from 2.6.35Arve Hjønnevåg2011-11-171-1/+1
| | | | | | | | | | | | | | | | fix herring-wm8994.c to compile on 2.6.39 checkpoint: use mainline sound driver checkout: audio driver loads but locks up checkpoint: audio setup does not complain, but playback times-out checkpoint: using soc sound i2s and dma code from 2.6.35 - dma still hangs checkpoint: using old codec, dma and i2s code sound plays but is distorded fix distorted sound rename samsung wm8994 codec to not conflict with standard wm8994 mfd device modify dma.c to work with dma wrapper rename some audio config options and fix defconfig remove some duplicate clocks Change-Id: I1b72b5b7937fd4a40a1719674976ba16d7e8f3a6
* S5PC11X: PD: Add G3D power domain gating code.huisung.kang2011-11-171-0/+38
| | | | | Change-Id: I11d2dd2e666249264c48c344ce67c0ae9082e598 Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
* S5PC11X: PD: Remove "always_on" option in audio power domain.huisung.kang2011-11-171-1/+0
| | | | | Change-Id: Idec467e4575c938a4a238c689b702ea22462b123 Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
* S5PC11X: PD: Remove unused and unnecessary variable.huisung.kang2011-11-171-14/+1
| | | | | Change-Id: I85fa6e3c44206e884b54c9c04c7e57579b8c64ae Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
* S5PC11X: PD: Change name of supply in power domainhuisung.kang2011-11-171-8/+10
| | | | | Change-Id: Ifc9a8fe73dfeba4936f634f28baf41eb79e9fe8c Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
* S5PC11X: PD: Add regulator support for s5pc11x power domainArve Hjønnevåg2011-11-171-0/+532
This patch adds regulator driver for s5pc11x power domain control. In case of G3D, we will add later after g3d kernel driver apply to kernel. Change-Id: Id9ae54b1c0aae1e819bca4752fb5508ee016a0ba Signed-off-by: huisung.kang <hs1218.kang@samsung.com>