All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add flexcan support for LS1021A SoCs
@ 2015-05-14 11:33 ` Bhupesh Sharma
  0 siblings, 0 replies; 41+ messages in thread
From: Bhupesh Sharma @ 2015-05-14 11:33 UTC (permalink / raw)
  To: arnd, linux-can, mkl
  Cc: bhupesh.linux, bhupesh.sharma, Sakar.Arora, linux-arm-kernel

This patchset add the support for FlexCAN module present
on LS1021A SoCs.

LS1021A-Rev1 SoC has a broken RX FIFO mode, thereby mandating
the use of message buffers for frame reception.

LS1021A-Rev2 SoC has this issue fixed.

Bhupesh Sharma (3):
  doc/bindings: Add 'endianess' optional-property for FlexCAN
    controller
  can: flexcan: Add ls1021a flexcan device entry
  can: flexcan: Add support for non RX-FIFO mode

Sakar Arora (2):
  arm/dts: Add nodes for flexcan devices present on LS1021A SoC
  can: flexcan: Remodel FlexCAN register r/w APIs for BE instances

 .../devicetree/bindings/net/can/fsl-flexcan.txt    |    4 +
 arch/arm/boot/dts/ls1021a-qds.dts                  |    8 +
 arch/arm/boot/dts/ls1021a.dtsi                     |   18 +
 drivers/net/can/flexcan.c                          |  400 +++++++++++++-------
 4 files changed, 299 insertions(+), 131 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2015-12-23  0:53 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-14 11:33 [PATCH v2 0/5] Add flexcan support for LS1021A SoCs Bhupesh Sharma
2015-05-14 11:33 ` Bhupesh Sharma
2015-05-14 11:33 ` [PATCH v2 1/5] doc/bindings: Add 'endianess' optional-property for FlexCAN controller Bhupesh Sharma
2015-05-14 11:33   ` Bhupesh Sharma
2015-05-14 11:33 ` [PATCH v2 2/5] arm/dts: Add nodes for flexcan devices present on LS1021A SoC Bhupesh Sharma
2015-05-14 11:33   ` Bhupesh Sharma
2015-05-14 11:33 ` [PATCH v2 3/5] can: flexcan: Add ls1021a flexcan device entry Bhupesh Sharma
2015-05-14 11:33   ` Bhupesh Sharma
2015-05-14 15:38   ` Marc Kleine-Budde
2015-05-14 15:38     ` Marc Kleine-Budde
2015-05-14 11:33 ` [PATCH v2 4/5] can: flexcan: Remodel FlexCAN register r/w APIs for BE instances Bhupesh Sharma
2015-05-14 11:33   ` Bhupesh Sharma
2015-05-18 16:17   ` Enrico Weigelt, metux IT consult
2015-05-18 16:17     ` Enrico Weigelt, metux IT consult
2015-05-18 16:37     ` Sharma Bhupesh
2015-05-18 16:37       ` Sharma Bhupesh
2015-05-14 11:33 ` [PATCH v2 5/5] can: flexcan: Add support for non RX-FIFO mode Bhupesh Sharma
2015-05-14 11:33   ` Bhupesh Sharma
2015-05-14 15:41   ` Marc Kleine-Budde
2015-05-14 15:41     ` Marc Kleine-Budde
2015-05-14 15:44     ` Sharma Bhupesh
2015-05-14 15:44       ` Sharma Bhupesh
2015-12-10 11:05       ` Sharma Bhupesh
2015-12-10 11:05         ` Sharma Bhupesh
2015-12-10 11:44         ` can: flexcan: Ancient Freescale Reference FlexCAN Driver and bug fixes so it works Tom Evans
2015-12-10 12:44           ` Marc Kleine-Budde
2015-12-10 12:44             ` Marc Kleine-Budde
2015-12-10 22:53             ` Tom Evans
2015-12-10 22:53               ` Tom Evans
2015-12-17  4:22               ` Tom Evans
2015-12-17  4:22                 ` Tom Evans
2015-12-23  0:53                 ` Tom Evans
2015-12-23  0:53                   ` Tom Evans
2015-12-10 12:19         ` [PATCH v2 5/5] can: flexcan: Add support for non RX-FIFO mode Marc Kleine-Budde
2015-12-10 12:19           ` Marc Kleine-Budde
2015-12-10 12:22           ` Sharma Bhupesh
2015-12-10 12:22             ` Sharma Bhupesh
2015-12-11 16:01             ` Robert Schwebel
2015-12-11 16:01               ` Robert Schwebel
2015-05-15  0:09     ` Tom Evans
2015-05-15  0:09       ` Tom Evans

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.