linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-31 14:39:59 to 2022-01-10 09:59:56 UTC [more...]

[RFC PATCH 00/34] brcmfmac: Support Apple T2 and M1 platforms
 2022-01-10  9:59 UTC  (97+ messages)
` [PATCH 01/34] dt-bindings: net: bcm4329-fmac: Add Apple properties & chips
` [PATCH 03/34] brcmfmac: firmware: Support having multiple alt paths
` [PATCH 04/34] brcmfmac: firmware: Handle per-board clm_blob files
` [PATCH 05/34] brcmfmac: pcie/sdio/usb: Get CLM blob via standard firmware mechanism
` [PATCH 06/34] brcmfmac: firmware: Support passing in multiple board_types
` [PATCH 07/34] brcmfmac: pcie: Read Apple OTP information
` [PATCH 08/34] brcmfmac: of: Fetch Apple properties
` [PATCH 09/34] brcmfmac: pcie: Perform firmware selection for Apple platforms
` [PATCH 10/34] brcmfmac: firmware: Allow platform to override macaddr
` [PATCH 11/34] brcmfmac: msgbuf: Increase RX ring sizes to 1024
` [PATCH 12/34] brcmfmac: pcie: Fix crashes due to early IRQs
` [PATCH 13/34] brcmfmac: pcie: Support PCIe core revisions >= 64
` [PATCH 14/34] brcmfmac: pcie: Add IDs/properties for BCM4378
` [PATCH 15/34] ACPI / property: Support strings in Apple _DSM props
` [PATCH 16/34] brcmfmac: acpi: Add support for fetching Apple ACPI properties
` [PATCH 17/34] brcmfmac: pcie: Provide a buffer of random bytes to the device
` [PATCH 18/34] brcmfmac: pcie: Add IDs/properties for BCM4355
` [PATCH 19/34] brcmfmac: pcie: Add IDs/properties for BCM4377
` [PATCH 20/34] brcmfmac: pcie: Perform correct BCM4364 firmware selection
` [PATCH 21/34] brcmfmac: chip: Only disable D11 cores; handle an arbitrary number
` [PATCH 22/34] brcmfmac: chip: Handle 1024-unit sizes for TCM blocks
` [PATCH 23/34] brcmfmac: cfg80211: Add support for scan params v2
` [PATCH 24/34] brcmfmac: feature: Add support for setting feats based on WLC version
` [PATCH 25/34] brcmfmac: cfg80211: Add support for PMKID_V3 operations
` [PATCH 26/34] brcmfmac: cfg80211: Pass the PMK in binary instead of hex
` [PATCH 27/34] brcmfmac: pcie: Add IDs/properties for BCM4387
` [PATCH 28/34] brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio
` [PATCH 29/34] brcmfmac: pcie: Read the console on init and shutdown
` [PATCH 30/34] brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path
` [PATCH 31/34] brcmfmac: fwil: Constify iovar name arguments
` [PATCH 32/34] brcmfmac: common: Add support for downloading TxCap blobs
` [PATCH 33/34] brcmfmac: pcie: Load and provide "
` [PATCH 34/34] brcmfmac: common: Add support for external calibration blobs

[PATCH v2 00/35] brcmfmac: Support Apple T2 and M1 platforms
 2022-01-10  9:12 UTC  (91+ messages)
` [PATCH v2 01/35] dt-bindings: net: bcm4329-fmac: Add Apple properties & chips
` [PATCH v2 02/35] brcmfmac: pcie: Declare missing firmware files in pcie.c
` [PATCH v2 03/35] brcmfmac: firmware: Handle per-board clm_blob files
` [PATCH v2 04/35] brcmfmac: firmware: Support having multiple alt paths
` [PATCH v2 05/35] brcmfmac: pcie/sdio/usb: Get CLM blob via standard firmware mechanism
` [PATCH v2 06/35] brcmfmac: firmware: Support passing in multiple board_types
` [PATCH v2 07/35] brcmfmac: pcie: Read Apple OTP information
` [PATCH v2 08/35] brcmfmac: of: Fetch Apple properties
` [PATCH v2 09/35] brcmfmac: pcie: Perform firmware selection for Apple platforms
` [PATCH v2 10/35] brcmfmac: firmware: Allow platform to override macaddr
` [PATCH v2 11/35] brcmfmac: msgbuf: Increase RX ring sizes to 1024
` [PATCH v2 12/35] brcmfmac: pcie: Fix crashes due to early IRQs
` [PATCH v2 13/35] brcmfmac: pcie: Support PCIe core revisions >= 64
` [PATCH v2 14/35] brcmfmac: pcie: Add IDs/properties for BCM4378
` [PATCH v2 15/35] ACPI / property: Support strings in Apple _DSM props
` [PATCH v2 16/35] brcmfmac: acpi: Add support for fetching Apple ACPI properties
` [PATCH v2 17/35] brcmfmac: pcie: Provide a buffer of random bytes to the device
` [PATCH v2 18/35] brcmfmac: pcie: Add IDs/properties for BCM4355
` [PATCH v2 19/35] brcmfmac: pcie: Add IDs/properties for BCM4377
` [PATCH v2 20/35] brcmfmac: pcie: Perform correct BCM4364 firmware selection
` [PATCH v2 21/35] brcmfmac: chip: Only disable D11 cores; handle an arbitrary number
` [PATCH v2 22/35] brcmfmac: chip: Handle 1024-unit sizes for TCM blocks
` [PATCH v2 23/35] brcmfmac: cfg80211: Add support for scan params v2
` [PATCH v2 24/35] brcmfmac: feature: Add support for setting feats based on WLC version
` [PATCH v2 25/35] brcmfmac: cfg80211: Add support for PMKID_V3 operations
` [PATCH v2 26/35] brcmfmac: cfg80211: Pass the PMK in binary instead of hex
` [PATCH v2 27/35] brcmfmac: pcie: Add IDs/properties for BCM4387
` [PATCH v2 28/35] brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio
` [PATCH v2 29/35] brcmfmac: pcie: Read the console on init and shutdown
` [PATCH v2 30/35] brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path
` [PATCH v2 31/35] brcmfmac: firmware: Allocate space for default boardrev in nvram
` [PATCH v2 32/35] brcmfmac: fwil: Constify iovar name arguments
` [PATCH v2 33/35] brcmfmac: common: Add support for downloading TxCap blobs
` [PATCH v2 34/35] brcmfmac: pcie: Load and provide "
` [PATCH v2 35/35] brcmfmac: common: Add support for external calibration blobs

