From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Stigge Subject: gpio_keys_polled.c and DT Date: Tue, 19 Jun 2012 17:02:03 +0200 Message-ID: <4FE0946B.8030201@antcom.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from antcom.de ([188.40.178.216]:55933 "EHLO chuck.antcom.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750742Ab2FSPCF (ORCPT ); Tue, 19 Jun 2012 11:02:05 -0400 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: dgdunix@gmail.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Hi, as far as I can see, gpio_keys_polled.c currently doesn't support DT initialization. Is there a plan in this regard? Rather than duplicating the respective code from gpio_keys.c, maybe gpio_keys.c could be changed to support a polled mode also? This way, gpio_keys_polled.c could be removed. I could try to do either of those. Or am I missing sth. here? Thanks in advance, Roland