aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max14577.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-07extcon: Fix the checkpatch warningChanwoo Choi1-4/+1
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2014-11-24extcon: max14577: Fix obvious typo in company name in copyrightKrzysztof Kozlowski1-1/+1
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-23extcon: Remove unnecessary OOM messagesJingoo Han1-3/+2
2014-04-29extcon: max14577: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-3/+4
2014-04-24extcon: max14577: Use devm_extcon_dev_register()Sangjung Woo1-7/+2
2014-04-24extcon: max14577: Properly handle regmap_irq_get_virq errorKrzysztof Kozlowski1-1/+1
2014-04-24extcon: max14577: Fix probe failure on successful work queueKrzysztof Kozlowski1-6/+1
2014-04-23extcon: max14577: Add support for MAX77836Krzysztof Kozlowski1-19/+90
2014-04-23extcon: max14577: Choose muic_irqs according to device typeKrzysztof Kozlowski1-28/+37
2014-04-23extcon: max14577: Add max14577 prefix to muic_irqsKrzysztof Kozlowski1-6/+6
2014-04-23extcon: max14577: Change extcon name instead of static name according to device typeChanwoo Choi1-3/+3
2014-01-07extcon: max14577: Add extcon-max14577 driver to support MUIC deviceChanwoo Choi1-0/+752