Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752230AbbGaGEx (ORCPT ); Fri, 31 Jul 2015 02:04:53 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:38264 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751582AbbGaGEu (ORCPT ); Fri, 31 Jul 2015 02:04:50 -0400 MIME-Version: 1.0 In-Reply-To: <1438277338-7246-1-git-send-email-albeu@free.fr> References: <1438277338-7246-1-git-send-email-albeu@free.fr> From: Manuel Lauss Date: Fri, 31 Jul 2015 08:04:09 +0200 Message-ID: Subject: Re: [PATCH] MIPS: Remove all the uses of custom gpio.h To: Alban Bedel Cc: Linux-MIPS , Ralf Baechle , Hauke Mehrtens , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , Bartlomiej Zolnierkiewicz , Tejun Heo , Linus Walleij , Alexandre Courbot , Dmitry Torokhov , Florian Fainelli , Joe Perches , Daniel Walter , Sergey Ryazanov , Huacai Chen , Andrew Bresticker , James Hartley , Paul Burton , Bjorn Helgaas , Wolfram Sang , Simon Horman , Geert Uytterhoeven , Varka Bhadram , Masanari Iida , Tomi Valkeinen , Michael Buesch , Mauro Carvalho Chehab , abdoulaye berthe , LKML , linux-ide@vger.kernel.org, linux-gpio@vger.kernel.org, linux-input@vger.kernel.org, "netdev@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1535 Lines: 36 On Thu, Jul 30, 2015 at 7:28 PM, Alban Bedel wrote: > Currently CONFIG_ARCH_HAVE_CUSTOM_GPIO_H is defined for all MIPS > machines, and each machine type provides its own gpio.h. However > only a handful really implement the GPIO API, most just forward > everythings to gpiolib. > > The Alchemy machine is notable as it provides a system to allow > implementing the GPIO API at the board level. But it is not used by > any board currently supported, so it can also be removed. Threre's only out-of-tree users which I also maintain, so it's fine with me. > arch/mips/alchemy/Kconfig | 7 -- > arch/mips/alchemy/board-gpr.c | 1 + > arch/mips/alchemy/board-mtx1.c | 1 + > arch/mips/alchemy/common/Makefile | 7 +- > arch/mips/alchemy/devboards/db1000.c | 1 + > arch/mips/alchemy/devboards/db1300.c | 1 + > arch/mips/alchemy/devboards/db1550.c | 1 + > arch/mips/alchemy/devboards/pm.c | 2 +- > arch/mips/include/asm/mach-au1x00/gpio-au1000.h | 148 ++---------------------- > arch/mips/include/asm/mach-au1x00/gpio.h | 86 -------------- For the alchemy parts: Acked-by: Manuel Lauss -- Manuel -- 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/