WSL2-Linux-Kernel/drivers/extcon
Chanwoo Choi dae6165124 extcon: Change field type of 'dev' in extcon_dev structure
The extcon device must always need 'struct device' so this patch change
field type of 'dev' instead of allocating memory for 'struct device' on
extcon_dev_register() function.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <cw00.choi@samsung.com>
2013-09-27 09:37:01 +09:00
..
Kconfig extcon: Add an API to get extcon device from dt node 2013-08-05 08:52:45 +09:00
Makefile extcon: Add an API to get extcon device from dt node 2013-08-05 08:52:45 +09:00
extcon-adc-jack.c extcon: Change field type of 'dev' in extcon_dev structure 2013-09-27 09:37:01 +09:00
extcon-arizona.c extcon: arizona: Don't require micbias to be shifted in pdata 2013-09-27 09:37:01 +09:00
extcon-class.c extcon: Change field type of 'dev' in extcon_dev structure 2013-09-27 09:37:01 +09:00
extcon-gpio.c extcon: gpio: Add support for active-low presence to detect pins 2013-09-27 09:37:01 +09:00
extcon-max8997.c extcon: max8997: Fix checkpatch warning 2013-09-27 09:36:59 +09:00
extcon-max77693.c extcon: max77693: Fix checkpatch warning 2013-09-27 09:37:00 +09:00
extcon-palmas.c extcon: use dev_get_platdata() 2013-09-27 09:37:01 +09:00
of_extcon.c extcon: Add an API to get extcon device from dt node 2013-08-05 08:52:45 +09:00