messages from 2025-09-14 12:56:48 to 2025-10-16 22:15:37 UTC [more...]
[PATCH v3 00/13] mfd: macsmc: add rtc, hwmon and hid subdevices
2025-10-16 22:15 UTC (20+ messages)
` [PATCH v3 01/13] dt-bindings: rtc: Add Apple SMC RTC
` [PATCH v3 02/13] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema
` [PATCH v3 03/13] rtc: Add new rtc-macsmc driver for Apple Silicon Macs
` [PATCH v3 04/13] mfd: macsmc: Wire up Apple SMC RTC subdevice
` [PATCH v3 05/13] mfd: macsmc: add new __SMC_KEY macro
` [PATCH v3 06/13] hwmon: Add Apple Silicon SMC hwmon driver
` [PATCH v3 07/13] mfd: macsmc: Wire up Apple SMC hwmon subdevice
` [PATCH v3 08/13] input: macsmc-input: New driver to handle the Apple Mac SMC buttons/lid
` [PATCH v3 09/13] mfd: macsmc: Wire up Apple SMC input subdevice
` [PATCH v3 10/13] arm64: dts: apple: t8103,t60xx,t8112: Add SMC RTC node
` [PATCH v3 11/13] arm64: dts: apple: t8103, t8112, t60xx: add hwmon SMC subdevice
` [PATCH v3 12/13] arm64: dts: apple: Add common hwmon sensors and fans
` [PATCH v3 13/13] arm64: dts: apple: t8103, t60xx, t8112: Add common hwmon nodes to devices
[PATCH usb-next v2 0/5] Apple Silicon USB3 support - dwc3
2025-10-16 10:44 UTC (7+ messages)
` [PATCH usb-next v2 1/5] dt-bindings: usb: Add Apple dwc3
` [PATCH usb-next v2 2/5] usb: dwc3: dwc3_power_off_all_roothub_ports: Use ioremap_np when required
` [PATCH usb-next v2 3/5] usb: dwc3: glue: Add documentation
` [PATCH usb-next v2 4/5] usb: dwc3: glue: Allow more fine grained control over mode switches
` [PATCH usb-next v2 5/5] usb: dwc3: Add Apple Silicon DWC3 glue layer driver
[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
2025-10-15 22:02 UTC (26+ messages)
` [PATCH v1 01/20] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
` [PATCH v1 03/20] iommu/arm-smmu-v3: Implement arm_smmu_domain_test_dev
` [PATCH v1 04/20] iommu/intel: Implement test_dev callbacks to domain ops
` [PATCH v1 05/20] iommu/amd: "
` [PATCH v1 06/20] iommu/arm-smmu: Implement arm_smmu_test_dev
` [PATCH v1 07/20] iommu/qcom_iommu: Implement test_dev callbacks to domain ops
` [PATCH v1 08/20] iommu/riscv: Implement riscv_iommu_test_paging_domain
` [PATCH v1 09/20] iommu/mkt_iommu: Implement mtk_iommu_test_device
` [PATCH v1 10/20] iommu/apple-dart: Implement test_dev callbacks to domain ops
` [PATCH v1 11/20] iommu/ipmmu-vmsa: Implement ipmmu_domain_test_device
` [PATCH v1 12/20] iommu/sun50i-iommu: Implement sun50i_iommu_domain_test_device
` [PATCH v1 13/20] iommu/rockchip-iommu: Implement rk_iommu_identity_test_dev
` [PATCH v1 14/20] iommu/msm_iommu: Implement msm_iommu_domain_test_dev
` [PATCH v1 15/20] iommu/fsl_pamu_domain: Implement fsl_pamu_domain_test_device
` [PATCH v1 16/20] iommu/omap-iommu: Implement omap_iommu_domain_test_dev
` [PATCH v1 17/20] iommu/s390-iommu: Implement s390_iommu_domain_test_device
` [PATCH v1 18/20] iommufd/selftest: Implement mock_domain_nop_test
` [PATCH v1 19/20] iommu/virtio-iommu: Implement viommu_domain_test_dev
` [PATCH v1 20/20] iommu/tegra-smmu: Implement tegra_smmu_domain_test_dev
[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
2025-10-15 17:35 UTC (9+ messages)
` [PATCH v1 1/6] iommu: Generic support for RMRs during device release
` [PATCH v1 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v1 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v1 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v1 5/6] iommu: Do not revert set_domain for the last gdev
` [PATCH v1 6/6] iommu: Pass in old domain to attach_dev callback functions
[PATCH 0/5] Apple Silicon USB3 support - dwc3
2025-10-15 7:32 UTC (10+ messages)
` [PATCH 1/5] dt-bindings: usb: Add Apple dwc3
` [PATCH 2/5] usb: dwc3: dwc3_power_off_all_roothub_ports: Use ioremap_np when required
` [PATCH 3/5] usb: dwc3: glue: Add documentation
` [PATCH 4/5] usb: dwc3: glue: Allow more fine grained control over mode switches
` [PATCH 5/5] usb: dwc3: Add Apple Silicon DWC3 glue layer driver
[PATCH RESEND v8 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
2025-10-14 15:02 UTC (22+ messages)
` [PATCH RESEND v8 01/21] dt-bindings: arm: pmu: Add Apple A7-A11 SoC CPU PMU compatibles
` [PATCH RESEND v8 02/21] drivers/perf: apple_m1: Only init PMUv3 remap when EL2 is available
` [PATCH RESEND v8 03/21] drivers/perf: apple_m1: Support per-implementation event tables
` [PATCH RESEND v8 04/21] drivers/perf: apple_m1: Support a per-implementation number of counters
` [PATCH RESEND v8 05/21] drivers/perf: apple_m1: Support configuring counters for 32-bit EL0
` [PATCH RESEND v8 06/21] drivers/perf: apple_m1: Support per-implementation PMU startup
` [PATCH RESEND v8 07/21] drivers/perf: apple_m1: Support per-implementation event attr group
` [PATCH RESEND v8 08/21] drivers/perf: apple_m1: Add Apple A7 support
` [PATCH RESEND v8 09/21] drivers/perf: apple_m1: Add Apple A8/A8X support
` [PATCH RESEND v8 10/21] drivers/perf: apple_m1: Add A9/A9X support
` [PATCH RESEND v8 11/21] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support
` [PATCH RESEND v8 12/21] drivers/perf: apple_m1: Add Apple A11 Support
` [PATCH RESEND v8 13/21] arm64: dts: apple: s5l8960x: Add CPU PMU nodes
` [PATCH RESEND v8 14/21] arm64: dts: apple: t7000: "
` [PATCH RESEND v8 15/21] arm64: dts: apple: t7001: "
` [PATCH RESEND v8 16/21] arm64: dts: apple: s800-0-3: "
` [PATCH RESEND v8 17/21] arm64: dts: apple: s8001: "
` [PATCH RESEND v8 18/21] arm64: dts: apple: t8010: "
` [PATCH RESEND v8 19/21] arm64: dts: apple: t8011: "
` [PATCH RESEND v8 20/21] arm64: dts: apple: t8012: "
` [PATCH RESEND v8 21/21] arm64: dts: apple: t8015: "
[PATCH 0/2] soc: apple: fix device leak on mbox lookup
2025-10-13 16:34 UTC (6+ messages)
` [PATCH 1/2] soc: apple: mailbox: fix device leak on lookup
` [PATCH 2/2] soc: apple: sart: drop device reference after lookup
[PATCH v2 2/3] mfd: syscon: Remove the platform driver support
2025-10-12 13:33 UTC
[PATCH AUTOSEL 6.17-6.12] soc: apple: mailbox: Add Apple A11 and T2 mailbox support
2025-10-10 2:22 UTC (4+ messages)
` [PATCH AUTOSEL 6.17] mfd: macsmc: Add "apple,t8103-smc" compatible
` [PATCH AUTOSEL 6.17-6.6] pmdomain: apple: Add "apple,t8103-pmgr-pwrstate"
[PATCH] macsmc: check for missing SMC to avoid crash
2025-10-09 18:56 UTC (2+ messages)
[PATCH RESEND] mfd/macsmc: make SMC write buffers const
2025-10-09 12:26 UTC (3+ messages)
[PATCH] mfd: macsmc: Initialize mutex
2025-10-08 14:20 UTC (9+ messages)
` "
[PATCH v2 00/15] backlight: Do not include <linux/fb.h> in header file
2025-10-01 13:43 UTC (26+ messages)
` [PATCH v2 06/15] backlight: Include <linux/of.h>
` [PATCH v2 07/15] backlight: apple_dwi_bl: Include <linux/mod_devicetable.h>
` [PATCH v2 08/15] backlight: as3711_bl: Include <linux/of.h>
` [PATCH v2 09/15] backlight: da9052_bl: Include <linux/mod_devicetable.h>
` [PATCH v2 10/15] backlight: jornada720: Include <linux/io.h>
` [PATCH v2 11/15] backlight: ktd2801: Include <linux/mod_devicetable.h>
` [PATCH v2 12/15] backlight: led_bl: Include <linux/of.h>
` [PATCH v2 13/15] backlight: rave-sp: Include <linux/of.h> and <linux/mod_devicetable.h>
` [PATCH v2 14/15] backlight: rt4831: Include <linux/mod_devicetable.h>
` [PATCH v2 15/15] backlight: Do not include <linux/fb.h> in header file
` (subset) [PATCH v2 00/15] "
[PATCH v2 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
2025-09-28 2:09 UTC (16+ messages)
` [PATCH v2 02/11] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema
` [PATCH v2 05/11] hwmon: Add Apple Silicon SMC hwmon driver
` [PATCH v2 07/11] input: macsmc-hid: New driver to handle the Apple Mac SMC buttons/lid
` [PATCH v2 08/11] mfd: macsmc: Wire up Apple SMC HID subdevice
` [PATCH v2 10/11] arm64: dts: apple: Add common hwmon sensors and fans
[PATCH] mfd/macsmc: make SMC write buffers const
2025-09-26 10:54 UTC
[PATCH v2 00/22] Apple Silicon USB3 support
2025-09-24 22:49 UTC (9+ messages)
` [PATCH v2 03/22] usb: dwc3: glue: Allow more fine grained control over mode switches
` [PATCH v2 04/22] usb: dwc3: Add Apple Silicon DWC3 glue layer driver
[PATCH v4 0/7] Disable ATS via iommu during PCI resets
2025-09-24 21:02 UTC (26+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions
` [PATCH v4 5/7] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
[PATCH 00/37] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices
2025-09-21 16:08 UTC (11+ messages)
` [PATCH 03/37] pmdomain: apple: Add "apple,t8103-pmgr-pwrstate"
` [PATCH 25/37] clk: clk-apple-nco: Add "apple,t8103-nco" compatible
` [PATCH 26/37] dt-bindings: clock: apple,nco: Add t6020-nco compatible
` (subset) [PATCH 00/37] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices
[GIT PULL 1/2] Apple SoC driver changes for v6.18
2025-09-20 12:30 UTC (2+ messages)
` [GIT PULL 2/2] Apple SoC DTS "
[GIT PULL] Apple SoC fixes for v6.17
2025-09-18 19:22 UTC
[PATCH v2] MAINTAINERS: remove Alyssa Rosenzweig
2025-09-18 19:18 UTC (2+ messages)
[PATCH v4 0/3] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs
2025-09-18 19:15 UTC (8+ messages)
` [PATCH v4 1/3] dt-bindings: spmi: Add Apple A11 and T2 compatible
` [PATCH v4 2/3] arm64: dts: apple: t8012: Add SPMI node
` [PATCH v4 3/3] arm64: dts: apple: t8015: "
[PATCH v2 0/6] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices
2025-09-18 19:15 UTC (9+ messages)
` [PATCH v2 1/6] dt-bindings: arm: apple: Add t6020x compatibles
` [PATCH v2 2/6] arm64: dts: apple: Add ethernet0 alias for J375 template
` [PATCH v2 3/6] arm64: dts: apple: Add initial t6020/t6021/t6022 DTs
` [PATCH v2 4/6] arm64: dts: apple: Add J414 and J416 Macbook Pro device trees
` [PATCH v2 5/6] arm64: dts: apple: Add J474s, J475c and J475d "
` [PATCH v2 6/6] arm64: dts: apple: Add J180d (Mac Pro, M2 Ultra, 2023) device tree
[PATCH 00/11] Apple Silicon USB3 support - TIPD changes
2025-09-15 13:14 UTC (5+ messages)
` [PATCH 08/11] usb: typec: tipd: Update partner identity when power status was updated
` [PATCH 11/11] usb: typec: tipd: Handle mode transitions for CD321x
[PATCH RESEND v3 0/5] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs
2025-09-15 1:51 UTC
[PATCH v4 0/3] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs
2025-09-15 1:48 UTC
[PATCH 31/37] spi: apple: Add "apple,t8103-spi" compatible
2025-09-14 16:22 UTC (2+ messages)
` (subset) "
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 NNTP newsgroup(s).