diff options
| author | Stephen Boyd <sboyd@kernel.org> | 2019-09-19 15:31:46 -0700 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2019-09-19 15:31:46 -0700 |
| commit | b6c444de05acb10c6497549d1d0c6fb7e5883742 (patch) | |
| tree | dd2a60662b91216e437ec0a57997a3489f758871 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | Merge branches 'clk-renesas', 'clk-rockchip', 'clk-const' and 'clk-simplify' ... (diff) | |
| parent | clk: clk-cdce925: Add regulator support (diff) | |
| parent | clk: bcm2835: Mark PLLD_PER as CRITICAL (diff) | |
| parent | clk: Evict unregistered clks from parent caches (diff) | |
| parent | clk: actions: Fix factor clk struct member access (diff) | |
| download | linux-b6c444de05acb10c6497549d1d0c6fb7e5883742.tar.gz linux-b6c444de05acb10c6497549d1d0c6fb7e5883742.zip | |
Merge branches 'clk-cdce-regulator', 'clk-bcm', 'clk-evict-parent-cache' and 'clk-actions' into clk-next
- Add regulator support to the cdce925 clk driver
- Add support for Raspberry Pi 4 bcm2711 SoCs
- Evict parents from parent cache when they're unregistered
* clk-cdce-regulator:
clk: clk-cdce925: Add regulator support
dt-bindings: clock: cdce925: Add regulator documentation
* clk-bcm:
clk: bcm2835: Mark PLLD_PER as CRITICAL
clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support
clk: bcm2835: Introduce SoC specific clock registration
dt-bindings: bcm2835-cprman: Add bcm2711 support
* clk-evict-parent-cache:
clk: Evict unregistered clks from parent caches
* clk-actions:
clk: actions: Fix factor clk struct member access
