summaryrefslogtreecommitdiff
path: root/Documentation/hwmon/submitting-patches
AgeCommit message (Collapse)Author
2012-07-22hwmon: Document the use of devres functionsGuenter Roeck
devres functions are the preferred means to allocate resources in hwmon drivers. Document it. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jean Delvare <khali@linux-fr.org>
2011-04-19hwmon: Add submitting-patches checklist to documentationGuenter Roeck
When writing hardware monitoring drivers, there are some common pitfalls which keep coming up in code reviews. This patch provides a document describing all those pitfalls and how to avoid them. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Jean Delvare <khali@linux-fr.org>