Re: [PATCH 05/10] mailbox: apple: Add DockChannel FIFO controller
Michael Reeves <[email protected]> Tue, 7 Jul 2026 23:42:24 +1000
| Newsgroups | dev.linux.lists.asahi,dev.linux.lists.iommu,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-input,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANpmGNtnZo20nPyM4qB7Jcty=bRFsxsDWnAOk9Md6Y+Rd9n7ZA@mail.gmail.com> |
On Sun, Jul 5, 2026 at 6:14 AM Yureka Lilian <[email protected]> wrote: [...] > > + while (block) { > > + writeb_relaxed(*p++, dc->data_base + DATA_TX8); > > This must be writel_relaxed, as writeb_relaxed in this mmio region will > cause an SError. This is why we have separate addresses putting 8-bits > and 32-bits into the FIFO I guess. Ah, thanks for the pickup. Sorry for the silly typo from me, must have missed it because all the HID writes are 4-byte aligned. Will correct in v2 which I should be able to send out by the weekend unless I get busy. Thanks again, Michael