mbox series

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

Message ID 0911f696-e76c-6ca1-4c9c-eaf3f84eed29@axentia.se
State Accepted
Headers show
Series [PULL,REQUEST] i2c-mux for 4.20-rc1 | expand

Pull-request

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

Message

Peter Rosin Oct. 12, 2018, 2:57 p.m. UTC
Hi Wolfram,

Not much this time around...

Trivial fixes for a couple of drivers to simplify the code to reach the
i2c_adapter.

Cheers,
Peter


The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38:

  Linux 4.19-rc6 (2018-09-30 07:15:35 -0700)

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 7451dc608564f9f2077c6c895f9c94a815d401e5:

  i2c: mux: mlxcpld: simplify code to reach the adapter (2018-10-08 23:44:28 +0200)

----------------------------------------------------------------
Luca Ceresoli (3):
      i2c: mux: pca954x: simplify code to reach the adapter
      i2c: mux: ltc4306: simplify code to reach the adapter
      i2c: mux: mlxcpld: simplify code to reach the adapter

 drivers/i2c/muxes/i2c-mux-ltc4306.c | 2 +-
 drivers/i2c/muxes/i2c-mux-mlxcpld.c | 2 +-
 drivers/i2c/muxes/i2c-mux-pca954x.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Wolfram Sang Oct. 28, 2018, 10:01 p.m. UTC | #1
On Fri, Oct 12, 2018 at 02:57:03PM +0000, Peter Rosin wrote:
> Hi Wolfram,
> 
> Not much this time around...
> 
> Trivial fixes for a couple of drivers to simplify the code to reach the
> i2c_adapter.

Thanks, pulled!