Hi Dmitry,
On Friday, June 22, 2018 08:59 PM, Dmitry Torokhov wrote:
On Sun, Jun 17, 2018 at 01:46:57PM +0200, Daniel Mack wrote:
+ eeti->flip_x = flip_x || props.invert_x;
+ eeti->flip_y = flip_y || props.invert_y;
I would like to get rid completely of these module parameters. The only
user of this drover in mainline is arch/arm/mach-pxa/raumfeld.c and I do
not know how it is mounted there, but we can adjust with static board
properties if needed.
Yeah, you're right. I know for a fact that this platform does not use
the module parameters, so let's just drop them.
Can we please switch to not only touchscreen_parse_properties() but also
touchscreen_report_pos()?
Didn't know about this one. Nice. Will update the series and repost.
Thanks!
Daniel
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html