aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max77843.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mfd: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-15mfd: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-12-07mfd: max77843: Drop useless mask_invert flag on irqchipAidan MacDonald1-1/+0
2022-12-07mfd: max77843: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2019-08-12mfd: max77843: Convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2018-10-23mfd: maxim: Add SPDX license identifiersKrzysztof Kozlowski1-12/+7
2018-01-08mfd: Remove duplicate includesPravin Shedge1-1/+0
2016-06-29mfd: max77843: Make it explicitly non-modularPaul Gortmaker1-22/+2
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGeliang Tang1-2/+2
2015-10-01mfd: max77843: Fix max77843_chg_init() return on errorJavier Martinez Canillas1-1/+1
2015-07-16drivers: max77843: Switch to common max77693 state containerKrzysztof Kozlowski1-9/+11
2015-03-04mfd: max77843: Add max77843 MFD driver core driverJaewon Kim1-0/+243