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 this program
    is distributed in the hope that it will be useful but without any
    warranty without even the implied warranty of merchantability or
    fitness for a particular purpose see the gnu general public license
    for more details

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

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

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

    Thomas Gleixner
     

16 May, 2018

1 commit


29 Nov, 2016

1 commit


29 Jun, 2016

1 commit


11 Aug, 2015

1 commit


22 Jun, 2015

1 commit

  • Since commit 1c6c69525b40eb76de8adf039409722015927dc3 ("genirq: Reject
    bogus threaded irq requests") threaded IRQs without a primary handler
    need to be requested with IRQF_ONESHOT, otherwise the request will fail.

    So pass the IRQF_ONESHOT flag in this case.

    The semantic patch that makes this change is available
    in scripts/coccinelle/misc/irqf_oneshot.cocci.

    Signed-off-by: Fabio Estevam
    Signed-off-by: Lee Jones

    Fabio Estevam
     

07 Mar, 2015

1 commit


31 Jul, 2013

1 commit


20 Apr, 2013

2 commits

  • drivers/mfd/si476x-i2c.c: In function ‘si476x_core_drain_rds_fifo’:
    drivers/mfd/si476x-i2c.c:391:4: warning: field width specifier ‘*’ expects
    +argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat]

    Acked-by: Andrey Smirnov
    Signed-off-by: Hans Verkuil
    Signed-off-by: Samuel Ortiz

    Hans Verkuil
     
  • This patch adds main part(out of three) of the I2C driver for the
    "core" of MFD device.

    Acked-by: Hans Verkuil
    Signed-off-by: Andrey Smirnov
    Signed-off-by: Samuel Ortiz

    Andrey Smirnov