linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[RFC v1 0/5] Add Bananapi R3 Mini
 2024-05-06 16:12 UTC  (16+ messages)
` [RFC v1 1/5] dt-bindings: leds: add led trigger netdev
` [RFC v1 2/5] dt-bindings: clock: mediatek: add address-cells and size-cells to ethsys
` [RFC v1 3/5] dt-bindings: net: mediatek,net: add reset-cells
` [RFC v1 4/5] dt-bindings: arm64: dts: mediatek: add BananaPi R3 Mini
` [RFC v1 5/5] arm64: dts: mediatek: Add mt7986 based Bananapi "

[PATCH 00/20] drm/bridge: tc358775: proper bridge bringup and code cleanup
 2024-05-06 13:34 UTC  (21+ messages)
` [PATCH 01/20] drm/bridge: add dsi_lp11_notify mechanism
` [PATCH 02/20] drm/mediatek: dsi: provide LP-11 mode during .pre_enable
` [PATCH 03/20] drm/mediatek: dsi: add support for .dsi_lp11_notity()
` [PATCH 04/20] drm/bridge: tc358775: fix regulator supply id
` [PATCH 05/20] drm/bridge: tc358775: add crtc modes fixup
` [PATCH 06/20] drm/bridge: tc358775: redefine LV_MX()
` [PATCH 07/20] drm/bridge: tc358775: use regmap instead of open coded access functions
` [PATCH 08/20] drm/bridge: tc358775: remove error message if regulator is missing
` [PATCH 09/20] drm/bridge: tc358775: remove complex vsdelay calculation
` [PATCH 10/20] drm/bridge: tc358775: simplify lvds_link property
` [PATCH 11/20] drm/bridge: tc358775: reformat weird indentation
` [PATCH 12/20] drm/bridge: tc358775: correctly configure LVDS clock
` [PATCH 13/20] drm/bridge: tc358775: split the init code
` [PATCH 14/20] drm/bridge: tc358775: configure PLL depending on the LVDS clock
` [PATCH 15/20] drm/bridge: tc358775: dynamically configure DSI link settings
` [PATCH 16/20] drm/bridge: tc358775: use proper defines to configure LVDS timings
` [PATCH 17/20] drm/bridge: tc358775: move bridge power up/down into functions
` [PATCH 18/20] drm/bridge: tc358775: fix the power-up/down delays
` [PATCH 19/20] drm/bridge: tc358775: fix power-up sequencing
` [PATCH 20/20] drm/bridge: tc358775: use devm_drm_bridge_add()

[PATCH v2 0/3] drm/mediatek: Add support for OF graphs
 2024-05-06 14:18 UTC  (15+ messages)
` [PATCH v2 2/3] dt-bindings: arm: mediatek: mmsys: Add OF graph support for board path
` [PATCH v2 3/3] drm/mediatek: Implement OF graphs support for display paths

[PATCH] remoteproc: mediatek: Fix error code in scp_rproc_init()
 2024-05-06 12:50 UTC  (2+ messages)

[PATCH net-next v2] net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO bus
 2024-05-06 11:24 UTC  (2+ messages)

[PATCH v5 0/7] MediaTek DVFSRC Bus Bandwidth and Regulator knobs
 2024-05-06 10:49 UTC  (4+ messages)
` [PATCH v5 7/7] interconnect: mediatek: Add MediaTek MT8183/8195 EMI Interconnect driver

[PATCH] mmc: race condition between "sdcard hot plug out" and "system reboot"
 2024-05-06  9:53 UTC  (3+ messages)

[PATCH v2] optee: add timeout value to optee_notif_wait() to support timeout
 2024-05-06  8:30 UTC  (4+ messages)

[PATCH net 1/2] net: ethernet: mediatek: split tx and rx fields in mtk_soc_data struct
 2024-05-06  8:11 UTC  (3+ messages)
` [PATCH net 2/2] net: ethernet: mediatek: use QDMA instead of ADMAv2 on MT7981 and MT7986

[PATCH 0/2] Mediatek lvts_thermal driver: Fix wrong lvts_ctrl index
 2024-05-06  7:52 UTC  (8+ messages)
` [PATCH 1/2] thermal/drivers/mediatek/lvts_thermal: Remove unused members from struct lvts_ctrl_data
` [PATCH 2/2] thermal/drivers/mediatek/lvts_thermal: Fix wrong lvts_ctrl index

[RFT PATCH v2 00/48] drm/panel: Remove most store/double-check of prepared/enabled state
 2024-05-06  7:27 UTC  (8+ messages)
` [RFT PATCH v2 02/48] drm/panel: boe-himax8279d: Stop tracking prepared/enabled
` [RFT PATCH v2 03/48] drm/panel: boe-himax8279d: Don't call unprepare+disable at shutdown/remove
` [RFT PATCH v2 04/48] drm/panel: boe-tv101wum-nl6: Stop tracking prepared
` [RFT PATCH v2 05/48] drm/panel: boe-tv101wum-nl6: Don't call unprepare+disable at shutdown/remove

[PATCH v2] arm/arm64: dts: Drop "arm,armv8-pmuv3" compatible usage
 2024-05-05 16:08 UTC  (2+ messages)

[PATCH v7 00/18] Support IGT in display driver
 2024-05-04 14:22 UTC  (29+ messages)
` [PATCH v7 01/18] soc: mediatek: Disable 9-bit alpha in ETHDR
` [PATCH v7 02/18] drm/mediatek: Add OVL compatible name for MT8195
` [PATCH v7 03/18] drm/mediatek: Add missing plane settings when async update
` [PATCH v7 04/18] drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property
` [PATCH v7 05/18] drm/mediatek: Set DRM mode configs accordingly
` [PATCH v7 06/18] drm/mediatek: Turn off the layers with zero width or height
` [PATCH v7 07/18] drm/mediatek: Support more 10bit formats in OVL
` [PATCH v7 08/18] drm/mediatek: Support RGBA8888 and RGBX8888 "
` [PATCH v7 09/18] drm/mediatek: Support constant blending "
` [PATCH v7 10/18] drm/mediatek: Support constant blending in Mixer
` [PATCH v7 11/18] drm/mediatek: Support "Pre-multiplied" blending in OVL
` [PATCH v7 12/18] drm/mediatek: Support "Pre-multiplied" blending in Mixer
` [PATCH v7 13/18] drm/mediatek: Support "None" blending in OVL
` [PATCH v7 14/18] drm/mediatek: Support "None" blending in Mixer
` [PATCH v7 15/18] drm/mediatek: Support alpha blending in display driver
` [PATCH v7 16/18] drm/mediatek: Support CRC "
` [PATCH v7 17/18] drm/mediatek: Support CRC in OVL
` [PATCH v7 18/18] drm/mediatek: Support CRC in OVL adaptor

[PATCH v2 00/20] pinctrl: Use scope based of_node_put() cleanups
 2024-05-04 13:20 UTC  (21+ messages)
` [PATCH v2 01/20] pinctrl: ti: iodelay: "
` [PATCH v2 02/20] pinctrl: tegra: "
` [PATCH v2 03/20] pinctrl: stm32: "
` [PATCH v2 04/20] pinctrl: starfive: "
` [PATCH v2 05/20] pinctrl: sprd: "
` [PATCH v2 06/20] pinctrl: spear: "
` [PATCH v2 07/20] pinctrl: renesas: "
` [PATCH v2 08/20] pinctrl: st: "
` [PATCH v2 09/20] pinctrl: rockchip: "
` [PATCH v2 10/20] pinctrl: equilibrium: "
` [PATCH v2 11/20] pinctrl: at91: "
` [PATCH v2 12/20] pinctrl: s32cc: "
` [PATCH v2 13/20] pinctrl: nomadik: "
` [PATCH v2 14/20] pinctrl: mediatek: "
` [PATCH v2 15/20] pinctrl: freescale: "
` [PATCH v2 16/20] pinctrl: bcm: bcm63xx: "
` [PATCH v2 17/20] pinctrl: pinconf-generic: "
` [PATCH v2 18/20] pinctrl: freescale: mxs: Fix refcount of child
` [PATCH v2 19/20] pinctrl: k210: Use scope based of_node_put() cleanups
` [PATCH v2 20/20] pinctrl: samsung: "

[PATCH v2 00/26] media: Fix coccinelle warning/errors
 2024-05-04  8:25 UTC  (7+ messages)
` [PATCH v2 09/26] media: v4l: async: refactor v4l2_async_create_ancillary_links

[PATCH 00/21] pinctrl: Use scope based of_node_put() cleanups
 2024-05-03 23:11 UTC  (34+ messages)
