messages from 2018-03-20 14:42:49 to 2018-03-24 13:31:59 UTC [more...]
[PATCH v6 00/11] Add clock driver for Actions S900 SoC
2018-03-24 13:31 UTC (12+ messages)
` [PATCH v6 01/11] arm64: dts: actions: Add S900 clock management unit nodes
` [PATCH v6 02/11] arm64: dts: actions: Source CMU clock for UART5
` [PATCH v6 03/11] clk: actions: Add common clock driver support
` [PATCH v6 04/11] clk: actions: Add gate clock support
` [PATCH v6 05/11] clk: actions: Add mux "
` [PATCH v6 06/11] clk: actions: Add divider "
` [PATCH v6 07/11] clk: actions: Add factor "
` [PATCH v6 08/11] clk: actions: Add fixed "
` [PATCH v6 09/11] clk: actions: Add composite "
` [PATCH v6 10/11] clk: actions: Add pll "
` [PATCH v6 11/11] clk: actions: Add S900 SoC "
[PATCH v3 2/9] dt-bindings: ingenic: Add DT bindings for TCU clocks
2018-03-24 6:26 UTC (4+ messages)
` [PATCH v4 0/8] Ingenic JZ47xx Timer/Counter Unit drivers
` [PATCH v4 7/8] clocksource: Add a new timer-ingenic driver
[PATCH v4 0/8] ARM: davinci: complete the conversion to using the reset framework
2018-03-24 0:30 UTC (16+ messages)
` [PATCH v4 1/8] reset: modify the way reset lookup works for board files
` [PATCH v4 2/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH v4 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH v4 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH v4 5/8] remoteproc: da8xx: add the missing retval check for clk_enable()
` [PATCH v4 6/8] remoteproc: da8xx: prepare and unprepare the clock where needed
` [PATCH v4 7/8] remoteproc: da8xx: use the reset framework
` [PATCH v4 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()
Return checks for clock calls
2018-03-24 0:27 UTC (2+ messages)
[PATCH v11 0/2] clk: npcm750: Add NPCM7XX Clock driver and binding
2018-03-23 17:58 UTC (5+ messages)
` [PATCH v11 1/2] dt-binding: clk: npcm750: Add binding for Nuvoton NPCM7XX Clock
` [PATCH v11 2/2] clk: npcm7xx: Nuvoton NPCM7XX Clock Controller driver
[PATCH v2] clk: Add driver for the si544 clock generator chip
2018-03-23 17:04 UTC (3+ messages)
` [PATCH v3] "
[PATCH V2 0/4] clk: new APIs to handle all available clocks
2018-03-23 16:56 UTC (9+ messages)
` [PATCH V2 1/4] clk: bulk: add of_clk_bulk_get()
` [PATCH V2 2/4] clk: add new APIs to operate on all available clocks
` [PATCH V2 3/4] clk: add managed version of clk_bulk_get_all
` [PATCH V2 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations
[PATCH -next] clk: davinci: Remove redundant dev_err calls
2018-03-23 16:45 UTC (3+ messages)
[git pull] clk: renesas: Updates for v4.17 (take two)
2018-03-23 16:43 UTC (2+ messages)
[PATCH] clk: uniphier: add ethernet clock control support for PXs3
2018-03-23 16:39 UTC (3+ messages)
[PATCH v2 0/7] clk: meson-axg: Add AO Cloclk and Reset driver
2018-03-23 14:38 UTC (8+ messages)
` [PATCH v2 1/7] clk: meson: drop meson_aoclk_gate_regmap_ops
` [PATCH v2 2/7] clk: meson: aoclk: refactor common code into dedicated file
` [PATCH v2 3/7] dt-bindings: clock: axg-aoclkc: New binding for Meson-AXG SoC
` [PATCH v2 4/7] dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings
` [PATCH v2 5/7] clk: meson-axg: Add AO Clock and Reset controller driver
` [PATCH v2 6/7] arm64: dts: meson-axg: add AO clock driver DT info
` [PATCH v2 7/7] ARM64: dts: meson-axg: add an 32K alt aoclk
[PATCH 0/2] clk: meson-axg: Add AO Cloclk and Reset driver
2018-03-23 14:13 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings
` [PATCH 2/2] clk: meson-axg: Add AO Clock and Reset controller driver
[PATCH v3 0/8] ARM: davinci: complete the conversion to using the reset framework
2018-03-23 12:04 UTC (10+ messages)
` [PATCH v3 1/8] reset: modify the way reset lookup works for board files
` [PATCH v3 2/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH v3 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH v3 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH v3 5/8] remoteproc: da8xx: add the missing retval check for clk_enable()
` [PATCH v3 6/8] remoteproc: da8xx: prepare and unprepare the clock where needed
` [PATCH v3 7/8] remoteproc: da8xx: use the reset framework
` [PATCH v3 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()
[PATCH v2 0/8] ARM: davinci: complete the conversion to using the reset framework
2018-03-23 11:08 UTC (12+ messages)
` [PATCH v2 1/8] reset: modify the way reset lookup works for board files
` [PATCH v2 2/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH v2 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH v2 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH v2 5/8] remoteproc: da8xx: add the missing retval check for clk_enable()
` [PATCH v2 6/8] remoteproc: da8xx: prepare and unprepare the clock where needed
` [PATCH v2 7/8] remoteproc: da8xx: use the reset framework
` [PATCH v2 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()
[PATCH] clk: renesas: r8a77965: Add MSIOF controller clocks
2018-03-23 9:21 UTC (2+ messages)
[PATCH 0/8] ARM: davinci: complete the conversion to using the reset framework
2018-03-23 9:07 UTC (17+ messages)
` [PATCH 1/8] reset: modify the way reset lookup works for board files
` [PATCH 2/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH 5/8] remoteproc: da8xx: add the missing checke for clk_enable()
` [PATCH 6/8] remoteproc: da8xx: prepare and unprepare the clock where needed
` [PATCH 7/8] remoteproc: da8xx: use the reset framework
` [PATCH 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()
[PATCH v3 1/2] clk: rockchip: assign correct id for pclk_ddr and hclk_sd in rk3399
2018-03-23 8:45 UTC (4+ messages)
` [PATCH v3 2/2] arm64: dts: rockchip: assign clock rate for some cpll child clock
[PATCH v2 0/3] clk: qcom: msm8996: handle mmagic gdscs and clocks
2018-03-23 8:26 UTC (4+ messages)
` [PATCH v2 1/3] clk: qcom: gdsc: Add support for ALWAYS_ON gdscs
` [PATCH v2 2/3] clk: qcom: Register the gdscs before the clocks
` [PATCH v2 3/3] clk: qcom: mmcc-msm8996: leave all mmagic gdscs and clocks always enabled
[PATCH 1/3] clk: rockchip: Fix wrong parents for MMC phase clock for rk3328
2018-03-23 8:19 UTC (6+ messages)
` [PATCH 2/3] clk: rockchip: Fix wrong parent for SDMMC phase clock for rk3228
` [PATCH 3/3] clk: rockchip: Correct the behaviour of restoring cached phase
[PATCH 0/4] ARM64: dts: meson: hhi syscon and clock controllers
2018-03-23 3:04 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: clock: meson: update documentation with hhi syscon
[PATCH net-next 06/12] net: stmmac: dwmac-sun8i: Use regmap_field for syscon register access
2018-03-22 19:07 UTC (4+ messages)
` [RFC PATCH] net: stmmac: dwmac-sun8i: sun8i_syscon_reg_field can be static
[PATCH v3 00/10] clk: qcom: CPU clock driver for msm8996
2018-03-22 18:56 UTC (31+ messages)
` [PATCH v3 01/10] soc: qcom: Separate kryo l2 accessors from PMU driver
` [PATCH v3 03/10] clk: qcom: Add CPU clock driver for msm8996
` [PATCH v3 04/10] clk: qcom: Add DT bindings for "
` [PATCH v3 05/10] clk: qcom: cpu-8996: Add support to switch to alternate PLL
` [PATCH v3 07/10] clk: qcom: clk-cpu-8996: Prepare PLLs on probe
` [PATCH v3 08/10] clk: qcom: Add ACD path to CPU clock driver for msm8996
` [PATCH v3 09/10] DT: QCOM: Add cpufreq-dt to msm8996
[PATCH] clk: ux500: Drop AB8540/9540 support
2018-03-22 16:51 UTC (3+ messages)
[GIT PULL] Allwinner clock changes for 4.17
2018-03-22 16:46 UTC (2+ messages)
[PATCH 1/4] clk: bcm2835: Fix ana->maskX definitions
2018-03-22 16:38 UTC (9+ messages)
` [PATCH 4/4] clk: bcm2835: Make sure the PLL is gated before changing its rate
[PATCH v2] clk: bcm2835: De-assert/assert PLL reset signal when appropriate
2018-03-22 16:33 UTC (2+ messages)
[PATCH 2/4] arm: imx: Correct dram pll type
2018-03-22 14:25 UTC (8+ messages)
` [PATCH 3/4] arm: imx: Correct ahb clk parent select
` [PATCH 1/4] arm: imx: Update clk driver API
` [PATCH 4/4] arm: imx: Update clk driver for imx7d
[PATCH net-next 09/12] net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoC
2018-03-22 8:41 UTC (3+ messages)
` [RFC PATCH] net: stmmac: dwmac-sun8i: sun8i_ccu_reg_field can be static
[PATCH 0/7] Allwinner A64 DE2 CCU support with dedicated DE2 bus driver
2018-03-22 6:08 UTC (8+ messages)
` [PATCH 2/7] dt-bindings: add binding for the Allwinner A64 DE2 bus
` [linux-sunxi] "
` [PATCH 5/7] arm64: allwinner: a64: add DE2 CCU related device tree nodes
[PATCH 0/3] drivers: clk: Add ZynqMp clock driver support
2018-03-21 19:59 UTC (14+ messages)
` [PATCH 1/3] drivers: clk: Add clk_get_children support
` [PATCH 2/3] dt-bindings: clock: Add bindings for ZynqMP clock driver
` [PATCH 3/3] drivers: clk: Add "
[GIT PULL] clk/samsung updates for 4.17
2018-03-21 15:26 UTC (3+ messages)
[PATCHv7 1/3] dt-bindings: documentation: add clock bindings information for Stratix10
2018-03-21 14:20 UTC (3+ messages)
` [PATCHv7 2/3] arm64: dts: stratix10: use clock bindings for the Stratix10 platform
` [PATCHv7 3/3] clk: socfpga: stratix10: add clock driver for "
[PATCH v2] clk: sunxi-ng: add missing hdmi-slow clock for H6 CCU
2018-03-21 11:28 UTC (2+ messages)
[PATCH v2 0/1] add support for the NAND clocks on Meson8b
2018-03-21 9:31 UTC (6+ messages)
` [PATCH v2 1/1] clk: meson: meson8b: add support for the NAND clocks
[PATCH v2 0/5] update Mediatek MT2712 clock and scpsys support
2018-03-21 9:11 UTC (4+ messages)
[PATCHv6 1/3] dt-bindings: documentation: add clock bindings information for Stratix10
2018-03-21 4:10 UTC (6+ messages)
` [PATCHv6 3/3] clk: socfpga: stratix10: add clock driver for Stratix10 platform
[PATCH V2 0/4] clk: new APIs to handle all available clocks
2018-03-21 2:54 UTC (5+ messages)
` [PATCH V2 1/4] clk: bulk: add of_clk_bulk_get()
` [PATCH V2 2/4] clk: add new APIs to operate on all available clocks
` [PATCH V2 3/4] clk: add managed version of clk_bulk_get_all
` [PATCH V2 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations
[GIT PULL] clk fixes for v4.16-rc6
2018-03-20 23:06 UTC
[PATCH -next] clk: hisilicon: fix potential NULL dereference in hisi_clk_alloc()
2018-03-20 17:18 UTC (2+ messages)
[PATCH v5 00/12] Add clock driver for Actions S900 SoC
2018-03-20 17:15 UTC (5+ messages)
` [PATCH v5 09/12] clk: actions: Add fixed factor clock support
[PATCH v8 00/42] ARM: davinci: convert to common clock framework
2018-03-20 17:04 UTC (43+ messages)
` [PATCH v8 01/42] dt-bindings: clock: Add new bindings for TI Davinci PLL clocks
` [PATCH v8 02/42] clk: davinci: New driver for davinci "
` [PATCH v8 03/42] clk: davinci: Add platform information for TI DA830 PLL
` [PATCH v8 04/42] clk: davinci: Add platform information for TI DA850 PLL
` [PATCH v8 05/42] clk: davinci: Add platform information for TI DM355 PLL
` [PATCH v8 06/42] clk: davinci: Add platform information for TI DM365 PLL
` [PATCH v8 07/42] clk: davinci: Add platform information for TI DM644x PLL
` [PATCH v8 08/42] clk: davinci: Add platform information for TI DM646x PLL
` [PATCH v8 09/42] dt-bindings: clock: New bindings for TI Davinci PSC
` [PATCH v8 10/42] clk: davinci: New driver for davinci PSC clocks
` [PATCH v8 11/42] clk: davinci: Add platform information for TI DA830 PSC
` [PATCH v8 12/42] clk: davinci: Add platform information for TI DA850 PSC
` [PATCH v8 13/42] clk: davinci: Add platform information for TI DM355 PSC
` [PATCH v8 14/42] clk: davinci: Add platform information for TI DM365 PSC
` [PATCH v8 15/42] clk: davinci: Add platform information for TI DM644x PSC
` [PATCH v8 16/42] clk: davinci: Add platform information for TI DM646x PSC
` [PATCH v8 17/42] dt-bindings: clock: Add bindings for DA8XX CFGCHIP clocks
` [PATCH v8 18/42] clk: davinci: New driver for TI "
` [PATCH v8 19/42] clk: davinci: cfgchip: Add TI DA8XX USB PHY clocks
[PATCH v6 16/20] clk: add support for clocks provided by SCMI
2018-03-20 16:22 UTC (7+ messages)
` [PATCH] clk: scmi: use devm_of_clk_add_hw_provider() API and drop scmi_clocks_remove
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