summaryrefslogtreecommitdiffstats
path: root/drivers/extcon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into resolutionKishon Vijay Abraham I2016-09-151-0/+1
|\
| * extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer deviceChanwoo Choi2016-09-101-0/+5
| * extcon: Add new EXTCON_DISP_HMD for Head-mounted Display deviceChanwoo Choi2016-09-101-0/+5
| * extcon: Add EXTCON_DISP_DP and the property for USB Type-CChris Zhong2016-09-101-0/+5
| * extcon: Add the synchronization extcon APIs to support the notificationChanwoo Choi2016-09-101-75/+135
| * extcon: Rename the extcon_set/get_state() to maintain the function naming pat...Chanwoo Choi2016-09-101-15/+13
| * extcon: Add the support for the capability of each propertyChanwoo Choi2016-09-101-0/+140
| * extcon: Add the support for extcon property according to extcon typeChanwoo Choi2016-09-101-1/+200
| * extcon: Add the extcon_type to gather each connector into five categoryChanwoo Choi2016-09-101-29/+130
| * extcon: Fix compile time warningManinder Singh2016-09-101-1/+1
| * extcon: Block the bit masking operation for cable state except for extcon coreChanwoo Choi2016-09-101-19/+1
| * extcon: Remove the state_store() to prevent the wrong accessChanwoo Choi2016-09-101-20/+1
| * extcon: gpio: Remove the usage of extcon_set_state()Chanwoo Choi2016-09-101-1/+1
| * extcon: adc-jack: Remove the usage of extcon_set_state()Chanwoo Choi2016-09-101-12/+14
| * extcon: arizona: Remove the usage of extcon_update_state()Chanwoo Choi2016-09-101-4/+7
| * extcon: arizona: Remove unneeded semi-colonCharles Keepax2016-09-101-1/+1
| * extcon: Move extcon_get_edev_by_phandle() errors to dbg levelStephen Boyd2016-09-101-2/+2
| * extcon: adc-jack: update cable state during bootVenkat Reddy Talla2016-09-101-0/+1
* | extcon: Add support for qcom SPMI PMIC USB id detection hardwareStephen Boyd2016-09-133-0/+177
* | extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi2016-09-1313-83/+83
* | extcon: axp288: Fix spelling mistakeColin Ian King2016-09-131-3/+3
* | extcon: max14577: Change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski2016-09-131-2/+2
* | extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer deviceChanwoo Choi2016-08-081-0/+5
* | extcon: Add new EXTCON_DISP_HMD for Head-mounted Display deviceChanwoo Choi2016-08-081-0/+5
* | extcon: Add EXTCON_DISP_DP and the property for USB Type-CChris Zhong2016-08-081-0/+5
* | extcon: Add the synchronization extcon APIs to support the notificationChanwoo Choi2016-08-081-75/+135
* | extcon: Rename the extcon_set/get_state() to maintain the function naming pat...Chanwoo Choi2016-08-081-15/+13
* | extcon: Add the support for the capability of each propertyChanwoo Choi2016-08-081-0/+140
* | extcon: Add the support for extcon property according to extcon typeChanwoo Choi2016-08-081-1/+200
* | extcon: Add the extcon_type to gather each connector into five categoryChanwoo Choi2016-08-081-29/+130
* | extcon: Fix compile time warningManinder Singh2016-08-081-1/+1
* | extcon: Block the bit masking operation for cable state except for extcon coreChanwoo Choi2016-08-081-19/+1
* | extcon: Remove the state_store() to prevent the wrong accessChanwoo Choi2016-08-081-20/+1
* | extcon: gpio: Remove the usage of extcon_set_state()Chanwoo Choi2016-08-081-1/+1
* | extcon: adc-jack: Remove the usage of extcon_set_state()Chanwoo Choi2016-08-081-12/+14
* | extcon: arizona: Remove the usage of extcon_update_state()Chanwoo Choi2016-08-081-4/+7
* | extcon: arizona: Remove unneeded semi-colonCharles Keepax2016-08-081-1/+1
* | extcon: Move extcon_get_edev_by_phandle() errors to dbg levelStephen Boyd2016-08-081-2/+2
* | extcon: adc-jack: update cable state during bootVenkat Reddy Talla2016-08-081-0/+1
|/
* extcon: adc-jack: add suspend/resume supportVenkat Reddy Talla2016-07-021-0/+34
* extcon: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-021-0/+2
* extcon: link devres into core moduleArnd Bergmann2016-06-301-1/+2
* extcon: Add resource-managed functions to register extcon notifierChanwoo Choi2016-06-271-0/+73
* extcon: Split out the resource-managed functions from extcon coreChanwoo Choi2016-06-273-118/+144
* extcon: Move struct extcon_cable from header file to coreChanwoo Choi2016-06-271-0/+20
* extcon: Check for incorrect connection type in notifier registerStephen Boyd2016-06-231-0/+4
* Merge branch 'ib-extcon-powersupply-4.8' into extcon-nextChanwoo Choi2016-06-211-177/+24
|\
| * extcon: Remove the deprecated extcon functionsChanwoo Choi2016-06-101-177/+24
* | extcon: usb-gpio: add support for ACPI gpio interfaceLu Baolu2016-06-211-1/+2
* | extcon: usb-gpio: add device binding for platform deviceLu Baolu2016-06-211-0/+7
OpenPOWER on IntegriCloud