Linux-Clk Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-02 18:05:49 to 2016-02-10 20:08:53 UTC [more...]

[PATCH v6 0/7] Add clock support for Mediatek MT2701
 2016-02-10 20:08 UTC  (10+ messages)
` [PATCH v6 1/7] clk: mediatek: Refine the makefile to support multiple clock drivers
` [PATCH v6 2/7] dt-bindings: ARM: Mediatek: Document bindings for MT2701
` [PATCH v6 3/7] clk: mediatek: Add dt-bindings for MT2701 clocks
` [PATCH v6 4/7] clk: mediatek: Add MT2701 clock support
` [PATCH v6 5/7] reset: mediatek: Add MT2701 reset controller dt-binding file
` [PATCH v6 6/7] reset: mediatek: Add MT2701 reset driver
` [PATCH v6 7/7] clk: mediatek: Enable critical clocks for MT2701

[PATCH v2] clk: lpc32xx: add HCLK PLL output configuration
 2016-02-10 18:52 UTC 

[PATCH v4] clk: sunxi: Refactor A31 PLL6 so that it can be reused
 2016-02-10 18:41 UTC  (15+ messages)
  ` breaking DT compatibility (was: Re: [PATCH v4] clk: sunxi: Refactor A31 PLL6 so that it can be reused)
        ` breaking DT compatibility

[PATCH 00/14] clk_hw based clkdev/DT providers
 2016-02-10 18:35 UTC  (20+ messages)
` [PATCH 01/14] mfd: intel_quark_i2c_gpio: Use clkdev_create()
` [PATCH 02/14] clkdev: Remove clk_register_clkdevs()
` [PATCH 03/14] clk: Add {devm_}clk_hw_{register,unregister}() APIs
` [PATCH 04/14] clk: Add clk_hw OF clk providers
` [PATCH 05/14] clkdev: Add clk_hw based registration APIs
` [PATCH 06/14] clk: divider: Add hw "
` [PATCH 07/14] clk: gate: "
` [PATCH 08/14] clk: mux: "
` [PATCH 09/14] clk: fixed-factor: "
` [PATCH 10/14] clk: fractional-divider: "
` [PATCH 11/14] clk: composite: "
` [PATCH 12/14] clk: gpio: "
` [PATCH 13/14] clk: fixed-rate: "
` [PATCH 14/14] clk: qcom: Migrate to clk_hw based registration and OF APIs

[PATCH] clk: clk_register: Correctly initialize enable_count
 2016-02-10 18:34 UTC  (3+ messages)

[PATCH] clk: versatile: mask VCO bits before writing
 2016-02-10 17:56 UTC  (3+ messages)

serial: clk: bcm2835: Strange effects when using aux-uart in console
 2016-02-10 17:42 UTC  (3+ messages)

[PATCH 1/2] clk: lpc32xx: add clock frequency output configuration
 2016-02-10 17:33 UTC  (6+ messages)

[PATCH 2/2] dt-bindings: clock: add lpc32xx clock frequency output
 2016-02-10 17:21 UTC  (3+ messages)

[PATCH 0/8] arm: Add Artpec-6 SoC
 2016-02-10 14:43 UTC  (15+ messages)
` [PATCH 1/8] clk: add device tree binding for artpec-6 pll1 clock
` [PATCH 2/8] clk: add artpec-6 pll1 clock driver
` [PATCH 3/8] arm: add device-tree SoC bindings for Axis Artpec-6
` [PATCH 4/8] arm: dts: add Artpec-6 soc dtsi file
` [PATCH 5/8] arm: dts: add Artpec-6 development board dts
` [PATCH 6/8] arm: initial machine port for artpec-6 SoC
` [PATCH 7/8] arm: multi_v7_defconfig: add MACH_ARTPEC6
` [PATCH 8/8] arm: mach-artpec: add entry to MAINTAINERS

[PATCH] ARM: Use generic clkdev.h header
 2016-02-10  8:15 UTC  (5+ messages)

[PATCH] clk: lpc32xx: do not prepare clock "0"
 2016-02-10  0:19 UTC  (5+ messages)

[RFC v5 01/15] WIP: clk: add Atheros AR933X SoCs clock driver
 2016-02-09 21:51 UTC  (3+ messages)

[PATCH 1/2] devm: add helper devm_add_action_or_reset()
 2016-02-09 18:29 UTC  (8+ messages)
` [PATCH v2 2/2] clk: qcom: common: check for failure

