1. 30 Jun, 2013 6 commits
  2. 27 Jun, 2013 1 commit
  3. 24 Jun, 2013 2 commits
  4. 20 Jun, 2013 5 commits
  5. 19 Jun, 2013 9 commits
  6. 18 Jun, 2013 8 commits
  7. 17 Jun, 2013 8 commits
  8. 13 Jun, 2013 1 commit
    • Samuel Ortiz's avatar
      Merge tag 'am335x_tsc-adc' of git://breakpoint.cc/bigeasy/linux · d8c5d658
      Samuel Ortiz authored
      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.
      d8c5d658