[PATCH] ACPI: pfr_telemetry: Fix info leak in pfrt_log_ioctl()
 2022-01-10  6:17 UTC  (3+ messages)

[PATCH v12 0/5] Add Xilinx AMS Driver
 2022-01-10  5:17 UTC  (4+ messages)

[PATCH v5 00/21] Introduce power-off+restart call chain API
 2022-01-08 23:35 UTC  (3+ messages)
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler "

[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING f099fd60c342d8d8265202ce01b4375358913072
 2022-01-07 10:50 UTC 

[PATCH] ACPI: APD: Check for null pointer after calling devm_ioremap
 2022-01-07  3:35 UTC 

[PATCH -next] ACPI: pfr_update: Fix return value check in pfru_write()
 2022-01-06 17:55 UTC  (3+ messages)

[PATCH v2] ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtype
 2022-01-06 14:12 UTC  (6+ messages)
` [RFC PATCH] ACPI: PCC: pcc_ctx can be static

[PATCH v6 00/10] Add support for CS35L41 in HDA systems
 2022-01-06 12:29 UTC  (7+ messages)
` [PATCH v6 07/10] hda: cs35l41: "
` (subset) [PATCH v6 00/10] "

[bug report] ACPI: scan: Introduce acpi_fetch_acpi_dev()
 2022-01-06  8:23 UTC 

linux-next: Tree for Jan 5 (drivers/acpi/cppc_acpi.o)
 2022-01-06  2:31 UTC 

[PATCH v3 0/2] ACPI: Arm Generic Diagnostic Dump and Reset device
 2022-01-05 23:46 UTC  (8+ messages)
` [PATCH v3 2/2] ACPI: AGDI: Add driver for "

[PATCH 0/3] On AMD platforms only offer s2idle w/ proper FW
 2022-01-05 19:39 UTC  (4+ messages)
` [PATCH 1/3] PM: suspend: Move some structure declarations around
` [PATCH 2/3] PM: sleep: Don't always assume s2idle will be enabled
` [PATCH 3/3] acpi: sleep: Don't offer s2idle on AMD platforms without LPS0

[PATCH] ACPI: SPCR: check if table->serial_port.access_width is too wide
 2022-01-05 17:47 UTC 

[PATCH 0/2] ACPI / x86: ac and battery device quirk work
 2022-01-05 12:17 UTC  (5+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS bcb051d6e10a9f7171d96984a1d65cf8feb29071
 2022-01-05  8:32 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING 8d681a5245f0a5cfb20326b4f6578af1adb8676b
 2022-01-04 22:22 UTC  (5+ messages)
` [Devel] "

[PATCH v3] ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtype
 2022-01-04 20:02 UTC  (2+ messages)

[PATCH v1 1/1] software node: Update MAINTAINERS data base
 2022-01-04 15:43 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 3d72f8341423038eaf304155884dda9989a2fc58
 2022-01-04 14:41 UTC 

[PATCH 00/12] ACPI / pdx86: Add support for x86 Android tablets with broken DSDTs
 2022-01-03 11:42 UTC  (2+ messages)

[PATCH v1 1/2] gpiolib: acpi: make fwnode take precedence in struct gpio_chip
 2022-01-03 10:06 UTC  (4+ messages)
` [PATCH v1 2/2] gpio: dwapb: Switch to use fwnode instead of of_node


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).