> -----Original Message-----
> From: Yinbo Zhu [mailto:[email protected]]
> Sent: Thursday, May 10, 2018 10:35 PM
> To: Yinbo Zhu <[email protected]>; Rob Herring <[email protected]>;
> Mark Rutland <[email protected]>; Catalin Marinas )
> <[email protected]>; Will Deacon ) <[email protected]>;
> Lorenzo Pieralisi ) <[email protected]>; Leo Li <[email protected]>
> Cc: Xiaobo Xie <[email protected]>; Ran Wang <[email protected]>;
> Daniel Lezcano <[email protected]>; Thomas Gleixner
> <[email protected]>; Shawn Guo <[email protected]>; Madalin-cristian
> Bucur <[email protected]>; Z.q. Hou <[email protected]>; Jerry
> Huang <[email protected]>; M.h. Lian <[email protected]>;
> Qiang Zhao <[email protected]>; Fabio Estevam
> <[email protected]>; Jiaheng Fan <[email protected]>; Po Liu
> <[email protected]>; Nipun Gupta <[email protected]>; Horia Geantă
> <[email protected]>; Priyanka Jain <[email protected]>; Sumit
> Garg <[email protected]>; costi <[email protected]>;
> Bogdan Purcareata <[email protected]>; Meng Yi
> <[email protected]>; Wang Dongsheng <[email protected]>; open
> list:CLOCKSOURCE, CLOCKEVENT DRIVERS <[email protected]>;
> open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
> <[email protected]>; [email protected]; open
> list:FREESCALE SOC DRIVERS <[email protected]>; Andy Tang
> <[email protected]>; Ying Zhang <[email protected]>
> Subject: [PATCH 3/9] soc: fsl: set rcpm bit for FTM
> 
> From: Zhang Ying-22455 <[email protected]>
> 
> Set RCPM for FTM when using FTM as wakeup source. Because the RCPM
> module of each platform has different big-end and little-end mode, there
> need to set RCPM depending on the platform.
> 
> Signed-off-by: Zhang Ying-22455 <[email protected]>
> Signed-off-by: Yinbo Zhu <[email protected]>
> ---
>  .../devicetree/bindings/timer/fsl,ftm-timer.txt    |    7 ++
>  drivers/soc/fsl/layerscape/ftm_alarm.c             |   92 ++++++++++++++++++-
>  2 files changed, 94 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/timer/fsl,ftm-timer.txt
> b/Documentation/devicetree/bindings/timer/fsl,ftm-timer.txt
> index aa8c402..15ead58 100644
> --- a/Documentation/devicetree/bindings/timer/fsl,ftm-timer.txt
> +++ b/Documentation/devicetree/bindings/timer/fsl,ftm-timer.txt
> @@ -3,6 +3,13 @@ Freescale FlexTimer Module (FTM) Timer  Required
> properties:
> 
>  - compatible : should be "fsl,ftm-timer"

Hi Yingbo,

This is a change that breaks backward compatibility and not acceptable.

> + Possible compatibles for ARM:
> +     "fsl,ls1012a-ftm"
> +     "fsl,ls1021a-ftm"
> +     "fsl,ls1043a-ftm"
> +     "fsl,ls1046a-ftm"
> +     "fsl,ls1088a-ftm"
> +     "fsl,ls208xa-ftm"
>  - reg : Specifies base physical address and size of the register sets for the
>    clock event device and clock source device.
>  - interrupts : Should be the clock event device interrupt.
> diff --git a/drivers/soc/fsl/layerscape/ftm_alarm.c
> b/drivers/soc/fsl/layerscape/ftm_alarm.c
> index 6f9882f..811dcfa 100644
> --- a/drivers/soc/fsl/layerscape/ftm_alarm.c
> +++ b/drivers/soc/fsl/layerscape/ftm_alarm.c

There is no such file in the mainline kernel.  So it looks like the patch set 
is based on some internal git repo instead of the upstream Linux kernel.  This 
kind of patches shouldn't be sent to the upstream mailing list for review.

Regards,
Leo

Reply via email to