Age | Commit message (Expand) | Author |
2023-03-20 | regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14 | Douglas Anderson |
2023-03-11 | regulator: Use of_property_read_bool() for boolean properties | Rob Herring |
2020-06-26 | regulator: max8998: Staticify internal function max8998_get_current_limit() | Lee Jones |
2020-06-01 | regulator: max8998: max8998_set_current_limit() can be static | kbuild test robot |
2020-05-22 | regulator: max8998: Add charger regulator | Jonathan Bakker |
2019-04-15 | regulator: max8998: Factor out struct voltage_map_desc | Axel Lin |
2019-04-15 | regulator: max8998: Constify regulator_ops | Axel Lin |
2018-08-08 | regulator: maxim: Add SPDX license identifiers | Krzysztof Kozlowski |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-05-17 | regulator: max8998: Fix platform data retrieval. | Paweł Chmiel |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-11-26 | regulator: of: Add regulator desc param to of_get_regulator_init_data() | Javier Martinez Canillas |
2014-10-20 | regulator: drop owner assignment from platform_drivers | Wolfram Sang |
2014-03-10 | regulator: max8998: Remove unnecessary **rdev from struct max8998_data | Axel Lin |
2014-02-18 | regulator: max8998: Add missing of_node_put | Sachin Kamat |
2013-09-17 | regulator: max8998: Use devm_regulator_register | Sachin Kamat |
2013-06-30 | mfd: max8998: Add support for Device Tree | Tomasz Figa |
2013-06-30 | regulator: max8998: Use arrays for specifying voltages in platform data | Tomasz Figa |
2013-03-04 | regulators: max8998.c: use dev_err() instead of printk() | Thiago Farina |
2013-02-19 | Merge remote-tracking branch 'regulator/topic/max8998' into regulator-next | Mark Brown |
2013-02-08 | regulator: max8998: Let regulator core handle the case selector == old_selector | Axel Lin |
2013-01-26 | regulator: max8998: fix incorrect min_uV value for ldo10 | Marek Szyprowski |
2013-01-10 | regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim... | Axel Lin |
2013-01-08 | regulator: max8998: Use uV in voltage_map_desc | Axel Lin |
2012-11-20 | regulator: remove use of __devexit | Bill Pemberton |
2012-11-20 | regulator: remove use of __devinit | Bill Pemberton |
2012-11-20 | regulator: remove use of __devexit_p | Bill Pemberton |
2012-07-09 | regulator: max8998: Remove wrong set_suspend_[en|dis]able callback settings | Axel Lin |
2012-06-23 | regulator: max8998: Convert to set_voltage_sel and regulator_map_voltage_linear | Axel Lin |
2012-06-23 | regulator: max8998: Convert to regulator_list_voltage_linear() | Axel Lin |
2012-04-23 | regulator: max8998: Convert ot use devm_kzalloc | Axel Lin |
2012-04-23 | regulator: Remove unneeded include of linux/delay.h from regulator drivers | Axel Lin |
2012-04-13 | regulator: Convert max8998 to set_voltage_time_sel | Axel Lin |
2012-04-13 | regulator: Convert max8998 to get_voltage_sel | Axel Lin |
2012-04-10 | regulator: max8998: Use simple equation to get selector | Axel Lin |
2012-04-09 | regulator: core: Use a struct to pass in regulator runtime configuration | Mark Brown |
2012-03-11 | regulator: Silence error message in max8998_pmic_probe | Axel Lin |
2012-03-11 | regulator: Kill max8998_get_ldo function | Axel Lin |
2011-11-23 | regulator: pass additional of_node to regulator_register() | Rajendra Nayak |
2011-05-27 | regulator: Fix memory leak in max8998_pmic_probe failure path | Axel Lin |
2011-04-26 | treewide: cleanup continuations and remove logging message whitespace | Joe Perches |
2011-03-27 | regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998 | Axel Lin |
2011-01-14 | regulator: Support MAX8998/LP3974 DVS-GPIO | MyungJoo Ham |
2011-01-14 | mfd: Support LP3974 RTC | MyungJoo Ham |
2011-01-12 | regulator: Fix prototype for MAX8998 buck set_voltage() | Mark Brown |
2011-01-12 | regulator: Report actual configured voltage to set_voltage() | Mark Brown |
2010-10-29 | regulator: max8998 BUCK1/2 voltage change with use of GPIOs | Lukasz Majewski |
2010-10-29 | regulator: max8998 BUCK1/2 internal voltages and indexes defined | Lukasz Majewski |
2010-10-29 | regulator: Separate set_voltage for max8998 ldo and buck | Lukasz Majewski |
2010-10-29 | mfd: Use i2c_client as an argument on MAX8998 i2c routines | Joonyoung Shim |