forked from Minki/linux
Merge branch 'fixes' into next
This commit is contained in:
commit
a677b67b69
@ -165,9 +165,15 @@ static void dw_mci_exynos_set_clksel_timing(struct dw_mci *host, u32 timing)
|
|||||||
static int dw_mci_exynos_runtime_resume(struct device *dev)
|
static int dw_mci_exynos_runtime_resume(struct device *dev)
|
||||||
{
|
{
|
||||||
struct dw_mci *host = dev_get_drvdata(dev);
|
struct dw_mci *host = dev_get_drvdata(dev);
|
||||||
|
int ret;
|
||||||
|
|
||||||
|
ret = dw_mci_runtime_resume(dev);
|
||||||
|
if (ret)
|
||||||
|
return ret;
|
||||||
|
|
||||||
dw_mci_exynos_config_smu(host);
|
dw_mci_exynos_config_smu(host);
|
||||||
return dw_mci_runtime_resume(dev);
|
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -86,8 +86,8 @@ TRACE_EVENT(mmc_request_start,
|
|||||||
__entry->stop_flags, __entry->stop_retries,
|
__entry->stop_flags, __entry->stop_retries,
|
||||||
__entry->sbc_opcode, __entry->sbc_arg,
|
__entry->sbc_opcode, __entry->sbc_arg,
|
||||||
__entry->sbc_flags, __entry->sbc_retries,
|
__entry->sbc_flags, __entry->sbc_retries,
|
||||||
__entry->blocks, __entry->blk_addr,
|
__entry->blocks, __entry->blksz,
|
||||||
__entry->blksz, __entry->data_flags, __entry->tag,
|
__entry->blk_addr, __entry->data_flags, __entry->tag,
|
||||||
__entry->can_retune, __entry->doing_retune,
|
__entry->can_retune, __entry->doing_retune,
|
||||||
__entry->retune_now, __entry->need_retune,
|
__entry->retune_now, __entry->need_retune,
|
||||||
__entry->hold_retune, __entry->retune_period)
|
__entry->hold_retune, __entry->retune_period)
|
||||||
|
Loading…
Reference in New Issue
Block a user