aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2019-12-04 23:57:31 +0100
committerAlexandre Belloni <[email protected]>2019-12-10 17:47:16 +0100
commit3b52093dc9175f48b275a02919149a2dff3a386d (patch)
tree395697973e4585e59e7ce5a665f09f6d6effcab8 /tools/perf/scripts/python/net_dropmonitor.py
parent519d63702d0e710fd02dabce1370eaa24dfb5fc8 (diff)
rtc: ds1343: Do not hardcode SPI mode flags
The current use of mode flags to us SPI_MODE_3 and SPI_CS_HIGH is fragile: it overwrites anything already assigned by the SPI core. Change it thusly: - Just |= the SPI_MODE_3 so we keep other flags - Assign ^= SPI_CS_HIGH since we might be active high already, and that is usually the case with GPIOs used for chip select, even if they are in practice active low. Add a comment clarifying why ^= SPI_CS_HIGH is the right choice here. Reported-by: Mark Brown <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions