linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-10 03:58:39 to 2023-07-12 06:51:34 UTC [more...]

[PATCH -next] scsi: ufs: ufs-mediatek: Remove surplus dev_err()
 2023-07-12  6:51 UTC  (2+ messages)

[PATCH v3] Bluetooth: btmtk: Fix null pointer when processing coredump
 2023-07-12  6:11 UTC  (2+ messages)

[PATCH v2] Bluetooth: btmtk: Fix null pointer when processing coredump
 2023-07-12  3:42 UTC 

Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)
 2023-07-12  3:42 UTC  (28+ messages)

[PATCH] Bluetooth: btmtk: Fix null pointer when processing coredump
 2023-07-12  3:32 UTC 

[PATCH 0/3] media: mediatek: vcodec: Add driver to support 10bit
 2023-07-12  3:32 UTC  (16+ messages)
` [PATCH 1/3] media: mediatek: vcodec: Add capture format to support 10bit tile mode
` [PATCH 2/3] media: mediatek: vcodec: Add capture format to support 10bit raster mode
` [PATCH 3/3] media: mediatek: vcodec: Add driver to support 10bit

[PATCH net-next v3 00/12] net: stmmac: replace boolean fields in plat_stmmacenet_data with flags
 2023-07-12  3:21 UTC  (14+ messages)
` [PATCH net-next v3 01/12] net: stmmac: replace the has_integrated_pcs field with a flag
` [PATCH net-next v3 02/12] net: stmmac: replace the sph_disable "
` [PATCH net-next v3 03/12] net: stmmac: replace the use_phy_wol "
` [PATCH net-next v3 04/12] net: stmmac: replace the has_sun8i "
` [PATCH net-next v3 05/12] net: stmmac: replace the tso_en "
` [PATCH net-next v3 06/12] net: stmmac: replace the serdes_up_after_phy_linkup "
` [PATCH net-next v3 07/12] net: stmmac: replace the vlan_fail_q_en "
` [PATCH net-next v3 08/12] net: stmmac: replace the multi_msi_en "
` [PATCH net-next v3 09/12] net: stmmac: replace the ext_snapshot_en "
` [PATCH net-next v3 10/12] net: stmmac: replace the int_snapshot_en "
` [PATCH net-next v3 11/12] net: stmmac: replace the rx_clk_runs_in_lpi "
` [PATCH net-next v3 12/12] net: stmmac: replace the en_tx_lpi_clockgating "

[PATCH v1] rcu: Fix and improve RCU read lock checks when !CONFIG_DEBUG_LOCK_ALLOC
 2023-07-11 23:38 UTC 

[PATCH v5 0/2] Add MCQ support for MTK platform
 2023-07-11 19:00 UTC  (2+ messages)

[PATCH v14 00/12] Add support for MT8195 SCP 2nd core
 2023-07-11 18:00 UTC  (4+ messages)
` [PATCH v14 07/12] remoteproc: mediatek: Remove dependency of MT8195 SCP L2TCM power control on dual-core SCP

[PATCH v2 0/4] Add basic node support for MediaTek MT8188 SoC
 2023-07-11 17:57 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: arm: Add compatible for MediaTek MT8188
` [PATCH v2 2/4] dt-bindings: arm: mediatek: Add mt8188 pericfg compatible
` [PATCH v2 3/4] dt-bindings: soc: mediatek: pwrap: Add compatible for MT8188
` [PATCH v2 4/4] arm64: dts: Add MediaTek MT8188 dts and evaluation board and Makefile

[PATCH v3 00/14] spi: Header and core clean up and refactoring
 2023-07-11 17:34 UTC  (16+ messages)
` [PATCH v3 01/14] spi: Remove unneeded OF node NULL checks
` [PATCH v3 02/14] spi: Deduplicate IDR allocation code in spi_register_controller()
` [PATCH v3 03/14] spi: Refactor bus number assigning "
` [PATCH v3 04/14] spi: Remove code duplication in spi_add_device*()
` [PATCH v3 05/14] spi: Kill spi_add_device_locked()
` [PATCH v3 06/14] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v3 07/14] spi: Use BITS_TO_BYTES()
` [PATCH v3 08/14] spi: Sort headers alphabetically
` [PATCH v3 09/14] spi: Use struct_size() helper
` [PATCH v3 10/14] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v3 11/14] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v3 12/14] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v3 13/14] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v3 14/14] spi: Fix spelling typos and acronyms capitalization

[PATCH] dmaengine: mediatek: drop bogus pm_runtime_set_active()
 2023-07-11 16:44 UTC 

[PATCH RESEND] scsi: ufs-mediatek: add dependency for RESET_CONTROLLER
 2023-07-11 16:31 UTC  (2+ messages)

[PATCH v2 00/15] spi: Header and core clean up and refactoring
 2023-07-11 15:49 UTC  (47+ messages)
