From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758342AbbA0O0i (ORCPT ); Tue, 27 Jan 2015 09:26:38 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:41395 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753645AbbA0O0e (ORCPT ); Tue, 27 Jan 2015 09:26:34 -0500 Message-ID: <54C7A015.4010001@roeck-us.net> Date: Tue, 27 Jan 2015 06:26:29 -0800 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Robert Rosengren , Jean Delvare , "lm-sensors@lm-sensors.org" CC: Johan Adolfsson , "linux-kernel@vger.kernel.org" Subject: Re: [lm-sensors] [PATCH] hwmon: (ads7828) Make sample interval configurable References: <1421409922-28299-1-git-send-email-robert.rosengren@axis.com> <54B92596.2040206@roeck-us.net> <20150116183020.GA6262@roeck-us.net> <54C74567.9020201@axis.com> In-Reply-To: <54C74567.9020201@axis.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-CTCH-PVer: 0000001 X-CTCH-Spam: Suspect X-CTCH-VOD: Unknown X-CTCH-Flags: 512 X-CTCH-RefID: str=0001.0A020205.54C7A018.01E7,ss=1,re=0.001,recu=0.000,reip=0.000,cl=1,cld=1,fgs=512,sb=0 X-CTCH-Score: 0.001 X-CTCH-ScoreCust: 0.000 X-CTCH-Rules: C_4847, X-CTCH-SenderID: linux@roeck-us.net X-CTCH-SenderID-Flags: 0 X-CTCH-SenderID-TotalMessages: 6 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 1 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-TotalRecipients: 0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: mailgid no entry from get_relayhosts_entry X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/26/2015 11:59 PM, Robert Rosengren wrote: > On 01/16/2015 07:30 PM, Guenter Roeck wrote: >> I sent a couple of patches a minute ago which should take care of the issue. >> Would be great if you can test it. > I applied the v2 versions of the patches for a quick test, but it was not successful. Haven't done any further investigation on what the problem might be, but when trying to read the sysfs driver I get "read error: No such device or address". > > The sysfs path have moved with the REGMAP settings, from /sys/bus/i2c/devices//in0_input to /sys/bus/i2c/devices//hwmon/hwmon0/in0_input. > > Any ideas? Haven't had REGMAP configured in my kernel earlier, might it be some specific configuration I miss? > Robert, Another thought: What is your kernel version, and what is your i2c controller ? SMBus support was added to regmap only recently, so if your controller only supports SMBus (not raw i2c transactions), and you have an older kernel, this might not work. The driver should fail to instantiate in that case, though, if I recall correctly. Thanks, Guenter From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Date: Tue, 27 Jan 2015 14:26:29 +0000 Subject: Re: [lm-sensors] [PATCH] hwmon: (ads7828) Make sample interval configurable Message-Id: <54C7A015.4010001@roeck-us.net> List-Id: References: <1421409922-28299-1-git-send-email-robert.rosengren@axis.com> <54B92596.2040206@roeck-us.net> <20150116183020.GA6262@roeck-us.net> <54C74567.9020201@axis.com> In-Reply-To: <54C74567.9020201@axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Robert Rosengren , Jean Delvare , "lm-sensors@lm-sensors.org" Cc: Johan Adolfsson , "linux-kernel@vger.kernel.org" On 01/26/2015 11:59 PM, Robert Rosengren wrote: > On 01/16/2015 07:30 PM, Guenter Roeck wrote: >> I sent a couple of patches a minute ago which should take care of the issue. >> Would be great if you can test it. > I applied the v2 versions of the patches for a quick test, but it was not successful. Haven't done any further investigation on what the problem might be, but when trying to read the sysfs driver I get "read error: No such device or address". > > The sysfs path have moved with the REGMAP settings, from /sys/bus/i2c/devices//in0_input to /sys/bus/i2c/devices//hwmon/hwmon0/in0_input. > > Any ideas? Haven't had REGMAP configured in my kernel earlier, might it be some specific configuration I miss? > Robert, Another thought: What is your kernel version, and what is your i2c controller ? SMBus support was added to regmap only recently, so if your controller only supports SMBus (not raw i2c transactions), and you have an older kernel, this might not work. The driver should fail to instantiate in that case, though, if I recall correctly. Thanks, Guenter _______________________________________________ lm-sensors mailing list lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors