Age | Commit message (Expand) | Author | Files | Lines |
2021-06-17 | extcon: extcon-max77693.c: Fix potential work-queue cancellation race | Matti Vaittinen | 1 | -12/+5 |
2020-12-11 | extcon: max77693: Fix modalias string | Marek Szyprowski | 1 | -1/+1 |
2020-09-24 | extcon: max77693: Return error code of extcon_dev_allocate() | Krzysztof Kozlowski | 1 | -1/+1 |
2018-11-12 | extcon: max77693: Avoid forcing UART path on drive probe | Marek Szyprowski | 1 | -2/+14 |
2018-08-28 | extcon: maxim: Add SPDX license identifiers | Krzysztof Kozlowski | 1 | -16/+6 |
2017-11-27 | extcon: max77693: Delete unneeded initialization in max77693_muic_set_path() | Markus Elfring | 1 | -1/+1 |
2017-10-23 | extcon: Split out extcon header file for consumer and provider device | Chanwoo Choi | 1 | -1/+1 |
2017-08-25 | extcon: max77693: Allow MHL attach notifier | Maciej Purski | 1 | -3/+2 |
2017-01-09 | extcon: Restructure multi-line comments to follow codingstyle | Srikant Ritolia | 1 | -4/+8 |
2016-09-13 | extcon: Use the extcon_set_state_sync() instead of deprecated functions | Chanwoo Choi | 1 | -23/+23 |
2016-01-25 | extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port | Chanwoo Choi | 1 | -1/+11 |
2015-12-15 | extcon: max77693: fix handling return value of regmap_irq_get_virq | Andrzej Hajda | 1 | -2/+2 |
2015-10-16 | extcon: Modify the id and name of external connector | Chanwoo Choi | 1 | -15/+17 |
2015-07-16 | mfd/extcon: max77693: Rename defines to allow inclusion with max77843 | Krzysztof Kozlowski | 1 | -34/+38 |
2015-07-16 | drivers: max77693: Move state container to common header | Krzysztof Kozlowski | 1 | -1/+2 |
2015-07-16 | mfd/extcon: max77693: Remove unused extern declarations and max77693_dev members | Krzysztof Kozlowski | 1 | -19/+0 |
2015-06-13 | extcon: Redefine the unique id of supported external connectors without 'enum... | Chanwoo Choi | 1 | -2/+2 |
2015-05-22 | extcon: Use the unique id for external connector instead of string | Chanwoo Choi | 1 | -53/+42 |
2015-05-19 | extcon: Remove the optional name of extcon device | Chanwoo Choi | 1 | -1/+0 |
2015-05-19 | extcon: Alter MHL-TA cable name to TA cable name | Chanwoo Choi | 1 | -7/+5 |
2015-05-19 | extcon: Unify the dock device names on max8997/77693 | Chanwoo Choi | 1 | -18/+13 |
2015-05-19 | extcon: Unify the jig cable names on rt8973 and max14577/77693/77843 | Chanwoo Choi | 1 | -20/+3 |
2015-03-07 | extcon: Fix the checkpatch warning | Chanwoo Choi | 1 | -4/+1 |
2015-02-24 | extcon: max77693: Use HOST term to express USB-HOST cable instead of OTG term | Jaewon Kim | 1 | -10/+10 |
2015-02-24 | extcon: max77693: Fix cable name of MHL-TA | Jaewon Kim | 1 | -6/+6 |
2015-01-26 | extcon: max77693: Constify struct regmap_config | Krzysztof Kozlowski | 1 | -1/+1 |
2014-12-15 | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+7 |
2014-11-24 | extcon: max77693: Fix cable name of JIG_UART_ON | Krzysztof Kozlowski | 1 | -5/+7 |
2014-10-20 | extcon: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-09-22 | extcon: max77693: Fix a bug occured at changing ADC debounce time. | Jonghwa Lee | 1 | -4/+8 |
2014-09-22 | extcon: max77693: Use resource managed interrupt line | Krzysztof Kozlowski | 1 | -18/+7 |
2014-07-23 | extcon: Remove unnecessary OOM messages | Jingoo Han | 1 | -3/+2 |
2014-07-23 | Merge tag 'mfd-extcon-regulator-v3.17' of git://git.kernel.org/pub/scm/linux/... | Chanwoo Choi | 1 | -17/+18 |
2014-06-17 | mfd: max77693: Handle IRQs using regmap | Robert Baldyga | 1 | -1/+2 |
2014-06-17 | mfd: max77693: Remove unnecessary wrapper functions | Robert Baldyga | 1 | -16/+16 |
2014-06-16 | extcon: Set parent device of extcon device using prameter of devm_extcon_dev_... | Chanwoo Choi | 1 | -1/+0 |
2014-04-29 | extcon: max77693: Use devm_extcon_dev_allocate for extcon_dev | Chanwoo Choi | 1 | -5/+4 |
2014-04-24 | extcon: max77693: Use devm_extcon_dev_register() | Sangjung Woo | 1 | -5/+2 |
2014-04-24 | extcon: max77693: Use power efficient workqueue for delayed cable detection | Krzysztof Kozlowski | 1 | -1/+2 |
2014-04-24 | extcon: max77693: Fix two NULL pointer exceptions on missing pdata | Krzysztof Kozlowski | 1 | -2/+2 |
2013-09-27 | Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 1 | -3/+4 |
2013-09-27 | extcon: Simplify extcon_dev_register() prototype by removing unnecessary para... | Chanwoo Choi | 1 | -1/+2 |
2013-09-27 | extcon: max77693: Fix checkpatch warning | Sachin Kamat | 1 | -2/+2 |
2013-09-26 | extcon: Fix up 80 column coding style issues | Chanwoo Choi | 1 | -58/+71 |
2013-04-09 | extcon: max77693: Fix return value | Sachin Kamat | 1 | -4/+4 |
2013-04-09 | extcon: max77693: Staticize default_init_data | Sachin Kamat | 1 | -1/+1 |
2013-03-13 | extcon: max77693: Initialize register of MUIC device to bring up it without p... | Chanwoo Choi | 1 | -25/+68 |
2013-03-13 | extcon: max77693: Fix bug of wrong pointer when platform data is not used | Chanwoo Choi | 1 | -38/+52 |
2013-02-14 | extcon: max77693: Make max77693_extcon_cable static | Sachin Kamat | 1 | -1/+1 |
2013-02-13 | extcon: max77693: Remove unnecessary goto statement to improve readability | Chanwoo Choi | 1 | -34/+43 |