summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-axp288.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-031-0/+32
|\
| * extcon: axp288: Add wakeup supportHans de Goede2020-03-251-0/+32
* | extcon: axp288: Convert to new X86 CPU match macrosThomas Gleixner2020-03-241-1/+1
|/
* extcon: axp288: Remove the build-in connection descriptionHeikki Krogerus2019-11-041-15/+23
* extcon: axp288: Use for_each_set_bit() in axp288_extcon_log_rsi()Andy Shevchenko2019-07-291-8/+5
* extcon: axp288: Add missed error checkAndy Shevchenko2019-07-291-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* extcon: axp288: Convert to use acpi_dev_get_first_match_dev()Andy Shevchenko2019-04-011-4/+5
* extcon: axp288: Set USB role where necessaryHans de Goede2018-03-221-8/+168
* Revert "extcon: axp288: Redo charger type detection a couple of seconds after...Hans de Goede2018-02-131-30/+2
* extcon: axp288: Constify the axp288_pwr_up_down_info arrayHans de Goede2018-02-131-2/+2
* extcon: axp288: Handle reserved charger-type values betterHans de Goede2018-01-031-2/+2
* extcon: axp288: Redo charger type detection a couple of seconds after probe()Hans de Goede2018-01-031-2/+30
* extcon: axp288: Remove unused platform dataHans de Goede2018-01-031-34/+1
* extcon: axp288: Remove unused extcon_nb struct memberHans de Goede2018-01-031-1/+0
* extcon: axp288:: Handle return value of platform_get_irqArvind Yadav2018-01-031-0/+3
* extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi2017-10-231-1/+1
* extcon: axp288: Set EXTCON_USB when EXTCON_CHG_USB_SDP was setBaolin Wang2017-01-091-0/+8
* extcon: axp288: Fix the module not auto-loadingHans de Goede2017-01-091-0/+7
* extcon: axp288: Remove unnecessary irq?_en register writesHans de Goede2017-01-091-16/+3
* extcon: axp288: Use vbus-valid instead of -present to determine cable presenceHans de Goede2017-01-091-1/+1
* extcon: axp288: Fix possibly reporting 2 cables in state trueHans de Goede2017-01-091-2/+8
* extcon: axp288: Simplify axp288_handle_chrg_det_eventHans de Goede2017-01-091-25/+12
* extcon: axp288: Remove usb_phy notification codeHans de Goede2017-01-091-12/+0
* extcon: axp288: Remove dependency on non-existing platform_dataHans de Goede2017-01-091-15/+10
* extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi2016-09-131-1/+1
* extcon: axp288: Fix spelling mistakeColin Ian King2016-09-131-3/+3
* extcon: Modify the id and name of external connectorChanwoo Choi2015-10-161-6/+6
* extcon: axp288: Convert to using managed resourcesVaishali Thakkar2015-09-291-18/+5
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-121-2/+2
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-221-14/+10
* extcon: axp288: Add axp288 extcon driver supportRamakrishna Pallala2015-05-191-0/+385