ro kernel. https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-rolling-lts 2024-12-14T16:00:44Z hwmon: (pmbus/core) add wp module param 2024-12-14T16:00:44Z Jerome Brunet jbrunet@baylibre.com 2024-12-02T10:28:01Z urn:sha1:83bed3c159f44bf2e205875feb8d932bbcf1b656 Add a module parameter to force the write protection mode of pmbus chips. 4 protections modes are provided to start with: * 0: Remove the write protection * 1: Disable all writes except to the WRITE_PROTECT, OPERATION, PAGE, ON_OFF_CONFIG and VOUT_COMMAND commands * 2: Disable all writes except to the WRITE_PROTECT, OPERATION and PAGE commands * 3: Disable all writes except to the WRITE_PROTECT command Of course, if the parameter is not provided, the default write protection status of the pmbus chips is left untouched. Suggested-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> hwmon: (pmbus/core) improve handling of write protected regulators 2024-12-14T16:00:44Z Jerome Brunet jbrunet@baylibre.com 2024-12-02T10:28:00Z urn:sha1:f40452577557caf0e5d0ff182da8479c3d492ac5 Writing PMBus protected registers does succeed from the smbus perspective, even if the write is ignored by the device and a communication fault is raised. This fault will silently be caught and cleared by pmbus irq if one has been registered. This means that the regulator call may return succeed although the operation was ignored. With this change, the operation which are not supported will be properly flagged as such and the regulator framework won't even try to execute them. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> [groeck: Adjust to EXPORT_SYMBOL_NS_GPL API change] Signed-off-by: Guenter Roeck <linux@roeck-us.net> hwmon: (pmbus) add documentation for existing flags 2024-11-10T22:48:07Z Jerome Brunet jbrunet@baylibre.com 2024-11-05T17:58:38Z urn:sha1:544177f20be2eebc7dd2a55feaf186ac68acc22d PMBUS_NO_WRITE_PROTECT and PMBUS_USE_COEFFICIENTS_CMD flags have been added to pmbus, but the corresponding documentation was not updated. Update the documentation before adding new flags Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Message-ID: <20241105-tps25990-v4-1-0e312ac70b62@baylibre.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> -3.8.y'>linux-3.8.y Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-data.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-28perf data: Add doc when no conversion support compiledGeneviève Bastien
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo