1. 13 1月, 2012 1 次提交
  2. 25 10月, 2010 1 次提交
  3. 30 9月, 2010 1 次提交
  4. 22 5月, 2010 1 次提交
  5. 17 1月, 2010 1 次提交
  6. 17 6月, 2009 1 次提交
    • L
      i2c: Use resource_size macro · c6ffddea
      Linus Walleij 提交于
      This replace all instances in the i2c busses tree of
      res->end - res->start + 1 with the handy macro resource_size(res)
      from ioport.h (coming in from platform_device.h).
      
      This was created with a simple
      sed -i -e 's/\([a-z]*\)->end *- *[a-z]*->start *+ *1/resource_size(\1)/g'
      
      Then manually replacing the PXA redefiniton of the same kind
      of macro manually. Recompiled some ARM defconfigs I could find to
      make a rough test so it shouldn't break anything, though I
      couldn't see exactly which configs you need for all the drivers.
      Signed-off-by: NLinus Walleij <linus.walleij@stericsson.com>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      c6ffddea
  7. 29 3月, 2009 3 次提交
  8. 15 7月, 2008 1 次提交
  9. 23 4月, 2008 1 次提交