Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754962AbbGCJMd (ORCPT ); Fri, 3 Jul 2015 05:12:33 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:59518 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754570AbbGCJMU (ORCPT ); Fri, 3 Jul 2015 05:12:20 -0400 From: Alban Bedel To: linux-gpio@vger.kernel.org Cc: Ralf Baechle , Linus Walleij , Alexandre Courbot , Gabor Juhos , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Alban Bedel Subject: [PATCH 0/2] MIPS: ath79: Move the GPIO driver to drivers/gpio Date: Fri, 3 Jul 2015 11:11:47 +0200 Message-Id: <1435914709-15092-1-git-send-email-albeu@free.fr> X-Mailer: git-send-email 2.0.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 997 Lines: 29 Hi all, as requested when I posted the ATH79 OF support serie, here is the move of the GPIO driver to the GPIO drivers directory. While at it I also removed the custom pinmux API as it not used by any board. Alban Alban Bedel (2): MIPS: ath79: Remove the unused GPIO function API MIPS: ath79: Move the GPIO driver to drivers/gpio arch/mips/ath79/Makefile | 2 +- arch/mips/ath79/common.h | 3 - arch/mips/ath79/gpio.c | 279 ---------------------------------------------- drivers/gpio/Makefile | 1 + drivers/gpio/gpio-ath79.c | 236 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 238 insertions(+), 283 deletions(-) delete mode 100644 arch/mips/ath79/gpio.c create mode 100644 drivers/gpio/gpio-ath79.c -- 2.0.0 -- 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/