Stephen Warren wrote: > On 05/08/2014 01:50 PM, Nick Dyer wrote: >> The patches I posted at the end of March are the first 22 out of this tag: >> >> https://github.com/ndyer/linux/tree/for-next-20140316-v8 > > I took those 22 patches, applied them on top of next-20150507 (which is > just what I happened to be developing on top of right now), and rebased > my patches which add DT support. You can find the result here if you want: > > git://github.com/swarren/linux-tegra.git tegra_dev Thanks for this. Would you be happy for me to pick these changes up and include them along with the other work I am sending to Dmitry? I am just beginning to do various updates to the whole series, one of the things I need to sort out is the device tree support. I will need to add device tree parameters for the touchscreen as well as the touchpad, of course. By the way, the driver should work without any firmware file and just use the firmware and configuration from NVRAM - request_firmware() returns a failure and it continues through mxt_initialize(). In a later patch in my long series, I make the MXT_CFG_NAME configurable from platform data (because you may have multiple devices needing different configs), and leaving it null means the call to request_firmware() is skipped. -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html