10 Aug, 2019

2 commits

  • During reset the VMMC regulator doesn't reach 0V and only drops to
    1.8V, furthermore the pulse width is under 200us whereas the SD
    specification expect 1ms.

    The WR_S bit allows the TWL6030 to no reset at all the VMMC during warm
    reset and keep the current voltage. Thanks to this workaround the SD
    card doesn't reach a undefined reset stage.

    Actually this behavior is available for all the LDO regulator, so the
    driver will also allow to use it with any of these regulator.

    Signed-off-by: Gregory CLEMENT
    Link: https://lore.kernel.org/r/20190725094542.16547-4-gregory.clement@bootlin.com
    Signed-off-by: Mark Brown

    Gregory CLEMENT
     
  • Instead of refering the full pdev->dev.of_node use a local variable.

    Signed-off-by: Gregory CLEMENT
    Link: https://lore.kernel.org/r/20190725094542.16547-3-gregory.clement@bootlin.com
    Signed-off-by: Mark Brown

    Gregory CLEMENT
     

31 May, 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 either version 2 of the license or at
    your option any later version

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-or-later

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

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

    Thomas Gleixner
     

21 Feb, 2019

2 commits


14 Jan, 2019

1 commit


04 Sep, 2017

1 commit

  • include/linux/i2c is not for client devices. Move the header file to a
    more appropriate location.

    Signed-off-by: Wolfram Sang
    Acked-by: Greg Kroah-Hartman
    Acked-by: Alexandre Belloni
    Acked-by: Mark Brown
    Acked-by: Sebastian Reichel
    Acked-by: Jonathan Cameron
    Acked-by: Dmitry Torokhov
    Acked-by: Kishon Vijay Abraham I
    Acked-by: Bartlomiej Zolnierkiewicz
    Acked-by: Thierry Reding
    Acked-by: Tony Lindgren
    Acked-by: Daniel Thompson
    Acked-by: Linus Walleij
    Acked-by: Guenter Roeck
    Signed-off-by: Lee Jones

    Wolfram Sang
     

30 Apr, 2017

1 commit


25 Mar, 2017

1 commit


19 Jan, 2017

1 commit


23 Nov, 2016

1 commit


17 Nov, 2016

1 commit

  • In order to not break existing users, we keep using the same
    CONFIG symbol.
    This makes it easier to add support for TWL6032 and refactor
    mfd/twl-core.
    Checkpatch warnings are inherited from twl-regulator.c and will
    be addressed in a subsequent patch.

    Signed-off-by: Nicolae Rosia
    Signed-off-by: Mark Brown

    Nicolae Rosia