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