Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754018AbcJUIoI (ORCPT ); Fri, 21 Oct 2016 04:44:08 -0400 Received: from mail-qk0-f178.google.com ([209.85.220.178]:34208 "EHLO mail-qk0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752106AbcJUIoG (ORCPT ); Fri, 21 Oct 2016 04:44:06 -0400 MIME-Version: 1.0 In-Reply-To: <1475853614-22409-3-git-send-email-pantelis.antoniou@konsulko.com> References: <1475853614-22409-1-git-send-email-pantelis.antoniou@konsulko.com> <1475853614-22409-3-git-send-email-pantelis.antoniou@konsulko.com> From: Linus Walleij Date: Fri, 21 Oct 2016 10:44:05 +0200 Message-ID: Subject: Re: [PATCH 2/6] gpio: Add support for PTX1K CBC FPGA spare GPIOs To: Pantelis Antoniou Cc: Lee Jones , Alexandre Courbot , Rob Herring , Mark Rutland , Frank Rowand , Greg Kroah-Hartman , Debjit Ghosh , Georgi Vlaev , Guenter Roeck , JawaharBalaji Thirumalaisamy , Mohammad Kamil , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "devel@driverdev.osuosl.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: 769 Lines: 24 On Fri, Oct 7, 2016 at 5:20 PM, Pantelis Antoniou wrote: > From: Georgi Vlaev > > Add support for the GPIO block in Juniper's CBC FPGA. > > A number of GPIOs exported by different kind of boards > is supported. > > Signed-off-by: Georgi Vlaev > Signed-off-by: Guenter Roeck > [Ported from Juniper kernel] > Signed-off-by: Pantelis Antoniou Again pretty much the same comments. The drivers not supporting IRQ will be pretty quick and easy to fix up I guess, the IRQ drivers will require some effort. An approach is to split these in two: one for the basic GPIO and a separate add-on patch for the IRQ functionality. Yours, Linus Walleij