summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-09-01 08:57:55 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2017-02-06 15:13:42 +0100
commit9eb7aa891101a4a09114ff3191f9877ea35eae06 (patch)
tree33826e4957f696a23f55d007d71a44490082b5bd /tools/perf/scripts/python
parent4bd888a80b1d48dbd83f1cbf806e923a30051958 (diff)
downloadkernel-9eb7aa891101a4a09114ff3191f9877ea35eae06.tar.gz
can: flexcan: add quirk FLEXCAN_QUIRK_ENABLE_EACEN_RRS
In order to receive RTR frames in the non HW FIFO mode the RSS and EACEN bits of the reg_ctrl2 have to be activated. As this has no side effect in the FIFO mode, we do this unconditionally on cores with the reg_ctrl2. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
n KconfigMasahiro Yamada 2020-01-15kbuild: Add support for 'as-instr' to be used in Kconfig filesCatalin Marinas 2019-08-14kbuild: Fail if gold linker is detectedThomas Gleixner 2019-08-01kbuild: Check for unknown options with cc-option usage in Kconfig and clangStephen Boyd 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-18kbuild: terminate Kconfig when $(CC) or $(LD) is missingMasahiro Yamada