Home
last modified time | relevance | path

Searched hist:"60 e2809a848bccd3a8090d3f2237964670f2780c" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dspi-uclass.c60e2809a848bccd3a8090d3f2237964670f2780c Tue Feb 17 22:29:35 UTC 2015 Simon Glass <sjg@chromium.org> dm: spi: Avoid setting the speed with every transfer

Only set the speed if it has changed from last time. Since the speed will
be 0 when the device is probed it will always be changed on the first
transfer after the device is probed.

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/include/
H A Dspi.h60e2809a848bccd3a8090d3f2237964670f2780c Tue Feb 17 22:29:35 UTC 2015 Simon Glass <sjg@chromium.org> dm: spi: Avoid setting the speed with every transfer

Only set the speed if it has changed from last time. Since the speed will
be 0 when the device is probed it will always be changed on the first
transfer after the device is probed.

Signed-off-by: Simon Glass <sjg@chromium.org>