1. 24 4月, 2015 7 次提交
  2. 16 4月, 2015 1 次提交
    • M
      i2c: core: Export bus recovery functions · c1c21f4e
      Mark Brown 提交于
      Current -next fails to link an ARM allmodconfig because drivers that use
      the core recovery functions can be built as modules but those functions
      are not exported:
      
      ERROR: "i2c_generic_gpio_recovery" [drivers/i2c/busses/i2c-davinci.ko] undefined!
      ERROR: "i2c_generic_scl_recovery" [drivers/i2c/busses/i2c-davinci.ko] undefined!
      ERROR: "i2c_recover_bus" [drivers/i2c/busses/i2c-davinci.ko] undefined!
      
      Add exports to fix this.
      
      Fixes: 5f9296ba (i2c: Add bus recovery infrastructure)
      Signed-off-by: NMark Brown <broonie@kernel.org>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      c1c21f4e
  3. 15 4月, 2015 1 次提交
    • G
      i2c: jz4780: Fix build for m68k and sparc64 · c7f94520
      Guenter Roeck 提交于
      Fix:
      
      drivers/i2c/busses/i2c-jz4780.c: In function 'jz4780_i2c_readw':
      drivers/i2c/busses/i2c-jz4780.c:181:2: error:
      		implicit declaration of function 'readw'
      drivers/i2c/busses/i2c-jz4780.c: In function 'jz4780_i2c_writew':
      drivers/i2c/busses/i2c-jz4780.c:187:2: error:
      		implicit declaration of function 'writew'
      
      seen with sparc64:allmodconfig and m68k:allmodconfig.
      
      The driver has to include linux/io.h.
      
      Fixes: ba92222e ("i2c: jz4780: Add i2c bus controller driver
      	for Ingenic JZ4780")
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      c7f94520
  4. 11 4月, 2015 1 次提交
  5. 10 4月, 2015 3 次提交
  6. 04 4月, 2015 2 次提交
  7. 27 3月, 2015 5 次提交
  8. 22 3月, 2015 1 次提交
  9. 18 3月, 2015 1 次提交
  10. 17 3月, 2015 2 次提交
  11. 15 3月, 2015 16 次提交