mbox series

[0/4] UniPhier I2C fixes

Message ID 1544068528-27657-1-git-send-email-yamada.masahiro@socionext.com (mailing list archive)
Headers show
Series UniPhier I2C fixes | expand

Message

Masahiro Yamada Dec. 6, 2018, 3:55 a.m. UTC
Masahiro Yamada (4):
  i2c: uniphier-f: fix timeout error after reading 8 bytes
  i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated START
  i2c: uniphier: fix violation of tLOW requirement for Fast-mode
  i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode

 drivers/i2c/busses/i2c-uniphier-f.c | 49 +++++++++++++++++++++++++++++++------
 drivers/i2c/busses/i2c-uniphier.c   |  8 +++++-
 2 files changed, 48 insertions(+), 9 deletions(-)

Comments

Wolfram Sang Dec. 6, 2018, 10:06 p.m. UTC | #1
On Thu, Dec 06, 2018 at 12:55:24PM +0900, Masahiro Yamada wrote:
> 
> Masahiro Yamada (4):
>   i2c: uniphier-f: fix timeout error after reading 8 bytes
>   i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated START
>   i2c: uniphier: fix violation of tLOW requirement for Fast-mode
>   i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode

They all look like bugfixes to me, so applied to for-current, thanks!