Steve Wilkins
22fd98c107
spi: microchip-core: defer asserting chip select until just before write to TX FIFO
...
Setting up many of the registers for a new SPI transfer requires the
SPI controller to be disabled after set_cs() has been called to assert
the chip select line. However, disabling the controller results in the
SCLK and MOSI output pins being tristate, which can cause clock
transitions to be seen by a slave device whilst SS is active. To fix
this, the CS is only set to inactive inline, whilst setting it active
is deferred until all registers are set up and the any controller
disables have been completed.
Fixes: 9ac8d17694b6 ("spi: add support for microchip fpga spi controllers")
Signed-off-by: Steve Wilkins <steve.wilkins@raymarine.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20240715-sanitizer-recant-dd96b7a97048@wendy
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-07-15 19:08:16 +01:00
..
2024-05-27 01:33:39 +01:00
2024-06-10 12:49:03 +01:00
2024-07-08 17:01:10 +01:00
2024-07-08 17:01:10 +01:00
2024-04-30 23:40:28 +09:00
2024-06-10 12:49:05 +01:00
2024-04-15 10:17:25 +09:00
2024-03-25 20:30:06 +00:00
2023-08-14 13:10:48 +01:00
2023-09-11 01:31:52 +01:00
2024-04-30 23:57:26 +09:00
2023-09-11 01:31:54 +01:00
2023-09-25 16:27:48 +02:00
2024-02-08 11:54:48 +00:00
2024-03-25 20:30:07 +00:00
2024-03-28 21:09:45 +00:00
2024-06-27 12:18:03 +01:00
2023-08-07 14:38:23 +01:00
2023-08-07 14:38:24 +01:00
2024-02-05 14:35:44 +00:00
2023-09-11 01:31:57 +01:00
2024-01-23 13:28:03 +00:00
2023-08-14 13:10:59 +01:00
2023-07-11 13:41:20 +01:00
2024-05-27 01:33:23 +01:00
2024-02-08 11:54:48 +00:00
2024-04-26 11:09:25 +09:00
2024-05-29 13:43:02 +01:00
2024-06-19 13:54:17 +01:00
2023-08-07 14:38:29 +01:00
2023-09-11 01:31:59 +01:00
2024-02-08 11:54:50 +00:00
2024-02-08 11:54:50 +00:00
2024-07-08 17:01:10 +01:00
2023-08-07 14:38:28 +01:00
2024-03-28 13:58:41 +00:00
2024-06-20 21:10:15 +01:00
2024-02-08 11:54:48 +00:00
2023-08-07 14:38:32 +01:00
2024-05-27 01:33:04 +01:00
2024-06-10 12:48:58 +01:00
2024-02-15 14:17:19 +00:00
2024-05-09 17:48:06 +02:00
2024-05-03 11:09:24 +09:00
2023-08-14 13:10:50 +01:00
2023-08-14 13:10:51 +01:00
2023-08-14 13:10:52 +01:00
2024-06-10 12:49:05 +01:00
2024-03-28 21:09:46 +00:00
2024-07-01 13:12:42 +01:00
2023-08-14 13:10:54 +01:00
2024-06-10 12:49:05 +01:00
2023-07-25 17:40:28 +01:00
2024-06-25 20:04:32 +01:00
2023-08-14 13:10:55 +01:00
2024-03-28 21:09:46 +00:00
2024-02-08 11:54:51 +00:00
2024-05-27 01:33:30 +01:00
2023-09-27 17:06:36 +02:00
2024-04-16 19:59:48 +09:00
2024-01-23 15:05:18 +00:00
2023-08-14 13:11:01 +01:00
2024-06-25 20:04:31 +01:00
2024-06-10 12:48:59 +01:00
2024-02-12 13:41:35 +00:00
2024-02-05 14:35:47 +00:00
2023-08-21 13:10:56 +01:00
2023-08-14 13:11:05 +01:00
2023-09-11 01:32:03 +01:00
2023-12-11 12:55:16 +00:00
2024-03-18 15:55:12 +00:00
2023-07-31 15:57:09 +01:00
2023-07-31 15:57:09 +01:00
2023-07-31 15:57:09 +01:00
2023-07-31 15:57:09 +01:00
2024-03-28 13:58:40 +00:00
2023-09-11 01:31:31 +01:00
2024-03-14 14:14:20 +00:00
2024-06-12 16:19:59 +01:00
2023-09-11 22:43:17 +01:00
2024-05-09 06:59:19 +02:00
2024-07-15 19:08:16 +01:00
2023-10-06 12:34:31 +01:00
2023-12-08 20:13:24 +00:00
2023-09-11 01:31:35 +01:00
2024-03-25 15:03:03 +00:00
2024-03-25 15:03:02 +00:00
2023-09-11 01:31:39 +01:00
2023-09-11 22:43:17 +01:00
2024-04-23 10:39:49 +09:00
2024-05-27 01:33:05 +01:00
2024-02-13 15:48:22 +00:00
2023-11-30 12:12:39 +00:00
2023-09-11 01:31:43 +01:00
2024-01-22 00:06:54 +00:00
2024-04-17 23:01:11 +09:00
2024-06-11 11:38:25 +01:00
2024-06-10 12:49:05 +01:00
2023-09-11 01:32:09 +01:00
2024-06-10 12:49:01 +01:00
2024-04-30 23:57:29 +09:00
2024-04-30 23:57:30 +09:00
2023-12-15 12:58:18 +00:00
2024-03-18 17:30:46 +00:00
2024-05-03 11:11:36 +09:00
2024-06-03 16:00:04 +01:00
2024-06-03 16:00:03 +01:00
2024-06-10 12:49:01 +01:00
2024-06-03 16:00:03 +01:00
2023-08-21 14:29:25 +01:00
2024-06-11 11:38:25 +01:00
2023-08-21 14:29:27 +01:00
2023-08-21 14:29:28 +01:00
2023-08-21 14:29:29 +01:00
2024-02-05 14:35:49 +00:00
2024-05-27 01:33:06 +01:00
2024-03-25 17:18:22 +00:00
2023-10-09 13:14:28 +01:00
2024-04-24 10:27:16 +09:00
2023-08-21 14:29:33 +01:00
2023-08-21 14:29:34 +01:00
2024-01-30 15:27:21 +00:00
2024-02-08 11:54:48 +00:00
2023-08-21 14:29:37 +01:00
2023-08-21 14:29:38 +01:00
2024-02-08 11:54:53 +00:00
2023-08-21 14:29:39 +01:00
2023-12-11 12:54:53 +00:00
2023-12-11 12:54:53 +00:00
2023-12-11 12:54:54 +00:00
2024-06-18 14:48:26 +01:00
2024-05-29 19:12:09 +01:00
2024-04-30 23:57:30 +09:00
2024-04-30 23:57:31 +09:00
2023-12-11 12:54:59 +00:00
2023-12-11 12:55:00 +00:00
2023-12-11 12:55:03 +00:00
2023-12-11 12:55:04 +00:00
2023-12-11 12:55:02 +00:00
2023-12-11 12:55:05 +00:00
2023-12-11 12:55:06 +00:00
2023-12-11 12:55:07 +00:00
2023-12-11 12:55:08 +00:00
2024-05-27 01:33:06 +01:00
2024-07-05 18:47:46 +01:00
2024-02-08 11:54:48 +00:00
2024-04-30 23:57:32 +09:00
2024-02-08 11:54:48 +00:00
2023-12-11 12:55:13 +00:00
2023-12-11 12:55:14 +00:00
2024-07-08 12:50:28 +01:00
2024-02-08 11:54:53 +00:00