From patchwork Wed Apr 8 12:35:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 459235 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id E09861401AD for ; Wed, 8 Apr 2015 22:35:36 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751629AbbDHMfg (ORCPT ); Wed, 8 Apr 2015 08:35:36 -0400 Received: from mail-la0-f44.google.com ([209.85.215.44]:34863 "EHLO mail-la0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752438AbbDHMff (ORCPT ); Wed, 8 Apr 2015 08:35:35 -0400 Received: by labbd9 with SMTP id bd9so53323750lab.2 for ; Wed, 08 Apr 2015 05:35:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=b3E5Aizz7Gr+Vs4d2FPmWs1Zr6tqJ05ZCKc5UAwRiBI=; b=OtZT3XqaP8PFXlGrAiG603aCpyjgHpEcNtpJDeUo4W7FogO869HRBA4KMqbV1e7BxH WuFB2cBFLr4NEY17VFsJwbzDFtLuPUlrQhcE9Wq5WAJXyL2jOwgzZn3o13zp8zjpnD1Y duKIlIVeoYs/hYDQE2+ntx/tAyJEoBParnEphz8p7xPVEQdQxqYxAqq5voMSfBhGwrPu I3kHR+M8qlTjk9AvYYdiVIAQdHdbH1pt46h2qVTG9brXznTQJSmC+d4TeXN/T9Ev3GDq 3wDzp9hv49fcpbpDaYXgoSKzPzuMkioYjBsJjMIGJKccc6INZWDJT6y14Q9W31h16BcA /JMQ== X-Gm-Message-State: ALoCoQnYzqco7W0RfwhCxk6JmBxc8RBQyDE2hkhzCtg/E9Kn2pn8t3H/r+ZTY/uWMOPX+w2+iKqm X-Received: by 10.152.29.133 with SMTP id k5mr23426898lah.78.1428496534104; Wed, 08 Apr 2015 05:35:34 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id l3sm2462344lbj.46.2015.04.08.05.35.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Apr 2015 05:35:33 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Alexandre Courbot , Linus Walleij Subject: [PATCH] gpio: arrange SPI Kconfig symbols alphabetically Date: Wed, 8 Apr 2015 14:35:30 +0200 Message-Id: <1428496530-19981-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.9.3 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Rearrange the SPI GPIO expanders in alphabetic order as already indicated by the comment in the file. Signed-off-by: Linus Walleij --- drivers/gpio/Kconfig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c9e4c5dfd7c3..65acf322e86a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -862,6 +862,14 @@ config GPIO_TIMBERDALE comment "SPI GPIO expanders:" +config GPIO_74X164 + tristate "74x164 serial-in/parallel-out 8-bits shift register" + depends on SPI_MASTER && OF + help + Driver for 74x164 compatible serial-in/parallel-out 8-outputs + shift registers. This driver can be used to provide access + to more gpio outputs. + config GPIO_MAX7301 tristate "Maxim MAX7301 GPIO expander" depends on SPI_MASTER @@ -885,14 +893,6 @@ config GPIO_MC33880 SPI driver for Freescale MC33880 high-side/low-side switch. This provides GPIO interface supporting inputs and outputs. -config GPIO_74X164 - tristate "74x164 serial-in/parallel-out 8-bits shift register" - depends on SPI_MASTER && OF - help - Driver for 74x164 compatible serial-in/parallel-out 8-outputs - shift registers. This driver can be used to provide access - to more gpio outputs. - comment "AC97 GPIO expanders:" config GPIO_UCB1400