` [PATCH 01/21] pinctrl: ti: iodelay: "
` [PATCH 02/21] pinctrl: tegra: "
` [PATCH 03/21] pinctrl: sunplus: "
` [PATCH 04/21] pinctrl: stm32: "
` [PATCH 05/21] pinctrl: starfive: "
` [PATCH 06/21] pinctrl: sprd: "
` [PATCH 07/21] pinctrl: spear: "
` [PATCH 08/21] pinctrl: samsung: "
` [PATCH 09/21] pinctrl: renesas: "
` [PATCH 10/21] pinctrl: st: "
` [PATCH 11/21] pinctrl: rockchip: "
` [PATCH 12/21] pinctrl: k210: "
` [PATCH 13/21] pinctrl: equilibrium: "
` [PATCH 14/21] pinctrl: at91: "
` [PATCH 15/21] pinctrl: s32cc: "
` [PATCH 16/21] pinctrl: nomadik: "
` [PATCH 17/21] pinctrl: mediatek: "
` [PATCH 18/21] pinctrl: freescale: "
` [PATCH 19/21] pinctrl: bcm: bcm63xx: "
` [PATCH 20/21] pinctrl: aspeed: g5: "
` [PATCH 21/21] pinctrl: pinconf-generic: "

[PATCH v3 00/26] media: Fix coccinelle warning/errors
 2024-05-03 14:08 UTC  (6+ messages)
` [PATCH v3 26/26] media: dvb-frontends: tda10048: Make the range of z explicit

[PATCH 07/10] PCI: Replace PCI_CONF1{,_EXT}_ADDRESS() with the new helpers
 2024-05-03  9:42 UTC  (3+ messages)

[PATCH RESEND 1/2] dt-bindings: pinctrl: mediatek: mt7622: fix array properties
 2024-05-03  7:22 UTC  (4+ messages)
` [PATCH RESEND 2/2] dt-bindings: pinctrl: mediatek: mt7622: add "antsel" function

[regression] Tri-band AMD RZ608 (MediaTek MT7921K) has 6GHz band disabled in kernel 6.8 despite working in <=6.6
 2024-05-03  5:58 UTC  (2+ messages)

[PATCH] tracing: Fix uaf issue in tracing_open_file_tr
 2024-05-03  1:20 UTC  (9+ messages)

[PATCH] leds: mt6370: Remove an unused field in struct mt6370_priv
 2024-05-02 17:14 UTC  (5+ messages)
` (subset) "

[PATCH v2] wifi: mac80211: Update bssid indicator with real BSS numbers
 2024-05-02 16:45 UTC  (6+ messages)

[PATCH v2] arm64: dts: mediatek: mt8192-asurada: Add off-on-delay-us for pp3300_mipibrdg
 2024-05-02 15:39 UTC 

[PATCH v3 0/2] bluetooth: mt7921s: Add binding and fixup existing dts
 2024-05-02 14:50 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: net: bluetooth: Add MediaTek MT7921S SDIO Bluetooth

[PATCH] thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data
 2024-05-02 13:57 UTC  (2+ messages)

[PATCH v3 0/3] drm/mediatek: Add support for OF graphs
 2024-05-02 11:56 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: display: mediatek: Add OF graph support for board path
` [PATCH v3 2/3] dt-bindings: arm: mediatek: mmsys: "
` [PATCH v3 3/3] drm/mediatek: Implement OF graphs support for display paths

[PATCH v5 00/18] ASoC: Cleanup MediaTek soundcard machine drivers
 2024-05-02  9:59 UTC  (3+ messages)
` [PATCH v5 18/18] arm64: dts: mediatek: mt8186-corsola: Specify sound DAI links and routing

[PATCH] media: mediatek: vcodec: Alloc DMA memory with DMA_ATTR_ALLOC_SINGLE_PAGES
 2024-05-01 18:31 UTC  (5+ messages)

[PATCH] dt-bindings: net: mediatek: remove wrongly added clocks and SerDes
 2024-05-01 17:07 UTC  (2+ messages)

[PATCH v2 00/14] ASoC: Constify local snd_sof_dsp_ops
 2024-05-01 13:43 UTC  (2+ messages)

[PATCH 00/14] ASoC: Constify local snd_sof_dsp_ops
 2024-05-01 13:43 UTC  (2+ messages)

[PATCH] mailbox: mtk-cmdq: Fix sleeping function called from invalid context
 2024-05-01  7:09 UTC  (4+ messages)

[PATCH net v2] net: dsa: mt7530: fix impossible MDIO address and issue warning
 2024-04-30 22:27 UTC  (3+ messages)


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