1. 08 7月, 2012 5 次提交
  2. 30 5月, 2012 1 次提交
  3. 17 5月, 2012 1 次提交
  4. 13 5月, 2012 2 次提交
  5. 12 5月, 2012 28 次提交
  6. 30 4月, 2012 1 次提交
    • B
      i2c/powermac: Register i2c devices from device-tree · 81e5d864
      Benjamin Herrenschmidt 提交于
      This causes i2c-powermac to register i2c devices exposed in the
      device-tree, enabling new-style probing of devices.
      
      Note that we prefix the IDs with "MAC," in order to prevent the
      generic drivers from matching. This is done on purpose as we only
      want drivers specifically tested/designed to operate on powermacs
      to match.
      
      This removes the special case we had for the AMS driver, and updates
      the driver's match table instead.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      81e5d864
  7. 27 4月, 2012 1 次提交
    • W
      i2c: mxs: disable QUEUE when sending is done · 1e4f0b82
      Wolfram Sang 提交于
      Since the last fixes to this driver ensure now the queue termination is
      done correctly, we can finally disable the queue after a transfer
      without problems. The gain is that it will only be reenabled after the
      next transfer is fully set up. Before, the queue was running all the
      time and if the setup of the next message was interrupted by another
      thread, an incomplete buffer could have been sent, padded with zeroes.
      Signed-off-by: NWolfram Sang <w.sang@pengutronix.de>
      1e4f0b82
  8. 26 4月, 2012 1 次提交