From: Jenny TC Date: Thu, 18 Oct 2012 12:00:32 +0000 (+0900) Subject: extcon : register for cable interest by cable name X-Git-Tag: v3.7-rc3~15^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2de3bf177e57417963eec6a131a7bb2d2b660d;p=pandora-kernel.git 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 Signed-off-by: MyungJoo Ham Tested-by: Chanwoo Choi -- Kernel-doc comment added by MyungJoo Ham --- Reading git-diff-tree failed