[PATCHv6 0/5] Input: edt-ft5x06: Add DT support
From: Lothar Waßmann <hidden>
Date: 2014-03-24 15:11:50
Also in:
linux-devicetree, lkml
Changes wrt. v1: addressed the comments from Jingoo Han and Mark Rutland - added another patch to convert the driver to use devm_* functions - removed sysfs reference from bindings documentation - changed '_' to '-' in property name - added 'edt,' prefix to properties names - added sanity check for parameters read from DT - cleaned up the gpio handling code Changes wrt. v2: - fixed the devm_* messup reported by Dmitry Torokhov - added unit for report-rate property to the binding doc - added separate patch to fix the reset delays Changes wrt: v3: - removed patches that have already been applied in the mean time - ignore touchdown events, since those may report bad coordinates - added support for a new firmware version Changes wrt: v4: - removed some empty lines in the cleanup patch - addressed comments by Mark Rutland concerning the binding doc - use of_property_read_u32() instead of of_property_get() - dropped the 'report_rate' property - addressed comments by Fugang Duan - added Daniel Wagener and myself to the Copyright header in the source file - use msleep() rather than mdelay() for the reset/wake pin timing Changes wrt: v5: - added missing '&' to parameter of of_property_read_u32()