linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-05 14:53:42 to 2020-04-10 08:55:30 UTC [more...]

[PATCH 00/16] Add MediaTek IEEE 802.11ax devices - MT7915E
 2020-04-10  8:54 UTC  (6+ messages)
` [PATCH 02/16] mt76: add support for HE RX rate reporting
` [PATCH 06/16] mt76: add mac80211 driver for MT7915 PCIe-based chipsets
` [PATCH 09/16] mt76: mt7915: register HE capabilities for each interface
` [PATCH 11/16] mt76: mt7915: add HE capabilities support for peers
` [PATCH 12/16] mt76: mt7915: add Rx radiotap header support

[PATCH v6 00/10] Add support for devices in the Energy Model
 2020-04-10  8:42 UTC  (11+ messages)
` [PATCH v6 01/10] PM / EM: change naming convention from 'capacity' to 'performance'
` [PATCH v6 02/10] PM / EM: introduce em_dev_register_perf_domain function
` [PATCH v6 03/10] PM / EM: update callback structure and add device pointer
` [PATCH v6 04/10] PM / EM: add support for other devices than CPUs in Energy Model
` [PATCH v6 05/10] PM / EM: remove em_register_perf_domain
` [PATCH v6 06/10] PM / EM: change name of em_pd_energy to em_cpu_energy
` [PATCH v6 07/10] Documentation: power: update Energy Model description
` [PATCH v6 08/10] OPP: refactor dev_pm_opp_of_register_em() and update related drivers
` [PATCH v6 09/10] thermal: devfreq_cooling: Refactor code and switch to use Energy Model
` [PATCH v6 10/10] drm/panfrost: Register devfreq cooling and attempt to add "

[RFC PATCH V6 0/3] media: support Mediatek sensor interface driver
 2020-04-10  7:17 UTC  (4+ messages)
` [RFC PATCH V6 1/3] media: platform: mtk-isp: Add "
` [RFC PATCH V6 2/3] dt-bindings: mt8183: Add sensor interface dt-bindings
` [RFC PATCH V6 3/3] dts: arm64: mt8183: Add sensor interface nodes

[PATCH v5 0/4] Config mipi tx current and impedance
 2020-04-10  4:32 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: display: mediatek: add property to control mipi tx drive current
` [PATCH v5 2/4] dt-bindings: display: mediatek: get mipitx calibration data from nvmem
` [PATCH v5 3/4] drm/mediatek: add the mipitx driving control
` [PATCH v5 4/4] drm/mediatek: config mipitx impedance with calibration data

[PATCH AUTOSEL 4.19 22/32] media: i2c: ov5695: Fix power on and off sequences
 2020-04-10  3:49 UTC 

[PATCH AUTOSEL 5.4 34/46] media: i2c: ov5695: Fix power on and off sequences
 2020-04-10  3:48 UTC 

[PATCH AUTOSEL 5.5 43/56] media: mtk-vpu: avoid unaligned access to DTCM buffer
 2020-04-10  3:47 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 44/56] media: i2c: ov5695: Fix power on and off sequences

[PATCH AUTOSEL 5.6 54/68] media: mtk-vpu: avoid unaligned access to DTCM buffer
 2020-04-10  3:46 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 55/68] media: i2c: ov5695: Fix power on and off sequences
` [PATCH AUTOSEL 5.6 62/68] staging: mt7621-pci: avoid to poweroff the phy for slot one

[PATCH 1/1] pwm: mtk_disp: implement .apply()
 2020-04-10  3:19 UTC 

[PATCH net-next] net: dsa: mt7530: enable jumbo frame
 2020-04-10  2:49 UTC  (3+ messages)

[PATCH] rpmsg: pull in slab.h
 2020-04-10  2:16 UTC  (2+ messages)

[PATCH v2 0/2] introduce usb support to mt7615 driver
 2020-04-09 17:09 UTC  (3+ messages)
` [PATCH v2 1/2] mt76: mt7615: move core shared code in mt7615-common module
` [PATCH v2 2/2] mt76: mt7615: introduce mt7663u support

