1. 20 10月, 2015 1 次提交
    • M
      i2c: au1550: relax bus timings a bit · 8a5e3d47
      Manuel Lauss 提交于
      The i2c-au1550 driver has to program various setup and hold times
      for the sda/scl signals by hand.  The current values seem to be
      working best when the driver is supplied with 50MHz, however on the
      DB1300 board 48MHz is the closest we can get to it, and the timings
      are a bit too tight for that, leading to the last bit of a transmission
      sometimes being swallowed.  This manifests itself in wrong readings
      of the ne1619 sensor and inability to configure the wm8731 i2s codec.
      
      With the relaxed timings, both the sensor and the i2s codec can now
      be accessed more reliably over a wider range of I2C block input
      frequencies.
      
      Verified on DB1200, DB1300 and DB1550 boards.
      Signed-off-by: NManuel Lauss <manuel.lauss@gmail.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      8a5e3d47
  2. 08 11月, 2014 1 次提交
  3. 20 10月, 2014 1 次提交
  4. 25 1月, 2014 1 次提交
  5. 22 2月, 2013 1 次提交
  6. 23 12月, 2012 1 次提交
  7. 13 1月, 2012 1 次提交
  8. 29 10月, 2011 4 次提交
  9. 25 10月, 2011 1 次提交
  10. 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
  11. 27 1月, 2009 1 次提交
  12. 15 7月, 2008 1 次提交
  13. 12 5月, 2008 1 次提交
    • S
      [MIPS] Alchemy: SMBus resource fix · 8e07c2c6
      Sergei Shtylyov 提交于
      The Alchemy platform code registers the SMBus device using the virtual
      address of its registers instead of the physical one -- fix this, taking
      into account that actually the whole megabyte is decoded by any of the
      programmable serial controllers (one of which is SMBus), and that all the
      Alchemy peripherals are directly mappable into KSEG1 kernel space and
      therefore ioremap() call would just boil down to CKSEG1ADDR() invocation.
      Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      8e07c2c6
  14. 23 4月, 2008 1 次提交
  15. 28 1月, 2008 2 次提交
  16. 14 10月, 2007 1 次提交
  17. 27 9月, 2006 4 次提交
  18. 06 9月, 2005 2 次提交
  19. 22 6月, 2005 1 次提交
  20. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4