Linux clock framework development
 help / color / mirror / Atom feed
 messages from 2017-04-26 16:54:32 to 2017-05-05 03:35:53 UTC [more...]

[PATCH v2 00/10] Initial Allwinner R40 support
 2017-05-05  3:35 UTC  (22+ messages)
` [PATCH v2 01/10] arm: sunxi: add support for R40 SoC
  ` [linux-sunxi] "
` [PATCH v2 02/10] pinctrl: sunxi: add definitions for add A20 and R40 support to A10 driver
` [PATCH v2 03/10] pinctrl: sunxi: add A20 "
` [PATCH v2 04/10] pinctrl: sunxi: switch A20's pinctrl driver to use the A10 version
` [PATCH v2 05/10] dt-bindings: add compatible string for Allwinner R40 pinctrl
` [PATCH v2 06/10] pinctrl: sunxi: add support of R40 to A10 pinctrl driver
` [PATCH v2 07/10] dt-bindings: add compatible string for Allwinner R40 CCU
` [PATCH v2 08/10] clk: sunxi-ng: support R40 SoC
` [PATCH v2 09/10] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40
` [PATCH v2 10/10] ARM: dts: sun8i: Add board dts file for Banana Pi M2 Ultra

[PATCH v6 00/13] Initial Allwinner Display Engine 2.0 Support
 2017-05-05  3:33 UTC  (27+ messages)
` [PATCH v6 01/13] dt-bindings: add binding for the Allwinner DE2 CCU
` [PATCH v6 02/13] clk: sunxi-ng: add support for "
` [PATCH v6 03/13] dt-bindings: add bindings for DE2 on V3s SoC
  ` [linux-sunxi] "
` [PATCH v6 04/13] drm/sun4i: return only planes for layers created
` [PATCH v6 05/13] drm/sun4i: abstract a engine type
  ` [linux-sunxi] "
` [PATCH v6 06/13] drm/sun4i: add a dedicated module for sun4i-backend and sun4i-layer
  ` [linux-sunxi] "
` [PATCH v6 07/13] drm/sun4i: add a Kconfig option for sun4i-backend
  ` [linux-sunxi] "
` [PATCH v6 08/13] drm/sun4i: add support for Allwinner DE2 mixers
` [PATCH v6 09/13] drm/sun4i: Add compatible string for V3s display engine
` [PATCH v6 10/13] drm/sun4i: tcon: add support for V3s TCON
  ` [linux-sunxi] "
` [PATCH v6 11/13] ARM: dts: sun8i: add DE2 nodes for V3s SoC
  ` [linux-sunxi] "
` [PATCH v6 12/13] ARM: dts: sun8i: add pinmux for LCD pins of "
  ` [linux-sunxi] "
` [PATCH v6 13/13] [DO NOT MERGE] ARM: dts: sun8i: enable LCD panel of Lichee Pi Zero

[PATCH 01/13] dt-bindings: add binding for the Allwinner DE2 CCU
 2017-05-05  3:05 UTC  (5+ messages)
` [PATCH 02/13] clk: sunxi-ng: add support for "
` [PATCH 03/13] dt-bindings: add bindings for DE2 on V3s SoC
` [PATCH 04/13] drm/sun4i: return only planes for layers created
  ` [linux-sunxi] "

[PATCH 0/1] mark clk81 as critical on Meson8b
 2017-05-04 18:32 UTC  (2+ messages)
` [PATCH 1/1] clk: meson: meson8b: mark clk81 as critical

[PATCH 0/1] remove the "cpu_clk" from the GXBB/GXL/GXM driver
 2017-05-04 18:19 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] clk: meson-gxbb: un-export the CPU clock
  ` [PATCH v2 2/2] clk: meson: gxbb: remove the "cpu_clk" from the GXBB and GXL driver

[PATCH] clk: mxs: ensure that i.MX28's ref_io clks are not operated too fast
 2017-05-04 12:25 UTC  (3+ messages)

[PATCH v2 0/5] Add minimal boot support for IPQ8074
 2017-05-04 11:54 UTC  (6+ messages)
` [PATCH v2 1/5] pinctrl: qcom: Add ipq8074 pinctrl driver
` [PATCH v2 2/5] dt-bindings: qcom: Add IPQ8074 bindings
` [PATCH v2 3/5] clk: qcom: ipq8074: Add Global Clock Controller support
` [PATCH v2 4/5] arm64: dts: Add ipq8074 SoC and HK01 board support
` [PATCH v2 5/5] arm64: defconfig: Enable QCOM IPQ8074 clock and pinctrl

[PATCH] clk: Add functions to save and restore clock/dpll context en-masse
 2017-05-04  8:58 UTC  (6+ messages)

[PATCH v2 0/20] drm: sun4i: Add support for the HDMI controller
 2017-05-04  8:05 UTC  (37+ messages)
