1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00
Files
u-boot-megous/drivers/spi
Jagan Teki d5f60737db spi: xilinx_spi: Fix to configure CPOL, CPHA mask
priv->mode is initialized when .set_speed triggers
with mode value, so checking mode for configuring
CPOL, CPHA using priv->mode is invalid hence use
mode from .set_speed argument, and at the end
priv->mode will initialized with mode.

This patch also replaces formatting string to use
speed instead of mode in .set_speed ops.

Signed-off-by: Jagan Teki <jteki@openedev.com>
2015-10-11 16:43:06 +05:30
..
2015-01-09 00:03:28 +05:30
2015-09-02 21:28:24 -06:00
2015-09-02 21:28:24 -06:00
2015-04-27 21:08:42 +05:30
2015-09-02 21:28:24 -06:00
2015-09-02 21:28:24 -06:00