Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751587Ab2FNE5Q (ORCPT ); Thu, 14 Jun 2012 00:57:16 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:43801 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751063Ab2FNE5P (ORCPT ); Thu, 14 Jun 2012 00:57:15 -0400 Date: Wed, 13 Jun 2012 21:57:12 -0700 (PDT) Message-ID: <87d352qymy.wl%kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Grant Likely , Linus Walleij Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2][resend] gpio: pcf857x: enable gpio_to_irq() In-Reply-To: <877gw2uis5.wl%kuninori.morimoto.gx@renesas.com> References: <877gw2uis5.wl%kuninori.morimoto.gx@renesas.com> User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 759 Lines: 19 These patches add gpio_to_irq() support for gpio-pcf857x. Kuninori Morimoto (2): gpio: pcf857x: share 8/16 bit access functions gpio: pcf857x: enable gpio_to_irq() support I'm using pcf857x, and gpio_keys_polled driver, since pcf857x didn't support irq. pcf857x has some pins, but interrupt is only 1 pin. So, these patches add irq demux support on pcf857x driver, and enabled gpio_to_irq(). Now, I can use both gpio_keys / gpio_keys_polled These patches are based on latest linus/master branch -- 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/