]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
Merge tag 'am335x_tsc-adc' of git://breakpoint.cc/bigeasy/linux
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 13 Jun 2013 10:14:59 +0000 (12:14 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 13 Jun 2013 10:14:59 +0000 (12:14 +0200)
commitd8c5d658f425bd25bbfb137f2617f59ed4fdee7d
treeba1607f9cc0fb8c3ac246a78490d3e5b8438f44e
parenta1ace0aac5a83b859c2ddeb5dfb032b9b6dcd9cf
parent1460c152c53335b5403045d056502eda1204c33a
Merge tag 'am335x_tsc-adc' of git://breakpoint.cc/bigeasy/linux

A complete refurbished series inclunding:
- DT support for the MFD, TSC and ADC driver & platform device support,
  which has no users, has been killed.
- iio_map from last series is gone and replaced by proper nodes in the
  device tree.
- suspend fixes which means correct data structs are taken and no
  interrupt storm
- fifo split which should problem with TSC & ADC beeing used at the same
  time
- The ADC channels are now checked before blindly applied. That means the
  touch part reads X, Y and Z coordinates and does not mix them up. Same
  goes for the IIO ADC driver.
- The IIO ADC driver now creates files named in_voltageX_raw where X
  represents the ADC line instead of a number starting at 0. A read from
  this file can return -EBUSY in case touch is busy and the ADC didn't
  collect a value.