1. 26 9月, 2013 1 次提交
  2. 25 8月, 2013 1 次提交
  3. 28 6月, 2013 1 次提交
  4. 13 4月, 2013 1 次提交
  5. 23 3月, 2013 2 次提交
  6. 12 3月, 2013 1 次提交
  7. 25 2月, 2013 1 次提交
  8. 08 11月, 2012 2 次提交
    • 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
    • A
      mmc: dw_mmc: fix modular build for exynos back-end · 517cb9f1
      Arnd Bergmann 提交于
      The MODULE_DEVICE_TABLE entry for dw_mci_exynos_match
      was incorrectly copied from the platform back-end, which
      causes this error when building the driver as a loadable
      module:
      
      drivers/mmc/host/dw_mmc-exynos.c: At top level:
      drivers/mmc/host/dw_mmc-exynos.c:226:34: error: '__mod_of_device_table' aliased to undefined symbol 'dw_mci_pltfm_match'
      
      This patch fixes the problem by just using the correct
      string.
      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>
      517cb9f1
  9. 03 10月, 2012 1 次提交