linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-13 06:42:11 to 2017-06-20 15:19:25 UTC [more...]

[PATCH 01/15] clk: ingenic: Fix recalc_rate for clocks with fixed divider
 2017-06-20 15:18 UTC  (18+ messages)
` [PATCH v2 01/17] clk: ingenic: Use const pointer to clk_ops in struct
  ` [PATCH v2 02/17] clk: ingenic: Fix recalc_rate for clocks with fixed divider
  ` [PATCH v2 03/17] clk: ingenic: support PLLs with no bypass bit
  ` [PATCH v2 04/17] clk: ingenic: Add code to enable/disable PLLs
  ` [PATCH v2 05/17] clk: Add Ingenic jz4770 CGU driver
  ` [PATCH v2 06/17] serial: core: Make uart_parse_options take const char* argument
  ` [PATCH v2 07/17] serial: 8250_ingenic: Add support for the JZ4770 SoC
  ` [PATCH v2 08/17] serial: 8250_ingenic: Parse earlycon options
  ` [PATCH v2 09/17] MIPS: Setup boot_command_line before plat_mem_setup
  ` [PATCH v2 10/17] MIPS: ingenic: Use common cmdline handling code
  ` [PATCH v2 11/17] MIPS: platform: add machtype IDs for more Ingenic SoCs
  ` [PATCH v2 12/17] MIPS: ingenic: Add machine info for supported boards
  ` [PATCH v2 13/17] MIPS: ingenic: Initial JZ4770 support
  ` [PATCH v2 14/17] MIPS: JZ4770: Work around config2 misreporting associativity
  ` [PATCH v2 15/17] MIPS: JZ4770: Workaround for corrupted DMA transfers
  ` [PATCH v2 16/17] devicetree/bindings: Add GCW vendor prefix
  ` [PATCH v2 17/17] MIPS: ingenic: Initial GCW Zero support

[PATCH] clk: uniphier: provide NAND controller clock rate
 2017-06-20 15:06 UTC 

[PATCH v5 0/6] provide power off support for iMX6 with external PMIC
 2017-06-20 14:37 UTC  (15+ messages)
` [PATCH v5 1/6] ARM: imx6q: provide documentation for new fsl,pmic-stby-poweroff property
` [PATCH v5 2/6] ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is set
` [PATCH v5 3/6] kernel/reboot.c: export pm_power_off_prepare
` [PATCH v5 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff property
` [PATCH v5 5/6] regulator: pfuze100-regulator: provide pm_power_off_prepare handler
` [PATCH v5 6/6] ARM: dts: imx6: RIoTboard provide standby on power off option

[PATCH v3 0/9] Improve cp110 clk support on Marvell Armada 7K/8K
 2017-06-20 14:23 UTC  (5+ messages)
` [PATCH v3 8/9] arm64: dts: marvell: remove *-clock-output-names on cp110
` [PATCH v3 9/9] arm64: dts: marvell: use new binding for the system controller "

[PATCH v6 0/6] provide power off support for iMX6 with external PMIC
 2017-06-20 14:09 UTC  (7+ messages)
` [PATCH v6 1/6] ARM: imx6q: provide documentation for new fsl,pmic-stby-poweroff property
` [PATCH v6 2/6] ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is set
` [PATCH v6 3/6] kernel/reboot.c: export pm_power_off_prepare
` [PATCH v6 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff property
` [PATCH v6 5/6] regulator: pfuze100-regulator: provide pm_power_off_prepare handler
` [PATCH v6 6/6] ARM: dts: imx6: RIoTboard provide standby on power off option

[PATCH v3 00/10] clk: implement clock rate protection mechanism
 2017-06-20 12:47 UTC  (6+ messages)

[PATCH 0/9] clk: add imx7ulp clk support
 2017-06-20  9:42 UTC  (22+ messages)
` [PATCH 1/9] clk: clk-divider: add CLK_DIVIDER_ZERO_GATE "
` [PATCH 2/9] clk: reparent orphans after critical clocks enabled
` [PATCH 3/9] clk: fractional-divider: add CLK_FRAC_DIVIDER_ZERO_BASED flag support
` [PATCH 4/9] clk: imx: add pllv4 support
` [PATCH 6/9] clk: imx: add composite clk support
` [PATCH 8/9] clk: imx: make mux parent strings const
` [PATCH 9/9] clk: imx: add imx7ulp clk driver

