1. 12 9月, 2012 5 次提交
  2. 18 8月, 2012 1 次提交
  3. 24 7月, 2012 1 次提交
  4. 12 7月, 2012 4 次提交
  5. 08 7月, 2012 11 次提交
  6. 21 1月, 2012 1 次提交
    • C
      i2c: OMAP: Fix OMAP1 build error · 6c5aa407
      Cousson, Benoit 提交于
      CONFIG_OF is not defined for OMAP1 yet and thus the omap1_defconfig build
      generate an error for 3.3-rc1.
      
      drivers/i2c/busses/i2c-omap.c: In function 'omap_i2c_probe':
      drivers/i2c/busses/i2c-omap.c:1021:26: error: 'omap_i2c_of_match' undeclared (first use in this function)
      drivers/i2c/busses/i2c-omap.c:1021:26: note: each undeclared identifier is reported only once for each function it appears in
      
      Wrap omap_i2c_of_match with of_match_ptr() to prevent compilation error in case of OMAP1 build.
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      6c5aa407
  7. 18 1月, 2012 3 次提交
  8. 18 12月, 2011 1 次提交
  9. 29 10月, 2011 9 次提交
  10. 24 8月, 2011 1 次提交
  11. 11 7月, 2011 1 次提交
  12. 07 3月, 2011 1 次提交
  13. 23 2月, 2011 1 次提交