projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de7e8bd
)
drm/stm: dsi: Rename driver name
author
Philippe CORNU
<
[email protected]
>
Thu, 26 Oct 2017 10:04:50 +0000
(12:04 +0200)
committer
Benjamin Gaignard
<
[email protected]
>
Tue, 7 Nov 2017 13:46:49 +0000
(14:46 +0100)
Rename the driver name from "dw_mipi_dsi-stm" to
"stm32-display-dsi" for a better readability
in /sys/bus/platform/drivers entries.
Signed-off-by: Philippe Cornu <
[email protected]
>
Reviewed-by: Gustavo Padovan <
[email protected]
>
Signed-off-by: Benjamin Gaignard <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
index e5b6310240fe6b7e19a8bc216fdde2bc6a06dd67..10b2b779e72e6356625d7bfe0db14c11b6d4261b 100644
(file)
--- a/
drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
+++ b/
drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
@@
-342,7
+342,7
@@
static struct platform_driver dw_mipi_dsi_stm_driver = {
.remove = dw_mipi_dsi_stm_remove,
.driver = {
.of_match_table = dw_mipi_dsi_stm_dt_ids,
- .name = "
dw_mipi_dsi-stm
",
+ .name = "
stm32-display-dsi
",
},
};