From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753985Ab3KWKdp (ORCPT ); Sat, 23 Nov 2013 05:33:45 -0500 Received: from gnurou.org ([207.192.72.5]:40584 "EHLO mail.gnurou.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750849Ab3KWKdm (ORCPT ); Sat, 23 Nov 2013 05:33:42 -0500 From: Alexandre Courbot To: Linus Walleij , Rob Landley Cc: linux-doc@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Alexandre Courbot Subject: [PATCH] Documentation: gpiolib: add 00-INDEX file Date: Sat, 23 Nov 2013 19:32:20 +0900 Message-Id: <1385202740-8733-1-git-send-email-acourbot@nvidia.com> X-Mailer: git-send-email 1.8.4.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Give a short overview of the various GPIO documentation files. Signed-off-by: Alexandre Courbot --- Documentation/gpio/00-INDEX | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/gpio/00-INDEX diff --git a/Documentation/gpio/00-INDEX b/Documentation/gpio/00-INDEX new file mode 100644 index 0000000..1de43ae --- /dev/null +++ b/Documentation/gpio/00-INDEX @@ -0,0 +1,14 @@ +00-INDEX + - This file +gpio.txt + - Introduction to GPIOs and their kernel interfaces +consumer.txt + - How to obtain and use GPIOs in a driver +driver.txt + - How to write a GPIO driver +board.txt + - How to assign GPIOs to a consumer device and a function +sysfs.txt + - Information about the GPIO sysfs interface +gpio-legacy.txt + - Historical documentation of the deprecated GPIO integer interface -- 1.8.4.2