michael
435adaa22a
spi_master: add check for trans len
...
The driver decide whether use MOSI/MISO phases according to the buffer
address together with the SPI_TRANS_USE_*DATA. However someone may assue
that these phases will be skipped when the ``length``/``rxlength`` is
set to 0. In fact it is a feature that ``rxlength`` is allowed to be
set to 0 when tx and rx have the same length, and the driver fill the
``rxlength`` to ``length``.
An error check is added when the rxlength is 0 but there is data to be
sent.
2018-11-26 03:49:26 +00:00
..
2018-11-20 04:09:39 +00:00
2018-11-19 12:36:31 +08:00
2018-09-11 09:44:12 +08:00
2018-11-08 15:57:13 +05:30
2018-11-23 16:08:47 +08:00
2018-11-19 04:39:35 +00:00
2018-11-23 16:46:17 +08:00
2018-09-20 18:53:15 +08:00
2018-09-13 08:56:59 +08:00
2018-10-20 12:07:24 +08:00
2018-11-26 03:49:26 +00:00
2018-11-25 22:25:19 +08:00
2018-09-11 09:44:12 +08:00
2018-11-19 12:36:31 +08:00
2018-11-12 17:03:06 +08:00
2018-11-20 13:58:26 +08:00
2018-09-11 09:44:12 +08:00
2018-11-19 04:00:21 +00:00
2018-11-19 18:35:54 +08:00
2018-11-12 17:03:06 +08:00
2018-11-15 06:13:48 +00:00
2018-11-06 17:09:55 +05:30
2018-11-13 16:38:45 +08:00
2018-10-20 12:07:24 +08:00
2018-11-19 12:36:31 +08:00
2018-10-17 12:47:12 +02:00
2018-11-19 18:35:54 +08:00
2018-11-19 18:35:54 +08:00
2018-11-21 19:14:07 +08:00
2018-09-11 09:44:12 +08:00
2018-09-11 09:44:12 +08:00
2018-10-20 12:07:24 +08:00
2018-09-11 09:44:12 +08:00
2018-11-15 10:31:35 +08:00
2018-11-20 01:27:24 +08:00
2018-11-16 07:22:29 +00:00
2018-09-11 09:44:12 +08:00
2018-10-30 08:04:09 +01:00
2018-11-22 12:19:49 +08:00
2018-09-11 09:44:12 +08:00
2018-11-19 12:36:31 +08:00
2018-09-11 09:44:12 +08:00
2018-11-19 12:36:31 +08:00
2018-10-02 19:07:28 +05:30
2018-10-24 17:32:43 +05:30
2018-11-19 12:36:31 +08:00
2018-10-20 12:07:24 +08:00
2018-09-11 09:44:12 +08:00
2018-11-19 18:36:47 +08:00
2018-11-19 18:35:54 +08:00
2018-11-19 12:36:31 +08:00
2018-11-05 12:30:04 +08:00
2018-10-24 12:03:41 +02:00
2018-11-23 16:08:41 +08:00
2018-11-19 12:36:31 +08:00
2018-11-19 12:36:31 +08:00
2018-11-19 12:36:31 +08:00
2018-10-02 19:07:28 +05:30
2018-10-20 12:07:24 +08:00
2018-11-16 12:42:02 +08:00