Skip to content
Commit 06165b5b authored by Kamal Mostafa's avatar Kamal Mostafa
Browse files

spi/spi-bcm2708: respect per-transfer SPI clock speed_hz value



The bcm2708 SPI driver's bcm2708_process_transfer() was ignoring the
per-transfer speed_hz value even when it was provided (it always just
used the spi device's max_speed_hz value).  Now, per-transfer speed_hz
values are respected.

Also added debug print to bcm2708_setup_state() to help keep an eye on
the configured SPI parameters.

Signed-off-by: default avatarKamal Mostafa <kamal@whence.com>
parent 775d4ce0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment