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