Hi Geert,
On 17/06/21 10:28 AM, Geert Uytterhoeven wrote:
Hi Angelo,
On Thu, Jun 17, 2021 at 1:17 AM Angelo Dureghello
<angelo@xxxxxxxxxxxxxxxx> wrote:
Add platform data object for ColdFire architecture.
---
Changes for v2:
- move header file in more proper location
- remove irq defines
- change variable types to match driver types
Signed-off-by: Angelo Dureghello <angelo@xxxxxxxxxxxxxxxx>
Thanks for your patch!
--- /dev/null
+++ b/include/linux/can/platform/mcf5441x.h
@@ -0,0 +1,28 @@
+/* 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 {
+ u8 clk_src;
+ u32 clock_frequency;
+ bool big_endian;
Please sort the members according to decreasing size, to avoid
holes.
sure, never thought to this, thanks,
+};
+
+#define FLEXCAN_MCF5411X_MB_CNT_MCF 16
+
+#endif /* _PLAT_FLEXCAN_MCF_H */
Gr{oetje,eeting}s,
Geert
Regards,
angelo