diff options
author | Stephen Boyd <sboyd@kernel.org> | 2018-04-06 22:21:45 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-04-06 22:21:45 +0200 |
commit | e8121d98672b17f505c4798c1e5aeb6d2efa6781 (patch) | |
tree | 3b6e68573fe876704470119854e287582520af17 /drivers/clk | |
parent | Merge branches 'clk-versatile', 'clk-doc', 'clk-must-check', 'clk-qcom' and '... (diff) | |
parent | clk: sprd: add RTC gate for SC9860 (diff) | |
parent | clk: stm32: Add clk entry for SDMMC2 on stm32F769 (diff) | |
parent | clk: stm32: add configuration flags for each of the stm32 drivers (diff) | |
parent | clk: enable hi655x common clk automatically (diff) | |
parent | clk: clk-gpio: Allow GPIO to sleep in set/get_parent (diff) | |
download | linux-e8121d98672b17f505c4798c1e5aeb6d2efa6781.tar.xz linux-e8121d98672b17f505c4798c1e5aeb6d2efa6781.zip |
Merge branches 'clk-spreadtrum', 'clk-stm32f', 'clk-stm32mp1', 'clk-hi655x' and 'clk-gpio' into clk-next
* clk-spreadtrum:
clk: sprd: add RTC gate for SC9860
dt-bindings: clocks: add APB RTC gate for SC9860
* clk-stm32f:
clk: stm32: Add clk entry for SDMMC2 on stm32F769
clk: stm32: Add DSI clock for STM32F469 Board
clk: stm32: END_PRIMARY_CLK should be declare after CLK_SYSCLK
* clk-stm32mp1:
clk: stm32: add configuration flags for each of the stm32 drivers
clk: stm32mp1: add Debug clocks
clk: stm32mp1: add MCO clocks
clk: stm32mp1: add RTC clock
clk: stm32mp1: add Peripheral & Kernel Clocks
clk: stm32mp1: add Kernel timers
clk: stm32mp1: add Sub System clocks
clk: stm32mp1: add Post-dividers for PLL
clk: stm32mp1: add PLL clocks
clk: stm32mp1: add Source Clocks for PLLs
clk: stm32mp1: add MP1 gate for hse/hsi/csi oscillators
clk: stm32mp1: Introduce STM32MP1 clock driver
dt-bindings: Document STM32MP1 Reset Clock Controller (RCC) bindings
* clk-hi655x:
clk: enable hi655x common clk automatically
* clk-gpio:
clk: clk-gpio: Allow GPIO to sleep in set/get_parent