[PATCH v2 0/4] Add bcm2835aux interrupt controller
 2017-06-20  9:19 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] clk: bcm2835: More flexible IO register remapping
  ` [PATCH v3 2/4] dt: bindings: Add bindings for bcm2835-aux-intc
  ` [PATCH v3 3/4] irqchip: Add BCM2835 AUX interrupt controller
  ` [PATCH v3 4/4] ARM: dts: bcm283x: Add and use bcm2835-aux-intc

[PATCH v8 0/9] MIPS: Loongson: Add the Loongson-1A processor support
 2017-06-20  8:57 UTC  (10+ messages)
` [PATCH v8 1/9] MIPS: Loongson: Merge PRID macro for Loongson-1A/1B/1C
` [PATCH v8 2/9] MIPS: Loongson: Expand Loongson-1's register definition
` [PATCH v8 3/9] MIPS: Loongson: Add basic Loongson-1A CPU support
` [PATCH v8 4/9] MIPS: Loongson: Add Loongson-1A Kconfig options
` [PATCH v8 5/9] MIPS: Loongson: Add platform devices for Loongson-1A
` [PATCH v8 6/9] MIPS: Loongson: Add Loongson-1A board support
` [PATCH v8 7/9] clk: Loongson: A descriptive spinlock name for Loongson1's clk driver
` [PATCH v8 8/9] clk: Loongson: Add Loongson-1A clock support
` [PATCH v8 9/9] MIPS: Loongson: Add Loongson-1A default config file

[GIT PULL] Allwinner clock fixes for 4.12
 2017-06-20  7:45 UTC  (3+ messages)

[PATCH v2 0/3] clk: hi3660: add more clocks and fix bugs
 2017-06-20  7:44 UTC  (12+ messages)
` [PATCH v2 1/3] clk: hi3660: fix wrong parent name of clk_mux_sysbus
` [PATCH v2 2/3] clk: hi3660: add clocks for video encoder, decoder and ISP
` [PATCH v2 3/3] clk: hi3660: Set PPLL2 to 2880M

[GIT PULL] Improve cp110 clk support on Marvell Armada 7K/8K
 2017-06-20  7:32 UTC  (3+ messages)

[PATCH 1/3 v6] reset: add DT bindings header for Gemini reset controller
 2017-06-20  7:21 UTC  (7+ messages)
` [PATCH 2/3 v6] clk: add DT bindings header for Gemini clock controller
` [PATCH 3/3 v6] clk: Add Gemini SoC "

[GIT PULL] Allwinner clock changes for 4.13
 2017-06-20  6:30 UTC  (3+ messages)

[PATCH v7 0/8] MIPS: Loongson: Add the Loongson-1A processor support
 2017-06-20  4:51 UTC  (11+ messages)
` [PATCH v7 1/8] MIPS: Loongson: Merge PRID macro for Loongson-1A/1B/1C
` [PATCH v7 2/8] MIPS: Loongson: Expand Loongson-1's register definition
` [PATCH v7 3/8] MIPS: Loongson: Add basic Loongson-1A CPU support
` [PATCH v7 4/8] MIPS: Loongson: Add Loongson-1A Kconfig options
` [PATCH v7 5/8] MIPS: Loongson: Add platform devices for Loongson-1A
` [PATCH v7 6/8] MIPS: Loongson: Add Loongson-1A board support
` [PATCH v7 7/8] clk: Loongson: Add Loongson-1A clock support
` [PATCH v7 8/8] MIPS: Loongson: Add Loongson-1A default config file

[PATCH V1 0/9] add clock driver for Spreadtrum platforms
 2017-06-20  1:41 UTC  (17+ messages)
` [PATCH V1 1/9] dt-bindings: Add Spreadtrum CCU binding documentation
` [PATCH V1 2/9] clk: sprd: Add common infrastructure
` [PATCH V1 3/9] clk: sprd: add gate clock support
` [PATCH V1 4/9] clk: sprd: add mux "
` [PATCH V1 5/9] clk: sprd: add divider "
` [PATCH V1 6/9] clk: sprd: add composite "
` [PATCH V1 7/9] clk: sprd: add adjustable pll support
` [PATCH V1 8/9] clk: sprd: add clocks support for SC9860
` [PATCH V1 9/9] arm64: dts: add ccu "

[PATCH v7 0/1] Broadcom Stingray SOC Initial Support
 2017-06-20  1:20 UTC  (3+ messages)
` [PATCH v7 1/1] clk: bcm: Add clocks for Stingray SOC

[PATCH 0/6] some fixups for Mediatek cpufreq driver
 2017-06-20  1:07 UTC  (7+ messages)
` [PATCH 1/6] clk: mediatek: add missing cpu mux causing Mediatek cpufreq can't work
` [PATCH 2/6] clk: mediatek: export cpu multiplexer clock for MT2701/MT7623 SoCs
` [PATCH 3/6] clk: mediatek: export cpu multiplexer clock for MT8173 SoCs

[PATCH] clk: renesas: cpg-mssr: Use of_device_get_match_data() helper
 2017-06-20  1:06 UTC  (2+ messages)

[PATCH] clk: zx296718: export I2S mux clocks
 2017-06-20  1:02 UTC  (2+ messages)

