31 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    license terms gnu general public license gpl version 2

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

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

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Reviewed-by: Alexios Zavras
    Reviewed-by: Steve Winslow
    Reviewed-by: Richard Fontana
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190528170027.447718015@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

13 Oct, 2017

1 commit

  • Don't populate the arrays vcore_val, vpll_val and vaux_val on the
    stack, instead make them static const. Makes the object code smaller
    by over 370 bytes:

    Before:
    text data bss dec hex filename
    6971 3248 64 10283 282b drivers/mfd/stw481x.o

    After:
    text data bss dec hex filename
    6338 3504 64 9906 26b2 drivers/mfd/stw481x.o

    Signed-off-by: Colin Ian King
    Signed-off-by: Lee Jones

    Colin Ian King
     

19 Apr, 2016

1 commit


11 Aug, 2015

1 commit


19 Mar, 2014

2 commits


23 Oct, 2013

1 commit

  • This adds a driver for the STw481x PMICs found in the Nomadik
    family of platforms. This one uses pure device tree probing.
    Print some of the OTP registers on boot and register a regulator
    MFD child.

    Signed-off-by: Linus Walleij
    Signed-off-by: Lee Jones

    Linus Walleij