[PATCH v2] spi: mvebu_a3700_spi: add support for cs-gpios

2020-09-29 Thread George Hilliard
ehavior if a cs-gpios list is not given, or if a particular line is specified as <0> (native). This implementation is inspired by similar implementations in neighboring drivers for other platforms: atmega, mxc, etc. Signed-off-by: George Hilliard --- drivers/spi/mvebu_a3700_spi.c | 40 +

[PATCH] spi: mvebu_a3700_spi: add support for cs-gpios

2020-09-28 Thread George Hilliard
ehavior if a cs-gpios list is not given, or if a particular line is specified as <0> (native). This implementation is inspired by similar implementations in neighboring drivers for other platforms: atmega, mxc, etc. Signed-off-by: George Hilliard --- drivers/spi/mvebu_a3700_spi.c | 50 +

[U-Boot] [PATCH] spi-uclass: claim bus before setting speed

2019-06-20 Thread George Hilliard
change would have no effect, and the peripheral wouldn't work in many cases. This change allows the peripheral driver to initialize the device before attempting to do anything else. Signed-off-by: George Hilliard Cc: Jagan Teki --- drivers/spi/spi-uclass.c | 12 ++-- 1 file change