Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751593AbdGRK6l (ORCPT ); Tue, 18 Jul 2017 06:58:41 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:22598 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751430AbdGRK6j (ORCPT ); Tue, 18 Jul 2017 06:58:39 -0400 From: Keerthy To: , CC: , , , , , , , , Subject: [PATCH 0/4] gpio: davinci: Add keystone-k2g support and few clean ups Date: Tue, 18 Jul 2017 16:27:12 +0530 Message-ID: <1500375436-9435-1-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 942 Lines: 27 The patch series adds support for keystone-k2g soc GPIO. Also does a couple of important return handling which were missed earlier in the driver probe. This is based on Suman's: http://marc.info/?l=linux-arm-kernel&m=150034845427555&w=2 http://marc.info/?l=linux-arm-kernel&m=150034856627618&w=2 The driver patches should have no dependency but the device Tree will need the above set. Keerthy (4): gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_data gpio: davinci: Handle the return value of davinci_gpio_irq_setup function gpio: davinci: Add a separate compatible for keystone-k2g soc ARM: dts: keystone-k2g-evm: Add gpio nodes .../devicetree/bindings/gpio/gpio-davinci.txt | 3 +- arch/arm/boot/dts/keystone-k2g.dtsi | 42 ++++++++++++++++++++++ drivers/gpio/gpio-davinci.c | 21 +++++++++-- 3 files changed, 62 insertions(+), 4 deletions(-) -- 1.9.1