linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-04 14:59:12 to 2020-05-07 18:22:05 UTC [more...]

[PATCH v3 1/1] binder: transaction latency tracking for user build
 2020-05-07 18:21 UTC  (7+ messages)
`  "
  ` [PATCH v4 1/3] binder: move structs from core file to header file
  ` [PATCH v4 2/3] binder: add trace at free transaction
  ` [PATCH v4 3/3] binder: add transaction latency tracer

[PATCH v1] Add support for MediaTek regulator vibrator driver
 2020-05-07 17:45 UTC 

[PATCH 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-07 17:03 UTC  (34+ messages)
` [PATCH 01/11] dt-bindings: add a binding document for MediaTek PERICFG controller
` [PATCH 02/11] dt-bindings: new: add yaml bindings for MediaTek Ethernet MAC
` [PATCH 03/11] net: ethernet: mediatek: rename Kconfig prompt
` [PATCH 04/11] net: ethernet: mediatek: remove unnecessary spaces from Makefile
` [PATCH 05/11] net: core: provide devm_register_netdev()
` [PATCH 06/11] net: ethernet: mtk-eth-mac: new driver
` [PATCH 07/11] ARM64: dts: mediatek: add pericfg syscon to mt8516.dtsi
` [PATCH 08/11] ARM64: dts: mediatek: add the ethernet node "
` [PATCH 09/11] ARM64: dts: mediatek: add an alias for ethernet0 for pumpkin boards
` [PATCH 10/11] ARM64: dts: mediatek: add ethernet pins "
` [PATCH 11/11] ARM64: dts: mediatek: enable ethernet on "

[PATCH] mt76: fix different licenses in same driver
 2020-05-07 17:02 UTC  (3+ messages)

[PATCH v5 0/5] mmc: mediatek: add mmc cqhci support
 2020-05-07 16:33 UTC  (5+ messages)
` [PATCH v5 1/5] mmc: core: Extend mmc_of_parse() to parse CQE bindings

[V7, 0/2] media: i2c: Add support for OV02A10 sensor
 2020-05-07 14:25 UTC  (11+ messages)
` [V7, 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings

[V5, 0/2] media: i2c: Add support for DW9768 VCM driver
 2020-05-07 14:00 UTC  (9+ messages)
` [V5, 1/2] media: dt-bindings: media: i2c: Document DW9768 bindings
` [V5, 2/2] media: i2c: dw9768: Add DW9768 VCM driver

[PATCH v2 0/2] Refactor MDP driver and add dummy component driver
 2020-05-07 13:44 UTC  (7+ messages)
` [PATCH v2 1/2] [media] mtk-mdp: add driver to probe mdp components
` [PATCH v2 2/2] [media] mtk-mdp: use pm_runtime in MDP component driver

[PATCH v3 0/5] MTK MDP driver cleanups to prep for futher work
 2020-05-07 13:38 UTC  (7+ messages)
` [PATCH v3 1/5] [media] mtk-mdp: remove mtk_mdp_comp.regs from mtk_mdp_comp.h
` [PATCH v3 2/5] [media] mtk-mdp: handle vb2_dma_contig_set_max_seg_size errors during probe
` [PATCH v3 3/5] [media] mtk-mdp: handle vpu_wdt_reg_handler() "
` [PATCH v3 4/5] [media] mtk-mdp: convert mtk_mdp_dev.comp array to list
` [PATCH v3 5/5] [media] mtk-mdp: Remove mtk_mdp_comp.id and supporting functionality

[PATCH] drm/mediatek: stop iterating dma addresses when sg_dma_len() == 0
 2020-05-07 12:04 UTC  (8+ messages)

[PATCH net 00/16] net: fix fixed-link phydev leaks
 2020-05-07 11:13 UTC  (6+ messages)
` [PATCH net 11/16] net: ethernet: marvell: mvneta: "

[PATCH v3 0/4] serial: 8250_dw: Fix ref clock usage
 2020-05-06 23:31 UTC  (5+ messages)
  ` [PATCH v3 1/4] serial: 8250: Fix max baud limit in generic 8250 port
  ` [PATCH v3 2/4] serial: 8250: Add 8250 port clock update method
  ` [PATCH v3 3/4] serial: 8250_dw: Simplify the ref clock rate setting procedure
  ` [PATCH v3 4/4] serial: 8250_dw: Fix common clocks usage race condition

[PATCH -next] net: ethernet: mediatek: Make mtk_m32 static
 2020-05-06 21:03 UTC  (2+ messages)

[PATCH v14 00/11] Mediatek MT8183 scpsys support
 2020-05-06 21:01 UTC  (16+ messages)
` [PATCH v14 01/11] dt-bindings: mediatek: Add property to mt8183 smi-common
` [PATCH v14 02/11] dt-bindings: soc: Add MT8183 power dt-bindings
` [PATCH v14 03/11] soc: mediatek: Add basic_clk_name to scp_power_data
` [PATCH v14 04/11] soc: mediatek: Remove infracfg misc driver support
` [PATCH v14 05/11] soc: mediatek: Add multiple step bus protection control
` [PATCH v14 06/11] soc: mediatek: Add subsys clock control for bus protection
` [PATCH v14 07/11] soc: mediatek: Add extra sram control
` [PATCH v14 08/11] soc: mediatek: Add MT8183 scpsys support
` [PATCH v14 09/11] soc: mediatek: Add a comma at the end
` [PATCH v14 10/11] arm64: dts: Add power controller device node of MT8183
` [PATCH v14 11/11] arm64: dts: Add power-domains property to mfgcfg

[PATCH -next] soc: mediatek: Missing platform_device_unregister() on error in mtk_mmsys_probe()
 2020-05-06 17:24 UTC  (2+ messages)

[PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
 2020-05-06 17:21 UTC  (2+ messages)

[PATCH] ASoC: mediatek: Fix error handling
 2020-05-06 16:21 UTC  (2+ messages)

[PATCH v2 0/5] MTK MDP driver cleanups to prep for futher work
 2020-05-06 15:33 UTC  (10+ messages)
` [PATCH v2 1/5] [media] mtk-mdp: remove mtk_mdp_comp.regs from mtk_mdp_comp.h
` [PATCH v2 2/5] [media] mtk-mdp: handle vb2_dma_contig_set_max_seg_size errors during probe
` [PATCH v2 3/5] [media] mtk-mdp: handle vpu_wdt_reg_handler() "
` [PATCH v2 4/5] [media] mtk-mdp: convert mtk_mdp_dev.comp array to list
` [PATCH v2 5/5] [media] mtk-mdp: Remove mtk_mdp_comp.id and supporting functionality

[PATCH v6 0/2] Add a watchdog driver that uses ARM Secure Monitor Calls
 2020-05-06 13:46 UTC  (5+ messages)
` [PATCH v6 2/2] watchdog: Add new arm_smc_wdt watchdog driver

[PATCH] drm/mediatek: eliminate the magic number in array size
 2020-05-06 13:06 UTC  (2+ messages)

[PATCH v2] drm/mediatek: cleanup coding style in mediatek a bit
 2020-05-06 13:01 UTC  (2+ messages)

[PATCH 0/3] kasan: memorize and print call_rcu stack
 2020-05-06 12:16 UTC  (6+ messages)

Re: [PATCH] drm/mediatek: cleanup coding style in mediatek a bit
 2020-05-06 12:14 UTC  (2+ messages)
`  "

[PATCH 2/3] kasan: record and print the free track
 2020-05-06 12:07 UTC  (5+ messages)

[PATCH 1/3] rcu/kasan: record and print call_rcu() call stack
 2020-05-06 11:45 UTC  (3+ messages)

[RFC PATCH V4 0/4] media: platform: Add support for Face Detection (FD) on mt8183 SoC
 2020-05-06  8:41 UTC  (4+ messages)
` [RFC PATCH V4 2/4] dt-bindings: mt8183: Added FD dt-bindings

[PATCH v13 00/11] Mediatek MT8183 scpsys support
 2020-05-06  7:42 UTC  (16+ messages)
` [PATCH v13 02/11] dt-bindings: soc: Add MT8183 power dt-bindings
` [PATCH v13 03/11] soc: mediatek: Add basic_clk_name to scp_power_data
` [PATCH v13 04/11] soc: mediatek: Remove infracfg misc driver support
` [PATCH v13 05/11] soc: mediatek: Add multiple step bus protection control
` [PATCH v13 06/11] soc: mediatek: Add subsys clock control for bus protection

[PATCH 0/3] add wakeup_irq for in-band wakeup support
 2020-05-06  7:23 UTC  (4+ messages)
` [PATCH 1/3] serdev: ttyport: add devt for tty port
` [PATCH 2/3] tty: serial_core: add wakeup_irq to support in-band wakeup
` [PATCH 3/3] uart: mediatek: move the in-band wakeup logic to core

[PATCH 3/3] kasan: add KASAN_RCU_STACK_RECORD documentation
 2020-05-06  5:26 UTC 

[PATCH v2] [media] mtk-mdp: Remove states for format checks
 2020-05-06  5:01 UTC 

[PATCH v2] stacktrace: cleanup inconsistent variable type
 2020-05-06  2:18 UTC  (3+ messages)

[PATCH -next] drm/mediatek: Fix Kconfig warning
 2020-05-06  0:28 UTC  (4+ messages)
` [PATCH v3 "

We bieden financiering tegen een laag tarief
 2020-05-06  0:24 UTC 

[PATCH v1 0/2] Refactor MDP driver and add dummy component driver
 2020-05-05 22:12 UTC  (4+ messages)
` [PATCH v1 1/2] [media] mtk-mdp: add driver to probe mdp components
` [PATCH v1 2/2] [media] mtk-mdp: use pm_runtime in MDP component driver

[PATCH v1 0/5] MTK MDP driver cleanups to prep for futher work
 2020-05-05 21:46 UTC  (11+ messages)
` [PATCH v1 1/5] [media] mtk-mdp: remove mtk_mdp_comp.regs from mtk_mdp_comp.h
` [PATCH v1 2/5] [media] mtk-mdp: handle vb2_dma_contig_set_max_seg_size errors during probe
` [PATCH v1 3/5] [media] mtk-mdp: handle vpu_wdt_reg_handler() "
` [PATCH v1 4/5] [media] mtk-mdp: convert mtk_mdp_dev.comp array to list
` [PATCH v1 5/5] [media] mtk-mdp: Remove mtk_mdp_comp.id and supporting functionality

[PATCH v1] [media] mtk-mdp: Remove states for format checks
 2020-05-05 21:45 UTC  (2+ messages)

[v6, 0/5] media: media: platform: mtk-isp: Add Mediatek ISP Pass 1 driver
 2020-05-05 16:18 UTC  (13+ messages)
  ` [v6, 5/5] media: platform: Add Mediatek ISP P1 V4L2 device driver

[PATCH v2 0/3] ARM: Replace <linux/clk-provider.h> by <linux/of_clk.h>
 2020-05-05 15:45 UTC  (4+ messages)
` [PATCH v2 1/3] ARM/time: "
` [PATCH v2 2/3] ARM: mediatek: "
` [PATCH v2 3/3] ARM: mmp: "

[PATCH] pinctrl: mediatek: add pinctrl-mtk-common-v2 module license
 2020-05-05 14:08 UTC 

[PATCH 0/3] Convert mtk-dpi to drm_bridge API
 2020-05-05 13:26 UTC  (7+ messages)
` [PATCH 1/3] drm/mediatek: mtk_dpi: Rename bridge to next_bridge
` [PATCH 2/3] drm/mediatek: mtk_dpi: Convert to bridge driver
` [PATCH 3/3] drm/mediatek: mtk_dpi: Use simple encoder

Fix sdio reinit card fail issue
 2020-05-05 13:13 UTC  (7+ messages)
` [PATCH 1/3] mmc: core: need do mmc_power_cycle in mmc_sdio_resend_if_cond

[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-05-05 12:37 UTC  (2+ messages)

[PATCH v3] tty: serial: don't do termios for BTIF
 2020-05-05 11:10 UTC  (3+ messages)

[PATCH] docs: dt: fix broken links due to txt->yaml renames
 2020-05-05  4:07 UTC  (6+ messages)

[PATCH v6 0/8] scsi: ufs: support LU Dedicated buffer mode for WriteBooster
 2020-05-04 19:11 UTC  (5+ messages)
` [PATCH v6 1/8] scsi: ufs: enable WriteBooster on some pre-3.1 UFS devices
` [PATCH v6 4/8] scsi: ufs-mediatek: add fixup_dev_quirks vops
` [PATCH v6 6/8] scsi: ufs: add LU Dedicated buffer mode support for WriteBooster
  ` [EXT] "


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