Linux-mediatek Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 02:04:09 to 2021-05-19 19:57:09 UTC [more...]

[RFC PATCH 1/4] mac80211: call ieee80211_tx_h_rate_ctrl() when dequeue
 2021-05-19 19:56 UTC 

[PATCH v2 0/3] input: MT6358 PMIC button support
 2021-05-19 18:11 UTC  (5+ messages)
` [PATCH v2 1/3] Input: mtk-pmic-keys - use get_irq_byname() instead of index
` [PATCH v2 2/3] dt-bindings: input: mtk-pmic-keys: add MT6358 binding definition
` [PATCH v2 3/3] Input: mtk-pmic-keys - add support for MT6358

[PATCH] cpufreq: mediatek: add support for mt8365
 2021-05-19 16:25 UTC 

[PATCH 1/3] dt-bindings: pinctrl: mt65xx: add mt8365 SoC binding
 2021-05-19 16:24 UTC  (3+ messages)
` [PATCH 2/3] pinctrl: mediatek: don't hardcode mode encoding in common code
` [PATCH 3/3] pinctrl: mediatek: add support for mt8365 SoC

[PATCH 1/3] dt-bindings: arm: mediatek: mmsys: convert to YAML format
 2021-05-19 16:18 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: arm: mediatek: mmsys: add MT8365 SoC binding
` [PATCH 3/3] soc: mediatek: mmsys: add MT8365 support

[PATCH v8 0/10] mfd: mt6360: Merge different sub-devices I2C read/write
 2021-05-19 14:56 UTC  (12+ messages)
` [PATCH v8 01/10] mfd: mt6360: Rearrange include file
` [PATCH v8 02/10] mfd: mt6360: Remove redundant brackets around raw numbers
` [PATCH v8 03/10] mfd: mt6360: Indicate sub-dev compatible name by using "-"
` [PATCH v8 04/10] mfd: mt6360: Combine mt6360 pmic/ldo resources into mt6360 regulator resources
` [PATCH v8 05/10] mfd: mt6360: Rename mt6360_pmu_data by mt6360_ddata
` [PATCH v8 06/10] mfd: mt6360: Rename mt6360_pmu by mt6360
` [PATCH v8 07/10] mfd: mt6360: Remove handle_post_irq callback function
` [PATCH v8 08/10] mfd: mt6360: Fix flow which is used to check ic exist
` [PATCH v8 09/10] mfd: mt6360: Merge header file into driver and remove unuse register define
` [PATCH v8 10/10] mfd: mt6360: Merge different sub-devices I2C read/write

[PATCH v5 00/14] media: mtk-vcodec: support for MT8183 decoder
 2021-05-19 14:30 UTC  (15+ messages)
` [PATCH v5 01/14] media: mtk-vcodec: vdec: Support H264 profile control
` [PATCH v5 02/14] media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMD
` [PATCH v5 03/14] media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limits
` [PATCH v5 04/14] media: mtk-vcodec: make flush buffer reusable by encoder
` [PATCH v5 05/14] media: mtk-vcodec: venc: support START and STOP commands
` [PATCH v5 06/14] media: mtk-vcodec: vdec: move stateful ops into their own file
` [PATCH v5 07/14] media: mtk-vcodec: vdec: handle firmware version field
` [PATCH v5 08/14] media: mtk-vcodec: support version 2 of decoder firmware ABI
` [PATCH v5 09/14] media: add Mediatek's MM21 format
` [PATCH v5 10/14] media: mtk-vcodec: vdec: support stateless API
` [PATCH v5 11/14] media: mtk-vcodec: vdec: support stateless H.264 decoding
` [PATCH v5 12/14] media: mtk-vcodec: vdec: add media device if using stateless api
` [PATCH v5 13/14] dt-bindings: media: document mediatek, mt8183-vcodec-dec
` [PATCH v5 14/14] media: mtk-vcodec: enable MT8183 decoder

