summaryrefslogtreecommitdiff
path: root/drivers/mfd/max14577.c
AgeCommit message (Expand)Author
2019-08-12mfd: max14577: Convert to i2c_new_dummy_deviceWolfram Sang
2018-10-23mfd: maxim: Add SPDX license identifiersKrzysztof Kozlowski
2016-10-04mfd: max14577: Change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski
2016-06-29mfd: max14577: Use module_init() instead of subsys_initcall()Javier Martinez Canillas
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGeliang Tang
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski
2014-11-25mfd: max14577: Fix obvious typo in company name in copyrightKrzysztof Kozlowski
2014-09-26mfd: max14577: Don't pass IRQ domain to mfd_add_devicesKrzysztof Kozlowski
2014-09-24regulator/mfd: max14577: Export symbols for calculating charger currentKrzysztof Kozlowski
2014-09-24mfd: max14577: Map charger device to its own of_nodeKrzysztof Kozlowski
2014-06-03mfd: max14577: Cast to architecture agnostic data typeLee Jones
2014-06-03mfd: max14577: Make mfd_cell array constKrzysztof Kozlowski
2014-06-03mfd: max14577: Make of_device_id array constKrzysztof Kozlowski
2014-06-03mfd: max14577: Fix IRQ handling after resume if this is not a wakeup sourceKrzysztof Kozlowski
2014-04-23extcon: max14577: Add support for MAX77836Krzysztof Kozlowski
2014-04-23mfd: max77836: Add MAX77836 support to max14577 driverKrzysztof Kozlowski
2014-04-23mfd: max14577: Add MAX14577 prefix to IRQ definesKrzysztof Kozlowski
2014-04-23mfd: max14577: Add detection of device typeKrzysztof Kozlowski
2014-04-23mfd: max14577: Add muic prefix to regmap configKrzysztof Kozlowski
2014-03-19mfd: max14577: Include missing err.hSachin Kamat
2014-03-19mfd: max14577: Add of_compatible to extcon mfd_cellKrzysztof Kozlowski
2014-02-19mfd: max14577: max14577_{suspend,resume}() should depend on CONFIG_PM_SLEEPGeert Uytterhoeven
2014-01-21mfd: max14577: Remove redundant of_match_ptr helperSachin Kamat
2014-01-21mfd: max14577: Cleanup an error messageDan Carpenter
2014-01-21mfd: max14577: Match regulator by of_compatible stringKrzysztof Kozlowski
2014-01-21mfd: max14577: Add max14577 MFD driver coreChanwoo Choi