mbox series

[PULL,REQUEST] i2c-mux for 5.6-rc1

Message ID 50c8b786-b261-311c-6c25-07959442c878@axentia.se
State Accepted
Headers show
Series [PULL,REQUEST] i2c-mux for 5.6-rc1 | expand

Pull-request

https://github.com/peda-r/i2c-mux.git i2c-mux/for-next

Message

Peter Rosin Jan. 25, 2020, 10:43 p.m. UTC
Hi Wolfram,

This has been in -next since a couple of weeks, and has thus been tested since
right after Stephen got back from his break. And it's hopefully not too late...

The main feature is the idle-state rework of the pca954x driver from Biwen Li.

Please pull.

Cheers,
Peter

The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:

  Linux 5.5-rc2 (2019-12-15 15:16:08 -0800)

are available in the Git repository at:

  https://github.com/peda-r/i2c-mux.git i2c-mux/for-next

for you to fetch changes up to e65e228eb0963be32180db3039f0a1467b426aae:

  i2c: mux: pca954x: support property idle-state (2020-01-03 15:00:53 +0100)

----------------------------------------------------------------
Biwen Li (2):
      dt-bindings: i2c: support property idle-state
      i2c: mux: pca954x: support property idle-state

Peter Rosin (1):
      i2c: mux: pca9541: use the BIT macro

 .../devicetree/bindings/i2c/i2c-mux-pca954x.txt    |  2 +
 drivers/i2c/muxes/i2c-mux-pca9541.c                | 29 ++++-----
 drivers/i2c/muxes/i2c-mux-pca954x.c                | 69 ++++++++++++++--------
 3 files changed, 63 insertions(+), 37 deletions(-)

Comments

Wolfram Sang Jan. 29, 2020, 9 p.m. UTC | #1
On Sat, Jan 25, 2020 at 10:43:09PM +0000, Peter Rosin wrote:
> Hi Wolfram,
> 
> This has been in -next since a couple of weeks, and has thus been tested since
> right after Stephen got back from his break. And it's hopefully not too late...
> 
> The main feature is the idle-state rework of the pca954x driver from Biwen Li.
> 
> Please pull.

Pulled, thanks!