1. 15 5月, 2014 4 次提交
  2. 08 4月, 2014 1 次提交
  3. 07 4月, 2014 1 次提交
    • W
      i2c: cadence: fix Kconfig dependency · 1fbeab0b
      Wolfram Sang 提交于
      During development, the driver first really needed to depend on
      COMMON_CLK only. Later, it was switched to writel_relaxed, but it was
      forgotten to update the dependencies, so build errors occured:
      
      config: make ARCH=i386 allyesconfig
      
      All error/warnings:
      
         drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_clear_bus_hold':
      >> drivers/i2c/busses/i2c-cadence.c:168:3: error: implicit declaration
      >> of function 'writel_relaxed' [-Werror=implicit-function-declaration]
      
      Use a very safe dependency for now.
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      1fbeab0b
  4. 06 4月, 2014 2 次提交
  5. 03 4月, 2014 1 次提交
  6. 29 3月, 2014 1 次提交
  7. 28 3月, 2014 9 次提交
  8. 24 3月, 2014 1 次提交
  9. 14 3月, 2014 4 次提交
  10. 13 3月, 2014 3 次提交
  11. 12 3月, 2014 2 次提交
  12. 11 3月, 2014 4 次提交
  13. 10 3月, 2014 4 次提交
  14. 09 3月, 2014 3 次提交