` [PATCH v2 1/20] clk: divider: Make divider_round_rate take the parent clock
` [PATCH v2 2/20] clk: sunxi-ng: Pass the parent and a pointer to the clocks round rate
` [PATCH v2 3/20] clk: sunxi-ng: div: Switch to divider_round_rate
` [PATCH v2 4/20] clk: sunxi-ng: mux: Don't just rely on the parent for CLK_SET_RATE_PARENT
` [PATCH v2 5/20] clk: sunxi-ng: mux: split out the pre-divider computation code
` [PATCH v2 6/20] clk: sunxi-ng: mux: Change pre-divider application function prototype
` [PATCH v2 7/20] clk: sunxi-ng: mux: Re-adjust parent rate
` [PATCH v2 8/20] clk: sunxi-ng: sun5i: Export video PLLs
` [PATCH v2 9/20] drm/sun4i: tcon: Add channel debug
` [PATCH v2 10/20] drm/sun4i: tcon: Move the muxing out of the mode set function
` [PATCH v2 11/20] drm/sun4i: tcon: Switch mux on only for composite
` [PATCH v2 12/20] drm/sun4i: tcon: Fix tcon channel 1 backporch calculation
` [PATCH v2 13/20] drm/sun4i: tcon: Change vertical total size computation inconsistency
` [PATCH v2 14/20] drm/sun4i: tcon: multiply the vtotal when not in interlace
` [PATCH v2 15/20] drm/sun4i: Ignore the generic connectors for components
` [PATCH v2 16/20] dt-bindings: display: sun4i: Add HDMI display bindings
` [PATCH v2 17/20] dt-bindings: display: sun4i: Add allwinner,tcon-channel property
` [PATCH v2 18/20] drm/sun4i: Add HDMI support
  ` [linux-sunxi] "
` [PATCH v2 19/20] ARM: sun5i: a10s: Add the HDMI controller node
` [PATCH v2 20/20] ARM: sun5i: a10s-olinuxino: Enable HDMI
  ` [linux-sunxi] "

[PATCH] clk: tegra: fix SS control on PLL enable/disable
 2017-05-04  7:42 UTC  (3+ messages)

[PATCH v2 0/8] clk: sunxi-ng: Add support for A83T CCU
 2017-05-04  3:08 UTC  (11+ messages)
` [PATCH v2 1/8] dt-bindings: clock: sunxi-ccu: Add compatible string "
` [PATCH v2 2/8] clk: Provide option to query hardware for clk phase
` [PATCH v2 3/8] clk: sunxi-ng: Add class of phase clocks supporting MMC new timing modes
` [PATCH v2 4/8] clk: sunxi-ng: Support multiple variable pre-dividers
` [PATCH v2 5/8] clk: sunxi-ng: Add driver for A83T CCU
` [PATCH v2 6/8] ARM: sun8i: a83t: Add CCU device nodes
` [PATCH v2 7/8] ARM: sun8i: a83t: Set clock accuracy for 24MHz oscillator
` [PATCH v2 8/8] ARM: sun8i: a83t: Switch to CCU device tree binding macros

[PATCH] clk: sunxi-ng: a31: Correct lcd1-ch1 clock register offset
 2017-05-03 20:28 UTC  (2+ messages)

[PATCH 0/15] drm: sun4i: Add support for the HDMI controller
 2017-05-03  8:41 UTC  (8+ messages)
` [PATCH 6/15] dt-bindings: display: sun4i: Add HDMI display bindings
` [PATCH 13/15] drm/sun4i: Add HDMI support
  ` [linux-sunxi] "

[PATCH 0/5] Add minimal boot support for IPQ8074
 2017-05-03  7:30 UTC  (11+ messages)
` [PATCH 1/5] pinctrl: qcom: Add ipq8074 pinctrl driver
` [PATCH 2/5] clk: qcom: ipq8074: Add Global Clock Controller support
  ` [PATCH] clk: qcom: ipq8074: fix platform_no_drv_owner.cocci warnings
` [PATCH 3/5] dt-bindings: qcom: Add IPQ8074 bindings
` [PATCH 4/5] arm64: dts: Add ipq8074 SoC and MTP board support
` [PATCH 5/5] arm64: defconfig: Enable QCOM IPQ8074 clock and pinctrl

[PATCH v2 0/8] clk: sunxi-ng: Add support for A83T CCU
 2017-05-03  3:09 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: clock: sunxi-ccu: Add compatible string "
` [PATCH v2 2/8] clk: Provide option to query hardware for clk phase
` [PATCH v2 3/8] clk: sunxi-ng: Add class of phase clocks supporting MMC new timing modes
` [PATCH v2 4/8] clk: sunxi-ng: Support multiple variable pre-dividers
` [PATCH v2 5/8] clk: sunxi-ng: Add driver for A83T CCU
` [PATCH v2 6/8] ARM: sun8i: a83t: Add CCU device nodes
` [PATCH v2 7/8] ARM: sun8i: a83t: Set clock accuracy for 24MHz oscillator
` [PATCH v2 8/8] ARM: sun8i: a83t: Switch to CCU device tree binding macros

linux-4.11/drivers/clk/sunxi/clk-sun9i-core.c:63]: (error) Signed integer overflow
 2017-05-02  8:15 UTC 

