summaryrefslogtreecommitdiffstats
path: root/include/linux/rfkill-regulator.h
Commit message (Collapse)AuthorAgeFilesLines
* rfkill: remove rfkill-regulatorJohannes Berg2017-01-241-48/+0
| | | | | | | | | | | | | There are no users of this ("vrfkill") in the tree, so it's just dead code - remove it. This also isn't really how rfkill is supposed to be used - it's intended as a signalling mechanism to/from the device, which the driver (and partially cfg80211) will handle - having a separate rfkill instance for a regulator is confusing, the driver should use the regulator instead to turn off the device when requested. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
* rfkill: Regulator consumer driver for rfkillAntonio Ospite2011-04-191-0/+48
Add a regulator consumer driver for rfkill to enable controlling radio transmitters connected to voltage regulators using the regulator framework. A new "vrfkill" virtual supply is provided to use in platform code. Signed-off-by: Guiming Zhuo <gmzhuo@gmail.com> Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>