[PATCH v6 0/3] ARM: dts: imx7: add NAND support
 2017-06-20  1:01 UTC  (4+ messages)
` [PATCH v6 1/3] clk: imx7d: create clocks behind rawnand clock gate

[PATCH] clk: gcc-msm8916: add support to 9.6MHz codec clk
 2017-06-20  0:47 UTC  (2+ messages)

[PATCH] clk: gcc-msm8996: Add missing lpass smmu clks
 2017-06-20  0:47 UTC  (2+ messages)

[PATCH v6 0/6] Add minimal boot support for IPQ8074
 2017-06-20  0:43 UTC  (5+ messages)
` [PATCH v6 3/6] clk: qcom: Add DT bindings for ipq8074 gcc clock controller
` [PATCH v6 4/6] clk: qcom: Add ipq8074 Global Clock Controller support

[PATCH v6 00/11] Broadcom Stingray SOC Initial Support
 2017-06-20  0:28 UTC  (5+ messages)

[PATCH v5 1/4] dt-bindings: Document img,boston-clock binding
 2017-06-20  0:27 UTC  (4+ messages)
` [PATCH v5 2/4] clk: boston: Add a driver for MIPS Boston board clocks

[PATCH v3 0/2] Hi3660: enable sp804 timer
 2017-06-20  0:09 UTC  (7+ messages)
` [PATCH v3 1/2] clk: Hi3660: register fixed_rate_clks with CLK_OF_DECLARE_DRIVER
` [PATCH v3 2/2] arm64: dts: add sp804 timer node for Hi3660

[PATCHv2] clk: socfpga: Fix the smplsel on Arria10 and Stratix10
 2017-06-20  0:03 UTC  (2+ messages)

[GIT PULL] clk fixes for v4.12-rc6
 2017-06-19 23:59 UTC 

[PATCH v5] clk: at91: Add sama5d2 suspend/resume
 2017-06-19 15:45 UTC  (2+ messages)

[PATCH v2] Documentation: clock: address more for clock-cells property
 2017-06-18 14:05 UTC  (4+ messages)

[PATCH v4 0/6] provide power off support for iMX6 with external PMIC
 2017-06-18 14:04 UTC  (5+ messages)
` [PATCH v4 2/6] ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is set
` [PATCH v4 4/6] regulator: pfuze100: add fsl,pmic-stby-poweroff property

[PATCH v4 2/4] clk: boston: Add a driver for MIPS Boston board clocks
 2017-06-17 20:55 UTC  (4+ messages)

[GIT PULL] Amlogic clock driver updates for 4.13 - 2nd batch
 2017-06-16 22:08 UTC  (2+ messages)

[GIT PULL] clk: ti: clkctrl support for 4.13 merge window
 2017-06-16 21:59 UTC  (6+ messages)

[PATCH 2/2 v4] clk: Add Gemini SoC clock controller
 2017-06-16  8:38 UTC  (16+ messages)

[PATCHv4 2/4] clk: ti: add support for clkctrl clocks
 2017-06-15  8:10 UTC 

[PATCH v4] clk: bcm2835: remove remains from stub clk driver
 2017-06-14 20:01 UTC  (2+ messages)

[GIT PULL] clk/samsung updates for 4.13
 2017-06-14 17:49 UTC  (2+ messages)

[GIT PULL] rockchip clock changes for 4.13 part1
 2017-06-14 17:36 UTC  (2+ messages)

[PATCH v3] clk: bcm2835: remove remains from stub clk driver
 2017-06-14 16:09 UTC  (3+ messages)

[PATCHv5 2/2] clk: keystone: Add sci-clk driver support
 2017-06-14 16:05 UTC  (2+ messages)

[PATCH 0/5] clk: qcom: gdsc: Add support for clk control
 2017-06-14 11:40 UTC  (3+ messages)
` [PATCH 3/5] clk: qcom: gdsc: Add support to control associated clks

[PATCH v2 00/11] Support for H3 Composite Output support
 2017-06-13 10:05 UTC  (27+ messages)
` [PATCH v2 01/11] dt-bindings: update the binding for Allwinner H3 TVE support
        ` [linux-sunxi] "
` [PATCH v2 03/11] drm: sun4i: ignore swapped mixer<->tcon connection for DE2
` [PATCH v2 07/11] drm: sun4i: add support for the TV encoder in H3 SoC
` [PATCH v2 10/11] ARM: sun8i: h3: add display engine pipeline for TVE
    ` [linux-sunxi] "

[PATCH V3 0/3] clk: introduce clk_bulk_get accessories
 2017-06-13  9:18 UTC  (3+ messages)

[PATCHv4 0/2] clk: keystone: add sci-clk support
 2017-06-13  7:06 UTC  (4+ messages)
` [PATCHv4 2/2] clk: keystone: Add sci-clk driver support


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