Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i2c: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-10-05 | 1 | -2/+2 |
| | | | | | | | | | In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Reviewed-by: Peter Rosin <peda@axentia.se> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de> | ||||
* | i2c: i2c-mux-gpmux: new driver | Peter Rosin | 2017-06-03 | 1 | -0/+173 |
This is a general purpose i2c mux that uses a multiplexer controlled by the multiplexer subsystem to do the muxing. The user can select if the mux is to be mux-locked and parent-locked as described in Documentation/i2c/i2c-topology. Acked-by: Jonathan Cameron <jic23@kernel.org> Acked-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |