linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-22 12:17:50 to 2023-05-25 08:32:39 UTC [more...]

[PATCH v4 0/2] Add infra_ao reset support for MT8188 Soc
 2023-05-25  8:32 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: reset: mt8188: add thermal reset control bit
` [PATCH v4 2/2] clk: mediatek: reset: add infra_ao reset support for MT8188

[PATCH v4,0/4] media: mediatek: vcodec: Fix decoder under flow and plt test fails randomly
 2023-05-25  8:12 UTC  (9+ messages)
` [PATCH v4,1/4] media: mediatek: vcodec: Avoid unneeded error logging
` [PATCH v4,2/4] media: mediatek: vcodec: using decoder status instead of core work count
` [PATCH v4,3/4] media: mediatek: vcodec: move core context from device to each instance
` [PATCH v4,4/4] media: mediatek: vcodec: using empty lat buffer as the last one

[PATCH] debugfs.c: Fix error checking for debugfs_create_dir
 2023-05-25  8:12 UTC  (2+ messages)
  ` [PATCH] nfcsim.c: "

[PATCH v2 0/7] ASoC: mt8188: add new board support
 2023-05-25  7:47 UTC  (23+ messages)
` [PATCH v2 1/7] ASoC: mediatek: mt8188: separate ADDA playback dai from capture dai
` [PATCH v2 2/7] ASoC: dt-bindings: mediatek,mt8188-mt6359: remove ADDA_BE from link-name
` [PATCH v2 3/7] ASoC: mediatek: mt8188-mt6359: register hdmi/dp jack pins
` [PATCH v2 4/7] ASoC: mediatek: common: soundcard driver add dai_fmt support
` [PATCH v2 5/7] ASoC: soc-dapm.c: clean up debugfs for freed widget
` [PATCH v2 6/7] ASoC: mediatek: mt8188-mt6359: support new board with nau88255
` [PATCH v2 7/7] ASoC: dt-bindings: mediatek,mt8188-mt6359: add NAU8825 support

[PATCH] spi: mt65xx: make sure operations completed before unloading
 2023-05-25  7:23 UTC  (3+ messages)

[PATCH v2 0/2] Add infra_ao reset support for MT8188 Soc
 2023-05-25  7:12 UTC  (5+ messages)
` [PATCH v2 2/2] clk: mediatek: reset: add infra_ao reset support for MT8188

[PATCH] usb: gadget: u_serial: Add null pointer check in gserial_suspend
 2023-05-25  7:00 UTC  (3+ messages)

[PATCH v2 0/2] phy: mtk-mipi-csi: add driver for CSI phy
 2023-05-25  7:09 UTC  (11+ messages)
` [PATCH v2 1/2] dt-bindings: phy: add mediatek mipi csi driver v 0.5

[PATCH net-next 00/30] net: dsa: mt7530: improve, trap BPDU & LLDP, and prefer CPU port
 2023-05-25  7:04 UTC  (54+ messages)
` [PATCH net-next 01/30] net: dsa: mt7530: add missing @p5_interface to mt7530_priv description
` [PATCH net-next 02/30] net: dsa: mt7530: use p5_interface_select as data type for p5_intf_sel
` [PATCH net-next 03/30] net: dsa: mt7530: properly support MT7531AE and MT7531BE
` [PATCH net-next 04/30] net: dsa: mt7530: improve comments regarding port 5 and 6
` [PATCH net-next 05/30] net: dsa: mt7530: read XTAL value from correct register
` [PATCH net-next 06/30] net: dsa: mt7530: improve code path for setting up port 5
` [PATCH net-next 07/30] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
` [PATCH net-next 08/30] net: dsa: mt7530: change p{5,6}_interface to p{5,6}_configured
` [PATCH net-next 09/30] net: dsa: mt7530: empty default case on mt7530_setup_port5()
` [PATCH net-next 10/30] net: dsa: mt7530: call port 6 setup from mt7530_mac_config()
` [PATCH net-next 11/30] net: dsa: mt7530: remove pad_setup function pointer
` [PATCH net-next 12/30] net: dsa: mt7530: move XTAL check to mt7530_setup()
` [PATCH net-next 13/30] net: dsa: mt7530: move enabling port 6 to mt7530_setup_port6()
` [PATCH net-next 14/30] net: dsa: mt7530: switch to if/else statements on mt7530_setup_port6()
` [PATCH net-next 15/30] net: dsa: mt7530: set TRGMII RD TAP if trgmii is being used
` [PATCH net-next 19/30] net: dsa: mt7530: set interrupt register only for MT7530
` [PATCH net-next 25/30] net: dsa: mt7530: properly set MT7531_CPU_PMAP
` [PATCH net-next 26/30] net: dsa: mt7530: properly set MT7530_CPU_PORT
` [PATCH net-next 27/30] net: dsa: mt7530: introduce BPDU trapping for MT7530 switch
` [PATCH net-next 28/30] net: dsa: mt7530: introduce LLDP frame trapping
` [PATCH net-next 29/30] net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
` [PATCH net-next 30/30] MAINTAINERS: add me as maintainer of MEDIATEK SWITCH DRIVER

[PATCH] spi: mediatek: advertise the availability of Dual and Quad mode
 2023-05-25  6:21 UTC  (3+ messages)

[PATCH v5,0/8] media: mediatek: vcodec: Add debugfs file for decode and encode
 2023-05-25  2:12 UTC  (9+ messages)
` [PATCH v5,1/8] media: mediatek: vcodec: Add debugfs interface to get debug information
` [PATCH v5,2/8] media: mediatek: vcodec: Add debug params to control different log level
` [PATCH v5,3/8] media: mediatek: vcodec: Add a debugfs file to get different useful information
` [PATCH v5,4/8] media: mediatek: vcodec: Get each context resolution information
` [PATCH v5,5/8] media: mediatek: vcodec: Get each instance format type
` [PATCH v5,6/8] media: mediatek: vcodec: Change dbgfs interface to support encode
` [PATCH v5,7/8] media: mediatek: vcodec: Add encode to support dbgfs
` [PATCH v5,8/8] media: mediatek: vcodec: Add dbgfs help function

[PATCH v3,0/4] media: mediatek: vcodec: Fix decoder under flow and plt test fails randomly
 2023-05-25  1:39 UTC  (4+ messages)
` [PATCH v3,3/4] media: mediatek: vcodec: move core context from device to each instance

[PATCH v3 0/2] Add infra_ao reset support for MT8188 Soc
 2023-05-25  1:23 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: reset: mt8188: add thermal reset control bit
` [PATCH v3 2/2] clk: mediatek: reset: add infra_ao reset support for MT8188

[PATCH v7,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24 16:50 UTC  (6+ messages)
` [PATCH v7,1/2] media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field
  ` [PATCH v7,2/2] media: mediatek: vcodec: support stateless hevc decoder

[PATCH net-next 02/12] mm: Provide a page_frag_cache allocator cleanup function
 2023-05-24 15:33 UTC  (5+ messages)
` [PATCH net-next 03/12] mm: Make the page_frag_cache allocator alignment param a pow-of-2
` [PATCH net-next 04/12] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next 05/12] mm: Make the page_frag_cache allocator handle __GFP_ZERO itself
` [PATCH net-next 06/12] mm: Make the page_frag_cache allocator use per-cpu

[PATCH v10 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-05-24 14:53 UTC  (7+ messages)
` [PATCH v10 1/6] s390/ism: Set DMA coherent mask
` [PATCH v10 2/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v10 3/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v10 4/6] s390/pci: Use dma-iommu layer
` [PATCH v10 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v10 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH v3 0/3] phy: mtk-mipi-csi: add driver for CSI phy
 2023-05-24 14:05 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: phy: add PHY_TYPE_CDPHY definition
` [PATCH v3 2/3] dt-bindings: phy: add mediatek MIPI CD-PHY module v0.5
` [PATCH v3 3/3] phy: mtk-mipi-csi: add driver for CSI phy

[PATCH] mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't used
 2023-05-24 13:10 UTC  (2+ messages)

[PATCH v2] mmc: vub300: fix invalid response handling
 2023-05-24 13:10 UTC 

[PATCH v2 0/4] Enhance mediatek-cpufreq robustness
 2023-05-24 12:42 UTC  (8+ messages)
` [PATCH v2 4/4] cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623

[PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)
 2023-05-24 10:40 UTC  (5+ messages)

Fwd: Foxconn / Hon Hai Bluetooth adapter 0489:e0cd stops working on ThinkPad T14s AMD Gen1
 2023-05-24  9:59 UTC 

[PATCH v1 0/4] MediaTek DRM - DSI driver cleanups
 2023-05-24  9:34 UTC  (5+ messages)
` [PATCH v1 1/4] drm/mediatek: dsi: Use GENMASK() for register mask definitions
` [PATCH v1 2/4] drm/mediatek: dsi: Cleanup functions mtk_dsi_ps_control{_vact}()
` [PATCH v1 3/4] drm/mediatek: dsi: Use bitfield macros where useful
` [PATCH v1 4/4] drm/mediatek: dsi: Replace open-coded instance of HZ_PER_MHZ

[PATCH] wifi: mt7601u: update firmware path
 2023-05-24  7:47 UTC  (3+ messages)

[PATCH v5,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24  7:35 UTC  (4+ messages)
` [PATCH v5,1/2] media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field
` [PATCH v5,2/2] media: mediatek: vcodec: support stateless hevc decoder

[PATCH net] net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs
 2023-05-24  7:10 UTC  (2+ messages)

[PATCH v6,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24  6:04 UTC  (3+ messages)
` [PATCH v6,1/2] media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field
` [PATCH v6,2/2] media: mediatek: vcodec: support stateless hevc decoder

[PATCH v4,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24  2:12 UTC  (4+ messages)
` [PATCH v4,2/2] media: mediatek: vcodec: support stateless hevc decoder

[PATCH 0/4] ASoC: mt6359: kselftest fix and driver extension
 2023-05-23 21:44 UTC  (2+ messages)

[PATCH v2 0/2] ASoC: do not include runtime_pm.h if not needed
 2023-05-23 19:50 UTC  (2+ messages)

[PATCH v4 0/2] Fix Goodix touchscreen power leakage for MT8186 boards
 2023-05-23 15:29 UTC  (5+ messages)

[PATCH v2] media: mediatek: vcodec: mtk_vcodec_dec_hw: Use devm_pm_runtime_enable()
 2023-05-23 15:22 UTC  (7+ messages)

[PATCH v2] media: Add common header file with JPEG marker definitions
 2023-05-23 15:16 UTC 

[PATCH v9 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-05-23 13:35 UTC  (9+ messages)
` [PATCH v9 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v9 6/6] iommu/dma: Make flush queue sizes and timeout driver configurable

[PATCH] clk: mediatek: mt8365: Fix inverted topclk operations
 2023-05-23 11:46 UTC  (2+ messages)

[PATCH v5 0/4] Support timer drivers as loadable modules
 2023-05-23 11:28 UTC  (3+ messages)
` [PATCH v5 4/4] clocksource/drivers/timer-mediatek: Make timer-mediatek become loadable module

[PATCH v2 0/2] clk/mediatek: Adjustments for MSDC rate accuracy
 2023-05-23 10:58 UTC  (5+ messages)
` [PATCH v2 1/2] clk: mediatek: mux: Stop forcing CLK_SET_RATE_PARENT flag
` [PATCH v2 2/2] clk: mediatek: Remove CLK_SET_PARENT from all MSDC core clocks

[PATCH] drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling
 2023-05-23 10:42 UTC 

[PATCH v2 0/8] Add DELETE_BUF ioctl
 2023-05-23  8:23 UTC  (9+ messages)
` [PATCH v2 2/8] media: videobuf2: Make bufs array dynamic allocated
` [PATCH v2 4/8] media: videobuf2: Stop define VB2_MAX_FRAME as global
` [PATCH v2 5/8] media: v4l2: Add DELETE_BUF ioctl

[PATCH] tee: add FOLL_LONGTERM for CMA case when alloc shm
 2023-05-23  7:25 UTC  (13+ messages)
              ` FOLL_LONGTERM vs FOLL_EPHEMERAL "

[PATCH] mips: dts: ralink: mt7628a: Unify pinctrl-single pin group nodes
 2023-05-23  6:59 UTC 

[PATCH v2 0/2] ASoC: SOF: add mt8188 audio support
 2023-05-23  2:59 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: SOF: mediatek: "
` [PATCH v2 2/2] ASoC: SOF: mediatek: add adsp debug dump

[PATCH] drm/mediatek: Replace all non-returning strlcpy with strscpy
 2023-05-22 20:16 UTC  (2+ messages)

[PATCH v2 1/2] wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery
 2023-05-22 18:49 UTC  (2+ messages)
` [PATCH v2 2/2] wifi: mt76: mt7996: "

[PATCH v7 00/11] Improve the MT8365 SoC and EVK board support
 2023-05-22 14:24 UTC  (7+ messages)
` [PATCH v7 06/11] arm64: dts: mediatek: set vmc regulator as always on
` [PATCH v7 08/11] arm64: dts: mediatek: add ethernet support for mt8365-evk

[PATCH v4 00/11] MediaTek DDP GAMMA - 12-bit LUT support
 2023-05-22 12:25 UTC  (4+ messages)
` [PATCH v4 05/11] drm/mediatek: gamma: Enable the Gamma LUT table only after programming


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).