1. 28 6月, 2017 4 次提交
  2. 24 6月, 2017 9 次提交
  3. 20 6月, 2017 5 次提交
  4. 19 6月, 2017 5 次提交
  5. 18 6月, 2017 1 次提交
    • A
      i2c: xgene-slimpro: include linux/io.h for memremap · 063345ae
      Arnd Bergmann 提交于
      The newly added support for the pcc mailbox fails to build
      in some configurations:
      
      drivers/i2c/busses/i2c-xgene-slimpro.c: In function 'xgene_slimpro_i2c_probe':
      drivers/i2c/busses/i2c-xgene-slimpro.c:516:25: error: implicit declaration of function 'memremap'; did you mean 'memcmp'? [-Werror=implicit-function-declaration]
      drivers/i2c/busses/i2c-xgene-slimpro.c:518:13: error: 'MEMREMAP_WB' undeclared (first use in this function)
      drivers/i2c/busses/i2c-xgene-slimpro.c:518:13: note: each undeclared identifier is reported only once for each function it appears in
      
      This includes the missing header file.
      
      Fixes: df5da47f ("i2c: xgene-slimpro: Add ACPI support by using PCC mailbox")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Reviewed-by: NHoan Tran <hotran@apm.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      063345ae
  6. 16 6月, 2017 1 次提交
  7. 03 6月, 2017 6 次提交
  8. 01 6月, 2017 8 次提交
  9. 29 5月, 2017 1 次提交