1. 19 Oct, 2021 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'counter-for-5.16a-take2' of... · 2b74240b
      Greg Kroah-Hartman authored
      Merge tag 'counter-for-5.16a-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
      
      Jonathan writes:
      
      First set of counter subsystem new feature support for the 5.16 cycle
      
      Most interesting element this time is the new chrdev based interface
      for the counter subsystem.  Affects all drivers. Some minor precursor
      patches.
      
      Major parts:
      * Bring all the sysfs attribute setup into the counter core rather than
        leaving it to individual drivers.  Docs updates accompany these changes.
      * Move various definitions to a uapi header as now needed from userspace.
      * Add the chardev interface + extensive documentation and example tool
      * Add new ABI needed to identify indexes needed for chrdev interface
      * Implement new interface for the 104-quad-8
      * Follow up deals with wrong path for documentation build
      * Various trivial cleanups and missing feature additions related to this
        series
      
      * tag 'counter-for-5.16a-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio:
        docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst
        counter: fix docum. build problems after filename change
        counter: microchip-tcb-capture: Tidy up a false kernel-doc /** marking.
        counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8
        counter: 104-quad-8: Replace mutex with spinlock
        counter: Implement events_queue_size sysfs attribute
        counter: Implement *_component_id sysfs attributes
        counter: Implement signalZ_action_component_id sysfs attribute
        tools/counter: Create Counter tools
        docs: counter: Document character device interface
        counter: Add character device interface
        counter: Move counter enums to uapi header
        docs: counter: Update to reflect sysfs internalization
        counter: Update counter.h comments to reflect sysfs internalization
        counter: Internalize sysfs interface code
        counter: stm32-timer-cnt: Provide defines for slave mode selection
        counter: stm32-lptimer-cnt: Provide defines for clock polarities
      2b74240b
  2. 18 Oct, 2021 20 commits
  3. 17 Oct, 2021 18 commits
  4. 16 Oct, 2021 1 commit