From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758479AbYGUJtz (ORCPT ); Mon, 21 Jul 2008 05:49:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756162AbYGUJts (ORCPT ); Mon, 21 Jul 2008 05:49:48 -0400 Received: from bu3sch.de ([62.75.166.246]:58167 "EHLO vs166246.vserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755925AbYGUJtr (ORCPT ); Mon, 21 Jul 2008 05:49:47 -0400 From: Michael Buesch To: Andrew Morton , Stephen Rothwell Subject: [PATCH] Add Documentation/ABI/testing/configfs-gpiommc Date: Mon, 21 Jul 2008 11:47:18 +0200 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: "linux-kernel" , David Brownell , Piot Skamruk , Pierre Ossman , openwrt-devel@lists.openwrt.org, Randy Dunlap , Greg KH MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807211147.19286.mb@bu3sch.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This adds a Documentation/ABI entry for the gpiommc configfs interface. Signed-off-by: Michael Buesch Index: linux-next/Documentation/ABI/testing/configfs-gpiommc =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ linux-next/Documentation/ABI/testing/configfs-gpiommc 2008-07-21 11:43:59.000000000 +0200 @@ -0,0 +1,9 @@ +What: /config/gpiommc/ +Date: July 2008 +Contact: Michael Buesch +Description: + The /config/gpiommc/ directory consists of a group of + user-managable subdirectories for the dynamic registration + and removal of GPIO based MMC/SD cards. + Complete documentation is available in: + Documentation/gpiommc.txt -- Greetings Michael.