1. 06 3月, 2014 1 次提交
  2. 12 12月, 2013 1 次提交
  3. 15 11月, 2013 1 次提交
  4. 23 8月, 2013 1 次提交
    • W
      i2c: move OF helpers into the core · 687b81d0
      Wolfram Sang 提交于
      I2C of helpers used to live in of_i2c.c but experience (from SPI) shows
      that it is much cleaner to have this in the core. This also removes a
      circular dependency between the helpers and the core, and so we can
      finally register child nodes in the core instead of doing this manually
      in each driver. So, fix the drivers and documentation, too.
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      687b81d0
  5. 18 5月, 2013 1 次提交
  6. 24 3月, 2013 1 次提交
  7. 22 3月, 2013 1 次提交
  8. 16 2月, 2013 1 次提交
  9. 29 1月, 2013 1 次提交
  10. 28 1月, 2013 1 次提交
  11. 25 1月, 2013 1 次提交
  12. 23 12月, 2012 1 次提交
  13. 02 11月, 2012 1 次提交
  14. 14 9月, 2012 3 次提交
  15. 19 8月, 2012 1 次提交
  16. 24 7月, 2012 1 次提交
  17. 12 7月, 2012 5 次提交
  18. 08 7月, 2012 4 次提交
  19. 12 6月, 2012 1 次提交
  20. 12 5月, 2012 2 次提交
  21. 23 4月, 2012 1 次提交
  22. 08 3月, 2012 1 次提交
  23. 07 2月, 2012 1 次提交
  24. 20 12月, 2011 2 次提交
  25. 01 11月, 2011 1 次提交
  26. 29 10月, 2011 1 次提交
    • O
      i2c-tegra: __iomem annotation fix · f533c61e
      Olof Johansson 提交于
      drivers/i2c/busses/i2c-tegra.c:585:7: warning: incorrect type in assignment (different address spaces)
      drivers/i2c/busses/i2c-tegra.c:585:7:    expected void *base
      drivers/i2c/busses/i2c-tegra.c:585:7:    got void [noderef] <asn:2>*
      drivers/i2c/busses/i2c-tegra.c:619:16: warning: incorrect type in assignment (different address spaces)
      drivers/i2c/busses/i2c-tegra.c:619:16:    expected void [noderef] <asn:2>*base
      drivers/i2c/busses/i2c-tegra.c:619:16:    got void *base
      drivers/i2c/busses/i2c-tegra.c:689:10: warning: incorrect type in argument 1 (different address spaces)
      drivers/i2c/busses/i2c-tegra.c:689:10:    expected void volatile [noderef] <asn:2>*addr
      drivers/i2c/busses/i2c-tegra.c:689:10:    got void *base
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Acked-by; Stephen Warren <swarren@nvidia.com>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      f533c61e
  27. 07 9月, 2011 3 次提交