messages from 2015-12-23 09:05:55 to 2016-01-07 13:45:07 UTC [more...]
[PATCH 0/3] clk: remove dead code allocations of parent lookup tables
2016-01-07 13:45 UTC (8+ messages)
` [PATCH 1/3] clk: don't fetch parent index for non multi-parent clocks
` [PATCH 2/3] clk: simplify array allocation of clock parents for lookup
` [PATCH 3/3] clk: remove redundant clock parents lookup table allocations
[PATCH v2 0/5] fix some clock configuration for the RK3036 platform
2016-01-07 12:26 UTC (6+ messages)
` [PATCH v2 1/5] clk: rockchip: rk3036: fix the FLAGs for clock mux
` [PATCH v2 2/5] clk: rockchip: rk3036: fix uarts clock error
` [PATCH v2 3/5] clk: rockchip: rk3036: fix the div offset for emac clock
` [PATCH v2 4/5] clk: rockchip: rk3036: rename emac ext source clock
` [PATCH v2 5/5] clk: rockchip: rk3036: add HCLK_MAC id for emac
[PATCH v2 00/12] Add the family patches to support for kylin board
2016-01-07 10:44 UTC (4+ messages)
` [PATCH v2 04/12] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for sclk_i2s_out
[PATCH] clk: rockchip: fix some clock gates for rk3368
2016-01-07 9:18 UTC
[PATCH v2 0/5] Add support for MSM8996 clock controllers
2016-01-07 5:16 UTC (5+ messages)
` [PATCH v2 3/5] clk: qcom: Add MSM8996 Global Clock Control (GCC) driver
` [v2,3/5] "
[GIT PULL 6/9] ARM: EXYNOS: clk: Another clock dependency, ARMv7, for v4.5
2016-01-07 5:06 UTC (2+ messages)
[PATCH] clk: remove duplicated COMMON_CLK_NXP record from clk/Kconfig
2016-01-07 3:07 UTC
[PATCH v2 1/4] extcon: arizona: Remove enable/disable of 32k clock
2016-01-06 21:47 UTC (6+ messages)
` [PATCH v2 2/4] clk: arizona: Add clock driver for the Arizona devices
` [PATCH v2 3/4] mfd: arizona: Switch to using clock driver for 32k clock
` [PATCH v2 4/4] mfd: arizona: Add device tree binding documentation for new clock driver
[PATCH v2 0/6] Add clock support for Mediatek MT2701
2016-01-06 15:08 UTC (13+ messages)
` [PATCH v2 1/6] clk: mediatek: Refine the makefile to support multiple clock drivers
` [PATCH v2 2/6] dt-bindings: ARM: Mediatek: Document bindings for MT2701
` [PATCH v2 3/6] clk: mediatek: Add dt-bindings for MT2701 clocks
` [PATCH v2 4/6] clk: mediatek: Add MT2701 clock support
` [PATCH v2 5/6] reset: mediatek: mt2701 reset controller dt-binding file
` [PATCH v2 6/6] reset: mediatek: mt2701 reset driver
[PATCH] clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h
2016-01-06 15:00 UTC
[RESEND PATCH v1 0/4] fix some clock configuration for the RK3036 platform
2016-01-06 13:05 UTC (11+ messages)
` [RESEND PATCH v1 1/4] clk: rockchip: rk3036: fix the FLAGs for clock mux
` [RESEND PATCH v1 2/4] clk: rockchip: rk3036: fix uarts clock error
` [RESEND PATCH v1 3/4] clk: rockchip: rk3036: rename emac ext source clock
` [RESEND PATCH v1 4/4] clk: rockchip: rk3036: fix and add node id for emac clock
[PATCH 1/4] extcon: arizona: Remove enable/disable of 32k clock
2016-01-06 9:37 UTC (8+ messages)
` [PATCH 2/4] clk: arizona: Add clock driver for the Arizona devices
` [PATCH 3/4] mfd: arizona: Switch to using clock driver for 32k clock
` [PATCH 4/4] mfd: arizona: Add device tree binding documentation for new clock driver
[PATCH 0/2] clk: add unregister function for fixed factor clock and fixed rate clock
2016-01-06 4:25 UTC (3+ messages)
` [PATCH 1/2] clk: add clk_unregister_fixed_factor()
` [PATCH 2/2] clk: add clk_unregister_fixed_rate()
[PATCH 14/38] clk: vt8500: fix sign of possible PLL values
2016-01-05 14:24 UTC (3+ messages)
` [PATCH v2 "
[PATCH v4 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc
2016-01-05 12:39 UTC (16+ messages)
` [PATCH v4 1/6] clk: hisilicon: add CRG driver for hi3519 soc
` [PATCH v4 2/6] ARM: hisi: add compatible string for Hi3519 soc
` [PATCH v4 3/6] ARM: config: hisi: enable CONFIG_RESET_CONTROLLER
` [PATCH v4 4/6] ARM: debug: add hi3519 debug uart
` [PATCH v4 5/6] mfd: dt-bindings: add device tree bindings for Hi3519 sysctrl
` [PATCH v4 6/6] ARM: dts: add dts files for Hi3519
clk: lpc32xx: add common clock framework driver
2016-01-05 11:44 UTC
[PATCH] clk: optimize the divider walk in clk_divider_bestdiv()
2016-01-05 3:43 UTC
[RFC 0/9] ARM: OMAP4: hwmod clkctrl conversion to DT + clock driver
2016-01-05 1:29 UTC (11+ messages)
` [RFC 6/9] clk: ti: add support for omap4 module clocks
[RESEND PATCH v2 00/16] clk: a collection of various clean-ups and improvements
2016-01-04 23:57 UTC (18+ messages)
` [RESEND PATCH v2 01/16] clk: remove unused first argument of __clk_init()
` [RESEND PATCH v2 02/16] clk: change the argument of __clk_init() into pointer to clk_core
` [RESEND PATCH v2 03/16] clk: rename __clk_init() into __clk_core_init()
` [RESEND PATCH v2 04/16] clk: remove unnecessary !core->parents conditional
` [RESEND PATCH v2 05/16] clk: change sizeof(struct clk *) to sizeof(*core->parents)
` [RESEND PATCH v2 06/16] clk: move core->parents allocation to clk_register()
` [RESEND PATCH v2 07/16] clk: simplify clk_core_get_parent_by_index()
` [RESEND PATCH v2 08/16] clk: drop the initial core->parents look-ups from __clk_core_init()
` [RESEND PATCH v2 09/16] clk: replace pr_warn() with pr_err() for fatal cases
` [RESEND PATCH v2 10/16] clk: move checking .git_parent to __clk_core_init()
` [RESEND PATCH v2 11/16] clk: simplify __clk_init_parent()
` [RESEND PATCH v2 12/16] clk: avoid circular clock topology
` [RESEND PATCH v2 13/16] clk: walk the orphan clock list more simply
` [RESEND PATCH v2 14/16] clk: make sure parent is not NULL in clk_fetch_parent_index()
` [RESEND PATCH v2 15/16] clk: simplify clk_fetch_parent_index() function
` [RESEND PATCH v2 16/16] clk: slightly optimize clk_core_set_parent()
[PATCH v2] clk:gcc-msm8916: add missing mss_q6_bimc_axi clock
2016-01-04 11:01 UTC
[PATCH v2,RESEND] clk: uniphier: add clock drivers for UniPhier SoCs
2016-01-04 8:36 UTC (4+ messages)
[PATCH] clk: fix clk-gpio.c with optional clock= DT property
2016-01-03 23:35 UTC (4+ messages)
[PATCH] [BUG] clk: rockchip: don't mark clock names as initconst
2016-01-02 21:42 UTC (5+ messages)
[PATCH] clk: rockchip: fix section mismatches with new child-clocks
2016-01-02 21:41 UTC (2+ messages)
[PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates
2016-01-02 18:14 UTC (11+ messages)
` [PATCH v2 2/3] clk: bcm2835: Add a driver "
[PATCH linux-next (v2) 1/2] clk: Add brcm,bcm6345-gate-clk device tree binding
2016-01-01 23:40 UTC (4+ messages)
` [PATCH linux-next (v2) 2/2] clk: bcm6345: Add BCM6345 gated clock support
` [PATCH linux-next (v2) 1/2] clk: Add brcm, bcm6345-gate-clk device tree binding
[PATCH] clk: gpio: fix memory leak in of_gpio_clk_setup()
2016-01-01 5:57 UTC (4+ messages)
` [PATCH] clk: gpio: handle error codes for of_clk_get_parent_count()
[PATCH] clk: gpio: fix memory leak
2016-01-01 5:32 UTC (2+ messages)
[PATCH] clk: shmobile: r8a7795: Add SATA0 clock
2015-12-31 23:18 UTC (2+ messages)
[PATCH 0/5] Add clock support for Mediatek MT2701
2015-12-31 10:02 UTC (14+ messages)
` [PATCH 1/5] clk: mediatek: Refine the makefile to support multiple clock drivers
` [PATCH 2/5] clk: mediatek: Add dt-bindings for MT2701 clocks
` [PATCH 3/5] clk: mediatek: Add MT2701 clock support
` [PATCH 4/5] reset: mediatek: mt2701 reset controller dt-binding file
` [PATCH 5/5] reset: mediatek: mt2701 reset driver
[PATCH v4 00/24] pwm: add support for atomic update
2015-12-30 21:05 UTC (11+ messages)
` [PATCH v4 03/24] clk: pwm: use pwm_get_xxx() helpers where appropriate
` [PATCH v4 09/24] regulator: pwm: use pwm_get/set_default_xxx() "
` [PATCH v4 14/24] clk: "
[PATCH] clk: sunxi: Fix mod0 clock calculation to return stable results and check divisor size limits
2015-12-28 17:31 UTC
[PATCH v2 00/16] clk: a collection of various clean-ups and improvements
2015-12-28 10:24 UTC (18+ messages)
` [PATCH v2 01/16] clk: remove unused first argument of __clk_init()
` [PATCH v2 02/16] clk: change the argument of __clk_init() into pointer to clk_core
` [PATCH v2 03/16] clk: rename __clk_init() into __clk_core_init()
` [PATCH v2 04/16] clk: remove unnecessary !core->parents conditional
` [PATCH v2 05/16] clk: change sizeof(struct clk *) to sizeof(*core->parents)
` [PATCH v2 06/16] clk: move core->parents allocation to clk_register()
` [PATCH v2 07/16] clk: simplify clk_core_get_parent_by_index()
` [PATCH v2 08/16] clk: drop the initial core->parents look-ups from __clk_core_init()
` [PATCH v2 09/16] clk: replace pr_warn() with pr_err() for fatal cases
` [PATCH v2 10/16] clk: move checking .git_parent to __clk_core_init()
` [PATCH v2 11/16] clk: simplify __clk_init_parent()
` [PATCH v2 12/16] clk: avoid circular clock topology
` [PATCH v2 13/16] clk: walk the orphan clock list more simply
` [PATCH v2 14/16] clk: make sure parent is not NULL in clk_fetch_parent_index()
` [PATCH v2 15/16] clk: simplify clk_fetch_parent_index() function
` [PATCH v2 16/16] clk: slightly optimize clk_core_set_parent()
[PATCH v2] clk: uniphier: add clock drivers for UniPhier SoCs
2015-12-28 10:20 UTC
[PATCH v5 0/6] Add initial support for RPM clocks
2015-12-28 2:08 UTC (3+ messages)
` [PATCH v5 1/6] clk: qcom: Add support for SMD-RPM Clocks
[PATCH v2 0/3] dt-bindings: regulator/clock/mfd: Reorganize S2M/S5M bindings
2015-12-28 1:15 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: regulator/clock/mfd: Reorganize S2MPS-family bindings
` [PATCH v2 2/3] dt-bindings: regulator/mfd: Reorganize S5M8767 bindings
` [PATCH v2 3/3] dt-bindings: regulator/mfd: Reorganize S2MPA01 bindings
[PATCH] clk: rockchip: fix section mismatches with new child-clocks
2015-12-26 13:19 UTC (2+ messages)
[PATCH v3 0/4] Add PWM clock support for bcm2835
2015-12-25 5:06 UTC (3+ messages)
[PATCH] clk: bcm2835: added missing clock register definitions
2015-12-24 23:55 UTC (2+ messages)
[PATCH v2 0/5] clk: lpc32xx: add clock support for NXP LPC32xx
2015-12-24 20:37 UTC (3+ messages)
[PATCH] clk: ingenic: Allow divider value to be right shifted
2015-12-24 10:45 UTC
[GIT PULL] Allwinner clocks changes for 4.5
2015-12-24 7:34 UTC
[PATCH 0/3] dt-bindings: regulator/clock/mfd: Reorganize S2M/S5M bindings
2015-12-24 7:20 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: regulator/clock/mfd: Reorganize S2MPS-family bindings
[PATCH v2 0/5] clk: rockchip: fix handling of fractional dividers
2015-12-24 0:11 UTC (2+ messages)
[PATCH 1/1] imx25: Fix LCD pixelclock configuration
2015-12-23 20:30 UTC
[PATCH 1/2] devm: add helper devm_add_action_or_reset()
2015-12-23 12:27 UTC (2+ messages)
` [PATCH v2 2/2] clk: qcom: common: check for failure
[PATCH 1/2] clk: rockchip: rk3036: rename emac ext source clock
2015-12-23 9:05 UTC (2+ messages)
` [PATCH 2/2] clk: rockchip: rk3036: fix and add node id for emac clock
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).