-
Notifications
You must be signed in to change notification settings - Fork 105
phytium: Add support for the Phytium MMC #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This patch adds the Phytium Multimedia Card driver. Signed-off-by: xu yan <xuyan1481@phytium.com> Signed-off-by: Cheng Quan <chengquan@phytium.com.cn> Signed-off-by: Lai Xueyu <laixueyu1280@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
deepin pr auto review |
This patch adds the Phytium Multimedia Card driver. Signed-off-by: xu yan <xuyan1481@phytium.com> Signed-off-by: Cheng Quan <chengquan@phytium.com.cn> Signed-off-by: Lai Xueyu <laixueyu1280@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> (cherry picked from commit 4bd50db) Link: deepin-community#147 Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: drivers/mmc/host/Makefile
…rning void 0edb555: platform: Make platform_driver::remove() return void cause build error, so convert .remove from int to void Log: drivers/mmc/host/phytium-mci-plat.c:181:19: error: initialization of ‘void (*)(struct platform_device *)’ from incompatible pointer type ‘int (*)(struct platform_device *)’ [-Werror=incompatible-pointer-types] 181 | .remove = phytium_mci_remove, | ^~~~~~~~~~~~~~~~~~ drivers/mmc/host/phytium-mci-plat.c:181:19: note: (near initialization for ‘phytium_mci_driver.<anonymous>.remove’) Link: deepin-community#147 (cherry picked from commit 6757682) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Rename from_timer() to timer_container_of() and Rename del_timer() to timer_delete() Link: deepin-community#147 Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
0edb555: platform: Make platform_driver::remove() return void cause build error, so convert .remove from int to void Log: drivers/mmc/host/phytium-sdci.c:1426:19: error: initialization of ‘void (*)(struct platform_device *)’ from incompatible pointer type ‘int (*)(struct platform_device *)’ [-Werror=incompatible-pointer-types] 1426 | .remove = phytium_sdci_remove, | ^~~~~~~~~~~~~~~~~~~ drivers/mmc/host/phytium-sdci.c:1426:19: note: (near initialization for ‘phytium_sdci_driver.<anonymous>.remove’) Link: deepin-community#147 (cherry picked from commit 4db2a31) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
This patch adds the Phytium Multimedia Card driver. Signed-off-by: xu yan <xuyan1481@phytium.com> Signed-off-by: Cheng Quan <chengquan@phytium.com.cn> Signed-off-by: Lai Xueyu <laixueyu1280@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> (cherry picked from commit 4bd50db) Link: #147 Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: drivers/mmc/host/Makefile
…rning void 0edb555: platform: Make platform_driver::remove() return void cause build error, so convert .remove from int to void Log: drivers/mmc/host/phytium-mci-plat.c:181:19: error: initialization of ‘void (*)(struct platform_device *)’ from incompatible pointer type ‘int (*)(struct platform_device *)’ [-Werror=incompatible-pointer-types] 181 | .remove = phytium_mci_remove, | ^~~~~~~~~~~~~~~~~~ drivers/mmc/host/phytium-mci-plat.c:181:19: note: (near initialization for ‘phytium_mci_driver.<anonymous>.remove’) Link: #147 (cherry picked from commit 6757682) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Rename from_timer() to timer_container_of() and Rename del_timer() to timer_delete() Link: #147 Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
0edb555: platform: Make platform_driver::remove() return void cause build error, so convert .remove from int to void Log: drivers/mmc/host/phytium-sdci.c:1426:19: error: initialization of ‘void (*)(struct platform_device *)’ from incompatible pointer type ‘int (*)(struct platform_device *)’ [-Werror=incompatible-pointer-types] 1426 | .remove = phytium_sdci_remove, | ^~~~~~~~~~~~~~~~~~~ drivers/mmc/host/phytium-sdci.c:1426:19: note: (near initialization for ‘phytium_sdci_driver.<anonymous>.remove’) Link: #147 (cherry picked from commit 4db2a31) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
This patch adds the Phytium Multimedia Card driver.