summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regulator: max77650: Fix include filesAxel Lin2019-01-301-1/+1
* dt-bindings: regulator: add DT bindings for max77650Bartosz Golaszewski2019-01-291-0/+41
* regulator: max77650: add regulator supportBartosz Golaszewski2019-01-293-0/+527
* regulator: isl6271a: Constify isl_core_ops and isl_fixed_opsAxel Lin2019-01-281-2/+2
* regulator: isl6271a: Remove *rdev[3] from struct isl_pmicAxel Lin2019-01-281-5/+4
* regulator: rk808: Update module description to include RK805Axel Lin2019-01-281-2/+2
* regulator: rk808: Constify regulator_opsAxel Lin2019-01-281-21/+21
* regulator: mcp16502: Include linux/gpio/consumer.h to fix build errorAxel Lin2019-01-281-0/+1
* regulator: da9063: Check return value of devm_regmap_field_alloc callsAxel Lin2019-01-281-5/+24
* regulator: da9062: Check return value of devm_regmap_field_alloc callsAxel Lin2019-01-281-5/+24
* regulator: axp20x: fix ALDO2, DLDO2 and ELDO3 definitions for AXP803Vasily Khoruzhick2019-01-281-3/+3
* regulator: lp8788-ldo: Constify lp8788_dldo_desc and lp8788_aldo_descAxel Lin2019-01-281-2/+2
* regulator: lp8788-buck: Constify lp8788_buck_descAxel Lin2019-01-281-1/+1
* regulator: lp87565: Constify lp87565_buck_ramp_delay and lp87565_buck_opsAxel Lin2019-01-281-2/+2
* regulator: lp8755: Constify lp8755_regulatorsAxel Lin2019-01-281-1/+1
* regulator: lp873x: Constify lp873x_buck01_ops and lp873x_ldo01_opsAxel Lin2019-01-281-2/+2
* regulator: lp872x: Constify regulator_ops and regulator_descAxel Lin2019-01-281-6/+6
* regulator: lp3972: Constify lp3972_ldo_ops and lp3972_dcdc_opsAxel Lin2019-01-281-2/+2
* regulator: lp3971: Constify lp3971_ldo_ops and lp3971_dcdc_opsAxel Lin2019-01-281-2/+2
* regulator: bd9571mwv: Constify regulator_opsAxel Lin2019-01-241-4/+4
* regulator: bd718x7: Constify regulator_opsAxel Lin2019-01-241-7/+7
* regulator: bd70528: Constify regulator_linear_range and regulator_opsAxel Lin2019-01-241-9/+8
* regulator: stpmic1: Add static const qualifier at peroper placesAxel Lin2019-01-231-21/+17
* regulator: bindings: ROHM bd70528 regulator bindingsMatti Vaittinen2019-01-231-0/+68
* regulator: bd70528: Support ROHM BD70528 regulator blockMatti Vaittinen2019-01-233-0/+302
* regulator: qcom-smd: Batch up requests for disabled regulatorsBjorn Andersson2019-01-221-35/+69
* regulator: wm831x-dcdc: Convert to use regulator_linear_range for wm831x_buckvAxel Lin2019-01-221-30/+9
* regulator: twl: Use of_device_get_match_data()Axel Lin2019-01-221-6/+1
* regulator: arizona-ldo1: Convert to use regulator_linear_range for ldo1_hcAxel Lin2019-01-221-28/+9
* regulator: lochnagar: Add missing MODULE_DEVICE_TABLECharles Keepax2019-01-181-1/+2
* regulator: dt-bindings: Convert fixed-regulator to json-schemaRob Herring2019-01-142-35/+67
* regulator: act8865: Fix act8600_sudcdc_voltage_ranges settingAxel Lin2019-01-141-2/+3
* regulator: twl6030: Use of_device_get_match_data()Axel Lin2019-01-141-6/+1
* regulator: max14577: Remove redundant MODULE_ALIASAxel Lin2019-01-141-1/+0
* regulator: pwm: No need to make a copy of regulator_ops per instanceAxel Lin2019-01-141-12/+5
* regulator: hi655x: Removed unused ctrl_regs field from struct hi655x_regulatorAxel Lin2019-01-141-1/+0
* regulator: provide rdev_get_regmap()Bartosz Golaszewski2019-01-092-0/+7
* regulator: axp20x: check rdev is null before dereferencing itColin Ian King2019-01-091-2/+6
* regulator: Fix trivial language typosKrzysztof Kozlowski2019-01-085-17/+17
* regulator: act8945a: Use rdev_get_id() to access id of regulatorAxel Lin2019-01-071-5/+6
* Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-071-3/+3
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0794-694/+150
|\
| * kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| * kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| * riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-067-12/+14