Thread (10 messages) 10 messages, 4 authors, 2013-10-23

Re: [PATCHv4][ 1/4] Input: tsc2007: Add device tree support.

From: Lothar Waßmann <hidden>
Date: 2013-10-23 07:25:53
Also in: linux-arm-kernel, linux-devicetree

Hi,
On Tue, Oct 22, 2013 at 11:49:47AM +0200, Lothar Waßmann wrote:
quoted
Hi,
quoted
On Mon, Oct 21, 2013 at 03:54:24PM +0200, Denis Carikli wrote:
quoted
 
+	if (ts->of)
+		return tsc2007_get_pendown_state_dt(ts);
+
 	if (!ts->get_pendown_state)
 		return true;
Instead of special casing "if (ts->of)" all over the place why don't you
set up the device structure as:

	if (<configuring_tsc2007_form_dt>)
		ts->get_pendown_state = tsc2007_get_pendown_state_dt;

and be done with it?
I also thought about that, but the existing function does not have any
parameters, while the DT version of get_pendown_state() requires to get
the GPIO passed to it somehow.
You can always have tsc2007_get_pendown_state_platform() wrapping the
Yes, but how would you pass the GPIO number to the
get_pendown_state_dt() function? Global variables are just ugly.
call. Or we just go and fix board code.
That's IMO a better option, but not easy to achieve without breaking
anything. The in-kernel platforms would be easy to fix, but there may be
external users that still use the old hook, so you can't just remove it
or change its semantics.


Lothar Waßmann
-- 
___________________________________________________________

Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Geschäftsführer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996

www.karo-electronics.de | info@karo-electronics.de
___________________________________________________________
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help