From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Subject: [PATCH 0/3] GPIO OMAP driver changes for v3.17 Date: Fri, 27 Jun 2014 22:17:34 +0200 Message-ID: <1403900258-20717-1-git-send-email-jmartinez@softcrates.net> Return-path: Sender: linux-omap-owner@vger.kernel.org To: Linus Walleij Cc: Alexandre Courbot , Santosh Shilimkar , Kevin Hilman , Tony Lindgren , Aaro Koskinen , Nishanth Menon , linux-gpio@vger.kernel.org, linux-omap@vger.kernel.org, Javier Martinez Canillas List-Id: linux-gpio@vger.kernel.org Hi Linus, This is a small series with trivial changes to the gpio-omap driver. There are no functional changes. Patches 1 and 2 removes code that it's not necessary anymore now that the driver has been converted to use the gpiolib irqchip and Patch 3 adds an "omap" prefix to all driver functions, something that you suggested me to do before if I remember correctly. The patch-set is composed of the following patches: Javier Martinez Canillas (3): gpio: omap: Remove unnecessary lockdep class gpio: omap: Remove unneeded include gpio: omap: Add an omap prefix to all functions drivers/gpio/gpio-omap.c | 275 +++++++++++++++++++++++------------------------ 1 file changed, 137 insertions(+), 138 deletions(-) Best regards, Javier