extcon : register for cable interest by cable name
authorJenny TC <jenny.tc@intel.com>
Thu, 18 Oct 2012 12:00:32 +0000 (21:00 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 23 Oct 2012 07:32:18 +0000 (16:32 +0900)
commit4f2de3bf177e57417963eec6a131a7bb2d2b660d
treeaf4c10d1848ea4e075b16b8b578ed493fe4c4d61
parent44b7bccf7c5372eab3408593ab2142a5dcde03f6
extcon : register for cable interest by cable name

There are some scnearios where a driver/framework needs to register
interest for a particular cable without specifying the extcon device
name. One such scenario is charger notifications. The platform will
have charger cabel which will be bound to any extcon device. It's
not mandatory for the charger driver to know which extcon device
it should use. This patch enables the support for registering
interest for a cable just by cable name wihtout specifying the
extcon device name

Signed-off-by: Jenny TC <jenny.tc@intel.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
--
Kernel-doc comment added by MyungJoo Ham
drivers/extcon/extcon-class.c