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
2022-10-03
Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+5
2022-08-17
hwmon: (pmbus) Fix vout margin caching
Vincent Whitchurch
1
-2
/
+8
2022-08-17
hwmon: (pmbus) Use dev_err_probe() to filter -EPROBE_DEFER error messages
Christophe JAILLET
1
-5
/
+4
2022-08-17
hwmon: pm_bus: core: Switch to new of thermal API
Daniel Lezcano
1
-5
/
+5
2022-07-13
hwmon: (pmbus) Add list_voltage to pmbus ops
Mårten Lindahl
1
-0
/
+30
2022-07-13
hwmon: (pmbus) Introduce and use cached vout margins
Mårten Lindahl
1
-17
/
+61
2022-07-13
hwmon: (pmbus) fix build error unused-function
Ren Zhijie
1
-2
/
+2
2022-07-13
hwmon: (pmbus) add MFR_* registers to debugfs
Adam Wujek
1
-2
/
+97
2022-07-13
hwmon: (pmbus) add a function to check the presence of a block register
Adam Wujek
1
-0
/
+28
2022-07-13
hwmon: (pmbus) Add IEEE 754 half precision support to PMBus core
Guenter Roeck
1
-4
/
+138
2022-07-13
hwmon: (pmbus) Move pec attribute to I2C device
Guenter Roeck
1
-39
/
+50
2022-05-22
hwmon: (pmbus) Check PEC support before reading other registers
Adam Wujek
1
-13
/
+15
2022-05-22
hwmon: (pmbus) Add get_voltage/set_voltage ops
Mårten Lindahl
1
-0
/
+67
2022-05-22
hwmon: (pmbus) Register with thermal for PSC_TEMPERATURE
Eduardo Valentin
1
-0
/
+68
2022-05-20
hwmon: (pmbus) Use _pmbus_read_byte_data with callback
Mårten Lindahl
1
-23
/
+23
2022-05-20
hwmon: (pmbus) Introduce and use write_byte_data callback
Mårten Lindahl
1
-3
/
+21
2022-04-25
hwmon: (pmbus) disable PEC if not enabled
Adam Wujek
1
-0
/
+3
2022-03-17
hwmon: (pmbus) Add Vin unit off handling
Brandon Wyman
1
-1
/
+1
2022-02-27
hwmon: (pmbus) Add get_error_flags support to regulator ops
Zev Weiss
1
-0
/
+114
2022-02-27
hwmon: (pmbus) Add mutex to regulator ops
Patrick Rudolph
1
-3
/
+13
2022-02-22
hwmon: (pmbus) Clear pmbus fault/warning bits after read
Vikash Chandola
1
-0
/
+5
2021-06-17
hwmon: (pmbus) Allow phase function even if it's not on page
Erik Rosen
1
-8
/
+8
2021-06-17
hwmon: (pmbus) Add support for reading direct mode coefficients
Erik Rosen
1
-0
/
+116
2021-06-17
hwmon: (pmbus) Add new pmbus flag NO_WRITE_PROTECT
Erik Rosen
1
-3
/
+5
2021-06-17
hwmon: (pmbus_core) Check adapter PEC support
Madhava Reddy Siddareddygari
1
-3
/
+6
2021-06-17
hwmon: (pmbus) Add new flag PMBUS_READ_STATUS_AFTER_FAILED_CHECK
Erik Rosen
1
-0
/
+2
2021-04-20
hwmon: (pmbus) Introduce PMBUS symbol namespace
Guenter Roeck
1
-19
/
+19
2021-04-20
hwmon: replace snprintf in show functions with sysfs_emit
Guenter Roeck
1
-4
/
+4
2021-04-20
hwmon: (pmbus) Replace - with _ in device names before registration
Chris Packham
1
-1
/
+7
2021-04-20
hwmon: (pmbus) Add pmbus_set_update() function to set update flag
Erik Rosen
1
-0
/
+11
2021-02-01
hwmon: (pmbus) Clear sensor data after chip write
Erik Rosen
1
-1
/
+1
2021-01-27
hwmon: (pmbus) Simplify the calculation of variables
Jiapeng Zhong
1
-1
/
+1
2021-01-27
hwmon: (pmbus) Add a PMBUS_NO_CAPABILITY platform data flag
Eddie James
1
-3
/
+5
2020-12-02
hwmon: (pmbus) shrink code and remove pmbus_do_remove()
Bartosz Golaszewski
1
-11
/
+9
2020-11-03
hwmon: (pmbus) Add mutex locking for sysfs reads
Robert Hancock
1
-3
/
+10
2020-10-14
Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-19
/
+9
2020-09-23
hwmon: (pmbus) Move boolean error condition check to generating code
Guenter Roeck
1
-5
/
+6
2020-09-23
hwmon: (pmbus) Expose PEC debugfs attribute
Andrew Jeffery
1
-0
/
+39
2020-09-23
hwmon: (pmbus) Stop caching register values
Guenter Roeck
1
-117
/
+89
2020-09-23
hwmon (pmbus) use simple i2c probe function
Stephen Kitt
1
-2
/
+1
2020-09-23
hwmon: (pmbus/core) Add support for rated attributes
Zbigniew Lukwinski
1
-8
/
+41
2020-09-08
hwmon: pmbus: use more devres helpers
Bartosz Golaszewski
1
-19
/
+9
2020-07-24
hwmon: (pmbus/core) Use s64 instead of long for calculations
Josh Lehan
1
-35
/
+31
2020-06-23
hwmon: (pmbus) Fix page vs. register when accessing fans
Jan Kundrát
1
-4
/
+4
2020-05-22
hwmon: (pmbus) Improve initialization of 'currpage' and 'currphase'
Guenter Roeck
1
-4
/
+4
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
[next]