aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/max14577.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01mfd: Use i2c_get_match_data() in a selection of driversGravatar Rob Herring 1-11/+3
2023-08-22mfd: max14577: Fix Wvoid-pointer-to-enum-cast warningGravatar Krzysztof Kozlowski 1-2/+1
2023-06-15mfd: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2022-12-07mfd: max14577: Replace irqchip mask_invert with unmask_baseGravatar Aidan MacDonald 1-5/+2
2022-12-07mfd: max14577: Remove #ifdef guards for PM related functionsGravatar Paul Cercueil 1-4/+2
2022-12-07mfd: max14577: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+3
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2021-11-05mfd: max14577: Do not enforce (incorrect) interrupt trigger typeGravatar Krzysztof Kozlowski 1-3/+3
2020-08-13mfd: max14577: Remove redundant initialization of variable current_bitsGravatar Colin Ian King 1-1/+1
2019-08-12mfd: max14577: Convert to i2c_new_dummy_deviceGravatar Wolfram Sang 1-3/+3
2018-10-23mfd: maxim: Add SPDX license identifiersGravatar Krzysztof Kozlowski 1-19/+9
2016-10-04mfd: max14577: Change Krzysztof Kozlowski's email to kernel.orgGravatar Krzysztof Kozlowski 1-2/+2
2016-06-29mfd: max14577: Use module_init() instead of subsys_initcall()Gravatar Javier Martinez Canillas 1-1/+1
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGravatar Geliang Tang 1-2/+2
2015-08-11mfd: Drop owner assignment from i2c_driversGravatar Krzysztof Kozlowski 1-1/+0
2014-11-25mfd: max14577: Fix obvious typo in company name in copyrightGravatar Krzysztof Kozlowski 1-1/+1
2014-09-26mfd: max14577: Don't pass IRQ domain to mfd_add_devicesGravatar Krzysztof Kozlowski 1-2/+1
2014-09-24regulator/mfd: max14577: Export symbols for calculating charger currentGravatar Krzysztof Kozlowski 1-0/+95
2014-09-24mfd: max14577: Map charger device to its own of_nodeGravatar Krzysztof Kozlowski 1-1/+4
2014-06-03mfd: max14577: Cast to architecture agnostic data typeGravatar Lee Jones 1-1/+2
2014-06-03mfd: max14577: Make mfd_cell array constGravatar Krzysztof Kozlowski 1-3/+3
2014-06-03mfd: max14577: Make of_device_id array constGravatar Krzysztof Kozlowski 1-1/+1
2014-06-03mfd: max14577: Fix IRQ handling after resume if this is not a wakeup sourceGravatar Krzysztof Kozlowski 1-16/+13
2014-04-23extcon: max14577: Add support for MAX77836Gravatar Krzysztof Kozlowski 1-0/+1
2014-04-23mfd: max77836: Add MAX77836 support to max14577 driverGravatar Krzysztof Kozlowski 1-8/+209
2014-04-23mfd: max14577: Add MAX14577 prefix to IRQ definesGravatar Krzysztof Kozlowski 1-12/+12
2014-04-23mfd: max14577: Add detection of device typeGravatar Krzysztof Kozlowski 1-19/+45
2014-04-23mfd: max14577: Add muic prefix to regmap configGravatar Krzysztof Kozlowski 1-4/+5
2014-03-19mfd: max14577: Include missing err.hGravatar Sachin Kamat 1-0/+1
2014-03-19mfd: max14577: Add of_compatible to extcon mfd_cellGravatar Krzysztof Kozlowski 1-1/+4
2014-02-19mfd: max14577: max14577_{suspend,resume}() should depend on CONFIG_PM_SLEEPGravatar Geert Uytterhoeven 1-0/+2
2014-01-21mfd: max14577: Remove redundant of_match_ptr helperGravatar Sachin Kamat 1-1/+1
2014-01-21mfd: max14577: Cleanup an error messageGravatar Dan Carpenter 1-2/+1
2014-01-21mfd: max14577: Match regulator by of_compatible stringGravatar Krzysztof Kozlowski 1-1/+4
2014-01-21mfd: max14577: Add max14577 MFD driver coreGravatar Chanwoo Choi 1-0/+243