[PATCH 0/3] Refine mtk-cmdq-mailbox callback mechanism
 2021-05-19 11:21 UTC  (3+ messages)
` [PATCH 1/3] mailbox: mtk-cmdq: Remove cmdq_cb_status

[PATCH 0/3] MT6358 PMIC button support
 2021-05-19 11:03 UTC  (7+ messages)
` [PATCH 1/3] mfd: mt6397: add mt6358 register definitions for power key
` [PATCH 2/3] mfd: mt6397: keys: use named IRQs instead of index
` [PATCH 3/3] mfd: mt6397: add PMIC keys for MT6358

[PATCH v2] mm/sparse: fix check_usemap_section_nr warnings
 2021-05-19 10:56 UTC 

[PATCH v2] phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init()
 2021-05-19 10:37 UTC 

[PATCH] mm/sparse: fix check_usemap_section_nr warnings
 2021-05-19  8:32 UTC  (10+ messages)

[PATCH v2 1/3] usb: common: usb-conn-gpio: fix NULL pointer dereference of charger
 2021-05-19  6:39 UTC  (3+ messages)
` [PATCH v2 2/3] usb: common: usb-conn-gpio: use dev_err_probe() to print log
` [PATCH v2 3/3] Revert "usb: common: usb-conn-gpio: Make VBUS supply optional"

[PATCH 1/3] usb: common: usb-conn-gpio: fix NULL pointer dereference of charger
 2021-05-19  6:34 UTC  (3+ messages)
` [PATCH 2/3] usb: common: usb-conn-gpio: use dev_err_probe() to print log
` [PATCH 3/3] Revert "usb: common: usb-conn-gpio: Make VBUS supply optional"

[PATCH 1/4] drm/panel: seperate panel power control from panel prepare/unprepare
 2021-05-19  5:31 UTC  (7+ messages)
` [PATCH 3/4] drm/mediatek: fine tune the dsi panel's power sequence
` [PATCH 4/4] drm/mediatek: add dsi module reset driver

[PATCH v4 00/15] media: mtk-vcodec: support for MT8183 decoder
 2021-05-19  5:23 UTC  (16+ messages)
` [PATCH v4 05/15] media: mtk-vcodec: vdec: support stateless API
` [PATCH v4 07/15] media: mtk-vcodec: vdec: add media device if using stateless api

[PATCH v2 0/2] mm: unify the allocation of pglist_data instances
 2021-05-19  3:55 UTC  (7+ messages)
` [PATCH v2 1/2] mm: introduce prepare_node_data
` [PATCH v2 2/2] mm: replace contig_page_data with node_data

[PATCH net-next v2 0/4] MT7530 interrupt support
 2021-05-19  3:32 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: phy: add MediaTek Gigabit Ethernet PHY driver
` [PATCH net-next v2 2/4] net: dsa: mt7530: add interrupt support
` [PATCH net-next v2 3/4] dt-bindings: net: dsa: add MT7530 interrupt controller binding
` [PATCH net-next v2 4/4] staging: mt7621-dts: enable MT7530 interrupt controller

[PATCH] phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init()
 2021-05-19  2:46 UTC  (2+ messages)

[PATCH v7 0/1] Mediatek pinctrl patch on mt8195
 2021-05-19  0:09 UTC  (3+ messages)
` [PATCH v7] pinctrl: mediatek: add rsel setting on MT8195

[PATCH 1/2] dt-bindings: power: Add MT8365 power domains
 2021-05-18 19:40 UTC  (2+ messages)
` [PATCH 2/2] soc: mediatek: pm-domains: Add support for MT8365

[PATCH 1/3] dt-bindings: pwm: pwm-mtk-disp: convert to YAML schema
 2021-05-18 17:54 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: pwm: pwm-mtk-disp: add binding for MT8183 SoC
` [PATCH 3/3] dt-bindings: pwm: pwm-mtk-disp: add binding for MT8365 SoC

