aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/max8998.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2023-03-11regulator: Use of_property_read_bool() for boolean propertiesGravatar Rob Herring 1-2/+1
2020-06-26regulator: max8998: Staticify internal function max8998_get_current_limit()Gravatar Lee Jones 1-1/+1
2020-06-01regulator: max8998: max8998_set_current_limit() can be staticGravatar kbuild test robot 1-2/+2
2020-05-22regulator: max8998: Add charger regulatorGravatar Jonathan Bakker 1-0/+105
2019-04-15regulator: max8998: Factor out struct voltage_map_descGravatar Axel Lin 1-238/+56
2019-04-15regulator: max8998: Constify regulator_opsGravatar Axel Lin 1-3/+3
2018-08-08regulator: maxim: Add SPDX license identifiersGravatar Krzysztof Kozlowski 1-21/+7
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+3
2018-05-17regulator: max8998: Fix platform data retrieval.Gravatar Paweł Chmiel 1-2/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Gravatar Javier Martinez Canillas 1-2/+3
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-03-10regulator: max8998: Remove unnecessary **rdev from struct max8998_dataGravatar Axel Lin 1-14/+6
2014-02-18regulator: max8998: Add missing of_node_putGravatar Sachin Kamat 1-1/+6
2013-09-17regulator: max8998: Use devm_regulator_registerGravatar Sachin Kamat 1-27/+8
2013-06-30mfd: max8998: Add support for Device TreeGravatar Tomasz Figa 1-4/+127
2013-06-30regulator: max8998: Use arrays for specifying voltages in platform dataGravatar Tomasz Figa 1-67/+29
2013-03-04regulators: max8998.c: use dev_err() instead of printk()Gravatar Thiago Farina 1-3/+6
2013-02-19Merge remote-tracking branch 'regulator/topic/max8998' into regulator-nextGravatar Mark Brown 1-13/+1
2013-02-08regulator: max8998: Let regulator core handle the case selector == old_selectorGravatar Axel Lin 1-13/+1
2013-01-26regulator: max8998: fix incorrect min_uV value for ldo10Gravatar Marek Szyprowski 1-1/+1
2013-01-10regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim...Gravatar Axel Lin 1-1/+1
2013-01-08regulator: max8998: Use uV in voltage_map_descGravatar Axel Lin 1-21/+21
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-09regulator: max8998: Remove wrong set_suspend_[en|dis]able callback settingsGravatar Axel Lin 1-6/+0
2012-06-23regulator: max8998: Convert to set_voltage_sel and regulator_map_voltage_linearGravatar Axel Lin 1-70/+27
2012-06-23regulator: max8998: Convert to regulator_list_voltage_linear()Gravatar Axel Lin 1-25/+7
2012-04-23regulator: max8998: Convert ot use devm_kzallocGravatar Axel Lin 1-28/+17
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversGravatar Axel Lin 1-1/+0
2012-04-13regulator: Convert max8998 to set_voltage_time_selGravatar Axel Lin 1-7/+28
2012-04-13regulator: Convert max8998 to get_voltage_selGravatar Axel Lin 1-9/+10
2012-04-10regulator: max8998: Use simple equation to get selectorGravatar Axel Lin 1-9/+10
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+7
2012-03-11regulator: Silence error message in max8998_pmic_probeGravatar Axel Lin 1-1/+0
2012-03-11regulator: Kill max8998_get_ldo functionGravatar Axel Lin 1-10/+5
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-05-27regulator: Fix memory leak in max8998_pmic_probe failure pathGravatar Axel Lin 1-9/+13
2011-04-26treewide: cleanup continuations and remove logging message whitespaceGravatar Joe Perches 1-2/+2
2011-03-27regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998Gravatar Axel Lin 1-0/+1
2011-01-14regulator: Support MAX8998/LP3974 DVS-GPIOGravatar MyungJoo Ham 1-20/+67
2011-01-14mfd: Support LP3974 RTCGravatar MyungJoo Ham 1-0/+7
2011-01-12regulator: Fix prototype for MAX8998 buck set_voltage()Gravatar Mark Brown 1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-2/+6
2010-10-29regulator: max8998 BUCK1/2 voltage change with use of GPIOsGravatar Lukasz Majewski 1-21/+193
2010-10-29regulator: max8998 BUCK1/2 internal voltages and indexes definedGravatar Lukasz Majewski 1-2/+8
2010-10-29regulator: Separate set_voltage for max8998 ldo and buckGravatar Lukasz Majewski 1-3/+40
2010-10-29mfd: Use i2c_client as an argument on MAX8998 i2c routinesGravatar Joonyoung Shim 1-6/+11