19 Jun, 2019

1 commit

  • Based on 2 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 version 2 as
    published by the free software foundation

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

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

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

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

    Thomas Gleixner
     

19 Dec, 2016

1 commit

  • When CONFIG_PM_SLEEP is disabled, the compiler raises a warning on
    st_irq_syscfg_resume:

    drivers/irqchip/irq-st.c:183:12: warning: 'st_irq_syscfg_resume' defined
    but not used [-Wunused-function]
    static int st_irq_syscfg_resume(struct device *dev)
    ^~~~~~~~~~~~~~~~~~~~

    Annotate the function with __maybe_unused.

    Signed-off-by: Jérémy Lefaure
    Cc: Marc Zyngier
    Cc: Jason Cooper
    Link: http://lkml.kernel.org/r/20161217002927.31947-1-jeremy.lefaure@lse.epita.fr
    Signed-off-by: Thomas Gleixner

    Jérémy Lefaure
     

04 Mar, 2015

1 commit

  • This driver is used to enable System Configuration Register controlled
    External, CTI (Core Sight), PMU (Performance Management), and PL310 L2
    Cache IRQs prior to use.

    Signed-off-by: Lee Jones
    Link: https://lkml.kernel.org/r/1424272444-16230-3-git-send-email-lee.jones@linaro.org
    Signed-off-by: Jason Cooper

    Lee Jones