]> git.baikalelectronics.ru Git - kernel.git/commit
Extcon: Arizona: Add driver for Wolfson Arizona class devices
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 24 Jun 2012 11:09:45 +0000 (12:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jun 2012 23:01:02 +0000 (16:01 -0700)
commit46362d891c9a09b9eb09e779ec8a5384a38f2b0c
tree811b6a02363ccad00713a88cb4301d639ec406c6
parent0b51bbe68bba057a6973a5925a98dbefa7ad35a3
Extcon: Arizona: Add driver for Wolfson Arizona class devices

Most Wolfson Arizona class audio hub CODECs include a flexible ultra low
power accessory detection subsystem. This driver exposes initial support
for this subsystem via the Extcon framework, implementing support for
ultra low power detection of headphone and headset with the ability to
detect the polarity of a headset.

The functionality of the devices is much richer and more flexible than
the current driver, future patches will extend the features of the
driver to more fully exploit this.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/extcon/Kconfig
drivers/extcon/Makefile
drivers/extcon/extcon-arizona.c [new file with mode: 0644]