1. 26 10月, 2015 18 次提交
  2. 24 10月, 2015 5 次提交
  3. 23 10月, 2015 12 次提交
  4. 22 10月, 2015 3 次提交
  5. 21 10月, 2015 2 次提交
    • C
      mmc: core: Fix init_card in 52Mhz · 08b137d9
      Chaotian Jing 提交于
      Suppose that we got a data crc error, and it triggers the mmc_reset.
      mmc_reset will call mmc_send_status to see if HW reset was supported.
      before issue CMD13, it will do retune, and if EMMC was in HS400 mode,
      it will reduce frequency to 52Mhz firstly, then results in card init
      was doing at 52Mhz.
      The mmc_send_status was originally only done for mmc_test, should drop
      it. And, rename the "eMMC hardware reset" to "Reset test", as we would
      also be able to use the test for SD-cards.
      Signed-off-by: NChaotian Jing <chaotian.jing@mediatek.com>
      Suggested-by: NAdrian Hunter <adrian.hunter@intel.com>
      Fixes: bd11e8bd ("mmc: core: Flag re-tuning is needed on CRC errors")
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      08b137d9
    • H
      IB/cma: Use inner P_Key to determine netdev · ab3964ad
      Haggai Eran 提交于
      When discussing the patches to demux ids in rdma_cm instead of ib_cm, it
      was decided that it is best to use the P_Key value in the packet headers.
      However, the mlx5 and ipath drivers are currently unable to send correct
      P_Key values in GMP headers. They always send using a single P_Key that is
      set during the GSI QP initialization.
      
      Change the rdma_cm code to look at the P_Key value that is part of the
      packet payload as a workaround. Once the drivers are fixed this patch can
      be reverted.
      
      Fixes: 4c21b5bc ("IB/cma: Add net_dev and private data checks to
      RDMA CM")
      Signed-off-by: NHaggai Eran <haggaie@mellanox.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      ab3964ad