extcon: Use the extcon_set_state_sync() instead of deprecated functions
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 16 Aug 2016 06:55:34 +0000 (15:55 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 13 Sep 2016 02:26:26 +0000 (11:26 +0900)
commit8670b4598064007abfc44554e713fa2004734e1d
tree0dbe828dfa26bdd689c83b91735a756a2b484609
parent525867dbd11899835a029da3532eeee9f773db31
extcon: Use the extcon_set_state_sync() instead of deprecated functions

This patch alters the renamed extcon API to set the state of the external
connectors instead of deprecated extcon_set_cable_state_().

Because the patch[1] modifies the function name to maintain the function
naming pattern.
- extcon_set_cable_state_() -> extcon_set_state_sync()
- extcon_get_cable_state_() -> extcon_get_state()

[1] https://lkml.org/lkml/2016/8/4/729
- extcon: Rename the extcon_set/get_state() to maintain the function naming pattern

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Roger Quadros <rogerq@ti.com>
13 files changed:
drivers/extcon/extcon-adc-jack.c
drivers/extcon/extcon-arizona.c
drivers/extcon/extcon-axp288.c
drivers/extcon/extcon-gpio.c
drivers/extcon/extcon-max14577.c
drivers/extcon/extcon-max3355.c
drivers/extcon/extcon-max77693.c
drivers/extcon/extcon-max77843.c
drivers/extcon/extcon-max8997.c
drivers/extcon/extcon-palmas.c
drivers/extcon/extcon-rt8973a.c
drivers/extcon/extcon-sm5502.c
drivers/extcon/extcon-usb-gpio.c
This page took 0.025435 seconds and 5 git commands to generate.