messages from 2025-02-14 07:25:16 to 2025-02-20 15:14:45 UTC [more...]
[PATCH v6 0/3] Apple DWI backlight driver
2025-02-20 15:14 UTC (3+ messages)
[PATCH 0/9] arm64: dts: apple: Add CPU cache information for Apple A7-A11, T2 SoCs
2025-02-20 12:21 UTC (10+ messages)
` [PATCH 1/9] arm64: dts: apple: s5l8960x: Add CPU caches
` [PATCH 2/9] arm64: dts: apple: t7000: "
` [PATCH 3/9] arm64: dts: apple: t7001: "
` [PATCH 4/9] arm64: dts: apple: s800-0-3: "
` [PATCH 5/9] arm64: dts: apple: s8001: "
` [PATCH 6/9] arm64: dts: apple: t8010: "
` [PATCH 7/9] arm64: dts: apple: t8011: "
` [PATCH 8/9] arm64: dts: apple: t8012: "
` [PATCH 9/9] arm64: dts: apple: t8015: "
[PATCH v2 00/29] ASoC: tas27{64,70}: improve support for Apple codec variants
2025-02-20 1:45 UTC (51+ messages)
` [PATCH v2 01/29] ASoC: tas2764: Fix power control mask
` [PATCH v2 02/29] ASoC: tas2770: Fix volume scale
` [PATCH v2 03/29] ASoC: dt-bindings: tas27xx: add compatible for SN012776
` [PATCH v2 04/29] ASoC: dt-bindings: tas2770: add compatible for TAS5770L
` [PATCH v2 05/29] ASoC: tas2764: Extend driver to SN012776
` [PATCH v2 06/29] ASoC: tas2764: Add control concerning overcurrent events
` [PATCH v2 07/29] ASoC: tas2770: Factor out set_ivsense_slots
` [PATCH v2 08/29] ASoC: tas2770: Fix and redo I/V sense TDM slot setting logic
` [PATCH v2 09/29] ASoC: tas2764: Reinit cache on part reset
` [PATCH v2 10/29] ASoC: tas2764: Configure zeroing of SDOUT slots
` [PATCH v2 11/29] ASoC: tas2764: Apply Apple quirks
` [PATCH v2 12/29] ASoC: tas2764: Raise regmap range maximum
` [PATCH v2 13/29] ASoC: tas2770: Export 'die_temp' to sysfs
` [PATCH v2 14/29] ASoC: tas2770: expose die temp to hwmon
` [PATCH v2 15/29] ASoC: tas2764: Export 'die_temp' to sysfs
` [PATCH v2 16/29] ASoC: tas2764: expose die temp to hwmon
` [PATCH v2 17/29] ASoC: tas2764: Crop SDOUT zero-out mask based on BCLK ratio
` [PATCH v2 18/29] ASoC: tas2764: Enable main IRQs
` [PATCH v2 19/29] ASoC: tas2764: Power up/down amp on mute ops
` [PATCH v2 20/29] ASoC: tas2764: Add SDZ regulator
` [PATCH v2 21/29] ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG
` [PATCH v2 22/29] ASoC: tas2764: Mark SW_RESET as volatile
` [PATCH v2 23/29] ASoC: tas2764: Wait for ramp-down after shutdown
` [PATCH v2 24/29] ASoC: tas2770: Add SDZ regulator
` [PATCH v2 25/29] ASoC: tas2770: Power cycle amp on ISENSE/VSENSE change
` [PATCH v2 26/29] ASoC: tas2770: Add zero-fill and pull-down controls
` [PATCH v2 27/29] ASoC: tas2770: Support setting the PDM TX slot
` [PATCH v2 28/29] ASoC: tas2764: Set the SDOUT polarity correctly
` [PATCH v2 29/29] ASoC: tas2770: "
` (subset) [PATCH v2 00/29] ASoC: tas27{64,70}: improve support for Apple codec variants
[PATCH] drm: add modifiers for Apple twiddled layouts
2025-02-19 22:24 UTC (3+ messages)
[PATCH V23 15/16] mmc: sdhci-pci-gli: enable UHS-II mode for GL9755
2025-02-19 21:32 UTC
[PATCH] iommu/io-pgtable-dart: Only set subpage protection disable for DART 1
2025-02-19 15:39 UTC (2+ messages)
[PATCH 0/5] Driver for Apple ISP and cameras
2025-02-19 15:36 UTC (17+ messages)
` [PATCH 1/5] dt-bindings: power: apple,pmgr-pwrstate: Add force-{disable,reset} properties
` [PATCH 2/5] pmdomain: apple: Add force-disable/force-reset
` [PATCH 3/5] media: dt-bindings: Add Apple ISP
` [PATCH 4/5] media: apple: Add Apple ISP driver
` [PATCH 5/5] arm64: dts: apple: Add ISP nodes
[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
2025-02-19 9:24 UTC (23+ messages)
` [PATCH 1/6] rust: types: Add Ownable/Owned types
` [PATCH 2/6] rust: page: Convert to Ownable
` [PATCH 3/6] rust: page: Make with_page_mapped() and with_pointer_into_page() public
` [PATCH 4/6] rust: addr: Add a module to declare core address types
` [PATCH 5/6] rust: page: Add physical address conversion functions
` [PATCH 6/6] rust: page: Make Page::as_ptr() pub(crate)
[PATCH v2 00/23] iommu: Further abstract iommu-pages
2025-02-19 2:56 UTC (31+ messages)
` [PATCH v2 01/23] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH v2 02/23] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH v2 03/23] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH v2 04/23] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH v2 05/23] iommu/pages: Remove the order argument to iommu_free_pages()
` [PATCH v2 06/23] iommu/pages: Remove iommu_free_page()
` [PATCH v2 07/23] iommu/pages: De-inline the substantial functions
` [PATCH v2 08/23] iommu/vtd: Use virt_to_phys()
` [PATCH v2 09/23] iommu/pages: Formalize the freelist API
` [PATCH v2 10/23] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH v2 11/23] iommu/amd: "
` [PATCH v2 12/23] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH v2 13/23] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH v2 14/23] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH v2 15/23] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH v2 16/23] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH v2 17/23] iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
` [PATCH v2 18/23] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH v2 19/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH v2 20/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH v2 21/23] iommu/pages: Remove iommu_alloc_page/pages()
` [PATCH v2 22/23] iommu/pages: Remove iommu_alloc_page_node()
` [PATCH v2 23/23] iommu/pages: Remove iommu_alloc_pages_node()
[PATCH] soc: apple: rtkit: Pass the crashlog to the crashed() callback
2025-02-18 17:05 UTC (2+ messages)
[PATCH] soc: apple: rtkit: Fix use-after-free in apple_rtkit_crashlog_rx()
2025-02-18 17:05 UTC (5+ messages)
[PATCH asahi-soc/dt] arm64: dts: apple: t7000: Add missing CPU p-state 7 for J96 and J97
2025-02-18 16:56 UTC (2+ messages)
[PATCH v2 0/5] Add Apple SPI controller and spi-nor dt nodes
2025-02-18 16:56 UTC (2+ messages)
[PATCH] soc: apple: rtkit: Check & log more failures
2025-02-18 16:21 UTC (2+ messages)
[PATCH v2 0/2] apple-nvme: bug fixes
2025-02-18 15:42 UTC (2+ messages)
[PATCH v7 0/5] Driver for pre-DCP apple display controller
2025-02-17 13:30 UTC (8+ messages)
` [PATCH v7 1/5] dt-bindings: display: Add Apple pre-DCP "
` [PATCH v7 2/5] drm: adp: Add Apple Display Pipe driver
` [PATCH v7 3/5] drm: panel: Add a panel driver for the Summit display
` [PATCH v7 4/5] arm64: dts: apple: Add touchbar screen nodes
` [PATCH v7 5/5] MAINTAINERS: Add entries for touchbar display driver
[PATCH RESEND v6 0/4] Driver for Apple Z2 touchscreens
2025-02-17 11:38 UTC (5+ messages)
` [PATCH RESEND v6 1/4] dt-bindings: input: touchscreen: Add Z2 controller
` [PATCH RESEND v6 2/4] input: apple_z2: Add a driver for Apple Z2 touchscreens
` [PATCH RESEND v6 3/4] arm64: dts: apple: Add touchbar digitizer nodes
` [PATCH RESEND v6 4/4] MAINTAINERS: Add entries for Apple Z2 touchscreen driver
[PATCH 00/27] ASoC: tas27{64,70}: improve support for Apple codec variants
2025-02-17 0:00 UTC (37+ messages)
` [PATCH 01/27] ASoC: dt-bindings: tas27xx: add compatible for SN012776
` [PATCH 02/27] ASoC: dt-bindings: tas2770: add compatible for TAS5770L
` [PATCH 03/27] ASoC: tas2764: Extend driver to SN012776
` [PATCH 04/27] ASoC: tas2764: Add control concerning overcurrent events
` [PATCH 05/27] ASoC: tas2770: Factor out set_ivsense_slots
` [PATCH 06/27] ASoC: tas2770: Fix and redo I/V sense TDM slot setting logic
` [PATCH 07/27] ASoC: tas2764: Reinit cache on part reset
` [PATCH 08/27] ASoC: tas2764: Configure zeroing of SDOUT slots
` [PATCH 09/27] ASoC: tas2764: Apply Apple quirks
` [PATCH 10/27] ASoC: tas2764: Raise regmap range maximum
` [PATCH 11/27] ASoC: tas2770: Export 'die_temp' to sysfs
` [PATCH 12/27] ASoC: tas2764: "
` [PATCH 13/27] ASoC: tas2764: Crop SDOUT zero-out mask based on BCLK ratio
` [PATCH 14/27] ASoC: tas2764: Enable main IRQs
` [PATCH 15/27] ASoC: tas2764: Power up/down amp on mute ops
` [PATCH 16/27] ASoC: tas2764: Add SDZ regulator
` [PATCH 17/27] ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG
` [PATCH 18/27] ASoC: tas2764: Mark SW_RESET as volatile
` [PATCH 19/27] ASoC: tas2764: Fix power control mask
` [PATCH 20/27] ASoC: tas2764: Wait for ramp-down after shutdown
` [PATCH 21/27] ASoC: tas2770: Add SDZ regulator
` [PATCH 22/27] ASoC: tas2770: Power cycle amp on ISENSE/VSENSE change
` [PATCH 23/27] ASoC: tas2770: Add zero-fill and pull-down controls
` [PATCH 24/27] ASoC: tas2770: Support setting the PDM TX slot
` [PATCH 25/27] ASoC: tas2770: Fix volume scale
` [PATCH 26/27] ASoC: tas2764: Set the SDOUT polarity correctly
` [PATCH 27/27] ASoC: tas2770: "
[PATCH v4 00/11] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
2025-02-14 14:28 UTC (12+ messages)
` [PATCH v4 01/11] dt-bindings: arm: pmu: Add Apple A7-A11 SoC CPU PMU compatibles
` [PATCH v4 02/11] drivers/perf: apple_m1: Support per-implementation event tables
` [PATCH v4 03/11] drivers/perf: apple_m1: Support a per-implementation number of counters
` [PATCH v4 04/11] drivers/perf: apple_m1: Support configuring counters for 32-bit EL0
` [PATCH v4 05/11] drivers/perf: apple_m1: Support per-implementation PMU startup
` [PATCH v4 06/11] drivers/perf: apple_m1: Support per-implementation event attr group
` [PATCH v4 07/11] drivers/perf: apple_m1: Add Apple A7 support
` [PATCH v4 08/11] drivers/perf: apple_m1: Add Apple A8/A8X support
` [PATCH v4 09/11] drivers/perf: apple_m1: Add A9/A9X support
` [PATCH v4 10/11] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support
` [PATCH v4 11/11] drivers/perf: apple_m1: Add Apple A11 Support
[PATCH 0/7] PCI: apple: support t6020
2025-02-14 11:13 UTC (5+ messages)
` [PATCH 7/7] PCI: apple: Add T602x PCIe support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).