From: Mr. David Jones?

2017-04-13 Thread Mr. David Jones
Hello I'm Mr. David Jones, Personal Lawyer to Late Eng. Albert Buchanan,a national of your country, An Estate Contractor here in England London. My Client had an account valued(£ 11.700.000.00), am contacting you to stand as a legal beneficiary for the deceased assets, so that the proceeds of this

Re: [v2,1/2] hwmon: (lm87) Remove unused I2C devices driver_data

2017-04-13 Thread Guenter Roeck
On Wed, Apr 12, 2017 at 09:21:38PM -0300, Javier Martinez Canillas wrote: > The I2C device ID entries set a .driver_data but this data is never > looked up by the driver. So don't set it and also remove the enum. > > Signed-off-by: Javier Martinez Canillas Applied. Thanks, Guenter > --- > > C

Re: [v2,2/2] hwmon: (lm87) Add OF device ID table

2017-04-13 Thread Guenter Roeck
On Wed, Apr 12, 2017 at 09:21:39PM -0300, Javier Martinez Canillas wrote: > The driver doesn't have a struct of_device_id table but supported devices > are registered via Device Trees. This is working on the assumption that a > I2C device registered via OF will always match a legacy I2C device ID a

Re: [PATCH 2/3] dt-bindings: hwmon: Add bindings for Google Chromium EC HWMON

2017-04-13 Thread Rob Herring
On Fri, Apr 07, 2017 at 03:00:09PM -0700, Moritz Fischer wrote: > From: Moritz Fischer > > Add bindings for the Chromium EC HWMON. The Chromium EC HWMON > allows monitoring of temperature sensors and fans attached to the > EC. > > Signed-off-by: Moritz Fischer > --- > .../devicetree/bindings/h

Re: [PATCH 1/3] mfd: cros-ec: Add functions to read mapped memory

2017-04-13 Thread Guenter Roeck
On Fri, Apr 07, 2017 at 03:00:08PM -0700, Moritz Fischer wrote: > From: Moritz Fischer > > The ChromeOS EC has mapped memory regions where things like temperature > sensors and fan speed are stored. Provide access to those from the > cros-ec mfd device. > Turns out struct cros_ec_device already

Re: [PATCH 2/3] dt-bindings: hwmon: Add bindings for Google Chromium EC HWMON

2017-04-13 Thread Guenter Roeck
On Thu, Apr 13, 2017 at 03:01:40PM -0500, Rob Herring wrote: > On Fri, Apr 07, 2017 at 03:00:09PM -0700, Moritz Fischer wrote: > > From: Moritz Fischer > > > > Add bindings for the Chromium EC HWMON. The Chromium EC HWMON > > allows monitoring of temperature sensors and fans attached to the > > E

Re: [PATCH 3/3] hwmon: cros-ec-hwmon: Add Chromium-EC HWMON driver

2017-04-13 Thread Guenter Roeck
On Fri, Apr 07, 2017 at 03:00:10PM -0700, Moritz Fischer wrote: > From: Moritz Fischer > > This adds a hwmon driver for the Chromium EC's fans > and temperature sensors. > > Signed-off-by: Moritz Fischer > --- > > This one still needs some work, but I figured some early feedback might not > h

Re: [PATCH 1/3] mfd: cros-ec: Add functions to read mapped memory

2017-04-13 Thread Moritz Fischer
Hi Guenter, On Thu, Apr 13, 2017 at 2:03 PM, Guenter Roeck wrote: > On Fri, Apr 07, 2017 at 03:00:08PM -0700, Moritz Fischer wrote: >> From: Moritz Fischer >> >> The ChromeOS EC has mapped memory regions where things like temperature >> sensors and fan speed are stored. Provide access to those f

Re: [PATCH 1/3] mfd: cros-ec: Add functions to read mapped memory

2017-04-13 Thread Guenter Roeck
On 04/13/2017 03:53 PM, Moritz Fischer wrote: Hi Guenter, On Thu, Apr 13, 2017 at 2:03 PM, Guenter Roeck wrote: On Fri, Apr 07, 2017 at 03:00:08PM -0700, Moritz Fischer wrote: From: Moritz Fischer The ChromeOS EC has mapped memory regions where things like temperature sensors and fan speed