]> www.infradead.org Git - users/dwmw2/linux.git/commit
mailbox: zynqmp-ipi: Make polling period configurable
authorBen Levinsky <ben.levinsky@amd.com>
Thu, 18 Jul 2024 20:40:57 +0000 (13:40 -0700)
committerJassi Brar <jassisinghbrar@gmail.com>
Sat, 20 Jul 2024 02:23:16 +0000 (21:23 -0500)
commit0e3bb6ee88874fc052a6f7a8eb18463faea0a63d
tree01e06682dd8023989e3a7d9500cba1ca674bbc97
parentcbf5009580c7c86e9822b3e675df1762ea0a5a0a
mailbox: zynqmp-ipi: Make polling period configurable

There are cases where remote that is acking mailbox message can take longer
than the default tx_poll_period value. Therefore, enable this to be mutable.

Added tx_poll_period field while inserting the module to set the
poll period for ack after sending mailbox message.

Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
Acked-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/zynqmp-ipi-mailbox.c