]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num()
authorŁukasz Majewski <l.majewski@samsung.com>
Fri, 16 Aug 2013 13:35:26 +0000 (15:35 +0200)
committerHeiko Schocher <hs@denx.de>
Tue, 20 Aug 2013 09:15:32 +0000 (11:15 +0200)
commit3fbb517f30fe68e29640bee63ab366569914d898
tree58921d06fd05d8a1a0ca3279e9354a67750c7b9d
parent2936df1f1183f0bb884489e993a0381c3f179ea6
pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num()

After introduction of unified i2c model, the I2C_SET_BUS() macro is regarded
as obsolete.
Hence it is replaced with i2c_set_bus_num() function call.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@ti.com>
drivers/power/power_i2c.c