aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorPhilippe Schenker <[email protected]>2019-12-04 14:13:33 +0000
committerMark Brown <[email protected]>2020-01-14 16:03:29 +0000
commitbc3a8b295e5bca9d1ec2622a6ba38289f9fd3d8a (patch)
tree03943fcc82007134fbd5b34fa722d1c1ea286de4 /scripts/bpf_helpers_doc.py
parente7cc5cfbea4c9bd2c452cb81d0829e9259dd84d8 (diff)
spi: fsl-lpspi: fix only one cs-gpio working
Why it does not work at the moment: - num_chipselect sets the number of cs-gpios that are in the DT. This comes from drivers/spi/spi.c - num_chipselect gets set with devm_spi_register_controller, that is called in drivers/spi/spi.c - devm_spi_register_controller got called after num_chipselect has been used. How this commit fixes the issue: - devm_spi_register_controller gets called before num_chipselect is being used. Fixes: c7a402599504 ("spi: lpspi: use the core way to implement cs-gpio function") Signed-off-by: Philippe Schenker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions