aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max14577.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03mfd: max14577: Cast to architecture agnostic data typeLee Jones1-1/+2
2014-06-03mfd: max14577: Make mfd_cell array constKrzysztof Kozlowski1-3/+3
2014-06-03mfd: max14577: Make of_device_id array constKrzysztof Kozlowski1-1/+1
2014-06-03mfd: max14577: Fix IRQ handling after resume if this is not a wakeup sourceKrzysztof Kozlowski1-16/+13
2014-04-23extcon: max14577: Add support for MAX77836Krzysztof Kozlowski1-0/+1
2014-04-23mfd: max77836: Add MAX77836 support to max14577 driverKrzysztof Kozlowski1-8/+209
2014-04-23mfd: max14577: Add MAX14577 prefix to IRQ definesKrzysztof Kozlowski1-12/+12
2014-04-23mfd: max14577: Add detection of device typeKrzysztof Kozlowski1-19/+45
2014-04-23mfd: max14577: Add muic prefix to regmap configKrzysztof Kozlowski1-4/+5
2014-03-19mfd: max14577: Include missing err.hSachin Kamat1-0/+1
2014-03-19mfd: max14577: Add of_compatible to extcon mfd_cellKrzysztof Kozlowski1-1/+4
2014-02-19mfd: max14577: max14577_{suspend,resume}() should depend on CONFIG_PM_SLEEPGeert Uytterhoeven1-0/+2
2014-01-21mfd: max14577: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2014-01-21mfd: max14577: Cleanup an error messageDan Carpenter1-2/+1
2014-01-21mfd: max14577: Match regulator by of_compatible stringKrzysztof Kozlowski1-1/+4
2014-01-21mfd: max14577: Add max14577 MFD driver coreChanwoo Choi1-0/+243