From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753516Ab0FZLLs (ORCPT ); Sat, 26 Jun 2010 07:11:48 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:46808 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752400Ab0FZLLq (ORCPT ); Sat, 26 Jun 2010 07:11:46 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=FtsTovWCpnVHrw8ogCALvp4RpULZ0WBFf4QVUIBXMKo5DAcPflvvLyQjErZFRZwWlK y+iYKXK5yJhEhAVv6bMeZMTjyl/GYr2uZuxOhVnIq1+MP+0aHllfROovyCx0xgHbXE2S khz8seZ8se7HG4Q3zgggY1FSpuSM3ugHqYgOw= From: Christoph Mair To: Andrew Morton Cc: linux-kernel@vger.kernel.org, Jonathan Cameron , Stefan Schmidt , Datta Shubhrajyoti Subject: bmp085: add inline and ABI documentation Date: Sat, 26 Jun 2010 13:10:22 +0200 Message-Id: <1277550624-13879-1-git-send-email-christoph.mair@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <20100621144958.d5fc694e.akpm@linux-foundation.org> References: <20100621144958.d5fc694e.akpm@linux-foundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following two patches document the userspace interface of the bmp086 driver. The first patch adds a file to Documentation/ABI/testing which describes the sysfs files created by the driver. The second patch adds some more documentation to the comment header of the driver code itself. It also includes a link to the datasheet.