extcon: Add extcon_alloc_cables to simplify extcon register function
authorBumwoo Lee <bw365.lee@samsung.com>
Mon, 20 Mar 2023 03:19:37 +0000 (12:19 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 29 May 2023 14:31:25 +0000 (23:31 +0900)
commit3d9138e5bdcf9f0277904441cbf4cb1407ed8603
tree631adcf439bc73b9c95c721782d9efb97afc7632
parent7f4c9bc29ba72c5e3d0f9eaa91cabac9cd3342c9
extcon: Add extcon_alloc_cables to simplify extcon register function

The cable allocation part is functionalized from extcon_dev_register.

Signed-off-by: Bumwoo Lee <bw365.lee@samsung.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon.c