Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1d4df649cbb4b26d19bea38ecff4b65b10a1bbca
/
drivers
/
hwmon
/
hwmon.c
ada61aa
hwmon: Fix possible memleak in __hwmon_device_register()
by Yang Yingliang
· 3 years, 3 months ago
a5f6c0f
hwmon: Support set_trips() of thermal device ops
by Dmitry Osipenko
· 3 years, 6 months ago
77d76768
hwmon: Switch to using the new API kobj_to_dev()
by Yang Li
· 3 years, 10 months ago
1967f712
hwmon: (core) Add support for rated attributes
by Zbigniew Lukwinski
· 4 years, 5 months ago
1597b37
hwmon: Add notification support
by Guenter Roeck
· 4 years, 7 months ago
44e3ad8
hwmon: Reduce indentation level in __hwmon_device_register()
by Akinobu Mita
· 4 years, 8 months ago
002c6b5
hwmon: Add support for enable attributes to hwmon core
by Guenter Roeck
· 6 years ago
4413405
hwmon: Add intrusion templates
by Dr. David Alan Gilbert
· 5 years ago
3bf8bdc
hwmon: (core) Do not use device managed functions for memory allocations
by Guenter Roeck
· 5 years ago
792eac1
hwmon: (core) Add comment describing how hwdev is freed in error path
by Guenter Roeck
· 6 years ago
9331b67
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
c41dd48
hwmon: (core) add thermal sensors only if dev->of_node is present
by Eduardo Valentin
· 6 years ago
b886d83c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
by Thomas Gleixner
· 6 years ago
2c45e7f
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 6 years ago
f373533
hwmon/drivers/core: Simplify complex dependency
by Daniel Lezcano
· 6 years ago
9f00995
hwmon: Add support for samples attributes
by Guenter Roeck
· 6 years ago
0d87116
hwmon: (hwmon) Replace S_<PERMS> with octal values
by Guenter Roeck
· 6 years ago
3b443de
hwmon: (core) remove redundant cast
by Rasmus Villemoes
· 6 years ago
74e3512
hwmon: (core) Fix double-free in __hwmon_device_register()
by Dmitry Osipenko
· 6 years ago
61b8ab2
hwmon: (core) Add trace events to _attr_show/store functions
by Nicolin Chen
· 6 years ago
68c0d69
hwmon: (core) Add hwmon_in_enable attribute
by Nicolin Chen
· 6 years ago
aa7f29b
hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarm
by Andrew Lunn
· 6 years ago
59df4f4
hwmon: (core) check parent dev != NULL when chip != NULL
by Lucas Magasweran
· 7 years ago
3870945
hwmon: Fix parameter documentation
by Guenter Roeck
· 7 years ago
47c332d
hwmon: Deal with errors from the thermal subsystem
by Linus Walleij
· 7 years ago
c992065
hwmon: (core) constify thermal_zone_of_device_ops structures
by Julia Lawall
· 7 years ago
524703ac
hwmon: constify attribute_group structures.
by Arvind Yadav
· 7 years ago
5ba6bcb
hwmon: Constify str parameter of hwmon_ops->read_string
by Jean Delvare
· 8 years ago
319fe15
hwmon: Register thermal zone only if 'dev' parameter was provided
by Guenter Roeck
· 8 years ago
74d3b64
hwmon: Relax name attribute validation for new APIs
by Guenter Roeck
· 8 years ago
8353863
hwmon: Make name attribute mandatory for new APIs
by Guenter Roeck
· 8 years ago
2ab0c6c
hwmon: (core) use permission-specific DEVICE_ATTR variants
by Julia Lawall
· 8 years ago
3a412d5
hwmon: (core) Simplify sysfs attribute name allocation
by Guenter Roeck
· 8 years ago
848ba0a
hwmon: (core) Rename groups parameter in API to extra_groups
by Guenter Roeck
· 8 years ago
b2a4cc3
hwmon: (core) Explain why at least two attribute groups are allocated
by Guenter Roeck
· 8 years ago
239552f
hwmon: (core) Make is_visible callback truly mandatory
by Guenter Roeck
· 8 years ago
af1bd36
hwmon: (core) Deprecate hwmon_device_register()
by Guenter Roeck
· 8 years ago
f4d325d
hwmon: (core) Clarify use of chip attributes
by Guenter Roeck
· 8 years ago
e159ab5
hwmon: (core) Add support for string attributes to new API
by Guenter Roeck
· 8 years ago
38d8ed6
hwmon: (core) fix resource leak on devm_kcalloc failure
by Colin Ian King
· 8 years ago
86430c1
hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sys
by Guenter Roeck
· 8 years ago
f9f7bb3
hwmon: (core) Add basic pwm attribute support to new API
by Guenter Roeck
· 9 years ago
8faee73
hwmon: (core) Add fan attribute support to new API
by Guenter Roeck
· 9 years ago
6bfcca4
hwmon: (core) Add energy and humidity attribute support to new API
by Guenter Roeck
· 9 years ago
b308f5c
hwmon: (core) Add power attribute support to new API
by Guenter Roeck
· 9 years ago
9b26947
hwmon: (core) Add current attribute support to new API
by Guenter Roeck
· 9 years ago
00d616c
hwmon: (core) Add voltage attribute support to new API
by Guenter Roeck
· 9 years ago
d560168
hwmon: (core) New hwmon registration API
by Guenter Roeck
· 9 years ago
c9ebbe6
hwmon: (core) Order include files alphabetically
by Guenter Roeck
· 8 years ago
648cd48
hwmon: Do not accept invalid name attributes
by Guenter Roeck
· 11 years ago
74188cb
hwmon: Provide managed hwmon registration
by Guenter Roeck
· 11 years ago
bab2243
hwmon: Introduce hwmon_device_register_with_groups
by Guenter Roeck
· 11 years ago
d6dab7d
hwmon: Fix PCI device reference leak in quirk
by Jean Delvare
· 12 years ago
5ed0488
hwmon: (hwmon) Fix multi-line comments
by Guenter Roeck
· 13 years ago
839a9ee
hwmon: fix checkpatch issues
by Frans Meulenbroeks
· 13 years ago
4ca5f46
hwmon: convert idr to ida and use ida_simple interface
by Jonathan Cameron
· 13 years ago
c95df1a
hwmon: (core) Use pr_fmt and pr_<level>
by Joe Perches
· 14 years ago
2958b1e
hwmon: PCI quirk for hwmon access on MSI MS-7031 board
by Jean Delvare
· 16 years ago
739cf3a
hwmon: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
a9b1261
device create: misc: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
2871f55
device create: hwmon: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 17 years ago
1beeffe
hwmon: Convert from class_device to device
by Tony Jones
· 17 years ago
37f54ee
hwmon: Use subsys_initcall
by David Brownell
· 18 years ago
ded2b66
[PATCH] hwmon: add required idr locking
by Mark M. Hoffman
· 19 years ago
8c65b4a
[PATCH] fix remaining missing includes
by Tim Schmielau
· 19 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
1236441
[PATCH] I2C hwmon: hwmon sysfs class
by Mark M. Hoffman
· 19 years ago