aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-06regulator: gpio: Convert to use descriptorsLinus Walleij4-113/+95
2019-02-06regulator: rk808: Convert rk805 buck1/2 to use linear rangeAxel Lin1-43/+12
2019-02-06regulator: as3722: Correct minor typoCharles Keepax1-1/+1
2019-02-02regulator: rk808: Fix BUCK1/2 voltages on rk805Otavio Salvador1-8/+45
2019-01-30regulator: max77650: Fix include filesAxel Lin1-1/+1
2019-01-29dt-bindings: regulator: add DT bindings for max77650Bartosz Golaszewski1-0/+41
2019-01-29regulator: max77650: add regulator supportBartosz Golaszewski3-0/+527
2019-01-28regulator: isl6271a: Constify isl_core_ops and isl_fixed_opsAxel Lin1-2/+2
2019-01-28regulator: isl6271a: Remove *rdev[3] from struct isl_pmicAxel Lin1-5/+4
2019-01-28regulator: rk808: Update module description to include RK805Axel Lin1-2/+2
2019-01-28regulator: rk808: Constify regulator_opsAxel Lin1-21/+21
2019-01-28regulator: mcp16502: Include linux/gpio/consumer.h to fix build errorAxel Lin1-0/+1
2019-01-28regulator: da9063: Check return value of devm_regmap_field_alloc callsAxel Lin1-5/+24
2019-01-28regulator: da9062: Check return value of devm_regmap_field_alloc callsAxel Lin1-5/+24
2019-01-28regulator: axp20x: fix ALDO2, DLDO2 and ELDO3 definitions for AXP803Vasily Khoruzhick1-3/+3
2019-01-28regulator: lp8788-ldo: Constify lp8788_dldo_desc and lp8788_aldo_descAxel Lin1-2/+2
2019-01-28regulator: lp8788-buck: Constify lp8788_buck_descAxel Lin1-1/+1
2019-01-28regulator: lp87565: Constify lp87565_buck_ramp_delay and lp87565_buck_opsAxel Lin1-2/+2
2019-01-28regulator: lp8755: Constify lp8755_regulatorsAxel Lin1-1/+1
2019-01-28regulator: lp873x: Constify lp873x_buck01_ops and lp873x_ldo01_opsAxel Lin1-2/+2
2019-01-28regulator: lp872x: Constify regulator_ops and regulator_descAxel Lin1-6/+6
2019-01-28regulator: lp3972: Constify lp3972_ldo_ops and lp3972_dcdc_opsAxel Lin1-2/+2
2019-01-28regulator: lp3971: Constify lp3971_ldo_ops and lp3971_dcdc_opsAxel Lin1-2/+2
2019-01-24regulator: bd9571mwv: Constify regulator_opsAxel Lin1-4/+4
2019-01-24regulator: bd718x7: Constify regulator_opsAxel Lin1-7/+7
2019-01-24regulator: bd70528: Constify regulator_linear_range and regulator_opsAxel Lin1-9/+8
2019-01-23regulator: stpmic1: Add static const qualifier at peroper placesAxel Lin1-21/+17
2019-01-23regulator: bindings: ROHM bd70528 regulator bindingsMatti Vaittinen1-0/+68
2019-01-23regulator: bd70528: Support ROHM BD70528 regulator blockMatti Vaittinen3-0/+302
2019-01-22regulator: qcom-smd: Batch up requests for disabled regulatorsBjorn Andersson1-35/+69
2019-01-22regulator: wm831x-dcdc: Convert to use regulator_linear_range for wm831x_buckvAxel Lin1-30/+9
2019-01-22regulator: twl: Use of_device_get_match_data()Axel Lin1-6/+1
2019-01-22regulator: arizona-ldo1: Convert to use regulator_linear_range for ldo1_hcAxel Lin1-28/+9
2019-01-18regulator: lochnagar: Add missing MODULE_DEVICE_TABLECharles Keepax1-1/+2
2019-01-14regulator: dt-bindings: Convert fixed-regulator to json-schemaRob Herring2-35/+67
2019-01-14regulator: act8865: Fix act8600_sudcdc_voltage_ranges settingAxel Lin1-2/+3
2019-01-14regulator: twl6030: Use of_device_get_match_data()Axel Lin1-6/+1
2019-01-14regulator: max14577: Remove redundant MODULE_ALIASAxel Lin1-1/+0
2019-01-14regulator: pwm: No need to make a copy of regulator_ops per instanceAxel Lin1-12/+5
2019-01-14regulator: hi655x: Removed unused ctrl_regs field from struct hi655x_regulatorAxel Lin1-1/+0
2019-01-09regulator: provide rdev_get_regmap()Bartosz Golaszewski2-0/+7
2019-01-09regulator: axp20x: check rdev is null before dereferencing itColin Ian King1-2/+6
2019-01-08regulator: Fix trivial language typosKrzysztof Kozlowski5-17/+17
2019-01-07regulator: act8945a: Use rdev_get_id() to access id of regulatorAxel Lin1-5/+6
2019-01-06Linux 5.0-rc1Linus Torvalds1-3/+3
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds94-694/+150
2019-01-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds27-166/+620
2019-01-06Change mincore() to count "mapped" pages rather than "cached" pagesLinus Torvalds1-81/+13
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds2-5/+10
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds7-188/+468