Hi Geert,
On 09/06/21 10:14 AM, Geert Uytterhoeven wrote:
Hi Angelo,
On Tue, Jun 8, 2021 at 10:46 PM Angelo Dureghello
<angelo@xxxxxxxxxxxxxxxx> wrote:
Add platform data object for ColdFire architecture.
Signed-off-by: Angelo Dureghello <angelo@xxxxxxxxxxxxxxxx>
Thanks for your patch!
--- /dev/null
+++ b/include/linux/platform_data/flexcan-mcf.h
@@ -0,0 +1,27 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Flexcan options for ColdFire family
+ *
+ * Copyright (C) 2021 Angelo Dureghello <angelo@xxxxxxxxxxxxxxxx>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * version 2 as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#ifndef _PLAT_FLEXCAN_MCF_H
+#define _PLAT_FLEXCAN_MCF_H
+
+struct mcf_flexcan_platform_data {
+ int stop_mode;
Unused?
yes, unused for now, removed
+ int clk_src;
+ int clock_frequency;
Might be worthwhile to match the types used in the driver
(i.e. u8 and u32).
done, thanks
+ bool big_endian;
+};
+
+#endif /* _PLAT_FLEXCAN_MCF_H */
Gr{oetje,eeting}s,
Geert
Regards,
--
Angelo Dureghello
+++ kernelspace +++
+E: angelo AT kernel-space.org
+W: www.kernel-space.org