Hi Nick, On Thursday 03 July 2014 08:31 PM, nick.dyer@xxxxxxxxxxx wrote: > Hi Dimitry- > > Here is another set of atmel_mxt_ts patches for upstream. There are some > really useful new features, but I hope nothing too controversial. I was unable to get the touchscreen working on my board after applying just these patches. It does work correctly with your for-next branch so I guess I need to wait for you to post the rest of your patches too. Here are the relevant messages at boot. Full boot log is available here (in case you want to have a look): http://paste.ubuntu.com/7759703/ [ 2.315717] atmel_mxt_ts 0-004a: Direct firmware load failed with error -2 [ 2.322949] atmel_mxt_ts 0-004a: Falling back to user helper [ 5.934924] atmel_mxt_ts 0-004a: Wait for completion timed out. [ 5.941237] atmel_mxt_ts 0-004a: Warning: Info CRC error - device=0x000000 file=0x8EE45C [ 7.294769] atmel_mxt_ts 0-004a: Wait for completion timed out. [ 7.300976] atmel_mxt_ts 0-004a: Resetting chip [ 10.574729] atmel_mxt_ts 0-004a: Wait for completion timed out. [ 10.581010] atmel_mxt_ts 0-004a: Error -110 updating config [ 10.626788] atmel_mxt_ts 0-004a: Family: 128 Variant: 1 Firmware V1.6.AB Objects: 17 One key difference is that these patches try to load the config at probe where as with your -next branch that is avoided in the DT case. This is also missing the new update_cfg sysfs interface (which I guess you will post as follow-on patches). The wait_for_completion() times out because the interrupt never arrives. Even later when testing using evtest, I do not see interrupts coming. There are only two interrupts that arrive during boot and it stays that way. There is something going on with the way interrupts are handled. I havent debugged further yet. This problem is not there with your for-next branch. I used your mxt-app to dump configuration in both cases and its exactly the same. Thanks, Sekhar -- 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