aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/flexcan.c
AgeCommit message (Expand)Author
2020-10-29can: flexcan: flexcan_chip_stop(): add error handling and propagate error valueJoakim Zhang
2019-12-08can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode acknowledgmentJoakim Zhang
2019-12-08can: flexcan: add low power enter/exit acknowledgment helperJoakim Zhang
2019-12-08can: flexcan: fix possible deadlock and out-of-order reception after wakeupSean Nyekjaer
2019-11-11can: flexcan: flexcan_mailbox_read() make use of flexcan_write64() to mark th...Marc Kleine-Budde
2019-11-11can: flexcan: flexcan_irq(): add support for TX mailbox in iflag1Marc Kleine-Budde
2019-11-11can: flexcan: flexcan_read_reg_iflag_rx(): optimize readingMarc Kleine-Budde
2019-11-11can: flexcan: introduce struct flexcan_priv::tx_mask and make use of itMarc Kleine-Budde
2019-11-11can: flexcan: convert struct flexcan_priv::rx_mask{1,2} to rx_maskMarc Kleine-Budde
2019-11-11can: flexcan: remove TX mailbox bit from struct flexcan_priv::rx_mask{1,2}Marc Kleine-Budde
2019-11-11can: flexcan: rename struct flexcan_priv::reg_imask{1,2}_default to rx_mask{1,2}Marc Kleine-Budde
2019-11-11can: flexcan: flexcan_irq(): rename variable reg_iflag -> reg_iflag_rxMarc Kleine-Budde
2019-11-11can: flexcan: rename macro FLEXCAN_IFLAG_MB() -> FLEXCAN_IFLAG2_MB()Marc Kleine-Budde
2019-11-11can: flexcan: flexcan_irq_state(): only read timestamp if neededMarc Kleine-Budde
2019-11-11can: flexcan: use devm_platform_ioremap_resource() to simplify codeJoakim Zhang
2019-11-11can: rx-offload: Prepare for CAN FD supportJoakim Zhang
2019-11-04can: flexcan: increase error counters if skb enqueueing via can_rx_offload_qu...Marc Kleine-Budde
2019-11-04can: flexcan: disable completely the ECC mechanismJoakim Zhang
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-24can: flexcan: fix stop mode acknowledgmentJoakim Zhang
2019-07-24can: flexcan: fix an use-after-free in flexcan_setup_stop_mode()Wen Yang
2019-07-24can: flexcan: add support for DT property 'wakeup-source'Sean Nyekjaer
2019-07-24can: flexcan: add support for PE clock source selectDong Aisheng
2019-07-24can: flexcan: implement can Runtime PMAisheng Dong
2019-06-07can: flexcan: Remove unneeded registration messageFabio Estevam
2019-06-07can: flexcan: fix timeout when set small bitrateJoakim Zhang
2019-01-22can: flexcan: fix NULL pointer exception during bringupUwe Kleine-König
2019-01-22can: flexcan: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-11-28can: flexcan: split the Message Buffer RAM areaPankaj Bansal
2018-11-28can: flexcan: Add provision for variable payload sizePankaj Bansal
2018-11-28can: flexcan: move rx_offload_add() from flexcan_probe() to flexcan_open()Pankaj Bansal
2018-11-28can: flexcan: flexcan_chip_start(): enable loopback mode in flexcanPankaj Bansal
2018-11-28can: flexcan: add self wakeup supportAisheng Dong
2018-11-28can: flexcan: flexcan_chip_start(): adjust comment to match the codeMarc Kleine-Budde
2018-11-28can: flexcan: FLEXCAN_IFLAG_MB: add () around macro argumentMarc Kleine-Budde
2018-11-28can: flexcan: flexcan_irq(): fix indentionMarc Kleine-Budde
2018-11-28can: flexcan: flexcan_start_xmit(): fix indentionMarc Kleine-Budde
2018-11-09can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()Oleksij Rempel
2018-11-09can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_...Oleksij Rempel
2018-11-09can: flexcan: handle tx-complete CAN frames via rx-offload infrastructureOleksij Rempel
2018-11-09can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct flexcan...Marc Kleine-Budde
2018-11-09can: flexcan: Always use last mailbox for TXAlexander Stein
2018-11-09can: flexcan: Unlock the MB unconditionallyPankaj Bansal
2018-07-27can: flexcan: Switch to SPDX identifierFabio Estevam
2018-07-27can: flexcan: fix flexcan_start_xmit()'s return typeMarc Kleine-Budde
2018-05-08can: flexcan: fix endianess detectionUwe Kleine-König
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-04can: flex_can: Correct the checking for frame length in flexcan_start_xmit()Luu An Phu
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-01can: flexcan: fix VF610 state transition issueMarc Kleine-Budde