From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee Hong Ang Date: Wed, 12 Aug 2020 09:56:20 +0800 Subject: [PATCH v1 0/5] SoCFPGA mailbox driver fixes and enhancements Message-ID: <20200812015625.40790-1-chee.hong.ang@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) -- 2.19.0