[PATCH] arm64: dts: mediatek: mt8516: remove 2 invalid i2c clocks
 2021-05-18 17:49 UTC 

[PATCH 1/3] dt-bindings: i2c: i2c-mt65xx: convert doc to yaml schema format
 2021-05-18 14:55 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: i2c: i2c-mt65xx: add binding for MT8365 SoC
` [PATCH 3/3] i2c: i2c-mt65xx: add MT8365 SoC support

[PATCH v6 RESEND 0/2] Add support for ANX7688
 2021-05-18 14:42 UTC  (4+ messages)
` [PATCH v6 RESEND 1/2] dt-bindings: display: add google, cros-ec-anx7688.yaml
` [PATCH v6 RESEND 2/2] drm/bridge: Add ChromeOS EC ANX7688 bridge driver support

[PATCH 1/2] dt-bindings: rng: mediatek: convert to yaml schema
 2021-05-18 11:22 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: rng: mediatek: add mt8365 to mtk rng binding

[PATCH v3 00/14] PCI/MSI: Getting rid of msi_controller, and other cleanups
 2021-05-18  8:59 UTC  (4+ messages)
` [PATCH v3 13/14] PCI/MSI: Document the various ways of ending up with NO_MSI

[PATCH v17 0/7] soc: mediatek: SVS: introduce MTK SVS
 2021-05-18  5:18 UTC  (8+ messages)
` [PATCH v17 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings
` [PATCH v17 2/7] arm64: dts: mt8183: add svs device information
` [PATCH v17 3/7] soc: mediatek: SVS: introduce MTK SVS engine
` [PATCH v17 4/7] soc: mediatek: SVS: add debug commands
` [PATCH v17 5/7] dt-bindings: soc: mediatek: add mt8192 svs dt-bindings
` [PATCH v17 6/7] arm64: dts: mt8192: add svs device information
` [PATCH v17 7/7] soc: mediatek: SVS: add mt8192 SVS GPU driver

[PATCH v6 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-05-18  4:32 UTC  (2+ messages)

[RESEND PATCH v7 0/2] Add support cbas tablet mode switch to mt8183
 2021-05-17 22:43 UTC  (6+ messages)
` [RESEND PATCH v7 1/2] mfd: google, cros-ec: add DT bindings for a baseboard's switch device
` [RESEND PATCH v7 2/2] arm64: dts: mt8183: add cbas node under cros_ec

[PATCH] mmc: mediatek: remove useless data parameter from msdc_data_xfer_next()
 2021-05-17 10:54 UTC 

[PATCH v13 0/4] drm/panfrost: Add support for mt8183 GPU
 2021-05-17 10:24 UTC  (9+ messages)
` [PATCH v13 2/4] arm64: dts: mt8183: Add node for the Mali GPU

[PATCH] mmc: mediatek: use data instead of mrq parameter from msdc_{un}prepare_data()
 2021-05-17 10:09 UTC 

[PATCH V9 1/2] watchdog: mtk: support pre-timeout when the bark irq is available
 2021-05-17  8:37 UTC  (2+ messages)
