Please fix this defect appropriately.

linux-next MAINTAINERS section:

        9976    MULTIPLEXER SUBSYSTEM
        9977    M:      Peter Rosin <[email protected]>
        9978    S:      Maintained
        9979    F:      Documentation/ABI/testing/sysfs-class-mux*
        9980    F:      Documentation/devicetree/bindings/mux/
-->     9981    F:      include/linux/dt-bindings/mux/
        9982    F:      include/linux/mux/
        9983    F:      drivers/mux/

Commit that introduced this:

commit 256ac0375098e50d59c415fcbb561f2927fa8780
 Author: Peter Rosin <[email protected]>
 Date:   Sun May 14 21:51:05 2017 +0200
 
     dt-bindings: document devicetree bindings for mux-controllers and gpio-mux
     
     Allow specifying that a single multiplexer controller can be used to
     control several parallel multiplexers, thus enabling sharing of the
     multiplexer controller by different consumers.
     
     Add a binding for a first mux controller in the form of a GPIO based mux
     controller.
     
     Acked-by: Jonathan Cameron <[email protected]>
     Acked-by: Rob Herring <[email protected]>
     Signed-off-by: Peter Rosin <[email protected]>
     Signed-off-by: Greg Kroah-Hartman <[email protected]>
 
  Documentation/devicetree/bindings/mux/gpio-mux.txt |  69 +++++++++
  .../devicetree/bindings/mux/mux-controller.txt     | 157 +++++++++++++++++++++
  MAINTAINERS                                        |   6 +
  include/dt-bindings/mux/mux.h                      |  16 +++
  4 files changed, 248 insertions(+)

No commit with include/linux/dt-bindings/mux/ found

Reply via email to