lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210413215834.3126447-1-jeremy.linton@arm.com>
Date:   Tue, 13 Apr 2021 16:58:33 -0500
From:   Jeremy Linton <jeremy.linton@....com>
To:     linux-usb@...r.kernel.org
Cc:     hminas@...opsys.com, gregkh@...uxfoundation.org,
        linux-kernel@...r.kernel.org, Jeremy Linton <jeremy.linton@....com>
Subject: [PATCH v3 0/1] dwc2: Enable USB when booted in ACPI mode

The BCM2711 has a designware USB controller that is commonly used
on the CM4 and RPi400. There is a desire to use thes machines with
a standard UEFI+ACPI stack as is being done with the normal RPi4.

This patch enables this by adding ACPI module boilerplate to the
existing dwc2 controller.

It should also be noted, that there is an ACPI table update
in the firmware which marks the ACPI _DMA() entries as
ResourceProducers. That change is required for this to work with
the 1G DMA translation present on the platform.

Changes:

  v2->v3: Add this cover letter to describe the patch changes
  
  v1->v2: Fix the kernel_ulong_t/set_parms() function typecasting
          warning by explicitly doing the type cast.

Jeremy Linton (1):
  usb: dwc2: Enable RPi in ACPI mode

 drivers/usb/dwc2/core.h     |  2 ++
 drivers/usb/dwc2/params.c   | 18 +++++++++++++++++-
 drivers/usb/dwc2/platform.c |  1 +
 3 files changed, 20 insertions(+), 1 deletion(-)

-- 
2.29.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