summaryrefslogtreecommitdiff
path: root/drivers/regulator/s5m8767.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson2023-03-201-0/+1
* regulator: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-111-11/+6
* regulator: s5m8767: Bounds check id indexing into arraysKees Cook2023-01-281-1/+5
* regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disa...Krzysztof Kozlowski2021-10-081-12/+9
* regulator: s5m8767: Drop regulators OF node referenceKrzysztof Kozlowski2021-01-211-2/+6
* regulator: s5m8767: Fix reference count leakPan Bian2021-01-211-2/+5
* regulator: s5m8767: initialize driver via module_platform_driverKrzysztof Kozlowski2020-09-221-12/+1
* Merge branch 'regulator-5.6' into regulator-nextMark Brown2020-01-231-1/+1
|\
| * regulator: samsung: Rename Samsung to lowercaseKrzysztof Kozlowski2020-01-061-1/+1
* | regulator: s5m8767: Fix a warning messageChristophe JAILLET2019-12-041-1/+1
|/
* regulator: s5m8767: switch to using devm_fwnode_gpiod_getDmitry Torokhov2019-10-071-4/+3
* gpio: Fix return value mismatch of function gpiod_get_from_of_node()Waibel Georg2019-06-251-1/+3
* regulator: s5m8767: Simplify s5m8767_set_voltage_time_sel implementationAxel Lin2019-02-211-5/+1
* regulator: s5m8767: Constify s5m8767_opmode_regAxel Lin2019-02-211-1/+1
* regulator: s5m8767: Hand over GPIO to regulator coreLinus Walleij2018-12-111-1/+8
* regulator: Use of_node_name_eq for node name comparisonsRob Herring2018-12-061-1/+1
* regulator: Fetch enable gpiods nonexclusiveLinus Walleij2018-10-151-6/+7
* regulator: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-6/+6
* regulator: samsung: Add SPDX license identifiersKrzysztof Kozlowski2018-08-081-12/+4
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-4/+6
* regulator: s5m8767: Pass descriptor instead of GPIO numberLinus Walleij2018-05-241-11/+15
* regulator: Convert to using %pOF instead of full_nameRob Herring2017-07-191-2/+2
* regulator: s5m8767: Constify regulator_opsKrzysztof Kozlowski2017-03-131-2/+2
* regulator: s5m8767: fix get_register() error handlingArnd Bergmann2016-02-161-4/+9
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |
| \
*-. \ Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Mark Brown2014-12-051-1/+2
|\ \ \ | | |/ | |/|
| | * regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas2014-11-261-1/+2
| |/
* | regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann2014-11-071-0/+1
|/
* regulator: s5m8767: Remove unused variableSachin Kamat2014-06-241-3/+1
* regulator: s5m8767: Allow GPIO 0 to be used as external controlKrzysztof Kozlowski2014-05-011-14/+6
* regulator: s5m8767: Remove regulator_dev pointer from state containerKrzysztof Kozlowski2014-04-141-11/+6
* regulator: s5m8767: Fix carried over ena_gpio assignmentKrzysztof Kozlowski2014-04-071-0/+1
*-. Merge remote-tracking branches 'regulator/topic/s5m8767', 'regulator/topic/st...Mark Brown2014-03-261-68/+103
|\ \
| * | regulator: s5m8767: Convert to use regulator_[enable|disable|is_enabled]_regmapAxel Lin2014-03-211-59/+19
| * | regulator: s5m8767: Remove redundant error messageSachin Kamat2014-02-201-8/+2
| * | regulator: s5m8767: Use GPIO for controlling Buck9/eMMCKrzysztof Kozlowski2014-01-271-3/+84
| |/
* | regulator: s5m8767: Add missing of_node_putSachin Kamat2014-02-131-0/+2
* | regulator: s5m8767: Use of_get_child_by_nameSachin Kamat2014-02-131-1/+1
|/
* Merge tag 's2mps11-build' into regulator-s5m8767 since a following patchMark Brown2013-12-181-1/+1
|\
| * mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski2013-12-121-1/+1
* | regulator: s5m8767: Do not use sec_reg* regmap helpersKrzysztof Kozlowski2013-12-181-30/+41
* | regulator: s5m8767: Add symbols for hard-coded DVS_RAMP registerKrzysztof Kozlowski2013-12-181-12/+10
* | regulator: s5m8767: Implement voltage setting for BUCK7/8 regulatorsKrzysztof Kozlowski2013-12-111-2/+5
* | regulator: s5m8767: Define symbol for buck control maskKrzysztof Kozlowski2013-12-111-5/+6
|/
* Merge remote-tracking branch 'regulator/topic/s5m8767' into regulator-nextMark Brown2013-10-241-22/+40
|\
| * regulator: s5m8767: Modify parsing method of the voltage table of buck2/3/4Chanwoo Choi2013-10-241-26/+28
| * regulator: s5m8767: Modify parse_dt function to parse data related to rampChanwoo Choi2013-10-241-0/+16
* | regulator: s5m8767: Covert to devm_regulator_register()Mark Brown2013-09-171-21/+3
|/
* Merge remote-tracking branch 'regulator/topic/s5m8767' into v3.9-rc8Mark Brown2013-04-281-1/+1
|\