From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932241AbWG3KeK (ORCPT ); Sun, 30 Jul 2006 06:34:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932249AbWG3KeK (ORCPT ); Sun, 30 Jul 2006 06:34:10 -0400 Received: from ug-out-1314.google.com ([66.249.92.172]:43016 "EHLO ug-out-1314.google.com") by vger.kernel.org with ESMTP id S932248AbWG3KeI (ORCPT ); Sun, 30 Jul 2006 06:34:08 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gVO21dETynEar+cIHdu/NgNGOjaS6eJ9uTXUBYdBR+G84eyWgZX6Ujh7KRi3Y3yWwU6s4JjVnOLdjOkED7BLaUtvjfXlIzS7I3e0wIWoEgN6qVxdBo2HA2mLTb/f+HpVEH5WP3ykWCsiiEojGZ4xZe9jR0Gm3spRE23qwPb0SCM= Message-ID: <41840b750607300334g2e9cbd56i2b4e5bad285e09c0@mail.gmail.com> Date: Sun, 30 Jul 2006 13:34:06 +0300 From: "Shem Multinymous" To: "Pavel Machek" Subject: Re: Generic battery interface Cc: "Vojtech Pavlik" , "Brown, Len" , "Matthew Garrett" , "kernel list" , linux-thinkpad@linux-thinkpad.org, linux-acpi@vger.kernel.org, "Henrique de Moraes Holschuh" , "Mark Underwood" , "Jean Delvare" In-Reply-To: <20060730100559.GA1920@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <41840b750607271332q5dea0848y2284b30a48f78ea7@mail.gmail.com> <20060727232427.GA4907@suse.cz> <41840b750607271727q7efc0bb2q706a17654004cbbc@mail.gmail.com> <20060728074202.GA4757@suse.cz> <41840b750607280814x50db03erb30d833802ae983e@mail.gmail.com> <20060728202359.GB5313@suse.cz> <41840b750607281548h5ee2219eka1de6745b692c092@mail.gmail.com> <41840b750607291406p2f843054rc89fa1c3c467688d@mail.gmail.com> <20060730100559.GA1920@elf.ucw.cz> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 7/30/06, Pavel Machek wrote: > Are there any plans at merging tp_smapi, BTW? After fixing few minor > details (like removing " mV" from files)... it looks like it would fit > into hwmon infrastructure rather nicely. Yes, it will definitely be submitted once stable. We're still tweaking some stuff, such as whitelisting (see "[PATCH] DMI: Decode and save OEM String information"). BTW, I'll rename the modules to "thinkpad_ec" for basic EC functions (also used by the patched hdaps), and probably "thinkpad_battery" or "thinkpad_hwmon" for the rest. Not sure about the latter: we happen to be doing only battery stuff at the moment but this is likely to change in the future. Is "hwmon" suitable for something that *contols* battery charging too, and might have extra attributes tacked on as we unravel additional ThinkPad firmware capabilities? Shem