1. 24 2月, 2016 1 次提交
  2. 13 2月, 2016 1 次提交
  3. 18 12月, 2015 1 次提交
  4. 15 12月, 2015 1 次提交
  5. 04 12月, 2015 1 次提交
  6. 20 11月, 2015 1 次提交
  7. 26 10月, 2015 2 次提交
  8. 24 10月, 2015 3 次提交
  9. 24 8月, 2015 2 次提交
    • J
      i2c: Replace I2C_CROS_EC_TUNNEL dependency · 480b141a
      Javier Martinez Canillas 提交于
      The ChromeOS EC tunnel I2C bus driver depend on CROS_EC_PROTO but
      MFD_CROS_EC select CROS_EC_PROTO instead. Mixing select and depends
      on is bad practice as it may lead to circular Kconfig dependencies.
      
      Since the platform device that is matched with the I2C bus driver
      is registered by the ChromeOS EC mfd driver, I2C_CROS_EC_TUNNEL
      really depends on MFD_CROS_EC. And because this config option
      selects CROS_EC_PROTO, that dependency is met as well. So make the
      driver to depend on MFD_CROS_EC instead of CROS_EC_PROTO.
      Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      480b141a
    • J
      i2c: lpc2k: add driver · 3f9c37a0
      Joachim Eastwood 提交于
      Add support for the I2C controller found on several NXP devices
      including LPC2xxx, LPC178x/7x and LPC18xx/43xx. The controller
      is implemented as a state machine and the driver act upon the
      state changes when the bus is accessed.
      
      The I2C controller supports master/slave operation, bus
      arbitration, programmable clock rate, and speeds up to 1 Mbit/s.
      Signed-off-by: NJoachim Eastwood <manabian@gmail.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      3f9c37a0
  10. 10 8月, 2015 1 次提交
  11. 10 7月, 2015 1 次提交
  12. 15 6月, 2015 1 次提交
  13. 10 6月, 2015 1 次提交
  14. 01 6月, 2015 1 次提交
  15. 13 5月, 2015 1 次提交
  16. 12 5月, 2015 1 次提交
  17. 11 4月, 2015 1 次提交
  18. 04 4月, 2015 1 次提交
  19. 22 3月, 2015 1 次提交
  20. 20 2月, 2015 1 次提交
  21. 17 2月, 2015 1 次提交
  22. 06 2月, 2015 1 次提交
  23. 27 1月, 2015 2 次提交
  24. 26 1月, 2015 1 次提交
  25. 18 12月, 2014 1 次提交
  26. 14 12月, 2014 1 次提交
  27. 24 11月, 2014 1 次提交
  28. 19 11月, 2014 1 次提交
  29. 18 11月, 2014 2 次提交
  30. 13 11月, 2014 1 次提交
  31. 11 11月, 2014 1 次提交
  32. 16 10月, 2014 2 次提交
  33. 07 10月, 2014 1 次提交