messages from 2023-08-22 13:27:12 to 2023-08-25 12:27:07 UTC [more...]
[PATCH v5 00/10] Add DELETE_BUF ioctl
2023-08-25 12:26 UTC (13+ messages)
` [PATCH v5 01/10] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v5 02/10] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v5 03/10] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v5 04/10] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v5 05/10] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v5 06/10] media: verisilicon: vp9: Use destination buffer height to compute chroma offset
` [PATCH v5 07/10] media: verisilicon: postproc: Fix down scale test
` [PATCH v5 08/10] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v5 09/10] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v5 10/10] media: v4l2: Add mem2mem helpers for "
[PATCH 0/6] drm: ci: fixes
2023-08-25 12:24 UTC (7+ messages)
` [PATCH 1/6] drm: ci: igt_runner: remove todo
` [PATCH 2/6] drm: ci: Force db410c to host mode
` [PATCH 3/6] drm: ci: virtio: update ci variables
` [PATCH 4/6] drm: ci: Enable configs to fix mt8173 boot hang issue
` [PATCH 5/6] drm: ci: Update xfails
` [PATCH 6/6] drm: ci: Remove rules
[PATCH 1/1] mmc: Set optimal I/O size when mmc_setip_queue
2023-08-25 12:23 UTC (9+ messages)
[PATCH v7 09/11] drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
2023-08-25 12:01 UTC (2+ messages)
[PATCH 1/4] arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB
2023-08-25 11:46 UTC (4+ messages)
` [PATCH 2/4] arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regions
` [PATCH 3/4] arm64: dts: mediatek: mt6360: add PMIC MT6360 related nodes
` [PATCH 4/4] arm64: dts: mediatek: mt8195-demo: simplify mt6360 nodes
[PATCH -next 0/4] iio: Use devm_clk_get_enabled() helper function
2023-08-25 10:57 UTC (5+ messages)
` [PATCH -next 1/4] iio: adc: at91_adc: "
` [PATCH -next 2/4] iio: adc: mt6577_auxadc: "
` [PATCH -next 3/4] iio: adc: spear_adc: "
` [PATCH -next 4/4] iio: frequency: adf4350: "
[RESEND,v3 0/3] ASoC: mt8188-mt6359: add SOF support
2023-08-25 10:28 UTC (5+ messages)
` [RESEND,v3 1/3] ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl
` [RESEND,v3 2/3] ASoC: mediatek: common: revise SOF common code
` [RESEND,v3 3/3] ASoC: mediatek: mt8188-mt6359: add SOF support
[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-08-25 10:11 UTC (7+ messages)
` [PATCH v12 1/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v12 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v12 3/6] s390/pci: Use dma-iommu layer
` [PATCH v12 4/6] iommu/s390: Disable deferred flush for ISM devices
` [PATCH v12 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v12 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush
[PATCH] thermal/drivers/mediatek/lvts_thermal: remove unneeded semicolon
2023-08-25 6:10 UTC
[PATCH v7 00/24] iommu: Make default_domain's mandatory
2023-08-25 1:51 UTC (27+ messages)
` [PATCH v7 01/24] iommu: Add iommu_ops->identity_domain
` [PATCH v7 02/24] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v7 03/24] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v7 04/24] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v7 05/24] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v7 06/24] iommu/tegra-gart: Remove tegra-gart
` [PATCH v7 07/24] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v7 08/24] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v7 09/24] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v7 10/24] iommu/exynos: Implement an IDENTITY domain
` [PATCH v7 11/24] iommu/tegra-smmu: "
` [PATCH v7 12/24] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v7 13/24] iommu/omap: Implement an IDENTITY domain
` [PATCH v7 14/24] iommu/msm: "
` [PATCH v7 15/24] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v7 16/24] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v7 17/24] iommu/ipmmu: "
` [PATCH v7 18/24] iommu/mtk_iommu: "
` [PATCH v7 19/24] iommu/sun50i: "
` [PATCH v7 20/24] iommu: Require a default_domain for all iommu drivers
` [PATCH v7 21/24] iommu: Add __iommu_group_domain_alloc()
` [PATCH v7 22/24] iommu: Add ops->domain_alloc_paging()
` [PATCH v7 23/24] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v7 24/24] iommu: Convert remaining simple drivers "
[PATCH] wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)
2023-08-24 22:16 UTC (2+ messages)
[PATCH RFC net-next v2] net: ethernet: mtk_eth_soc: add paths and SerDes modes for MT7988
2023-08-24 20:24 UTC
[PATCH] wifi: mt76: add ability to explicitly forbid LED registration with DT
2023-08-24 17:08 UTC
[PATCH] thermal: Explicitly include correct DT includes
2023-08-24 15:16 UTC (7+ messages)
[PATCH] [PATCH 5.10] iommu/mediatek: remove redundant comparison
2023-08-24 13:13 UTC (3+ messages)
[PATCH] arm64: dts: mediatek: mt8195: Set DSU PMU status to fail
2023-08-24 11:58 UTC (3+ messages)
[PATCH 0/5] spmi: Add and use managed resource helpers
2023-08-24 10:40 UTC (6+ messages)
` [PATCH 1/5] spmi: Introduce device-managed functions
` [PATCH 2/5] spmi: Use devm_spmi_controller_alloc()
` [PATCH 3/5] spmi: mtk-pmif: Reorder driver remove sequence
` [PATCH 4/5] spmi: hisi-spmi-controller: Use devm_spmi_controller_add()
` [PATCH 5/5] spmi: Return meaningful errors in spmi_controller_alloc()
[PATCH v2] genpd: Explicitly include correct DT includes
2023-08-24 9:11 UTC (3+ messages)
[PATCH -next 00/25] spi: Use devm_clk_get_*() helper function to simplify the drivers
2023-08-24 8:55 UTC (47+ messages)
` [PATCH -next 02/25] spi: armada-3700: Use helper function devm_clk_get_prepared()
` [PATCH -next 03/25] spi: aspeed: Use helper function devm_clk_get_enabled()
` [PATCH -next 11/25] spi: dw-bt1: "
` [PATCH -next 12/25] spi: dw-mmio: Use helper function devm_clk_get_*()
` [PATCH -next 24/25] spi: spl022: Use helper function devm_clk_get_enabled()
` [PATCH -next v2 00/25] spi: Use devm_clk_get_*() helper function to simplify the drivers
` [PATCH -next v2 01/25] spi: ar934x: Use helper function devm_clk_get_enabled()
` [PATCH -next v2 02/25] spi: armada-3700: Use helper function devm_clk_get_prepared()
` [PATCH -next v2 03/25] spi: aspeed: Use helper function devm_clk_get_enabled()
` [PATCH -next v2 04/25] spi: ath79: "
` [PATCH -next v2 05/25] spi: spi-axi-spi-engine: "
` [PATCH -next v2 06/25] spi: bcm2835: "
` [PATCH -next v2 07/25] spi: bcm2835aux: "
` [PATCH -next v2 08/25] spi: spi-cadence: "
` [PATCH -next v2 09/25] spi: spi-cavium-thunderx: "
` [PATCH -next v2 10/25] spi: davinci: "
` [PATCH -next v2 11/25] spi: dw-bt1: "
` [PATCH -next v2 12/25] spi: dw-mmio: Use helper function devm_clk_get_*()
` [PATCH -next v2 13/25] spi: spi-fsl-dspi: Use helper function devm_clk_get_enabled()
` [PATCH -next v2 14/25] spi: lantiq-ssc: "
` [PATCH -next v2 15/25] spi: meson-spicc: "
` [PATCH -next v2 16/25] spi: spi-meson-spifc: "
` [PATCH -next v2 17/25] spi: microchip-core-qspi: "
` [PATCH -next v2 18/25] spi: microchip-core: "
` [PATCH -next v2 19/25] spi: mtk-snfi: "
` [PATCH -next v2 20/25] spi: npcm-fiu: "
` [PATCH -next v2 21/25] spi: orion: "
` [PATCH -next v2 22/25] spi: pic32-sqi: "
` [PATCH -next v2 23/25] spi: pic32: "
` [PATCH -next v2 24/25] spi: spl022: "
` [PATCH -next v2 25/25] spi: rockchip: "
[RESEND PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
2023-08-24 8:20 UTC (3+ messages)
[PATCH 00/15] Support IGT in display driver
2023-08-24 2:29 UTC (17+ messages)
` [PATCH 01/15] soc: mediatek: Add register definitions for GCE
` [PATCH 02/15] soc: mediatek: Disable 9-bit alpha in ETHDR
` [PATCH 03/15] soc: mediatek: Support GCE thread loop
` [PATCH 04/15] mailbox: mtk-cmdq: "
` [PATCH 05/15] drm/mediatek: Support alpha blending in display driver
` [PATCH 06/15] drm/mediatek: Support alpha blending in VDOSYS0
` [PATCH 07/15] drm/mediatek: Support alpha blending in VDOSYS1
` [PATCH 08/15] drm/mediatek: Move struct mtk_drm_crtc to the header file
` [PATCH 09/15] drm/mediatek: Add OVL compatible name for MT8195
` [PATCH 10/15] drm/mediatek: Support CRC in display driver
` [PATCH 11/15] drm/mediatek: Support CRC in VDOSYS0
` [PATCH 12/15] drm/mediatek: Support CRC in VDOSYS1
` [PATCH 13/15] drm/mediatek: Add missing plane settings when async update
` [PATCH 14/15] drm/mediatek: Adjust DRM mode configs for IGT
` [PATCH 15/15] drm/mediatek: Fix errors when reporting rotation capability
[PATCH net-next v3 0/4] net: ethernet: mtk_eth_soc: improve support for MT7988
2023-08-24 2:30 UTC (6+ messages)
` [PATCH net-next v3 1/4] net: ethernet: mtk_eth_soc: fix register definitions "
` [PATCH net-next v3 2/4] net: ethernet: mtk_eth_soc: add reset bits "
` [PATCH net-next v3 3/4] net: ethernet: mtk_eth_soc: add support for in-SoC SRAM
` [PATCH net-next v3 4/4] net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988
[PATCH v1] ufs: core: only suspend clock scaling if scale down
2023-08-23 16:26 UTC (2+ messages)
[PATCH v11 4/6] iommu/s390: Force ISM devices to use IOMMU_DOMAIN_DMA
2023-08-23 14:21 UTC (4+ messages)
` [PATCH v11 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
[PATCH] drm/mediatek: mtk_drm_crtc: Avoid inappropriate kfree() in
2023-08-23 13:15 UTC
[PATCH] mailbox: Explicitly include correct DT includes
2023-08-23 11:53 UTC (4+ messages)
[PATCH v1 0/3] Fix abnormal clock scaling behaviors
2023-08-23 9:29 UTC (4+ messages)
` [PATCH v1 1/3] ufs: core: only suspend clock scaling if scale down
` [PATCH v1 2/3] ufs: core: fix abnormal scale up after last cmd finish
` [PATCH v1 3/3] ufs: core: fix abnormal scale up after scale down
[PATCH v2] drm/mediatek: dsi: Add mode_valid callback to DSI bridge
2023-08-23 9:20 UTC
[PATCH] drm/mediatek: Support IGT in dp driver
2023-08-23 8:34 UTC (2+ messages)
[PATCH v2 00/11] regulator: mt6366: Split out of MT6358 and cleanup
2023-08-23 8:13 UTC (16+ messages)
` [PATCH v2 01/11] dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC
` [PATCH v2 02/11] mfd: mt6358: Add registers for MT6366 specific regulators
` [PATCH v2 03/11] regulator: dt-bindings: mt6358: Convert to DT schema
` [PATCH v2 05/11] regulator: dt-bindings: mediatek: Add MT6366 PMIC
[PATCH v4 0/5] Add LVTS support for mt8192
2023-08-23 7:48 UTC (4+ messages)
` [PATCH v4 2/5] thermal/drivers/mediatek/lvts_thermal: Add suspend and resume
Re; Interest,
2023-08-22 23:31 UTC
[PATCH v2 00/23] ARM: DT include cleanups
2023-08-22 22:35 UTC (5+ messages)
` [PATCH v2 21/23] soc: sunxi: Explicitly include correct DT includes
[PATCH 09/13] clk: mediatek: Convert to devm_platform_ioremap_resource()
2023-08-22 21:53 UTC (2+ messages)
[PATCH RFC net-next] net: ethernet: mtk_eth_soc: add paths and SerDes modes for MT7988
2023-08-22 18:33 UTC (2+ messages)
[PATCH net v2] net: ethernet: mtk_eth_soc: fix NULL pointer on hw reset
2023-08-22 18:10 UTC (3+ messages)
[PATCH v11] drm: Add initial ci/ subdirectory
2023-08-22 14:26 UTC (2+ messages)
[PATCH] drm/mediatek: Add spinlock for setting vblank event in atomic_begin
2023-08-22 13:26 UTC
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).