mbox series

[0/3] spi: uniphier: introduce polling mode and fix bug

Message ID 1567488661-11428-1-git-send-email-hayashibara.keiji@socionext.com (mailing list archive)
Headers show
Series spi: uniphier: introduce polling mode and fix bug | expand

Message

Keiji Hayashibara Sept. 3, 2019, 5:30 a.m. UTC
This series introduces new polling mode and fixes bug.

- Introduce new polling mode for short size transfer. Either the estimated
  transfer time is estimated to exceed 200us, or polling loop actually exceeds
  200us, it switches to irq mode.
- Fix a bug of register overwrite.
- Minor corrections.

Keiji Hayashibara (3):
  spi: uniphier: fix wrong register overwrite
  spi: uniphier: remove unnecessary code
  spi: uniphier: introduce polling mode

 drivers/spi/spi-uniphier.c | 85 ++++++++++++++++++++++++++++++++++++----------
 1 file changed, 68 insertions(+), 17 deletions(-)