Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b9bced0eecd77067f4659b90d5ab2fb32485c3e2
/
drivers
/
extcon
/
extcon-max77693.c
6594890
extcon: max77693: Constify struct regmap_config
by Krzysztof Kozlowski
· 10 years ago
6ae840e
Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
c22159a
extcon: max77693: Fix cable name of JIG_UART_ON
by Krzysztof Kozlowski
· 10 years ago
08147bb
extcon: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
dc6048d
extcon: max77693: Fix a bug occured at changing ADC debounce time.
by Jonghwa Lee
· 10 years ago
d715523
extcon: max77693: Use resource managed interrupt line
by Krzysztof Kozlowski
· 10 years ago
0a16ee6
extcon: Remove unnecessary OOM messages
by Jingoo Han
· 10 years ago
6b18aa1
Merge tag 'mfd-extcon-regulator-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into extcon-next
by Chanwoo Choi
· 10 years ago
342d669
mfd: max77693: Handle IRQs using regmap
by Robert Baldyga
· 10 years ago
d0540f9
mfd: max77693: Remove unnecessary wrapper functions
by Robert Baldyga
· 10 years ago
ac65a62
extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate
by Chanwoo Choi
· 10 years ago
577bef1
extcon: max77693: Use devm_extcon_dev_allocate for extcon_dev
by Chanwoo Choi
· 11 years ago
10fae11
extcon: max77693: Use devm_extcon_dev_register()
by Sangjung Woo
· 11 years ago
b862941
extcon: max77693: Use power efficient workqueue for delayed cable detection
by Krzysztof Kozlowski
· 11 years ago
d5653f2
extcon: max77693: Fix two NULL pointer exceptions on missing pdata
by Krzysztof Kozlowski
· 11 years ago
2424a73
Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next
by Greg Kroah-Hartman
· 11 years ago
42d7d75
extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter
by Chanwoo Choi
· 11 years ago
a33411b
extcon: max77693: Fix checkpatch warning
by Sachin Kamat
· 11 years ago
c2275d2
extcon: Fix up 80 column coding style issues
by Chanwoo Choi
· 11 years ago
c253654
extcon: max77693: Fix return value
by Sachin Kamat
· 12 years ago
813b451
extcon: max77693: Staticize default_init_data
by Sachin Kamat
· 12 years ago
0ec83bd
extcon: max77693: Initialize register of MUIC device to bring up it without platform data
by Chanwoo Choi
· 12 years ago
190d7cf
extcon: max77693: Fix bug of wrong pointer when platform data is not used
by Chanwoo Choi
· 12 years ago
45d4a4e
extcon: max77693: Make max77693_extcon_cable static
by Sachin Kamat
· 12 years ago
19d3243
extcon: max77693: Remove unnecessary goto statement to improve readability
by Chanwoo Choi
· 12 years ago
eff7d74
extcon: max77693: Convert to devm_input_allocate_device()
by Chanwoo Choi
· 12 years ago
a162629
extcon: max77693: Add support Dock-Smart device for desktop mode
by Chanwoo Choi
· 12 years ago
0e2738f
extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cable
by Chanwoo Choi
· 12 years ago
2b75799
extcon: max77693: Set default uart/usb path by using platform data
by Chanwoo Choi
· 12 years ago
ae3b321
extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interrupt
by Chanwoo Choi
· 12 years ago
297620f
extcon: max77693: Check the state/type of cable after boot completed
by Chanwoo Choi
· 12 years ago
39bf369
extcon: max77693: Add support dock device and buttons
by Chanwoo Choi
· 12 years ago
d0587eb
extcon: max77693: Add support jig cable
by Chanwoo Choi
· 12 years ago
06bed0a
extcon: max77693: Add support MHL_TA cable for charging battery
by Chanwoo Choi
· 12 years ago
154f757f
extcon: max77693: Remove duplicate code by making function
by Chanwoo Choi
· 12 years ago
962b686
Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
5f7e222
extcon: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
44f34fd
extcon: remove use of __devinit
by Bill Pemberton
· 12 years ago
93ed032
extcon: remove use of __devexit
by Bill Pemberton
· 12 years ago
3bf742f
extcon: max77693: Fix uninitialised variable warning
by Sachin Kamat
· 12 years ago
f4bb5cb
extcon: max77693: Use devm_kzalloc
by Sachin Kamat
· 12 years ago
1967fa0
extcon: max77693: Fix coding style
by Sachin Kamat
· 12 years ago
00af4b1
extcon: max77693: Fix incorrect error check and return value
by Sachin Kamat
· 12 years ago
44b7bcc
extcon: trivial: kfree missed from remove path
by anish kumar
· 12 years ago
f8457d5
extcon: MAX77693: Add platform data for MUIC device to initialize registers
by Chanwoo Choi
· 12 years ago
bf2627d
extcon: max77693: Use max77693_update_reg for rmw operations
by Axel Lin
· 12 years ago
8f949b9
Merge 3.6-rc7 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
b186b12
mfd: MAX77693: Fix NULL pointer error when initializing irqs
by Chanwoo Choi
· 12 years ago
aa49312
extcon: use IRQF_ONESHOT
by Fengguang Wu
· 12 years ago
afcfaa8
extcon: fix typos in max77693 driver
by Peter Meerwald
· 12 years ago
db1b903
extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC device
by Chanwoo Choi
· 12 years ago