` [PATCH v2 01/15] spi: Remove unneeded OF node NULL checks
` [PATCH v2 02/15] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v2 03/15] spi: Replace if-else-if by bitops and multiplications
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` [PATCH v2 05/15] spi: Remove code duplication in spi_add_device_locked()
` [PATCH v2 06/15] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v2 07/15] spi: Sort headers alphabetically
` [PATCH v2 08/15] spi: Clean up headers
` [PATCH v2 09/15] spi: Use struct_size() helper
` [PATCH v2 10/15] spi: Use predefined constants from bits.h and units.h
` [PATCH v2 11/15] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v2 12/15] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v2 13/15] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v2 14/15] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v2 15/15] spi: Fix spelling typos and acronyms capitalization

[PATCH v2 07/18] soc: mediatek: Move power-domain drivers to the genpd dir
 2023-07-11 14:21 UTC 

[PATCH v4 2/2] phy: mtk-mipi-csi: add driver for CSI phy
 2023-07-11 11:20 UTC 

[PATCH] usb: mtu3: Fix possible use-before-initialization bug
 2023-07-11  9:41 UTC  (7+ messages)

[PATCH] phy: phy-mtk-dp: Fix an error code in probe()
 2023-07-11  9:22 UTC  (4+ messages)

[PATCH 4/4] phy: mediatek: tphy: Convert to devm_platform_ioremap_resource()
 2023-07-11  8:57 UTC  (6+ messages)

[PATCH v4 14/21] thermal/drivers/mediatek/lvts_thermal: convert to use devm_request*_irq_probe()
 2023-07-11  8:04 UTC  (2+ messages)

[PATCH 0/3] MediaTek MIPI-DSI PHY: Cleanups
 2023-07-11  7:44 UTC  (2+ messages)

[PATCH] phy: mediatek: hdmi: mt8195: fix prediv bad upper limit test
 2023-07-11  7:36 UTC  (2+ messages)

[PATCH 3/5] ASoC: mediatek: mt8186: Convert to devm_platform_ioremap_resource()
 2023-07-11  3:48 UTC 

[PATCH v6 1/8] dt-bindings: power: Add MT8365 power domains
 2023-07-10 15:55 UTC  (10+ messages)
  ` [PATCH v6 2/8] soc: mediatek: pm-domains: Move bools to a flags field
  ` [PATCH v6 3/8] soc: mediatek: pm-domains: Split bus_prot_mask
  ` [PATCH v6 4/8] soc: mediatek: pm-domains: Create bus protection operation functions
  ` [PATCH v6 5/8] soc: mediatek: pm-domains: Unify configuration for infracfg and smi
  ` [PATCH v6 6/8] soc: mediatek: Add support for WAY_EN operations
  ` [PATCH v6 7/8] soc: mediatek: Add support for MTK_SCPD_STRICT_BUS_PROTECTION cap
  ` [PATCH v6 8/8] soc: mediatek: pm-domains: Add support for MT8365

[PATCH v1 0/8] spi: Header and core clean up and refactoring
 2023-07-10 13:36 UTC  (19+ messages)
` [PATCH v1 1/8] spi: Remove unneeded OF node NULL checks
` [PATCH v1 2/8] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v1 3/8] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v1 4/8] spi: Get rid of old SPI_MASTER_NO_.X and SPI_MASTER_MUST_.X
` [PATCH v1 5/8] spi: Sort headers alphabetically
` [PATCH v1 6/8] spi: Clean up headers
` [PATCH v1 7/8] spi: Fix spelling typos and acronyms capitalization
` [PATCH v1 8/8] spi: Use struct_size() helper

[PATCH v2] scripts/gdb: fix 'lx-lsmod' show the wrong size
 2023-07-10 13:21 UTC  (2+ messages)
` [PATCH v2] scripts/gdb: fix 'lx-lsmod' showing "

[PATCH v3 0/2] Fix OVL iommu fault in cursor plane
 2023-07-10  9:34 UTC  (4+ messages)
` [PATCH v3 1/2] drm/mediatek: Fix iommu fault by swapping FBs after updating plane state
` [PATCH v3 2/2] drm/mediatek: Fix iommu fault during crtc enabling

[PATCH v4 00/21] Add devm_request_threaded_irq_probe() and devm_request_irq_probe()
 2023-07-10  9:58 UTC 

[PATCH v2 0/2] Fix OVL iommu fault in cursor plane
 2023-07-10  9:32 UTC  (6+ messages)
` [PATCH v2 1/2] drm/mediatek: Fix iommu fault by swapping FBs after updating plane state
` [PATCH v2 2/2] drm/mediatek: Fix iommu fault during crtc enabling

[PATCH] scripts/gdb: fix 'lx-lsmod' show the wrong size
 2023-07-10  8:51 UTC  (2+ messages)

[PATCH v2 3/3] arm64: dts: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties
 2023-07-10  8:08 UTC  (2+ messages)

[PATCH] media: mtk-jpeg: Set platform driver data earlier
 2023-07-10  8:05 UTC  (2+ messages)

[PATCH v4 0/9] MediaTek DisplayPort: support eDP and aux-bus
 2023-07-10  7:38 UTC  (3+ messages)

[PATCH v3 1/4] drm/mediatek: Remove freeing not dynamic allocated memory
 2023-07-10  6:45 UTC  (2+ messages)
  ` [PATCH v3 2/4] drm/mediatek: Add cnt checking for coverity issue

[PATCH v6 0/2] Add dynamic connector selection mechanism
 2023-07-10  2: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).