[PATCH] hwmon/coretemp: requires CONFIG_PCI

2017-11-28 Thread Randy Dunlap
From: Randy Dunlap <rdun...@infradead.org> Fix coretemp.c build when CONFIG_PCI is not enabled. Fixes these build errors: ../drivers/hwmon/coretemp.c: In function 'adjust_tjmax': ../drivers/hwmon/coretemp.c:250:9: error: implicit declaration of function 'pci_get_domain_bus_and_slot' [-

Re: [PATCH] hwmon/coretemp: requires CONFIG_PCI

2017-11-28 Thread Randy Dunlap
On 11/28/2017 01:41 PM, Guenter Roeck wrote: > On Tue, Nov 28, 2017 at 09:39:02AM -0800, Randy Dunlap wrote: >> From: Randy Dunlap <rdun...@infradead.org> >> >> Fix coretemp.c build when CONFIG_PCI is not enabled. >> Fixes these build errors: >> >

Re: [PATCH v2 6/8] [PATCH 6/8] Documentation: hwmon: Add a document for PECI hwmon client driver

2018-03-06 Thread Randy Dunlap
Hi, On 02/21/2018 08:16 AM, Jae Hyun Yoo wrote: > +temp_labelProvides DDR DIMM temperature if this label > indicates > + 'DIMM #'. > +temp_inputProvides current temperature of the DDR DIMM. > + > +Note: > + DIMM temperature group will be

Re: [RFC 2/4] mfd: add Gateworks System Controller core driver

2018-02-27 Thread Randy Dunlap
On 02/27/2018 05:21 PM, Tim Harvey wrote: > The Gateworks System Controller (GSC) is an I2C slave controller > implemented with an MSP430 micro-controller whose firmware embeds the > following features: > - I/O expander (16 GPIO's) using PCA955x protocol > - Real Time Clock using DS1672 protocol

Re: [PATCH v7 08/12] mfd: intel-peci-client: Add PECI client MFD driver

2018-07-23 Thread Randy Dunlap
On 07/23/2018 02:47 PM, Jae Hyun Yoo wrote: > This commit adds PECI client MFD driver. > > Signed-off-by: Jae Hyun Yoo > Cc: Lee Jones > Cc: Rob Herring > Cc: Andrew Jeffery > Cc: James Feist > Cc: Jason M Biils > Cc: Joel Stanley > Cc: Vernon Mauery > --- > drivers/mfd/Kconfig

Re: [PATCH v5 03/10] Documentation: hwmon: Add OCC documentation

2018-08-31 Thread Randy Dunlap
On 08/30/2018 02:32 PM, Eddie James wrote: > Document the hwmon interface for the OCC. > > Signed-off-by: Eddie James Hi, Please see comments below. > --- > Documentation/hwmon/occ | 112 > > 1 file changed, 112 insertions(+) > create mode

Re: [PATCH 2/2] hwmon: Remove multiple space after dot

2018-12-01 Thread Randy Dunlap
On 12/1/18 12:27 PM, Joe Perches wrote: > On Thu, 2018-11-29 at 20:09 +, Corentin Labbe wrote: >> This patch remove extra space after a dot. > [] >> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig > --- >> drivers/hwmon/Kconfig | 236 +- >> 1