messages from 2018-11-06 06:41:55 to 2018-11-19 08:26:32 UTC [more...]
[PATCH v2 0/5] phy: core: rework phy_set_mode to accept phy mode and submode
2018-11-19 8:26 UTC (11+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] phy: core: add PHY_MODE_ETHERNET
` [PATCH v2 3/5] phy: ocelot-serdes: convert to use eth phy mode and submode
` [PATCH v2 4/5] phy: mvebu-cp110-comphy: "
` [PATCH v2 5/5] phy: core: clean up unused ethernet specific phy modes
[PATCH v5 00/12] arm/arm64: mediatek: Fix mmsys device probing
2018-11-19 5:54 UTC (19+ messages)
` [PATCH v5 01/12] drm/mediatek: Use regmap for register access
` [PATCH v5 02/12] clk: mediatek: mt2701-mmsys: switch to platform device probing
` [PATCH v5 03/12] clk: mediatek: mt8173: switch mmsys "
` [PATCH v5 04/12] drm/mediatek: Add support for mmsys through a pdev
` [PATCH v5 05/12] drm: mediatek: Omit warning on probe defers
` [PATCH v5 06/12] drm/mediatek: update dt-bindings
` [PATCH v5 07/12] dt-bindings: clock: mediatek: delete mmsys clocks
` [PATCH v5 08/12] dt-bindings: mediatek: Change the binding for "
` [PATCH v5 09/12] arm64: dts: mt2712e: Use the new mmsys clock compatible
` [PATCH v5 10/12] arm64: dts: mt6797: "
` [PATCH v5 11/12] clk: mediatek: mt2712e: Probe with new compatible
` [PATCH v5 12/12] clk: mediatek: mt6797: "
[PATCH v1 00/11] Mediatek MT8183 clock and scpsys support
2018-11-19 4:14 UTC (20+ messages)
` [PATCH v1 01/11] clk: mediatek: add new clkmux register API
` [PATCH v1 02/11] clk: mediatek: add new member to mtk_pll_data
` [PATCH v1 03/11] clk: mediatek: Disable tuner_en before change PLL rate
` [PATCH v1 04/11] soc: mediatek: add new flow for mtcmos power
` [PATCH v1 05/11] dt-bindings: ARM: Mediatek: Document bindings for MT8183
` [PATCH v1 06/11] clk: mediatek: Add dt-bindings for MT8183 clocks
` [PATCH v1 07/11] clk: mediatek: Add flags support for mtk_gate data
` [PATCH v1 08/11] clk: mediatek: Add MT8183 clock support
` [PATCH v1 09/11] dt-bindings: soc: fix typo of MT8173 power dt-bindings
` [PATCH v1 10/11] dt-bindings: soc: Add MT8183 "
` [PATCH v1 11/11] soc: mediatek: Add MT8183 scpsys support
[v3, PATCH 1/2] net:stmmac: dwmac-mediatek: add support for mt2712
2018-11-19 2:51 UTC (8+ messages)
` [v3, PATCH 2/2] dt-binding: mediatek-dwmac: add binding document for MediaTek MT2712 DWMAC
[PATCH 2/2] drm/atomic: Create and use __drm_atomic_helper_crtc_reset() everywhere
2018-11-18 13:31 UTC (11+ messages)
` [Intel-gfx] "
[PATCH] dt-bindings: rng: update bindings for MT7629 SoC
2018-11-17 23:07 UTC (6+ messages)
[PATCH v1 1/2] pinctrl: mediatek: add pinctrl support for MT7629 SoC
2018-11-17 16:04 UTC (5+ messages)
` [PATCH v1 2/2] dt-bindings: pinctrl: update bindings "
[PATCH v3 00/15] MT8183 IOMMU SUPPORT
2018-11-17 2:35 UTC (16+ messages)
` [PATCH v3 01/15] dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMI
` [PATCH v3 03/15] memory: mtk-smi: Use a general config_port interface
` [PATCH v3 07/15] iommu/mediatek: Add mmu1 support
` [PATCH v3 02/15] iommu/mediatek: Use a struct as the platform data
` [PATCH v3 04/15] iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpers
` [PATCH v3 05/15] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode
` [PATCH v3 06/15] iommu/mediatek: Add mt8183 IOMMU support
` [PATCH v3 08/15] memory: mtk-smi: Invoke pm runtime_callback to enable clocks
` [PATCH v3 09/15] memory: mtk-smi: Use a struct for the platform data for smi-common
` [PATCH v3 10/15] memory: mtk-smi: Add bus_sel for mt8183
` [PATCH v3 12/15] iommu/mediatek: Add shutdown callback
` [PATCH v3 13/15] memory: mtk-smi: Get rid of need_larbid
` [PATCH v3 14/15] iommu/mediatek: Constify iommu_ops
` [PATCH v3 15/15] iommu/mediatek: Switch to SPDX license identifier
` [PATCH v3 11/15] iommu/mediatek: Add VLD_PA_RANGE register backup when suspend
[PATCH] pinctrl: mediatek: Convert to using %pOFn instead of device_node.name
2018-11-16 23:46 UTC (2+ messages)
[PATCH] arm64: dts: Add uart for mt6797 EVB
2018-11-16 18:30 UTC
[PATCH v2 0/3] Mark clocks as critical for MT6797
2018-11-16 18:09 UTC (4+ messages)
` [PATCH v2 1/3] clk: mediatek: Add MUX_FLAGS macro
` [PATCH v2 2/3] clk: mediatek: Add flags to mtk_gate
` [PATCH v2 3/3] clk: mediatek: Mark bus and DRAM related clocks as critical
[PATCH 0/5] hy: core: rework phy_set_mode to accept phy mode and submode
2018-11-16 16:05 UTC (12+ messages)
` [PATCH 2/5] phy: core: add PHY_MODE_ETHERNET
` [PATCH 1/5] phy: core: rework phy_set_mode to accept phy mode and submode
` [PATCH 3/5] phy: ocelot-serdes: convert to use eth "
` [PATCH 4/5] phy: mvebu-cp110-comphy: "
` [PATCH 5/5] phy: core: clean up unused ethernet specific phy modes
[resend PATCH 1/3] pwm: mediatek: drop flag 'has_clks'
2018-11-16 10:22 UTC (12+ messages)
` [resend PATCH 2/3] pwm: mediatek: add pwm support for MT7629 SoC
` [resend PATCH 3/3] dt-bindings: pwm: update bindings "
[PATCH 00/10] ARM64: dts: Fix incomplete cooling-maps
2018-11-16 10:04 UTC (2+ messages)
` [PATCH 06/10] ARM64: dts: mediatek: Add all CPUs in cooling maps
[PATCH 0/6] ARM: dts: Fix incomplete cooling-maps
2018-11-16 10:01 UTC (2+ messages)
` [PATCH 3/6] ARM: dts: mt7623: Add all CPUs in cooling maps
[v3, PATCH 0/2] add Ethernet driver support for mt2712
2018-11-16 9:26 UTC
[v2, PATCH 0/2] add Ethernet driver support for mt2712
2018-11-16 6:58 UTC (4+ messages)
` [PATCH 2/2] dt-binding: mediatek-dwmac: add binding document for MediaTek MT2712 DWMAC
[PATCH 1/4] dt-bindings: pwm: update bindings for MT7629 SoC
2018-11-15 16:43 UTC (6+ messages)
` [PATCH 2/4] mtd: spi-nor: mtk-quadspi: use ofpart for parsing partitions
` [PATCH 3/4] mtd: spi-nor: mtk-quadspi: add SNOR_HWCAPS_READ for capcity setting
` [PATCH 4/4] mtd: spi-nor: mtk-quadspi: rename config to a common one
[PATCH v3 0/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64
2018-11-15 12:24 UTC (5+ messages)
[PATCH v3 0/4] Add initial pinctrl support for MT6797 SoC
2018-11-15 10:07 UTC (11+ messages)
` [PATCH v3 1/4] dt-bindings: pinctrl: Add devicetree bindings for MT6797 SoC Pinctrl
` [PATCH v3 2/4] arm64: dts: mediatek: mt6797: Add pinctrl support
` [PATCH v3 3/4] arm64: dts: mediatek: x20: Add pinmux support for UART1
` [PATCH v3 4/4] pinctrl: mediatek: Add initial pinctrl driver for MT6797 SoC
[PATCH] pinctrl: mediatek: Fix dependencies for EINT_MTK
2018-11-15 9:26 UTC (3+ messages)
[PATCH 1/4] dt-bindings: mtd: mtk-quadspi: update bindings for MT7629 SoC
2018-11-15 6:31 UTC
[PATCH] dt-bindings: watchdog: update bindings for MT7629 SoC
2018-11-12 23:37 UTC (2+ messages)
[PATCH 1/2] clk: mediatek: add clock support for MT7629 SoC
2018-11-12 23:37 UTC (4+ messages)
` [PATCH 2/2] dt-bindings: arm: mediatek: document clk bindings for MT7629
[PATCH v1 1/3] pwm: mediatek: drop flag 'has_clks'
2018-11-12 7:33 UTC (3+ messages)
` [PATCH v1 2/3] pwm: mediatek: add pwm support for MT7629 SoC
` [PATCH v1 3/3] dt-bindings: pwm: update bindings "
[PATCH v1 1/3] arm64: dts: mt7622: fix no more console output on rfb1
2018-11-12 3:49 UTC (6+ messages)
` [PATCH v1 2/3] arm64: dts: mt7622: fix no more console output on BPI-R64 board
` [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node
[PATCH v3] add support for Mediatek Command-Queue DMA controller on MT6765 SoC
2018-11-11 10:19 UTC (3+ messages)
` [PATCH 2/2] dmaengine: mediatek: Add MediaTek Command-Queue DMA controller for "
[PATCH 0/4] Simplify mediatek clk driver probes
2018-11-09 19:18 UTC (16+ messages)
` [PATCH 1/4] of/device: Add a way to probe drivers by match data
` [PATCH 2/4] clk: mediatek: Convert to platform_driver_probe_by_match_data()
` [PATCH 3/4] clk: mediatek: Drop THIS_MODULE from platform_driver
` [PATCH 4/4] clk: mediatek: Simplify single driver probes
[PATCH] pinctrl: mt7622: fix small typo
2018-11-09 9:46 UTC (2+ messages)
[PATCH] pinctrl: mediatek: clean up indentation issues, add missing tab
2018-11-09 8:55 UTC (2+ messages)
[PATCH 12/36] dt-bindings: arm: Convert cpu binding to json-schema
2018-11-08 8:48 UTC (2+ messages)
[PATCH v2] PCI: mediatek: Use devm_of_pci_get_host_bridge_resources() to parse DT
2018-11-08 2:56 UTC
[PATCH] PCI: mediatek: Use devm_of_pci_get_host_bridge_resources() to parse DT
2018-11-08 2:53 UTC (5+ messages)
` [SPAM][PATCH] "
[PATCH 1/2] arm64: dts: mt7622: fix console output issue on rfb1
2018-11-07 15:48 UTC (3+ messages)
` [PATCH 2/2] arm64: dts: mt7622: fix console output issue on BPI-R64 board
[PATCH 1/2] pinctrl: mediatek: add pinctrl support for MT7629 SoC
2018-11-07 10:53 UTC (4+ messages)
` [PATCH 2/2] dt-bindings: pinctrl: update bindings "
[PATCH v2 0/4] Add initial pinctrl support for MT6797 SoC
2018-11-07 9:20 UTC (3+ messages)
` [PATCH v2 1/4] dt-bindings: pinctrl: Add devicetree bindings for MT6797 SoC Pinctrl
[PATCH v4] mm/page_owner: clamp read count to PAGE_SIZE
2018-11-06 21:51 UTC (4+ messages)
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).