On Tue, 06 Aug 2024 15:12:32 -0700, Yunhong Jiang wrote:
> Add the binding to use the ACPI wakeup mailbox mechanism to bringup APs.
>
> Signed-off-by: Yunhong Jiang
> ---
> .../devicetree/bindings/x86/wakeup.yaml | 41 +++
> 1 file changed, 41 insertions(+)
> create mode
On Tue, May 14, 2024 at 5:45 PM Roman Kisel wrote:
>
> The vmbus driver uses ACPI for interrupt assignment on
> arm64 hence it won't function in the VTL mode where only
> DeviceTree can be used.
>
> Update the vmbus driver to discover interrupt configuration
> via DeviceTree.
>
> Signed-off-by: Ro
| 4 ++--
> arch/mips/mm/dma-noncoherent.c | 2 +-
> arch/riscv/mm/dma-noncoherent.c | 2 +-
> drivers/acpi/scan.c | 3 +--
> drivers/hv/hv_common.c | 2 +-
> drivers/of/device.c | 2 +-
Acked-by: Rob Herring
> include/linux/dma-map-ops.h
rivers/iommu/of_iommu.c | 29 ++---
> drivers/of/device.c | 22 +++++++++++---
Acked-by: Rob Herring
> include/linux/of_iommu.h | 13 ++---
> 3 files changed, 39 insertions(+), 25 deletions(-)
On Fri, Nov 03, 2023 at 01:44:48PM -0300, Jason Gunthorpe wrote:
> Instead of returning 1 and trying to handle positive error codes just
> stick to the convention of returning -ENODEV. Remove references to ops
> from of_iommu_configure(), a NULL ops will already generate an error code.
nit: "iommu