* [PATCH 1/5] regulator: Remove s5m8767a buck initialization
@ 2012-06-13 8:26 Sangbeom Kim
2012-06-13 9:45 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Sangbeom Kim @ 2012-06-13 8:26 UTC (permalink / raw)
To: 'Mark Brown', 'Liam Girdwood'; +Cc: linux-kernel, sbkim01
As s5m8767a is revisioned, remove unnecessary buck 2,3,4 initialization routine.
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
---
drivers/regulator/s5m8767.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c
index 290d6fc..4edf344 100644
--- a/drivers/regulator/s5m8767.c
+++ b/drivers/regulator/s5m8767.c
@@ -668,9 +668,6 @@ static __devinit int s5m8767_pmic_probe(struct platform_device *pdev)
s5m8767->buck4_vol[i]);
}
}
- s5m_reg_update(s5m8767->iodev, S5M8767_REG_BUCK2CTRL, 0x78, 0xff);
- s5m_reg_update(s5m8767->iodev, S5M8767_REG_BUCK3CTRL, 0x58, 0xff);
- s5m_reg_update(s5m8767->iodev, S5M8767_REG_BUCK4CTRL, 0x78, 0xff);
if (s5m8767->buck2_ramp)
s5m_reg_update(s5m8767->iodev, S5M8767_REG_DVSRAMP, 0x08, 0x08);
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/5] regulator: Remove s5m8767a buck initialization
2012-06-13 8:26 [PATCH 1/5] regulator: Remove s5m8767a buck initialization Sangbeom Kim
@ 2012-06-13 9:45 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-06-13 9:45 UTC (permalink / raw)
To: Sangbeom Kim; +Cc: 'Liam Girdwood', linux-kernel, sbkim01
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
On Wed, Jun 13, 2012 at 05:26:15PM +0900, Sangbeom Kim wrote:
> As s5m8767a is revisioned, remove unnecessary buck 2,3,4 initialization routine.
Applied, thanks.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-13 9:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 8:26 [PATCH 1/5] regulator: Remove s5m8767a buck initialization Sangbeom Kim
2012-06-13 9:45 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox