1. 27 Oct, 2019 2 commits
  2. 22 Oct, 2019 11 commits
  3. 18 Oct, 2019 25 commits
  4. 17 Oct, 2019 2 commits
    • Jonathan Cameron's avatar
      Merge branch 'ib-ti-eqep-5.4-rc1' into togreg · 686191a7
      Jonathan Cameron authored
      Immutable branch being merged in.  Created as this also involves
      moving some dependencies around, outside of the counter subsystem.
      It's possible it will want to be pulled into other trees.
      686191a7
    • David Lechner's avatar
      counter: new TI eQEP driver · f213729f
      David Lechner authored
      This adds a new counter driver for the Texas Instruments Enhanced
      Quadrature Encoder Pulse (eQEP) module.
      
      Only very basic functionality is currently implemented - only enough to
      be able to read the position. The actual device has many more features
      which can be added to the driver on an as-needed basis.
      
      It is not possible to read the QEPA/B signal values in hardware, so
      that feature is omitted.
      
      The TI_PWMSS kernel option is selected in Kconfig to enable the parent
      bus, which is needed for power management.
      Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
      Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
      f213729f