24 Jul, 2020

1 commit

  • Replace the existing /* fall through */ comments and its variants with
    the new pseudo-keyword macro fallthrough[1].

    [1] https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

    Acked-by: Baruch Siach
    Reviewed-by: Jean Delvare
    Reviewed-by: Brendan Higgins
    Reviewed-by: Gregory CLEMENT
    Reviewed-by: Andy Shevchenko
    Signed-off-by: Gustavo A. R. Silva
    Signed-off-by: Wolfram Sang

    Gustavo A. R. Silva
     

29 May, 2020

2 commits


20 May, 2020

1 commit


26 Apr, 2020

1 commit


10 Mar, 2020

1 commit


29 Sep, 2019

1 commit


06 Sep, 2019

1 commit

  • The behaviour of the EEPROM in the case where we only send an 8bit
    address to a 16bit address EEPROM is not defined. Added comment about
    that the slave-eeprom might behave differently from how an actual device
    does (only one model measured).

    Reported-by: Wolfram Sang
    Signed-off-by: Björn Ardö
    Signed-off-by: Wolfram Sang

    Björn Ardö
     

05 Sep, 2019

1 commit


05 Jun, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license as published by
    the free software foundation version 2 of the license

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 315 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Reviewed-by: Armijn Hemel
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190531190115.503150771@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

10 Aug, 2015

1 commit


31 Jul, 2015

1 commit


27 Mar, 2015

2 commits

  • It is a bit subtle when to correctly increase the buffer index when
    reading. Make this clearer by adding some more comments and pointers to
    the docs.

    Signed-off-by: Wolfram Sang
    Acked-by: Uwe Kleine-König
    Signed-off-by: Wolfram Sang

    Wolfram Sang
     
  • After more discussion, brave users, and additional datasheet evaluation,
    some API updates for the new I2C slave framework became imminent. The
    slave events now get some easier to understand naming. Also, the event
    handling has been simplified to only need a single call to the slave
    callback when an action by the backend is required.

    Reported-by: Uwe Kleine-König
    Signed-off-by: Wolfram Sang
    Acked-by: Geert Uytterhoeven
    Acked-by: Uwe Kleine-König
    Signed-off-by: Wolfram Sang

    Wolfram Sang
     

24 Jan, 2015

1 commit


12 Dec, 2014

1 commit