aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2022-08-03 15:58:57 +0100
committerMark Brown <broonie@kernel.org>2022-08-15 01:26:20 +0100
commit46f7ac3d7892e808c9ba01c39da6bb85cda26ecd (patch)
treedae9d3f12927dec8c225abd1e273e8a0a463c761 /tools/perf/scripts/python/bin
parentLinux 6.0-rc1 (diff)
downloadlinux-46f7ac3d7892e808c9ba01c39da6bb85cda26ecd.tar.gz
linux-46f7ac3d7892e808c9ba01c39da6bb85cda26ecd.zip
spi: bitbang: Fix lsb-first Rx
Shifting the recieved bit by "bits" inserts it at the top of the *currently remaining* Tx data, so we end up accumulating the whole transfer into bit 0 of the output word. Oops. For the algorithm to work as intended, we need to remember where the top of the *original* word was, and shift Rx to there. Fixes: 1847e3046c52 ("spi: gpio: Implement LSB First bitbang support") Signed-off-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/28324d8622da80461cce35a82859b003d6f6c4b0.1659538737.git.robin.murphy@arm.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
it/drivers/net/ethernet/mellanox/mlx5/core/en_main.c?id=96d395020e87607b3454edc2f49a03ddcfbef986&follow=1'>net/mlx5e: Fix uninitialized variableGustavo A. R. Silva1-1/+1 2018-08-01qed: Make some functions staticYueHaibing12-38/+43 2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon12-26/+140 2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon3-7/+7 2018-08-01net: ethernet: ti: cpsw: replace unnecessarily macroses on functionsIvan Khoronzhuk1-32/+26 2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig3-8/+6 2018-07-31virtio-net: get rid of unnecessary container of rq statsJason Wang1-44/+36 2018-07-31virtio-net: correctly update XDP_TX countersJason Wang1-35/+4 2018-07-31xsk: don't allow umem replace at stack levelJakub Kicinski2-12/+32 2018-07-31xsk: refactor xdp_umem_assign_dev()Jakub Kicinski1-28/+21 2018-07-31net: update real_num_rx_queues even when !CONFIG_SYSFSJakub Kicinski1-1/+2 2018-07-31mlx5: handle DMA mapping error case for XDP redirectJesper Dangaard Brouer1-0/+3 2018-07-30hv_netvsc: Add per-cpu ethtool stats for netvscYidong Ren2-3/+114