| Commit message (Expand) | Author | Age | Files | Lines |
* | clk: clk_stm32: Add .set_rate callback | Patrice Chotard | 2018-01-29 | 1 | -0/+6 |
* | Merge git://git.denx.de/u-boot-rockchip | Tom Rini | 2018-01-28 | 6 | -19/+701 |
|\ |
|
| * | rockchip: clk: guard set_parent implementations against OF_PLATDATA | Philipp Tomsich | 2018-01-28 | 3 | -6/+12 |
| * | clk: rockchip: clk_rk3368: Implement "assign-clock-parent" | David Wu | 2018-01-28 | 1 | -7/+84 |
| * | clk: rockchip: clk_rk3288: Implement "assign-clock-parent" and "assign-clock-... | David Wu | 2018-01-28 | 1 | -8/+98 |
| * | clk: rockchip: Add rk322x gamc clock support | David Wu | 2018-01-28 | 1 | -0/+107 |
| * | clk: rockchip: Add rk3328 gamc clock support | David Wu | 2018-01-28 | 1 | -0/+178 |
| * | rockchip: clk: rk3399: accept all assigned-clocks from the 'cru'-node | Philipp Tomsich | 2018-01-28 | 1 | -0/+18 |
| * | clk: implement clk_set_defaults() | Philipp Tomsich | 2018-01-28 | 1 | -0/+118 |
| * | rockchip: clk: rk3399: implement set_parent() operation | Philipp Tomsich | 2018-01-28 | 1 | -2/+72 |
| * | clk: refactor clk_get_by_index() into clk_get_by_indexed_prop() | Philipp Tomsich | 2018-01-28 | 1 | -2/+8 |
| * | clk: add clk_set_parent() | Philipp Tomsich | 2018-01-28 | 1 | -0/+12 |
* | | clk: clk_stm32f: Fix PLLSAICFGR_PLLSAIP_4 divider value | Patrice Chotard | 2018-01-28 | 1 | -1/+1 |
* | | clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks() | Patrice Chotard | 2018-01-28 | 1 | -6/+6 |
* | | clk: clk_stm32f: Remove STMMAC clock setup | Patrice Chotard | 2018-01-28 | 1 | -6/+0 |
* | | clk: stm32: retrieve external oscillator frequency from DT | Patrice Chotard | 2018-01-28 | 1 | -21/+57 |
|/ |
|
* | Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh | Tom Rini | 2018-01-27 | 16 | -1104/+3094 |
|\ |
|
| * | clk: renesas: Import R8A7794 E2 clock tables | Marek Vasut | 2018-01-24 | 3 | -0/+284 |
| * | clk: renesas: Import R8A7792 V2H clock tables | Marek Vasut | 2018-01-24 | 3 | -0/+257 |
| * | clk: renesas: Import R8A7791/R8A7793 M2 clock tables | Marek Vasut | 2018-01-24 | 3 | -0/+308 |
| * | clk: renesas: Import R8A7790 H2 clock tables | Marek Vasut | 2018-01-24 | 3 | -0/+303 |
| * | clk: renesas: Add Gen2 clock core | Marek Vasut | 2018-01-24 | 5 | -0/+339 |
| * | clk: renesas: Add DIV6P1 clock type | Marek Vasut | 2018-01-24 | 1 | -0/+6 |
| * | clk: renesas: Split out code shared between Gen2 and Gen3 | Marek Vasut | 2018-01-24 | 4 | -167/+203 |
| * | clk: renesas: Make clock tables Kconfig configurable | Marek Vasut | 2018-01-24 | 2 | -5/+33 |
| * | clk: renesas: Split SMSTPCR and RMSTPCR tables | Marek Vasut | 2018-01-24 | 6 | -30/+57 |
| * | clk: renesas: Pull Gen3 specific bits into separate header | Marek Vasut | 2018-01-24 | 6 | -41/+64 |
| * | clk: renesas: Make PLL configurations per-SoC | Marek Vasut | 2018-01-24 | 6 | -51/+178 |
| * | clk: renesas: Make clk_ids per-driver | Marek Vasut | 2018-01-24 | 6 | -40/+143 |
| * | clk: renesas: Split RCar Gen3 driver | Marek Vasut | 2018-01-24 | 7 | -903/+1052 |
* | | Merge git://git.denx.de/u-boot-spi | Tom Rini | 2018-01-26 | 2 | -8/+8 |
|\ \
| |/
|/| |
|
| * | wait_bit: use wait_for_bit_le32 and remove wait_for_bit | Álvaro Fernández Rojas | 2018-01-24 | 2 | -8/+8 |
* | | clk: Makefile: Sort entries alphabetically | Mario Six | 2018-01-21 | 1 | -10/+10 |
* | | clk: Remove superfluous gd declarations | Mario Six | 2018-01-21 | 2 | -4/+0 |
* | | clk: clk_fixed_rate: Fix style violation | Mario Six | 2018-01-21 | 1 | -2/+2 |
* | | clk: clk-uclass: Fix style violations | Mario Six | 2018-01-21 | 1 | -10/+10 |
* | | ARC: HSDK: CGU: Add 'Hz' when printing clock frequency | Eugeniy Paltsev | 2018-01-19 | 1 | -3/+3 |
* | | ARC: HSDK: CGU: Use plat data instead of priv data | Eugeniy Paltsev | 2018-01-19 | 1 | -1/+1 |
* | | ARC: HSDK: CGU: Update AXI, TUN, ARC clock options | Eugeniy Paltsev | 2018-01-19 | 1 | -6/+163 |
* | | board: stm32f429-disco: switch to DM STM32 clock driver | Patrice Chotard | 2018-01-10 | 1 | -1/+6 |
|/ |
|
* | rockchip: clk: bind reset driver | Elaine Zhang | 2018-01-09 | 8 | -0/+70 |
* | Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh | Tom Rini | 2017-12-13 | 2 | -8/+286 |
|\ |
|
| * | clk: rmobile: Add R8A77995 D3 clock tables | Marek Vasut | 2017-12-09 | 1 | -3/+164 |
| * | clk: rmobile: Add R8A77970 V3M clock tables | Marek Vasut | 2017-12-09 | 2 | -4/+121 |
| * | clk: rmobile: Fix typo in R8A7796 RPC clock table entry | Marek Vasut | 2017-12-09 | 1 | -1/+1 |
* | | ARC: clk: introduce HSDK CGU clock driver | Eugeniy Paltsev | 2017-12-11 | 3 | -0/+571 |
|/ |
|
* | rockchip: rk3128: add clock driver | Kever Yang | 2017-11-30 | 2 | -1/+598 |
* | Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh | Tom Rini | 2017-11-30 | 1 | -0/+60 |
|\ |
|
| * | clk: rmobile: Add R8A7796 xHCI clock | Marek Vasut | 2017-11-30 | 1 | -0/+1 |
| * | clk: rmobile: Move preboot clock shutdown to the driver | Marek Vasut | 2017-11-30 | 1 | -0/+59 |