Linus, I2C has a set of driver bugfixes and an improvement for a core helper which would be nice to have in your tree before rc1. Please pull. Thanks, Wolfram The following changes since commit ea295481b6e313b4ea3ca2720ffcafd6005b5643: Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax (2019-03-11 20:06:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current-fixed for you to fetch changes up to cd86d1403bb4c80e443d736b2a692cbf68a9f471: i2c: i2c-designware-platdrv: Always use a dynamic adapter number (2019-03-13 18:07:10 +0100) ---------------------------------------------------------------- Hans de Goede (2): i2c: i2c-designware-platdrv: Cleanup setting of the adapter number i2c: i2c-designware-platdrv: Always use a dynamic adapter number Hiromitsu Yamasaki (1): i2c: rcar: fix concurrency issue related to ICDMAER Hsin-Yi Wang (1): i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf() Louis Taylor (1): i2c: sis630: correct format strings Nicolas Le Bayon (1): i2c: i2c-stm32f7: Fix SDADEL minimum formula Wolfram Sang (2): i2c: rcar: explain the lockless design i2c: add extra check to safe DMA buffer helper with much appreciated quality assurance from ---------------------------------------------------------------- Andy Shevchenko (1): (Rev.) i2c: i2c-designware-platdrv: Cleanup setting of the adapter number Hsin-Yi Wang (1): (Rev.) i2c: add extra check to safe DMA buffer helper Jean Delvare (1): (Rev.) i2c: sis630: correct format strings Nick Desaulniers (1): (Rev.) i2c: sis630: correct format strings Pierre-Yves MORDRET (1): (Rev.) i2c: i2c-stm32f7: Fix SDADEL minimum formula Simon Horman (2): (Rev.) i2c: rcar: explain the lockless design (Rev.) i2c: rcar: fix concurrency issue related to ICDMAER drivers/i2c/busses/i2c-designware-platdrv.c | 7 +++---- drivers/i2c/busses/i2c-mt65xx.c | 8 ++++---- drivers/i2c/busses/i2c-rcar.c | 15 ++++++++++++--- drivers/i2c/busses/i2c-sis630.c | 4 ++-- drivers/i2c/busses/i2c-stm32f7.c | 2 +- drivers/i2c/i2c-core-base.c | 9 +++++++-- 6 files changed, 29 insertions(+), 16 deletions(-)