1. 26 9月, 2013 10 次提交
  2. 25 8月, 2013 1 次提交
  3. 31 7月, 2013 1 次提交
  4. 28 6月, 2013 2 次提交
  5. 27 6月, 2013 1 次提交
  6. 27 5月, 2013 2 次提交
  7. 13 4月, 2013 1 次提交
  8. 04 4月, 2013 4 次提交
  9. 23 3月, 2013 7 次提交
  10. 22 3月, 2013 1 次提交
  11. 28 2月, 2013 1 次提交
  12. 25 2月, 2013 3 次提交
  13. 07 12月, 2012 5 次提交
  14. 08 11月, 2012 1 次提交
    • A
      mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-end · 8e2b36ea
      Arnd Bergmann 提交于
      The of_device_id match data is now marked as const and
      must not be modified. This changes the dw_mmc to mark
      all pointers passing the dw_mci_drv_data or dw_mci_dma_ops
      structures as const, and also marks the static definitions
      as const.
      
      drivers/mmc/host/dw_mmc-exynos.c: In function 'dw_mci_exynos_probe':
      drivers/mmc/host/dw_mmc-exynos.c:234:11: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Thomas Abraham <thomas.abraham@linaro.org>
      Cc: Will Newton <will.newton@imgtec.com>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      8e2b36ea