[PATCH] mt76: mt7615: enable MSI by default
 2020-04-09 16:37 UTC 

[PATCH v2] drm: mediatek: fix device passed to cmdq
 2020-04-09 16:10 UTC  (2+ messages)

[PATCH v2] arm64: dts: mt8173: Add gce setting in mmsys and display node
 2020-04-09 16:08 UTC  (3+ messages)

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-09 14:30 UTC  (46+ messages)
` [RFC PATCH 01/34] iommu: Move default domain allocation to separate function
` [RFC PATCH 02/34] iommu: Add def_domain_type() callback in iommu_ops
` [RFC PATCH 03/34] iommu/amd: Implement iommu_ops->def_domain_type call-back
` [RFC PATCH 04/34] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [RFC PATCH 05/34] iommu/amd: Remove dma_mask check from check_device()
` [RFC PATCH 06/34] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
` [RFC PATCH 07/34] iommu: Add probe_device() and remove_device() call-backs
` [RFC PATCH 08/34] iommu: Move default domain allocation to iommu_probe_device()
` [RFC PATCH 09/34] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [RFC PATCH 10/34] iommu: Move new probe_device path to separate function
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
` [RFC PATCH 12/34] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [RFC PATCH 13/34] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [RFC PATCH 14/34] iommu/amd: Remove dev_data->passthrough
` [RFC PATCH 15/34] iommu/amd: Convert to probe/release_device() call-backs
` [RFC PATCH 16/34] iommu/vt-d: "
` [RFC PATCH 17/34] iommu/arm-smmu: Store device instead of group in arm_smmu_s2cr
` [RFC PATCH 18/34] iommu/arm-smmu: Convert to probe/release_device() call-backs
` [RFC PATCH 19/34] iommu/pamu: "
` [RFC PATCH 20/34] iommu/s390: "
` [RFC PATCH 21/34] iommu/virtio: "
` [RFC PATCH 22/34] iommu/msm: "
` [RFC PATCH 23/34] iommu/mediatek: "
` [RFC PATCH 24/34] iommu/mediatek-v1 "
` [RFC PATCH 25/34] iommu/qcom: "
` [RFC PATCH 26/34] iommu/rockchip: "
` [RFC PATCH 27/34] iommu/tegra: "
` [RFC PATCH 28/34] iommu/renesas: "
` [RFC PATCH 29/34] iommu/omap: Remove orphan_dev tracking
` [RFC PATCH 30/34] iommu/omap: Convert to probe/release_device() call-backs
` [RFC PATCH 31/34] iommu/exynos: Create iommu_device in struct exynos_iommu_owner
      ` [PATCH] iommu/exynos: Get rid of 'struct exynos_iommu_owner' exynos_iommu_owner
          ` [PATCH] iommu/exynos: Rework intialization
` [RFC PATCH 32/34] iommu/exynos: Convert to probe/release_device() call-backs
` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
` [RFC PATCH 34/34] iommu: Unexport iommu_group_get_for_dev()

[V6, 0/2] media: i2c: Add support for OV02A10 sensor
 2020-04-09 13:03 UTC  (12+ messages)
` [V6, 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings
` [V6, 2/2] media: i2c: ov02a10: Add OV02A10 image sensor driver

[PATCH v2 0/2] fix TXP DMA unmap for mt7622/mt7623
 2020-04-09 11:14 UTC  (3+ messages)
` [PATCH v2 1/2] mt76: mt7622: fix DMA unmap length
` [PATCH v2 2/2] mt76: mt7663: "

[PATCH 0/2] fix TXP DMA unmap for mt7622/mt7623
 2020-04-09  8:46 UTC  (3+ messages)
` [PATCH 1/2] mt76: mt7622: fix DMA unmap length
` [PATCH 2/2] mt76: mt7663: "

[PATCH] spi: spi-mtk-nor: make mtk_nor_exec_op() statuc
 2020-04-09  8:50 UTC 

[PATCH] arm64: dts: mt8173: Add gce setting in mmsys and display node
 2020-04-09  6:04 UTC  (5+ messages)

[v6, 0/5] media: media: platform: mtk-isp: Add Mediatek ISP Pass 1 driver
 2020-04-09  2:49 UTC  (6+ messages)
  ` [v6, 5/5] media: platform: Add Mediatek ISP P1 V4L2 device driver

[PATCH 0/7] Convert mtk-dsi to drm_bridge API and get EDID for ps8640 bridge
 2020-04-08 21:11 UTC  (6+ messages)
` [PATCH 3/7] drm/mediatek: mtk_dsi: Rename bridge to next_bridge
` [PATCH 4/7] drm/mediatek: mtk_dsi: Convert to bridge driver
` [PATCH 5/7] drm/mediatek: mtk_dsi: Use simple encoder
` [PATCH 6/7] drm/mediatek: mtk_dsi: Use the drm_panel_bridge API
` [PATCH 7/7] drm/mediatek: mtk_dsi: Create connector for bridges

[PATCH] remoteproc: mtk_scp: use dma_addr_t for DMA API
 2020-04-08 15:54 UTC 

[PATCH] mt76: mt7663: fix aggr range entry in debugfs
 2020-04-08 12:20 UTC 

[RESEND PATCH 0/1] thermal: mediatek: add suspend/resume callback
 2020-04-08  9:05 UTC  (2+ messages)
` [RESEND PATCH] "

[PATCH v12 0/6] Add Support for MediaTek PMIC MT6358
 2020-04-08  8:12 UTC  (7+ messages)
` [PATCH v12 1/6] mfd: mt6397: Modify suspend/resume behavior
` [PATCH v12 2/6] mfd: mt6397: Trim probe function to support different chips more cleanly
` [PATCH v12 3/6] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC
` [PATCH v12 4/6] mfd: Add support "
` [PATCH v12 5/6] rtc: mt6397: Add support for the MediaTek MT6358 RTC
` [PATCH v12 6/6] arm64: dts: mt6358: add PMIC MT6358 related nodes

[PATCH] staging: mt7621-pinctrl: Use correct pointer type argument for sizeof
 2020-04-08  7:33 UTC 

PM / AVS: SVS: Introduce SVS engine
 2020-04-08  5:58 UTC  (8+ messages)
` [PATCH v6 1/3] dt-bindings: soc: add mtk svs dt-bindings

[PATCH v2 net 1/2] net: dsa: mt7530: move mt7623 settings out off the mt7530
 2020-04-08  1:29 UTC  (5+ messages)
` [PATCH v2 net 2/2] net: ethernet: mediatek: "
` Aw: [PATCH v2 net 1/2] net: dsa: mt7530: "

[PATCH] mt76: replace consume_skb with dev_kfree_skb
 2020-04-07 20:25 UTC 

[PATCH v7 1/2] pinctrl: mediatek: make MediaTek pinctrl v2 driver ready for buidling loadable module
 2020-04-07 20:08 UTC  (2+ messages)
` [PATCH v7 2/2] pinctrl: mediatek: make MediaTek MT6765 pinctrl ready for buiding "

[PATCH] mm/gup: fix null pointer dereference detected by coverity
 2020-04-07 18:19 UTC  (2+ messages)

[PATCH resend v8] mfd: mt6360: add pmic mt6360 driver
 2020-04-07 15:36 UTC 

[PATCH v1 1/1] pinctrl: mediatek: remove shadow variable declaration
 2020-04-07 13:41 UTC  (3+ messages)

[PATCH 0/2] introduce usb support to mt7615 driver
 2020-04-07  9:46 UTC  (3+ messages)
` [PATCH 1/2] mt76: mt7615: move core shared code in mt7615-common module
` [PATCH 2/2] mt76: mt7615: introduce mt7663u support

[PATCH v5 0/5] Add support for devices in the Energy Model
 2020-04-07  9:32 UTC  (14+ messages)
` [PATCH v5 1/5] PM / EM: add devices to "
` [PATCH v5 2/5] OPP: refactor dev_pm_opp_of_register_em() and update related drivers
` [PATCH v5 4/5] thermal: devfreq_cooling: Refactor code and switch to use Energy Model

[v5, PATCH 0/5] Add cpufreq and cci devfreq for mt8183, and SVS support
 2020-04-07  9:09 UTC  (14+ messages)
` [v5, PATCH 4/5] cpufreq: mediatek: add opp notification for "

[PATCH v6 0/2] pinctr: mediatek: make MediaTek pinctrl-paris and related driver ready for buidling loadable module
 2020-04-07  7:22 UTC  (3+ messages)
` [PATCH v6 1/2] pinctrl: mediatek: make MediaTek pinctrl v2 "
` [PATCH v6 2/2] pinctrl: mediatek: make MediaTek MT6765 pinctrl ready for buiding "

[PATCH v5 0/2] pinctrl: mediatek: make MediaTek pinctrl v2 driver ready for buidling loadable module
 2020-04-07  6:57 UTC  (4+ messages)
` [PATCH v5 1/2] "

[PATCH v3] drivers:input:keyboard: add mtk keypad driver
 2020-04-07  5:36 UTC 

[PATCH v11 0/5] Add Support for MediaTek PMIC MT6358
 2020-04-07  4:01 UTC  (3+ messages)
` [PATCH v11 4/5] rtc: mt6397: Add support for the MediaTek MT6358 RTC

[PATCH v8 00/14] Add support for mt2701 JPEG ENC support
 2020-04-07  3:52 UTC  (3+ messages)
` [PATCH v8 12/14] arm: dts: Add jpeg enc device tree node

[PATCH] USB: mtu3: Use the correct style for SPDX License Identifier
 2020-04-07  3:37 UTC  (2+ messages)

[PATCH net-next] net: dsa: add GRO support via gro_cells
 2020-04-06 21:24 UTC  (8+ messages)

[PATCH] drm: mediatek: fix device passed to cmdq
 2020-04-06 16:56 UTC  (5+ messages)

[PATCH v3] Add support for MediaTek keypad
 2020-04-06 15:21 UTC  (4+ messages)
` [PATCH v3 1/2] add dt-binding document for MediaTek Keypad

[PATCH v4 0/5] mmc: mediatek: add mmc cqhci support
 2020-04-06 13:59 UTC  (7+ messages)
` [PATCH 1/5] [1/5] mmc: core: Extend mmc_of_parse() to parse CQE bindings
` [PATCH 2/5] [2/5] mmc: host: Remove redundant host "
` [PATCH 3/5] [3/5] mmc: mediatek: refine msdc timeout api
` [PATCH 4/5] [4/5] mmc: mediatek: command queue support
` [PATCH 5/5] [5/5] dt-bindings: mmc: mediatek: Add document for mt6779

[PATCH resend net-next] net: dsa: add GRO support via gro_cells
 2020-04-06 11:03 UTC 

[PATCH v8 00/10] Support ROHM BD99954 charger IC
 2020-04-06  9:59 UTC  (9+ messages)
` [PATCH v8 05/10] power: supply: bd70528: rename linear_range to avoid collision
` [PATCH v8 09/10] power: supply: Support ROHM bd99954 charger

[PATCH v2 1/4] soc: mediatek: Enable mmsys driver by default if Mediatek arch is selected
 2020-04-06  9:27 UTC  (5+ messages)
` [PATCH v2 2/4] clk / soc: mediatek: Bind clock and gpu driver for mt2712
` [PATCH v2 3/4] clk / soc: mediatek: Bind clock and gpu driver for mt2701

[PATCH] rtc: Delete an error message in three functions
 2020-04-05 16:31 UTC  (2+ messages)

[PATCH v4 0/4] Config mipi tx current and impedance
 2020-04-05 16:27 UTC  (5+ messages)
` [PATCH v4 4/4] drm/mediatek: config mipitx impedance with calibration data

[PATCH] mt7615: Delete an error message in mt7622_wmac_probe()
 2020-04-05 14:52 UTC 


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