messages from 2020-03-10 09:51:08 to 2020-03-15 18:45:23 UTC [more...]
[PATCH 1/1] dt-bindings: cpu: Add a support cpu type for cortex-a75
2020-03-15 18:44 UTC (2+ messages)
[PATCH v3 0/4] Add Support for MediaTek MT2712 RTC
2020-03-14 12:24 UTC (2+ messages)
[PATCH v4 0/8] scsi: ufs: some cleanups and make the delay for host enabling customizable
2020-03-14 9:47 UTC (10+ messages)
` [PATCH v4 1/8] scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()
` [PATCH v4 2/8] scsi: ufs: remove init_prefetch_data in struct ufs_hba
` [PATCH v4 3/8] scsi: ufs: use an enum for host capabilities
` [PATCH v4 4/8] scsi: ufs: introduce common delay function
` [PATCH v4 5/8] scsi: ufs-mediatek: replace all delay places by "
` [PATCH v4 6/8] scsi: ufs: allow customized delay for host enabling
` [PATCH v4 7/8] scsi: ufs: make HCE polling more compact to improve initializatoin latency
` [PATCH v4 8/8] scsi: ufs-mediatek: customize the delay for host enabling
[PATCH v1 0/2] scsi: ufs: add error recovery for suspend and resume in ufs-mediatek
2020-03-14 3:16 UTC (3+ messages)
` [PATCH v1 1/2] scsi: ufs: export ufshcd_link_recovery for vendor's error recovery
` [PATCH v1 2/2] scsi: ufs-mediatek: add error recovery for suspend and resume
[PATCH 0/5] Handled return value of platform_get_irq correctly
2020-03-13 21:56 UTC (14+ messages)
` [PATCH 1/5] pci: handled "
` [PATCH 2/5] pci: added check for return value of platform_get_irq
` [PATCH 3/5] pci: handled return value of platform_get_irq correctly
` [PATCH 4/5] "
` [PATCH 5/5] pci: added check for return value of platform_get_irq
[PATCH v1 0/3] drm: drm_encoder_init() => drm_encoder_init_funcs()
2020-03-13 20:17 UTC (4+ messages)
` [PATCH v1 1/3] "
` [PATCH v1 2/3] drm: drm_simple_encoder_init() => drm_encoder_init()
` [PATCH v1 3/3] drm/atmel-hlcdc: Use drm_encoder_init()
[PATCH v4 0/4] Add support for devices in the Energy Model
2020-03-13 17:16 UTC (13+ messages)
` [PATCH v4 1/4] PM / EM: add devices to "
` [PATCH v4 2/4] OPP: change parameter to device pointer in dev_pm_opp_of_register_em()
` [PATCH v4 4/4] drm/panfrost: Register devfreq cooling and attempt to add Energy Model
[PATCH 00/23] mtd: spi-nor: Move manufacturer/SFDP code out of the core
2020-03-13 15:50 UTC (14+ messages)
` [PATCH 01/23] mtd: spi-nor: Stop prefixing generic functions with a manufacturer name
` [PATCH 02/23] mtd: spi-nor: Prepare core / manufacturer code split
` [PATCH 04/23] mtd: spi-nor: Expose stuctures and functions to manufacturer drivers
` [PATCH 23/23] mtd: spi-nor: Trim what is exposed in spi-nor.h
[PATCH V4 00/13] Add driver for dvfsrc, support for active state of scpsys
2020-03-13 9:34 UTC (14+ messages)
` [PATCH V4 01/13] dt-bindings: soc: Add dvfsrc driver bindings
` [PATCH V4 02/13] dt-bindings: soc: Add opp table on scpsys bindings
` [PATCH V4 03/13] soc: mediatek: add support for the performance state
` [PATCH V4 04/13] arm64: dts: mt8183: add performance state support of scpsys
` [PATCH V4 05/13] soc: mediatek: add header for mediatek SIP interface
` [PATCH V4 06/13] soc: mediatek: add MT8183 dvfsrc support
` [PATCH V4 07/13] arm64: dts: mt8183: add dvfsrc related nodes
` [PATCH V4 08/13] dt-bindings: interconnect: add MT8183 interconnect dt-bindings
` [PATCH V4 09/13] interconnect: mediatek: Add mt8183 interconnect provider driver
` [PATCH V4 10/13] arm64: dts: mt8183: add dvfsrc related nodes
` [PATCH V4 11/13] dt-bindings: regulator: add DVFSRC regulator dt-bindings
` [PATCH V4 12/13] regulator: Regulator driver for the Mediatek DVFSRC
` [PATCH V4 13/13] arm64: dts: mt8183: add dvfsrc regulator nodes
[v5, PATCH 0/5] Add cpufreq and cci devfreq for mt8183, and SVS support
2020-03-13 9:10 UTC (10+ messages)
` [v5, PATCH 4/5] cpufreq: mediatek: add opp notification for "
[PATCH v10 0/5] Add Support for MediaTek PMIC MT6358
2020-03-13 8:30 UTC (14+ messages)
` [PATCH v10 1/5] mfd: mt6397: modify suspend/resume behavior
` [PATCH v10 2/5] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC
` [PATCH v10 3/5] mfd: Add support "
` [PATCH v10 4/5] rtc: mt6397: Add support for the MediaTek MT6358 RTC
` [PATCH v10 5/5] arm64: dts: mt6358: add PMIC MT6358 related nodes
[PATCH 0/2] Add mediatek codec mt6359 driver
2020-03-12 19:08 UTC (9+ messages)
` [PATCH 1/2] ASoC: mediatek: mt6359: add codec document
` [PATCH 2/2] ASoC: codec: mediatek: add mt6359 codec driver
[PATCH v3] dt-bindings: Convert usb-connector to YAML format
2020-03-12 19:02 UTC (3+ messages)
[PATCH v2 0/8] scsi: ufs: some cleanups and make the delay for host enabling customizable
2020-03-12 17:34 UTC (12+ messages)
` [PATCH v2 1/8] scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()
` [PATCH v2 2/8] scsi: ufs: remove init_prefetch_data in struct ufs_hba
` [PATCH v2 3/8] scsi: ufs: use an enum for host capabilities
` [PATCH v2 4/8] scsi: ufs: introduce common delay function
` [PATCH v2 5/8] scsi: ufs-mediatek: replace all delay places by "
` [PATCH v2 6/8] scsi: ufs: allow customized delay for host enabling
` [PATCH v2 7/8] scsi: ufs: make HCE polling more compact to improve initializatoin latency
` [PATCH v2 8/8] scsi: ufs-mediatek: customize the delay for host enabling
[v1 0/3] media: ov8856: Add sensor modes & devicetree support
2020-03-12 16:37 UTC (17+ messages)
` [v1 1/3] media: dt-bindings: ov8856: Document YAML bindings
` [v1 2/3] media: ov8856: Add devicetree support
` [v1 3/3] media: ov8856: Implement sensor module revision identification
[PATCH v12 0/5] arm/arm64: mediatek: Fix mt8173 mmsys device probing
2020-03-12 15:22 UTC (8+ messages)
` [PATCH v12 1/5] drm/mediatek: Omit warning on probe defers
` [PATCH v12 2/5] dt-bindings: mediatek: Update mmsys binding to reflect it is a system controller
` [PATCH v12 3/5] clk / soc: mediatek: Move mt8173 MMSYS to platform driver
` [PATCH v12 4/5] soc / drm: mediatek: Move routing control to mmsys device
` [PATCH v12 5/5] soc / drm: mediatek: Fix mediatek-drm device probing
[PATCH v3 0/8] scsi: ufs: some cleanups and make the delay for host enabling customizable
2020-03-12 13:23 UTC (9+ messages)
` [PATCH v3 1/8] scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()
` [PATCH v3 2/8] scsi: ufs: remove init_prefetch_data in struct ufs_hba
` [PATCH v3 3/8] scsi: ufs: use an enum for host capabilities
` [PATCH v3 4/8] scsi: ufs: introduce common delay function
` [PATCH v3 5/8] scsi: ufs-mediatek: replace all delay places by "
` [PATCH v3 6/8] scsi: ufs: allow customized delay for host enabling
` [PATCH v3 7/8] scsi: ufs: make HCE polling more compact to improve initializatoin latency
` [PATCH v3 8/8] scsi: ufs-mediatek: customize the delay for host enabling
[PATCH v3 0/4] rewrite mtk-quadspi spi-nor driver with spi-mem
2020-03-11 19:57 UTC (5+ messages)
` [PATCH v3 4/4] mtd: spi-nor: remove mtk-quadspi driver
[PATCH v3 3/4] dt-bindings: convert mtk-quadspi binding doc for spi-mtk-nor
2020-03-11 18:35 UTC (2+ messages)
` Applied "dt-bindings: convert mtk-quadspi binding doc for spi-mtk-nor" to the spi tree
[PATCH v13 0/6] mt8183 dpi supports dual edge and pin mode swap
2020-03-11 13:56 UTC (9+ messages)
` [PATCH v13 1/6] dt-bindings: media: add pclk-sample dual edge property
` [PATCH v13 2/6] dt-bindings: display: mediatek: control dpi pins mode to avoid leakage
` [PATCH v13 3/6] dt-bindings: display: mediatek: dpi sample data in dual edge support
` [PATCH v13 4/6] dt-bindings: display: mediatek: convert the document format from txt to yaml
` [PATCH v13 5/6] drm/mediatek: dpi sample mode support
` [PATCH v13 6/6] drm/mediatek: set dpi pin mode to gpio low to avoid leakage current
[PATCH] mt76: mt7615: remove a stray if statement
2020-03-11 13:52 UTC
[PATCH v11 0/5] arm/arm64: mediatek: Fix mt8173 mmsys device probing
2020-03-11 13:35 UTC (14+ messages)
` [PATCH v11 1/5] drm/mediatek: Omit warning on probe defers
` [PATCH v11 2/5] dt-bindings: mediatek: Update mmsys binding to reflect it is a system controller
` [PATCH v11 3/5] clk / soc: mediatek: Move mt8173 MMSYS to platform driver
` [PATCH v11 4/5] soc / drm: mediatek: Move routing control to mmsys device
` [PATCH v11 5/5] soc / drm: mediatek: Fix mediatek-drm device probing
[PATCH v7 00/11] Add support for mt2701 JPEG ENC support
2020-03-11 11:02 UTC (3+ messages)
` [PATCH v7 03/11] media: platform: Improve s_selection flow for bug fixing
[PATCH 3/3] spi: spi-mem: MediaTek: Add SPI NAND Flash interface driver for MediaTek MT7622
2020-03-11 9:22 UTC (5+ messages)
[PATCH] pinctrl: mediatek: Use scnprintf() for avoiding potential buffer overflow
2020-03-11 9:06 UTC
[PATCH v3 0/4] Config mipi tx drive current and impedance
2020-03-11 7:40 UTC (5+ messages)
` [PATCH v3 1/4] dt-bindings: display: mediatek: add property to control mipi tx drive current
` [PATCH v3 2/4] dt-bindings: display: mediatek: get mipitx calibration data from nvmem
` [PATCH v3 3/4] drm/mediatek: add the mipitx driving control
` [PATCH v3 4/4] drm/mediatek: config mipitx impedance with calibration data
[PATCH -next 000/491] treewide: use fallthrough;
2020-03-11 4:51 UTC
[PATCH v9 0/5] Add Support for MediaTek PMIC MT6358
2020-03-11 3:48 UTC (9+ messages)
` [PATCH v9 1/5] mfd: mt6397: modify suspend/resume behavior
` [PATCH v9 2/5] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC
` [PATCH v9 3/5] mfd: Add support "
` [PATCH v9 4/5] rtc: mt6397: Add support for the MediaTek MT6358 RTC
` [PATCH v9 5/5] arm64: dts: mt6358: add PMIC MT6358 related nodes
pull request: linux-firmware: Create Mediatek MT8183 SCP firmware
2020-03-11 3:39 UTC
pull request: linux-firmware: Create Mediatek MT8183 SCP firmware
2020-03-11 3:36 UTC (2+ messages)
` [PATCH] mediatek: Add mt8183 "
[PATCH v12 00/10] Mediatek MT8183 scpsys support
2020-03-11 3:15 UTC (7+ messages)
` [PATCH v12 03/10] soc: mediatek: Add basic_clk_name to scp_power_data
` [PATCH v12 07/10] soc: mediatek: Add extra sram control
` [PATCH v12 08/10] soc: mediatek: Add MT8183 scpsys support
[PATCH v4] serial: 8250-mtk: modify mtk uart power and clock management
2020-03-11 2:25 UTC (2+ messages)
[PATCH v1] scsi: ufs-mediatek: fix HOST_PA_TACTIVATE quirk for Samsung UFS Devices
2020-03-10 23:45 UTC (2+ messages)
[PATCH] remoteproc/mediatek: Use size_t type for len in scp_da_to_va
2020-03-10 22:25 UTC (2+ messages)
[PATCH] mtd: rawnand: Replace zero-length array with flexible-array member
2020-03-10 19:36 UTC (3+ messages)
[PATCH 00/15 v2] iommu: Move iommu_fwspec out of 'struct device'
2020-03-10 9:12 UTC (2+ messages)
` [PATCH 01/15] iommu: Define dev_iommu_fwspec_get() for !CONFIG_IOMMU_API
[V3, 0/2] media: i2c: add support for DW9768 VCM driver
2020-03-10 10:10 UTC (6+ messages)
` [V3, 2/2] media: i2c: Add "
[PATCH v11 0/5] arm/arm64: mediatek: Fix mt8173 mmsys device probing
2020-03-10 9:50 UTC (6+ messages)
` [PATCH v11 3/5] soc: mediatek: Move mt8173 MMSYS to platform driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).