1. 18 10月, 2017 3 次提交
  2. 17 10月, 2017 4 次提交
  3. 05 10月, 2017 1 次提交
  4. 04 10月, 2017 3 次提交
  5. 21 9月, 2017 1 次提交
  6. 18 9月, 2017 2 次提交
  7. 05 9月, 2017 1 次提交
  8. 14 8月, 2017 3 次提交
  9. 11 8月, 2017 3 次提交
  10. 07 8月, 2017 1 次提交
  11. 20 7月, 2017 1 次提交
  12. 19 7月, 2017 4 次提交
  13. 06 6月, 2017 2 次提交
  14. 24 5月, 2017 3 次提交
  15. 15 5月, 2017 1 次提交
  16. 04 4月, 2017 1 次提交
  17. 29 3月, 2017 1 次提交
  18. 15 3月, 2017 3 次提交
  19. 08 3月, 2017 2 次提交
    • R
      reset-socfpga: Fix nr_resets property · d518d9ca
      Rojhalat Ibrahim 提交于
      The SoC-FPGA reset controller driver defines NR_BANKS as 4 and uses that define
      for two unrelated purposes. It is used
      1. as an increment for reset line banks which are 32-bit registers with 4-byte
      aligned addresses.
      2. as the total number of reset line banks which together with the number of
      resets per bank (32) limits the total number of useable resets to 128 and the
      highest useable reset ID to 127.
      
      This is clearly wrong as there are resets with higher IDs than 127 defined in
      include/dt-bindings/reset/altr,rst-mgr.h and altr,rst-mgr-a10.h.
      
      The patch introduces a new define BANK_INCREMENT for calculating the register
      addresses as before and increases NR_BANKS to 8 for useable reset IDs up to 255.
      Signed-off-by: NRojhalat Ibrahim <imr@rtschenk.de>
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      d518d9ca
    • W
      reset: uniphier: fix non static symbol warnings · 716adfe3
      Wei Yongjun 提交于
      Fixes the following sparse warnings:
      
      drivers/reset/reset-uniphier.c:68:34: warning:
       symbol 'uniphier_sld3_sys_reset_data' was not declared. Should it be static?
      drivers/reset/reset-uniphier.c:73:34: warning:
       symbol 'uniphier_pro4_sys_reset_data' was not declared. Should it be static?
      drivers/reset/reset-uniphier.c:81:34: warning:
       symbol 'uniphier_pro5_sys_reset_data' was not declared. Should it be static?
      drivers/reset/reset-uniphier.c:89:34: warning:
       symbol 'uniphier_pxs2_sys_reset_data' was not declared. Should it be static?
      drivers/reset/reset-uniphier.c:103:34: warning:
       symbol 'uniphier_ld11_sys_reset_data' was not declared. Should it be static?
      drivers/reset/reset-uniphier.c:108:34: warning:
       symbol 'uniphier_ld20_sys_reset_data' was not declared. Should it be static?
      drivers/reset/reset-uniphier.c:137:34: warning:
       symbol 'uniphier_sld3_mio_reset_data' was not declared. Should it be static?
      drivers/reset/reset-uniphier.c:157:34: warning:
       symbol 'uniphier_pro5_sd_reset_data' was not declared. Should it be static?
      drivers/reset/reset-uniphier.c:174:34: warning:
       symbol 'uniphier_ld4_peri_reset_data' was not declared. Should it be static?
      drivers/reset/reset-uniphier.c:187:34: warning:
       symbol 'uniphier_pro4_peri_reset_data' was not declared. Should it be static?
      Signed-off-by: NWei Yongjun <weiyongjun1@huawei.com>
      Acked-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      716adfe3