index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-06
regulator: gpio: Convert to use descriptors
Linus Walleij
4
-113
/
+95
2019-02-06
regulator: rk808: Convert rk805 buck1/2 to use linear range
Axel Lin
1
-43
/
+12
2019-02-06
regulator: as3722: Correct minor typo
Charles Keepax
1
-1
/
+1
2019-02-02
regulator: rk808: Fix BUCK1/2 voltages on rk805
Otavio Salvador
1
-8
/
+45
2019-01-30
regulator: max77650: Fix include files
Axel Lin
1
-1
/
+1
2019-01-29
dt-bindings: regulator: add DT bindings for max77650
Bartosz Golaszewski
1
-0
/
+41
2019-01-29
regulator: max77650: add regulator support
Bartosz Golaszewski
3
-0
/
+527
2019-01-28
regulator: isl6271a: Constify isl_core_ops and isl_fixed_ops
Axel Lin
1
-2
/
+2
2019-01-28
regulator: isl6271a: Remove *rdev[3] from struct isl_pmic
Axel Lin
1
-5
/
+4
2019-01-28
regulator: rk808: Update module description to include RK805
Axel Lin
1
-2
/
+2
2019-01-28
regulator: rk808: Constify regulator_ops
Axel Lin
1
-21
/
+21
2019-01-28
regulator: mcp16502: Include linux/gpio/consumer.h to fix build error
Axel Lin
1
-0
/
+1
2019-01-28
regulator: da9063: Check return value of devm_regmap_field_alloc calls
Axel Lin
1
-5
/
+24
2019-01-28
regulator: da9062: Check return value of devm_regmap_field_alloc calls
Axel Lin
1
-5
/
+24
2019-01-28
regulator: axp20x: fix ALDO2, DLDO2 and ELDO3 definitions for AXP803
Vasily Khoruzhick
1
-3
/
+3
2019-01-28
regulator: lp8788-ldo: Constify lp8788_dldo_desc and lp8788_aldo_desc
Axel Lin
1
-2
/
+2
2019-01-28
regulator: lp8788-buck: Constify lp8788_buck_desc
Axel Lin
1
-1
/
+1
2019-01-28
regulator: lp87565: Constify lp87565_buck_ramp_delay and lp87565_buck_ops
Axel Lin
1
-2
/
+2
2019-01-28
regulator: lp8755: Constify lp8755_regulators
Axel Lin
1
-1
/
+1
2019-01-28
regulator: lp873x: Constify lp873x_buck01_ops and lp873x_ldo01_ops
Axel Lin
1
-2
/
+2
2019-01-28
regulator: lp872x: Constify regulator_ops and regulator_desc
Axel Lin
1
-6
/
+6
2019-01-28
regulator: lp3972: Constify lp3972_ldo_ops and lp3972_dcdc_ops
Axel Lin
1
-2
/
+2
2019-01-28
regulator: lp3971: Constify lp3971_ldo_ops and lp3971_dcdc_ops
Axel Lin
1
-2
/
+2
2019-01-24
regulator: bd9571mwv: Constify regulator_ops
Axel Lin
1
-4
/
+4
2019-01-24
regulator: bd718x7: Constify regulator_ops
Axel Lin
1
-7
/
+7
2019-01-24
regulator: bd70528: Constify regulator_linear_range and regulator_ops
Axel Lin
1
-9
/
+8
2019-01-23
regulator: stpmic1: Add static const qualifier at peroper places
Axel Lin
1
-21
/
+17
2019-01-23
regulator: bindings: ROHM bd70528 regulator bindings
Matti Vaittinen
1
-0
/
+68
2019-01-23
regulator: bd70528: Support ROHM BD70528 regulator block
Matti Vaittinen
3
-0
/
+302
2019-01-22
regulator: qcom-smd: Batch up requests for disabled regulators
Bjorn Andersson
1
-35
/
+69
2019-01-22
regulator: wm831x-dcdc: Convert to use regulator_linear_range for wm831x_buckv
Axel Lin
1
-30
/
+9
2019-01-22
regulator: twl: Use of_device_get_match_data()
Axel Lin
1
-6
/
+1
2019-01-22
regulator: arizona-ldo1: Convert to use regulator_linear_range for ldo1_hc
Axel Lin
1
-28
/
+9
2019-01-18
regulator: lochnagar: Add missing MODULE_DEVICE_TABLE
Charles Keepax
1
-1
/
+2
2019-01-14
regulator: dt-bindings: Convert fixed-regulator to json-schema
Rob Herring
2
-35
/
+67
2019-01-14
regulator: act8865: Fix act8600_sudcdc_voltage_ranges setting
Axel Lin
1
-2
/
+3
2019-01-14
regulator: twl6030: Use of_device_get_match_data()
Axel Lin
1
-6
/
+1
2019-01-14
regulator: max14577: Remove redundant MODULE_ALIAS
Axel Lin
1
-1
/
+0
2019-01-14
regulator: pwm: No need to make a copy of regulator_ops per instance
Axel Lin
1
-12
/
+5
2019-01-14
regulator: hi655x: Removed unused ctrl_regs field from struct hi655x_regulator
Axel Lin
1
-1
/
+0
2019-01-09
regulator: provide rdev_get_regmap()
Bartosz Golaszewski
2
-0
/
+7
2019-01-09
regulator: axp20x: check rdev is null before dereferencing it
Colin Ian King
1
-2
/
+6
2019-01-08
regulator: Fix trivial language typos
Krzysztof Kozlowski
5
-17
/
+17
2019-01-07
regulator: act8945a: Use rdev_get_id() to access id of regulator
Axel Lin
1
-5
/
+6
2019-01-06
Linux 5.0-rc1
v5.0-rc1
Linus Torvalds
1
-3
/
+3
2019-01-06
Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
94
-694
/
+150
2019-01-06
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
27
-166
/
+620
2019-01-06
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
1
-81
/
+13
2019-01-06
Fix 'acccess_ok()' on alpha and SH
Linus Torvalds
2
-5
/
+10
2019-01-06
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-188
/
+468
[next]