[PATCH v3 0/4] make some special clk as critical_clocks
 2017-05-02  7:34 UTC  (5+ messages)
` [PATCH v3 1/4] clk: rockchip: rk3036: make pclk_ddrupctl as critical_clock
` [PATCH v3 2/4] clk: rockchip: rk3228: make noc and some special clk as critical_clocks
` [PATCH v3 3/4] clk: rockchip: rk3288: "
` [PATCH v3 4/4] clk: rockchip: rk3368: make "

[PATCH v3 1/5] clk: sunxi-ng: Add sun4i/sun7i CCU driver
 2017-05-01 16:05 UTC  (4+ messages)
` [PATCH v3 2/5] dt-bindings: List devicetree binding for the CCU of Allwinner A20
  ` [PATCH v3 4/5] ARM: sun7i: Convert to CCU

[GIT PULL] clk fixes for v4.11-rc8
 2017-04-28 23:44 UTC 

[PATCH 00/10] clk: renesas: rcar-gen2: Add new CPG/MSSR drivers
 2017-04-28 19:42 UTC  (14+ messages)
` [PATCH 01/10] clk: renesas: cpg-mssr: Document R-Car Gen2 support
` [PATCH 02/10] clk: renesas: Add r8a7790 CPG Core Clock Definitions
` [PATCH 03/10] clk: renesas: Add r8a7791 "
` [PATCH 04/10] clk: renesas: Add r8a7792 "
` [PATCH 05/10] clk: renesas: Add r8a7793 "
` [PATCH 06/10] clk: renesas: Add r8a7794 "

[PATCH] clk: x86: pmc-atom: Checking for IS_ERR() instead of NULL
 2017-04-28 18:38 UTC  (2+ messages)

[PATCH 1/2] clk: ti: divider: try to fix ti_clk_register_divider
 2017-04-28 18:36 UTC  (5+ messages)

[PATCH 1/2] clk: Add bindings for the Gemini Clock Controller
 2017-04-28 18:24 UTC  (2+ messages)

[PATCH v5 00/11] Initial Allwinner Display Engine 2.0 Support
 2017-04-28 17:52 UTC  (7+ messages)
` [PATCH v5 01/11] dt-bindings: add binding for the Allwinner DE2 CCU
` [PATCH v5 02/11] clk: sunxi-ng: add support for "
    ` [linux-sunxi] "

[PATCH] clk: sunxi-ng: always select CCU_GATE
 2017-04-28 17:48 UTC  (3+ messages)

[PATCH RFC 0/7] HDMI audio support for Exynos Odroid boards
 2017-04-28 17:03 UTC  (3+ messages)
  ` [PATCH RFC 5/7] ASoC: Add Odroid sound DT bindings documentation

[PATCH] clk: stm32h7: Add stm32h743 clock driver
 2017-04-28 14:56 UTC  (5+ messages)

[PATCH v2] clk: Provide dummy of_clk_get_from_provider() for compile-testing
 2017-04-28 14:55 UTC  (2+ messages)

[PATCH 1/5 v2] clk: qcom: Update DT bindings for the MSM8660/APQ8060 RPMCC
 2017-04-28 13:35 UTC  (3+ messages)
` [PATCH 2/5 v2] clk: qcom: Elaborate on "active" clocks in the RPM clock bindings

[PATCH v1] clk: palmas: undo preparation of a clock source
 2017-04-28 13:03 UTC 

[PATCH v2] clk: sunxi-ng: Fix dependency on SUNXI_CCU_GATE
 2017-04-28 12:05 UTC  (5+ messages)

[PATCH] soc: renesas: Provide dummy rcar_rst_read_mode_pins() for compile-testing
 2017-04-28  8:01 UTC  (7+ messages)

[PATCH] clk: Re-evaluate clock rate on min/max update
 2017-04-28  7:17 UTC  (4+ messages)

[PATCH v2 0/3] clk: rockchip: Perfect clock description for RK3228
 2017-04-28  7:02 UTC  (4+ messages)
` [PATCH v2 1/3] clk: rockchip: fix up the RK3228 clk cpu setting table
` [PATCH v2 2/3] clk: rockchip: add clock-ids for rk3228 clocks
` [PATCH v2 3/3] clk: rockchip: export rk3228 clocks ID

[PATCH v1 0/2] clk: rockchip: Perfect clock description for RK3228
 2017-04-28  6:32 UTC  (4+ messages)
` [PATCH v1 1/2] clk: rockchip: fix up the RK3228 clk cpu setting table
` [PATCH v1 2/2] clk: rockchip: export rk3228 clocks ID

[PATCH] clk: Provide dummy of_clk_get_from_provider() for compile-testing
 2017-04-27 12:43 UTC  (2+ messages)

[PATCH v2] clk: at91: Add sama5d2 suspend/resume
 2017-04-27 10:13 UTC  (2+ messages)

[PATCH v9 00/16] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
 2017-04-27  7:58 UTC  (4+ messages)
` [PATCH v9 07/16] mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callback

[PATCH] drm/pl111: Register the clock divider and use it
 2017-04-26 17:01 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox