index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
extcon
/
extcon-max8997.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-24
extcon: max8997: Return error code of extcon_dev_allocate()
Krzysztof Kozlowski
1
-1
/
+1
2018-11-14
extcon: max8997: Fix lack of path setting in USB device mode
Marek Szyprowski
1
-6
/
+4
2018-11-12
extcon: max8997: Avoid forcing UART path on drive probe
Marek Szyprowski
1
-2
/
+13
2018-08-28
extcon: maxim: Add SPDX license identifiers
Krzysztof Kozlowski
1
-16
/
+6
2017-11-27
extcon: max8997: Delete unneeded initialization in max8997_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
2016-09-13
extcon: Use the extcon_set_state_sync() instead of deprecated functions
Chanwoo Choi
1
-10
/
+10
2016-01-25
extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port
Chanwoo Choi
1
-0
/
+3
2015-10-16
extcon: Modify the id and name of external connector
Chanwoo Choi
1
-10
/
+11
2015-06-13
extcon: Redefine the unique id of supported external connectors without 'enum...
Chanwoo Choi
1
-1
/
+1
2015-05-22
extcon: Use the unique id for external connector instead of string
Chanwoo Choi
1
-36
/
+23
2015-05-19
extcon: Remove the optional name of extcon device
Chanwoo Choi
1
-1
/
+0
2015-05-19
extcon: Unify the dock device names on max8997/77693
Chanwoo Choi
1
-7
/
+3
2015-03-07
extcon: Fix the checkpatch warning
Chanwoo Choi
1
-4
/
+1
2014-10-20
extcon: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-23
extcon: Remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
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: max8997: Use devm_extcon_dev_allocate for extcon_dev
Chanwoo Choi
1
-4
/
+3
2014-04-24
extcon: max8997: Use devm_extcon_dev_register()
Sangjung Woo
1
-3
/
+1
2014-04-24
extcon: max8997: Use power efficient workqueue for delayed cable detection
Krzysztof Kozlowski
1
-1
/
+2
2014-04-24
extcon: max8997: Fix NULL pointer exception on missing pdata
Krzysztof Kozlowski
1
-1
/
+1
2013-09-27
Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
1
-2
/
+3
2013-09-27
extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...
Chanwoo Choi
1
-1
/
+2
2013-09-27
extcon: max8997: Fix checkpatch warning
Sachin Kamat
1
-1
/
+1
2013-09-26
extcon: Fix up 80 column coding style issues
Chanwoo Choi
1
-2
/
+4
2013-04-09
extcon: max8997: Fix return value
Sachin Kamat
1
-5
/
+5
2013-04-09
extcon: max8997: use dev_err() instead of pr_err()
Jingoo Han
1
-1
/
+1
2013-03-13
extcon: max8997: Check the pointer of platform data to protect null pointer e...
Chanwoo Choi
1
-22
/
+34
2013-02-14
extcon: max8997: Use workqueue to check cable state after completing boot of ...
Chanwoo Choi
1
-9
/
+36
2013-02-14
extcon: max8997: Set default UART/USB path on probe
Chanwoo Choi
1
-2
/
+26
2013-02-14
extcon: max8997: Consolidate duplicate code for checking ADC/CHG cable type
Chanwoo Choi
1
-169
/
+323
2013-02-14
extcon: max8997: Set default of ADC debounce time during initialization
Chanwoo Choi
1
-0
/
+42
2013-02-14
extcon: max8997: Remove duplicate code related to set H/W line path
Chanwoo Choi
1
-11
/
+51
2013-02-14
extcon: max8997: Move defined constant to header file
Chanwoo Choi
1
-61
/
+31
2013-02-14
extcon: max8997: Remove unreachable code
Sachin Kamat
1
-1
/
+0
2013-02-14
extcon: max8997: Make max8997_extcon_cable static
Sachin Kamat
1
-1
/
+1
2013-01-15
extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interrupt
Chanwoo Choi
1
-2
/
+4
2012-11-27
Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
1
-16
/
+12
2012-11-27
extcon: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-27
extcon: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-27
extcon: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-21
extcon: max8997: Use devm_kzalloc
Sachin Kamat
1
-12
/
+6
2012-11-21
extcon: max8997: Fix a typo
Sachin Kamat
1
-1
/
+1
2012-11-21
extcon: max8997: Fix checkpatch error
Sachin Kamat
1
-1
/
+1
2012-11-21
extcon: max8997: Fix incorrect error check and return value
Sachin Kamat
1
-2
/
+4
2012-10-22
extcon-max8997: remove usage of ret in max8997_muic_handle_charger_type_detach
Devendra Naga
1
-4
/
+2
2012-07-09
extcon: Add support irq domain for MAX8997 muic
Chanwoo Choi
1
-11
/
+18
2012-06-19
extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()
Axel Lin
1
-0
/
+1
2012-06-19
extcon: Fix wrong index in max8997_extcon_cable[]
Axel Lin
1
-2
/
+2
2012-05-23
Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+535
[next]