mbox series

[v1,0/5] SoCFPGA mailbox driver fixes and enhancements

Message ID 20200812015625.40790-1-chee.hong.ang@intel.com
Headers show
Series SoCFPGA mailbox driver fixes and enhancements | expand

Message

Ang, Chee Hong Aug. 12, 2020, 1:56 a.m. UTC
Fixes:
- Proper timeout implementation
- Always read mailbox response data before returning
  mailbox status to caller

Enhancement:
- Auto retry on mailbox sending
- Send large mailbox message

Chee Hong Ang (3):
  arm: socfpga: mailbox: Refactor mailbox timeout event handling
  arm: socfpga: mailbox: Always read mailbox responses before returning
    status
  arm: socfpga: mailbox: Support sending large mailbox command

Ley Foon Tan (2):
  arm: socfpga: mailbox: Update mailbox response codes
  arm: socfpga: mailbox: Add mailbox retry support

 .../mach-socfpga/include/mach/mailbox_s10.h   |  38 +++-
 arch/arm/mach-socfpga/mailbox_s10.c           | 172 ++++++++++++------
 2 files changed, 156 insertions(+), 54 deletions(-)