linux-stable/drivers/extcon
anish kumar 980d792981 Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices
External connector devices that decides connection information based on
ADC values may use adc-jack device driver. The user simply needs to
provide a table of adc range and connection states. Then, extcon
framework will automatically notify others.

Changes in V1:
added Lars-Peter Clausen suggested changes:
Using macros to get rid of boiler plate code such as devm_kzalloc
and module_platform_driver.Other changes suggested are related to
coding guidelines.

Changes in V2:
Removed some unnecessary checks and changed the way we are un-regitering
extcon and freeing the irq while removing.

Changes in V3:
Renamed the files to comply with extcon naming.

Changes in V4:
Added the cancel_work_sync during removing of driver.

Changes in V5:
Added the dependency of IIO in Kconfig.

Changes in V6:
Some nitpicks related to naming.

Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: anish kumar <anish.singh@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-08-16 10:37:00 -07:00
..
extcon-adc-jack.c Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices 2012-08-16 10:37:00 -07:00
extcon-arizona.c extcon: arizona: Implement button detection support 2012-08-16 10:35:52 -07:00
extcon-max8997.c extcon: Add support irq domain for MAX8997 muic 2012-07-09 00:16:13 +02:00
extcon-max77693.c extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC device 2012-07-17 10:34:56 -07:00
extcon_class.c Merge v3.5-rc5 into driver-core-next 2012-07-05 08:25:34 -07:00
extcon_gpio.c extcon: Convert extcon_gpio to devm_gpio_request_one 2012-06-18 16:40:18 -07:00
Kconfig Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices 2012-08-16 10:37:00 -07:00
Makefile Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices 2012-08-16 10:37:00 -07:00