Thread (18 messages) flat view 18 messages, 2 authors, 2012-09-21

Re: [PATCH v6 9/9] mmc: dw_mmc: add support for exynos specific implementation of dw-mshc

From: Thomas Abraham <hidden>
Date: 2012-09-20 04:44:13
Also in: linux-mmc, linux-samsung-soc

On 19 September 2012 19:12, Seungwon Jeon [off-list ref] wrote:
On Tuesday, September 18, 2012, Thomas Abraham [off-list ref] wrote:
quoted
+int dw_mci_exynos_probe(struct platform_device *pdev)
+{
+     struct dw_mci_drv_data *drv_data;
+     const struct of_device_id *match;
+
+     match = of_match_node(dw_mci_exynos_match, pdev->dev.of_node);
+     drv_data = match->data;
In non-dt case, match has NULL.
Needed to check "pdev->dev.of_node"
Since all current users in mainline of this driver on Exynos platforms
are device tree based, and since Exynos4 and Exynos5 have device tree
support, I have mainly been adding device tree support here. Only for
non-exynos portions of the code, I have ensured that both dt and
legacy modes are supported.

Thanks,
Thomas.

[...]
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help