kernel-ark/drivers/extcon
Chanwoo Choi a9af65223b extcon: Add extcon_dev_allocate/free() to control the memory of extcon device
This patch add APIs to control the extcon device on extcon provider driver.
The extcon_dev_allocate() allocates the memory of extcon device and initializes
supported cables. And then extcon_dev_free() decrement the reference of the
device of extcon device and free the memory of the extcon device. This APIs
must need to implement devm_extcon_dev_allocate()/free() APIs.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
2014-04-29 09:35:15 +09:00
..
extcon-adc-jack.c extcon: adc-jack: Use devm_extcon_dev_register() 2014-04-24 19:37:03 +09:00
extcon-arizona.c extcon: arizona: Use devm_extcon_dev_register() 2014-04-24 19:37:06 +09:00
extcon-class.c extcon: Add extcon_dev_allocate/free() to control the memory of extcon device 2014-04-29 09:35:15 +09:00
extcon-gpio.c extcon: gpio: Use devm_extcon_dev_register() 2014-04-24 19:37:03 +09:00
extcon-max8997.c extcon: max8997: Use devm_extcon_dev_register() 2014-04-24 19:37:05 +09:00
extcon-max14577.c extcon: max14577: Use devm_extcon_dev_register() 2014-04-24 19:37:04 +09:00
extcon-max77693.c extcon: max77693: Use devm_extcon_dev_register() 2014-04-24 19:37:04 +09:00
extcon-palmas.c extcon: palmas: Use devm_extcon_dev_register() 2014-04-24 19:37:05 +09:00
Kconfig extcon: max14577: Add support for MAX77836 2014-04-23 14:09:25 +01:00
Makefile extcon: Move OF helper function to extcon core and change function name 2014-03-19 14:41:58 +09:00