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
path:
root
/
drivers
/
hwmon
/
pmbus
/
pmbus_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-08
hwmon: (pmbus) Implement multi-phase support
Guenter Roeck
1
-22
/
+63
2020-03-08
hwmon: (pmbus) Add 'phase' parameter where needed for multi-phase support
Guenter Roeck
1
-14
/
+22
2020-01-23
hwmon: (pmbus/core) Add support for Intel IMVP9 and AMD 6.25mV modes
Vadim Pasternak
1
-0
/
+8
2020-01-23
hwmon: (pmbus/core) Add support for vid mode detection per page bases
Vadim Pasternak
1
-1
/
+1
2020-01-23
hwmon: (pmbus) Detect if chip is write protected
Guenter Roeck
1
-0
/
+12
2019-06-05
hwmon: (pmbus/core) Treat parameters as paged if on multiple pages
Robert Hancock
1
-4
/
+30
2019-06-05
hwmon: (pmbus/core) mutex_lock write in pmbus_set_samples
Adamski, Krzysztof (Nokia - PL/Wroclaw)
1
-0
/
+3
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
1
-14
/
+1
2019-04-15
pmbus: support for custom sysfs attributes
krzysztof.adamski@nokia.com
1
-1
/
+12
2019-04-15
hwmon: (pmbus) Introduce PMBUS_VIRT_*_SAMPLES registers
Adamski, Krzysztof (Nokia - PL/Wroclaw)
1
-0
/
+110
2019-04-15
hwmon: (pmbus_core) Replace S_<PERMS> with octal values
Guenter Roeck
1
-3
/
+3
2018-10-15
hwmon: (pmbus) Fix page count auto-detection.
Dmitry Bazhenov
1
-1
/
+4
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-2
/
+2
2018-01-02
hwmon: (pmbus) Export pmbus device debugfs directory entry
Edward A. James
1
-0
/
+8
2018-01-02
hwmon: (pmbus) Add virtual page config bit
Andrew Jeffery
1
-9
/
+18
2018-01-02
hwmon: (pmbus) Add fan control support
Andrew Jeffery
1
-17
/
+221
2017-11-27
hwmon: (pmbus) Use 64bit math for DIRECT format values
Robert Lippert
1
-9
/
+12
2017-10-29
hwmon: (pmbus/core) Prevent unintentional setting of page to 0xFF
Edward A. James
1
-14
/
+11
2017-08-30
hwmon: (pmbus) Add support for Intel VID protocol VR13
Vadim Pasternak
1
-0
/
+4
2017-08-14
hwmon: (pmbus) Add debugfs for status registers
Edward A. James
1
-0
/
+210
2017-08-13
hwmon: (pmbus): Add generic alarm bit for iin and pin
Edward A. James
1
-1
/
+9
2017-08-13
hwmon: (pmbus): Access word data for STATUS_WORD
Edward A. James
1
-14
/
+40
2017-08-13
hwmon: (pmbus): Switch status registers to 16 bit
Edward A. James
1
-7
/
+7
2017-06-11
hwmon: (pmbus) move header file out of I2C realm
Wolfram Sang
1
-1
/
+1
2015-08-19
hwmon: (pmbus) Enable PEC if the controller supports it
Guenter Roeck
1
-0
/
+5
2015-08-09
hwmon: (pmbus) Add support for VR12
Guenter Roeck
1
-4
/
+12
2015-08-09
hwmon: (pmbus) Add support for lowest power value attributes
Guenter Roeck
1
-0
/
+8
2015-08-09
hwmon: (pmbus_core) Constify pmbus_regulator_ops
Axel Lin
1
-1
/
+1
2014-11-30
hwmon: (pmbus) Add regulator support
Alan Tull
1
-0
/
+87
2014-11-30
hwmon: (pmbus) add helpers for byte write and read modify write
Alan Tull
1
-0
/
+31
2014-02-02
hwmon: (pmbus) Support per-page exponent in linear mode
Guenter Roeck
1
-32
/
+36
2013-10-18
hwmon: Correct some typos
LABBE Corentin
1
-1
/
+1
2013-10-13
hwmon: (pmbus) Convert to use hwmon_device_register_with_groups
Guenter Roeck
1
-13
/
+7
2013-10-13
hwmon: (pmbus) Don't unnecessarily crash the kernel
Guenter Roeck
1
-1
/
+1
2013-08-11
hwmon: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-03-14
hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()
David Woodhouse
1
-5
/
+7
2013-02-06
hwmon: (pmbus) Clean up for code size reduction
Guenter Roeck
1
-48
/
+38
2013-02-06
hwmon: (pmbus) Add support for word status register
Guenter Roeck
1
-28
/
+52
2013-02-06
hwmon: (pmbus) Add function to clear sensor cache
Guenter Roeck
1
-0
/
+8
2013-02-06
hwmon: (pmbus) Add support for additional voltage sensor
Guenter Roeck
1
-9
/
+45
2013-02-06
hwmon: (pmbus) Use krealloc to allocate attribute memory
Guenter Roeck
1
-109
/
+31
2013-02-06
hwmon: (pmbus) Simplify memory allocation for sensor attributes
Guenter Roeck
1
-34
/
+29
2013-02-06
hwmon: (pmbus) Improve boolean handling
Guenter Roeck
1
-87
/
+74
2013-02-06
hwmon: (pmbus) Simplify memory allocation for labels and booleans
Guenter Roeck
1
-116
/
+149
2013-02-06
hwmon: (pmbus) Use dev variable to represent client->dev
Guenter Roeck
1
-19
/
+18
2013-02-06
hwmon: (pmbus) Fix 'Macros with multiple statements' checkpatch error
Guenter Roeck
1
-33
/
+43
2013-02-06
hwmon: (pmbus) Drop unnecessary error messages in probe error path
Guenter Roeck
1
-18
/
+6
2013-01-25
hwmon: Replace SENSORS_LIMIT with clamp_val
Guenter Roeck
1
-1
/
+1
2012-10-10
hwmon: Drop needless includes of <linux/delay.h>
Jean Delvare
1
-1
/
+0
2012-10-10
hwmon: Add missing inclusions of <linux/jiffies.h>
Jean Delvare
1
-0
/
+1
[next]