`  "

[PATCH v21 0/5] add power control in i2c
 2021-05-17  8:06 UTC  (6+ messages)
` [PATCH v21 1/5] i2c: core: support bus regulator controlling in adapter
` [PATCH v21 3/5] i2c: mediatek: mt65xx: add optional vbus-supply

[PATCH 0/5] Support H264 4K on MT8192
 2021-05-17  7:51 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: media: mtk-vcodec: Add dma-ranges property

[PATCH v2] phy: qcom-qmp: remove redundant error of clock bulk
 2021-05-17  5:37 UTC 

[PATCH] mt76: mt7915: fix MT_EE_CAL_GROUP_SIZE
 2021-05-17  4:45 UTC 

[PATCH] mt76: mt7915: use mt7915_mcu_get_mib_info() to get survey data
 2021-05-15  4:17 UTC 

[PATCH -next] PCI: mediatek-gen3: Add missing MODULE_DEVICE_TABLE
 2021-05-14 12:59 UTC  (2+ messages)

[PATCH 1/1] PCI: mediatek: Remove redundant error printing in mtk_pcie_subsys_powerup()
 2021-05-14 12:50 UTC  (2+ messages)

[PATCH v7 2/2] arm64: dts: mt8183: add cbas node under cros_ec
 2021-05-14 12:05 UTC 

[PATCH] arm64: dts: mt8183: add cbas node under cros_ec
 2021-05-14 11:14 UTC  (5+ messages)

[PATCH v1 0/4] Refactor MTK MDP driver into core/components
 2021-05-14 10:14 UTC  (9+ messages)
` [PATCH v1 1/4] mtk-mdp: add driver to probe mdp components
` [PATCH v1 2/4] mtk-mdp: use pm_runtime in MDP component driver
` [PATCH v1 4/4] mtk-mdp: soc: mediatek: register mdp from mmsys

[PATCH v2] arm64: dts: mt8183: Add power-domains properity to mfgcfg
 2021-05-14  9:14 UTC  (2+ messages)

[PATCH] arm64: defconfig: Allow Mediatek boards to boot from the mmc
 2021-05-14  7:54 UTC  (2+ messages)

[PATCH] arm64: defconfig: Do not override the MTK_PMIC_WRAP symbol
 2021-05-14  7:54 UTC  (2+ messages)

[PATCH 0/2] PCI: mediatek-gen3: Add support for disable dvfsrc
 2021-05-14  6:59 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: PCI: mediatek-gen3: Add property to disable dvfsrc voltage request
` [PATCH 2/2] PCI: mediatek-gen3: Add support for "

[PATCH v16 0/7] soc: mediatek: SVS: introduce MTK SVS
 2021-05-14  5:58 UTC  (8+ messages)
` [PATCH v16 3/7] soc: mediatek: SVS: introduce MTK SVS engine
` [PATCH v16 7/7] soc: mediatek: SVS: add mt8192 SVS GPU driver

[PATCH v3 1/2] arm64: dts: mt8183: add mediatek,gce-events in mutex
 2021-05-14  3:24 UTC  (5+ messages)
` [PATCH v3 2/2] dt-bindings: mediatek: Add optional mediatek, gce-events property

[PATCH -next] drm/mediatek: Fix PM reference leak in mtk_crtc_ddp_hw_init()
 2021-05-13 23:42 UTC  (3+ messages)

[PATCH v2 0/3] fix mediatek UART APDMA desc logic
 2021-05-13 19:26 UTC  (4+ messages)
` [PATCH v2 1/3] dmaengine: mediatek: free the proper desc in desc_free handler
` [PATCH v2 2/3] dmaengine: mediatek: do not issue a new desc if one is still current
` [PATCH v2 3/3] dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dma

[PATCH v3 0/3] watchdog: mtk_wdt: refactor code to support more watchdogs
 2021-05-13 15:23 UTC  (8+ messages)
` [PATCH v3 1/3] watchdog: mtk_wdt: Refactor code to support more SoCs
` [PATCH v3 2/3] dt-bindings: watchdog: mediatek: add support for mt6577 SoC
` [PATCH v3 3/3] watchdog: mtk_wdt: add support for mt6577

[PATCH 9/9] mt76: mt7921: add back connection monitor support
 2021-05-13  9:55 UTC 

[PATCH RESEND 8/9] mt76: connac: add bss color support for sta mode
 2021-05-13  9:47 UTC 

[PATCH 1/9] mt76: mt7921: fix mt7921_wfsys_reset sequence
 2021-05-13  7:45 UTC  (3+ messages)
` [PATCH 9/9] mt76: mt7921: add back connection monitor support

[PATCH v3 0/5] mediatek: hdmi: add MT8167 configuration
 2021-05-13  0:06 UTC  (2+ messages)

[PATCH 1/1] remoteproc/mediatek: Remove redundant error printing in scp_probe()
 2021-05-12 16:42 UTC  (2+ messages)

[PATCH v3 00/10] Add several jacuzzi boards
 2021-05-12 16:33 UTC  (2+ messages)

[PATCH -next] soc: mediatek: add missing MODULE_DEVICE_TABLE
 2021-05-12 16:30 UTC  (2+ messages)

[PATCH v3 1/3] arm64: dts: mediatek: mt8167: add larb nodes
 2021-05-12 16:20 UTC  (3+ messages)
` [PATCH v3 3/3] arm64: dts: mediatek: mt8167: add some DRM nodes

[PATCH][v3] rtnetlink: add rtnl_lock debug log
 2021-05-12 16:15 UTC  (5+ messages)

[PATCH 5.12 030/677] MIPS: pci-mt7620: fix PLL lock check
 2021-05-12 14:41 UTC 

[PATCH 5.11 025/601] MIPS: pci-mt7620: fix PLL lock check
 2021-05-12 14:41 UTC 

[PATCH v2 0/3] mfd: MT6358 PMIC button support
 2021-05-12 15:16 UTC  (4+ messages)
` [PATCH v2 1/3] mfd: mt6397: add mt6358 register definitions for power key
` [PATCH v2 2/3] mfd: mt6397: keys: use named IRQs instead of index
` [PATCH v2 3/3] mfd: mt6397: add PMIC keys for MT6358

[PATCH 5.10 025/530] MIPS: pci-mt7620: fix PLL lock check
 2021-05-12 14:42 UTC 

[PATCH 5.4 021/244] MIPS: pci-mt7620: fix PLL lock check
 2021-05-12 14:46 UTC 

[PATCH v5 00/16] Clean up "mediatek,larb"
 2021-05-12 12:29 UTC  (4+ messages)
` [PATCH v5 13/16] media: mtk-vcodec: Get rid of mtk_smi_larb_get/put

[PATCH][v2] rtnetlink: add rtnl_lock debug log
 2021-05-12  8:48 UTC  (3+ messages)
` Aw: "

Patch "MIPS: pci-mt7620: fix PLL lock check" has been added to the 5.12-stable tree
 2021-05-12  8:58 UTC 

Patch "MIPS: pci-mt7620: fix PLL lock check" has been added to the 5.11-stable tree
 2021-05-12  8:58 UTC 

Patch "MIPS: pci-mt7620: fix PLL lock check" has been added to the 5.10-stable tree
 2021-05-12  8:57 UTC 

Patch "MIPS: pci-mt7620: fix PLL lock check" has been added to the 5.4-stable tree
 2021-05-12  8:57 UTC 

Patch "MIPS: pci-mt7620: fix PLL lock check" has been added to the 4.19-stable tree
 2021-05-12  8:57 UTC 

[PATCH v7 0/11] mfd: mt6360: Merge different sub-devices I2C read/write
 2021-05-12  6:24 UTC  (9+ messages)
` [PATCH v7 04/11] mfd: mt6360: Combine mt6360 pmic/ldo resources into mt6360 regulator resources

[PATCH v9 0/4] PCI: mediatek: Spilt PCIe node to comply with hardware design
 2021-05-12  3:03 UTC  (4+ messages)
` [PATCH v9 2/4] PCI: mediatek: Add new method to get shared pcie-cfg base address and parse node
    ` [SPAM]Re: "

[PATCH v4] drivers/clocksource/mediatek: Ack and disable interrupts on suspend
 2021-05-12  2:25 UTC 

[PATCH v2] usb: core: hub: fix race condition about TRSMRCY of resume
 2021-05-12  2:07 UTC 

[PATCH] usb: core: hub: fix race condition about TRSMRCY of resume
 2021-05-12  2:03 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 read-only IMAP folder(s) and NNTP newsgroup(s).