Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754896Ab1BOM6E (ORCPT ); Tue, 15 Feb 2011 07:58:04 -0500 Received: from mail-pw0-f46.google.com ([209.85.160.46]:62188 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752572Ab1BOM6A (ORCPT ); Tue, 15 Feb 2011 07:58:00 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=U1X6uF9ruqAjTA74OEuGGmxcdpBTV+X2RKItJxBq0fhcoLFZTtHoTicoiwYg/IAu/u pMaTrDougdf6rc8DeEBT45K1BTWXHsbjOBCp0mSL918/3xDK2a+ftfEppfByblQt0DUu J41CSBhbz8K0ZyvNkeYW8JdYX+dEAxNOEotT8= MIME-Version: 1.0 In-Reply-To: <1273587331-24604-1-git-send-email-eduardo.valentin@nokia.com> References: <1273587331-24604-1-git-send-email-eduardo.valentin@nokia.com> Date: Tue, 15 Feb 2011 13:58:00 +0100 X-Google-Sender-Auth: PsZMB5k78GgQp4X7mKihmRul-i4 Message-ID: Subject: Re: [PATCHv5 0/3] Introduce the /proc/socinfo and use it to export OMAP data From: Linus Walleij To: Eduardo Valentin Cc: LKML , linux-arm-kernel@lists.infradead.org, Linux-OMAP , Russell King , Andrew Morton , ext Tony Lindgren , ext Kevin Hilman , Peter De-Schrijver , santosh.shilimkar@ti.com, Ambresh , felipe.balbi@nokia.com, Jouni Hogander , Paul Mundt , Lee Jones , maxime.coquelin-nonst@stericsson.com, =?ISO-8859-1?Q?Jonas_=C5berg?= Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1257 Lines: 31 2010/5/11 Eduardo Valentin : > Here is the version 5 of the change to export OMAP data to userspace > (name, revision, id code, production id and die id). > > Basically, this version is still attempting to create a new file under /proc. > It is the /proc/socinfo, which should be used to export bits which are SoC specific > (not CPU related, nor machine related). > > So, differences between previous version are: > - merged patch 02/04 with 03/04 to avoid compilation breakages. > - simplified the seq_file usage by using the single_open and single_release functions > - exported a function to register a seq_operation .show callback > - adapted the changes accordingly > > As usual, comments are welcome. Eduardo, what has happened to this patchset? Now we need something similar for arch/arm/mach-ux500 and I was sort of hoping that this infrastructure would be in place already... wrong I was. Do you want help in picking it up and try to polish it up? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/