aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-adc-jack.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-29extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()'Gravatar Christophe JAILLET 1-2/+1
2019-07-31extcon: adc-jack: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2017-11-27extcon: adc-jack: Fix platform_get_irq's error checkingGravatar Arvind Yadav 1-1/+1
2017-10-23extcon: Split out extcon header file for consumer and provider deviceGravatar Chanwoo Choi 1-1/+1
2017-01-09extcon: adc-jack: Use the internal data instead of using struct extcon_devGravatar Chanwoo Choi 1-1/+1
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsGravatar Chanwoo Choi 1-2/+2
2016-08-08extcon: adc-jack: Remove the usage of extcon_set_state()Gravatar Chanwoo Choi 1-12/+14
2016-08-08extcon: adc-jack: update cable state during bootGravatar Venkat Reddy Talla 1-0/+1
2016-07-02extcon: adc-jack: add suspend/resume supportGravatar Venkat Reddy Talla 1-0/+34
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Gravatar Chanwoo Choi 1-1/+1
2015-05-19extcon: Remove the optional name of extcon deviceGravatar Chanwoo Choi 1-1/+0
2015-05-19extcon: adc-jack: Remove the unneeded num_cables fieldGravatar Chanwoo Choi 1-12/+0
2015-01-26extcon: adc-jack: Release IIO channel on driver removeGravatar Ivan T. Ivanov 1-0/+1
2014-10-20extcon: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Gravatar Chanwoo Choi 1-1/+0
2014-04-29extcon: adc-jack: Use devm_extcon_dev_allocate for extcon_devGravatar Chanwoo Choi 1-9/+12
2014-04-24extcon: adc-jack: Use devm_extcon_dev_register()Gravatar Sangjung Woo 1-21/+9
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Gravatar Chanwoo Choi 1-1/+2
2013-09-27extcon: Change field type of 'dev' in extcon_dev structureGravatar Chanwoo Choi 1-1/+1
2013-09-27extcon: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-09-27extcon: Fix indentation coding style to improve readabilityGravatar Chanwoo Choi 1-10/+10
2013-08-05extcon: adc-jack: Use power efficient workqueueGravatar Mark Brown 1-1/+2
2013-02-06iio: Update iio_channel_get API to use consumer device pointer as argumentGravatar Guenter Roeck 1-2/+1
2012-11-26extcon: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-26extcon: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-26extcon: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-10-23extcon: adc-jack: Add missing MODULE_LICENSEGravatar Axel Lin 1-0/+5
2012-10-23extcon: adc-jack: Fix checking return value of request_any_context_irqGravatar Axel Lin 1-3/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2012-09-05extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devicesGravatar anish kumar 1-0/+198
2012-08-16Revert "Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices"Gravatar Greg Kroah-Hartman 1-195/+0
2012-08-16Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devicesGravatar anish kumar 1-0/+195