messages from 2023-07-10 09:33:04 to 2023-07-12 17:03:01 UTC [more...]
[PATCH v1] rcu: Fix and improve RCU read lock checks when !CONFIG_DEBUG_LOCK_ALLOC
2023-07-12 17:02 UTC (2+ messages)
[PATCH v1] drivers: wireless: mt76: fix parameter check in mt76_register_debugfs_fops()
2023-07-12 14:00 UTC (2+ messages)
Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)
2023-07-12 13:35 UTC (32+ messages)
[PATCH v4] Bluetooth: btmtk: Fix null pointer when processing coredump
2023-07-12 13:02 UTC
[PATCH v3 3/4] drm/mediatek: Add casting before assign
2023-07-12 13:07 UTC
[PATCH v3 0/2] Fix OVL iommu fault in cursor plane
2023-07-12 13:03 UTC (6+ messages)
` [PATCH v3 1/2] drm/mediatek: Fix iommu fault by swapping FBs after updating plane state
` [PATCH v3 2/2] drm/mediatek: Fix iommu fault during crtc enabling
[RESEND 0/2] ASoC: mt8188: add memory-region support
2023-07-12 12:50 UTC (5+ messages)
` [RESEND 1/2] ASoC: mediatek: "
` [RESEND 2/2] ASoC: dt-bindings: mediatek,mt8188-afe: add memory-region
[PATCH v2 00/15] spi: Header and core clean up and refactoring
2023-07-12 11:47 UTC (48+ messages)
` [PATCH v2 01/15] spi: Remove unneeded OF node NULL checks
` [PATCH v2 02/15] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v2 03/15] spi: Replace if-else-if by bitops and multiplications
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` [PATCH v2 05/15] spi: Remove code duplication in spi_add_device_locked()
` [PATCH v2 06/15] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v2 07/15] spi: Sort headers alphabetically
` [PATCH v2 08/15] spi: Clean up headers
` [PATCH v2 09/15] spi: Use struct_size() helper
` [PATCH v2 10/15] spi: Use predefined constants from bits.h and units.h
` [PATCH v2 11/15] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v2 12/15] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v2 13/15] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v2 14/15] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v2 15/15] spi: Fix spelling typos and acronyms capitalization
` (subset) [PATCH v2 00/15] spi: Header and core clean up and refactoring
[PATCH 0/2] ASoC: mt8188: add memory-region support
2023-07-12 11:47 UTC (2+ messages)
[PATCH RFC v1 21/52] drm/mediatek: Use struct drm_crtc::drm_dev instead of struct drm_crtc::dev
2023-07-12 11:18 UTC (2+ messages)
` [PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev
[PATCH v3 04/11] media: videobuf2: Stop define VB2_MAX_FRAME as global
2023-07-12 10:48 UTC (4+ messages)
[PATCH 06/27] thermal/drivers/mediatek/lvts_thermal: Convert to platform remove callback returning void
2023-07-12 10:14 UTC (2+ messages)
[PATCH 06/19] cpufreq: mediatek-hw: Convert to platform remove callback returning void
2023-07-12 9:33 UTC
[PATCH v3] Bluetooth: btmtk: Fix null pointer when processing coredump
2023-07-12 9:25 UTC (4+ messages)
[PATCH -next] scsi: ufs: ufs-mediatek: Remove surplus dev_err()
2023-07-12 6:51 UTC (2+ messages)
[PATCH v2] Bluetooth: btmtk: Fix null pointer when processing coredump
2023-07-12 3:42 UTC
[PATCH] Bluetooth: btmtk: Fix null pointer when processing coredump
2023-07-12 3:32 UTC
[PATCH 0/3] media: mediatek: vcodec: Add driver to support 10bit
2023-07-12 3:32 UTC (16+ messages)
` [PATCH 1/3] media: mediatek: vcodec: Add capture format to support 10bit tile mode
` [PATCH 2/3] media: mediatek: vcodec: Add capture format to support 10bit raster mode
` [PATCH 3/3] media: mediatek: vcodec: Add driver to support 10bit
[PATCH net-next v3 00/12] net: stmmac: replace boolean fields in plat_stmmacenet_data with flags
2023-07-12 3:21 UTC (2+ messages)
[PATCH v5 0/2] Add MCQ support for MTK platform
2023-07-11 19:00 UTC (2+ messages)
[PATCH v14 00/12] Add support for MT8195 SCP 2nd core
2023-07-11 18:00 UTC (4+ messages)
` [PATCH v14 07/12] remoteproc: mediatek: Remove dependency of MT8195 SCP L2TCM power control on dual-core SCP
[PATCH v2 0/4] Add basic node support for MediaTek MT8188 SoC
2023-07-11 17:57 UTC (8+ messages)
` [PATCH v2 1/4] dt-bindings: arm: Add compatible for MediaTek MT8188
` [PATCH v2 2/4] dt-bindings: arm: mediatek: Add mt8188 pericfg compatible
` [PATCH v2 3/4] dt-bindings: soc: mediatek: pwrap: Add compatible for MT8188
` [PATCH v2 4/4] arm64: dts: Add MediaTek MT8188 dts and evaluation board and Makefile
[PATCH v3 00/14] spi: Header and core clean up and refactoring
2023-07-11 17:34 UTC (16+ messages)
` [PATCH v3 01/14] spi: Remove unneeded OF node NULL checks
` [PATCH v3 02/14] spi: Deduplicate IDR allocation code in spi_register_controller()
` [PATCH v3 03/14] spi: Refactor bus number assigning "
` [PATCH v3 04/14] spi: Remove code duplication in spi_add_device*()
` [PATCH v3 05/14] spi: Kill spi_add_device_locked()
` [PATCH v3 06/14] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v3 07/14] spi: Use BITS_TO_BYTES()
` [PATCH v3 08/14] spi: Sort headers alphabetically
` [PATCH v3 09/14] spi: Use struct_size() helper
` [PATCH v3 10/14] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v3 11/14] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v3 12/14] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v3 13/14] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v3 14/14] spi: Fix spelling typos and acronyms capitalization
[PATCH] dmaengine: mediatek: drop bogus pm_runtime_set_active()
2023-07-11 16:44 UTC
[PATCH RESEND] scsi: ufs-mediatek: add dependency for RESET_CONTROLLER
2023-07-11 16:31 UTC (2+ messages)
[PATCH v2 07/18] soc: mediatek: Move power-domain drivers to the genpd dir
2023-07-11 14:21 UTC
[PATCH v4 2/2] phy: mtk-mipi-csi: add driver for CSI phy
2023-07-11 11:20 UTC
[PATCH] usb: mtu3: Fix possible use-before-initialization bug
2023-07-11 9:41 UTC (7+ messages)
[PATCH] phy: phy-mtk-dp: Fix an error code in probe()
2023-07-11 9:22 UTC (4+ messages)
[PATCH 4/4] phy: mediatek: tphy: Convert to devm_platform_ioremap_resource()
2023-07-11 8:57 UTC (6+ messages)
[PATCH v4 14/21] thermal/drivers/mediatek/lvts_thermal: convert to use devm_request*_irq_probe()
2023-07-11 8:04 UTC (2+ messages)
[PATCH 0/3] MediaTek MIPI-DSI PHY: Cleanups
2023-07-11 7:44 UTC (2+ messages)
[PATCH] phy: mediatek: hdmi: mt8195: fix prediv bad upper limit test
2023-07-11 7:36 UTC (2+ messages)
[PATCH 3/5] ASoC: mediatek: mt8186: Convert to devm_platform_ioremap_resource()
2023-07-11 3:48 UTC
[PATCH v6 1/8] dt-bindings: power: Add MT8365 power domains
2023-07-10 15:55 UTC (8+ messages)
` [PATCH v6 2/8] soc: mediatek: pm-domains: Move bools to a flags field
` [PATCH v6 3/8] soc: mediatek: pm-domains: Split bus_prot_mask
` [PATCH v6 4/8] soc: mediatek: pm-domains: Create bus protection operation functions
` [PATCH v6 5/8] soc: mediatek: pm-domains: Unify configuration for infracfg and smi
` [PATCH v6 6/8] soc: mediatek: Add support for WAY_EN operations
` [PATCH v6 7/8] soc: mediatek: Add support for MTK_SCPD_STRICT_BUS_PROTECTION cap
` [PATCH v6 8/8] soc: mediatek: pm-domains: Add support for MT8365
[PATCH v1 0/8] spi: Header and core clean up and refactoring
2023-07-10 13:36 UTC (19+ messages)
` [PATCH v1 1/8] spi: Remove unneeded OF node NULL checks
` [PATCH v1 2/8] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v1 3/8] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v1 4/8] spi: Get rid of old SPI_MASTER_NO_.X and SPI_MASTER_MUST_.X
` [PATCH v1 5/8] spi: Sort headers alphabetically
` [PATCH v1 6/8] spi: Clean up headers
` [PATCH v1 7/8] spi: Fix spelling typos and acronyms capitalization
` [PATCH v1 8/8] spi: Use struct_size() helper
[PATCH v2] scripts/gdb: fix 'lx-lsmod' show the wrong size
2023-07-10 13:21 UTC (2+ messages)
` [PATCH v2] scripts/gdb: fix 'lx-lsmod' showing "
[PATCH v4 00/21] Add devm_request_threaded_irq_probe() and devm_request_irq_probe()
2023-07-10 9:58 UTC
[PATCH v2 0/2] Fix OVL iommu fault in cursor plane
2023-07-10 9:32 UTC (4+ messages)
` [PATCH v2 2/2] drm/mediatek: Fix iommu fault during crtc enabling
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).