mbox series

[0/6] can: flexcan: add stop mode support for i.MX8QM

Message ID 20201016134320.20321-1-qiangqing.zhang@nxp.com
Headers show
Series can: flexcan: add stop mode support for i.MX8QM | expand

Message

Joakim Zhang Oct. 16, 2020, 1:43 p.m. UTC
The first patch from Liu Ying aims to export SCU symbols for SoCs w/wo
SCU, so that no need to check CONFIG_IMX_SCU in the specific driver.

The following patches are for flexcan to add stop mode support for
i.MX8QM.

Joakim Zhang (5):
  dt-bindings: can: flexcan: fix fsl,clk-source property
  dt-bindings: can: flexcan: add fsl,can-index property to indicate a
    resource
  can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE ->
    FLEXCAN_QUIRK_SETUP_STOP_MODE_GPR
  can: flexcan: add CAN wakeup function for i.MX8QM
  can: flexcan: fix ECC function on LS1021A/LX2160A

Liu Ying (1):
  firmware: imx: always export SCU symbols

 .../bindings/net/can/fsl-flexcan.txt          |   7 +-
 drivers/net/can/flexcan.c                     | 143 ++++++++++++++----
 include/linux/firmware/imx/ipc.h              |  15 ++
 include/linux/firmware/imx/svc/misc.h         |  23 +++
 4 files changed, 160 insertions(+), 28 deletions(-)