[PATCH 0/2] CREG clk driver for NXP LPC18xx family
 2016-02-09 18:29 UTC  (4+ messages)

[PATCH] clk: fix __clk_init_parent() for single parent clocks
 2016-02-09 18:18 UTC  (2+ messages)

commit 5146e0b05963 is causing a kernel crash on SoCFPGA
 2016-02-09 18:18 UTC  (5+ messages)

[PATCH v6 1/2] dt/bindings: Add PIC32 clock binding documentation
 2016-02-09  1:02 UTC  (4+ messages)
` [PATCH v6 2/2] clk: clk-pic32: Add PIC32 clock driver

[PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch
 2016-02-08 22:22 UTC  (6+ messages)

[PATCH] clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypes
 2016-02-08 22:16 UTC  (3+ messages)

[PATCH] clk: socfpga: fix __init annotation
 2016-02-08 22:13 UTC  (2+ messages)

[PATCH] drivers/clk/Kconfig: Cosmetic changes
 2016-02-08 22:11 UTC  (2+ messages)

[PATCH v2 0/4] ARM: at91: pm: add ULP1 mode support
 2016-02-08 17:50 UTC  (6+ messages)
` [PATCH v2 1/4] ARM: at91: pm: create a separate procedure for the ULP0 mode
` [PATCH v2 2/4] ARM: at91: pm: add ULP1 mode support
` [PATCH v2 3/4] ARM: at91: pm: configure PMC fast startup signals
` [PATCH v2 4/4] Documentation: atmel-pmc: add DT bindings for fast startup

[PATCH 07/11] clk: sunxi: add generic allwinner,sunxi name
 2016-02-08 16:06 UTC  (6+ messages)
` [PATCH 08/11] clk: sunxi: improve error reporting for the mux clock

[PATCH v2] clk: shmobile: r8a7795: Add SD divider support
 2016-02-08 15:32 UTC  (3+ messages)

[PATCH v2] clk: shmobile: r8a7795: Add USB-DMAC clocks
 2016-02-08 15:30 UTC  (2+ messages)

[RFC 0/9] Allow modifications of specific clocks via DT and more
 2016-02-08 13:30 UTC  (4+ messages)
` [RFC 2/9] clk: bcm2835: add support for parent selection in DT

[PATCH V4 0/7] clk: bcm2835: add clocks and add MASH support
 2016-02-08 12:20 UTC  (12+ messages)
` [PATCH V4 1/7] clk: bcm2835: the minimum clock divider is 2
` [PATCH V4 2/7] clk: bcm2835: clamp clock divider to highest integer only
` [PATCH V4 5/7] clk: bcm2835: add missing 22 HW-clocks

[PATCH 1/1] imx25: Fix LCD pixelclock configuration
 2016-02-07 18:59 UTC  (3+ messages)

Common/typical fractional divider HW API
 2016-02-07 16:04 UTC  (7+ messages)

[PATCH v4 0/2] Add a DRM display driver to the Allwinner H3
 2016-02-06  9:56 UTC  (9+ messages)
` [PATCH v4 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2
` [PATCH v4 1/2] clk: sunxi: Add sun6i/8i video support

[PATCH 0/3] clk: rockchip: introduce a clock type for factor clocks
 2016-02-05 19:05 UTC  (2+ messages)

[PATCH] clk: tegra: Fix divider settings for Tegra210 pll_a
 2016-02-05 16:20 UTC  (3+ messages)

[PATCH v2 00/26] drm: Add Allwinner A10 display engine support
 2016-02-05  9:49 UTC  (22+ messages)
` [PATCH v2 05/26] clk: sunxi: Add display and TCON0 clocks driver
` [PATCH v2 06/26] clk: sunxi: Add PLL3 clock
` [PATCH v2 07/26] clk: sunxi: Add TCON channel1 clock
` [PATCH v2 10/26] ARM: sun5i: a13: Add display and TCON clocks
` [PATCH v2 11/26] ARM: sun5i: Add DRAM gates
` [PATCH v2 17/26] drm: sun4i: Add DT bindings documentation

[RESEND PATCH v8 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc
 2016-02-05  2:31 UTC  (7+ messages)
` [RESEND PATCH v8 1/6] clk: hisilicon: add CRG driver for hi3519 soc
` [RESEND PATCH v8 2/6] ARM: hisi: add compatible string for Hi3519 soc
` [RESEND PATCH v8 3/6] ARM: config: hisi: enable CONFIG_RESET_CONTROLLER
` [RESEND PATCH v8 4/6] ARM: debug: add hi3519 debug uart
` [RESEND PATCH v8 5/6] ARM: dt-bindings: add device tree bindings for Hi3519 sysctrl
` [RESEND PATCH v8 6/6] ARM: dts: add dts files for Hi3519

[PATCH 0/5] clk: sunxi: Rework the clocks code to deal with orphans
 2016-02-04 12:17 UTC  (13+ messages)
` [PATCH 1/5] clk: sunxi: Make clocks setup functions return their clock
` [PATCH 2/5] clk: sunxi: Make clocks setup functions take const pointer
` [PATCH 3/5] clk: sunxi: convert current clocks registration to CLK_OF_DECLARE
` [PATCH 4/5] clk: sunxi: Remove old probe and protection code
` [PATCH 5/5] clk: sunxi: Remove clk_register_clkdev calls

[PATCH 00/14] Add A83T clk, r_pio, mmc rsb support
 2016-02-04 12:04 UTC  (11+ messages)
` [PATCH 04/14] clk: sunxi: add ahb1 clock for A83T
` [PATCH 06/14] ARM: dts: sun8i-a83t: Correct low speed oscillator clocks
` [PATCH 14/14] ARM: dts: sun8i: Add A83T based Sinovoip Bpi-M3 Board

[PATCH] clk: Deprecate CLK_IS_ROOT
 2016-02-04  5:48 UTC  (2+ messages)

[PATCH] ARM: ICST: avoid arithmetic overflow in icst_hz()
 2016-02-03 19:55 UTC 

[PATCH v3 1/2] clk: sunxi: factors: Add missing recalc pointer copy
 2016-02-03 19:07 UTC  (6+ messages)
` [PATCH v3 2/2] clk: sunxi: Refactor A31 PLL6 so that it can be reused

Keeping a clock enabled during suspend
 2016-02-03 17:04 UTC 

[PATCH] clk: vt8500: don't return possibly uninitialized data
 2016-02-03  9:15 UTC  (7+ messages)

[PATCH v5 00/14] Initial Microchip PIC32MZDA Support
 2016-02-03  5:36 UTC  (4+ messages)
` [PATCH v5 04/14] clk: clk-pic32: Add PIC32 clock driver

[PATCH 0/8] Support and fixes the rk3228 SoCS for thermal
 2016-02-03  4:12 UTC  (2+ messages)
` [PATCH 2/8] clk: rockchip: add the tsadc clocks found on rk3228 SoCs

[PATCH] clk: gpio: Make into a platform driver
 2016-02-03  2:23 UTC  (2+ messages)

[RESEND PATCH v2 00/16] clk: a collection of various clean-ups and improvements
 2016-02-03  2:09 UTC  (8+ messages)
` [RESEND PATCH v2 10/16] clk: move checking .git_parent to __clk_core_init()

[PATCH] clk: rockchip: free memory for error handle
 2016-02-02 21:11 UTC  (2+ messages)

[PATCH v2 0/2] Add a DRM display driver to the Allwinner H3
 2016-02-02 19:02 UTC  (6+ messages)
` [PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2

[PATCH v3 0/2] Add a DRM display driver to the Allwinner H3
 2016-02-02 18:13 UTC  (4+ messages)
` [PATCH v3 1/2] clk: sunxi: Add sun6i/8i video 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 read-only IMAP folder(s) and NNTP newsgroup(s).