Thread (12 messages) 12 messages, 3 authors, 2019-11-16

Re: [PATCH v2 2/5] clk: meson: add a driver for the Meson8/8b/8m2 DDR clock controller

From: Jerome Brunet <jbrunet@baylibre.com>
Date: 2019-11-12 17:20:25
Also in: linux-amlogic, linux-clk, linux-devicetree, lkml

quoted
+static const struct of_device_id meson8_ddr_clkc_match_table[] = {
+       { .compatible = "amlogic,meson8-ddr-clkc" },
+       { .compatible = "amlogic,meson8b-ddr-clkc" },
+       { /* sentinel */ },
Super nitpick, drop the comma above so that nothing can follow this.
I don't think it is worth reposting the series Martin.
If it is ok with you, I'll just apply it with Stephen comments

In the future, I would prefer if you could separate the series for clock
(intended for Neil and myself) and the DT one (intended for Kevin)

Thx
quoted
+};
+
+static struct platform_driver meson8_ddr_clkc_driver = {
+       .probe          = meson8_ddr_clkc_probe,
+       .driver         = {
+               .name   = "meson8-ddr-clkc",
+               .of_match_table = meson8_ddr_clkc_match_table,
+       },
+};
+
+builtin_platform_driver(meson8_ddr_clkc_driver);
-- 
2.23.0

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help