31 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    license terms gnu general public license v2

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

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

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

    Thomas Gleixner
     

14 May, 2019

1 commit

  • When CONFIG_OF is disabled, we get a harmless warning about an
    unused variable:

    drivers/mfd/sun6i-prcm.c: In function 'sun6i_prcm_probe':
    drivers/mfd/sun6i-prcm.c:151:22: error: unused variable 'np' [-Werror=unused-variable]

    Remove the variable and open-code the value in the only place
    it is used, so it can get left out as well without CONFIG_OF.

    Fixes: a05a2e7998ab ("mfd: sun6i-prcm: Allow to compile with COMPILE_TEST")
    Signed-off-by: Arnd Bergmann
    Acked-by: Maxime Ripard
    Signed-off-by: Lee Jones

    Arnd Bergmann
     

13 Feb, 2017

1 commit


04 Oct, 2016

1 commit

  • The Kconfig currently controlling compilation of this code is:

    drivers/mfd/Kconfig:config MFD_SUN6I_PRCM
    drivers/mfd/Kconfig: bool "Allwinner A31 PRCM controller"

    ...meaning that it currently is not being built as a module by anyone.

    Lets remove the couple traces of modularity so that when reading the
    driver there is no doubt it is builtin-only.

    Since module_platform_driver() uses the same init level priority as
    builtin_platform_driver() the init ordering remains unchanged with
    this commit.

    We also delete the MODULE_LICENSE tag etc. since all that information
    is already contained at the top of the file in the comments.

    Signed-off-by: Paul Gortmaker
    Acked-by: Maxime Ripard
    Acked-by: Boris Brezillon
    Signed-off-by: Lee Jones

    Paul Gortmaker
     

22 Jan, 2015

1 commit


20 Oct, 2014

1 commit


21 Jul, 2014

1 commit

  • The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC.
    The differences are the AR100 clock can no longer be modified,
    the APB0 clock has different divisors, and some clock gates are
    gone.

    This patch adds a compatible with a modified subdevice list for
    the A23.

    Signed-off-by: Chen-Yu Tsai
    Acked-by: Maxime Ripard
    Signed-off-by: Lee Jones

    Chen-Yu Tsai
     

03 Jun, 2014

1 commit