Revision 443851200542932414ee63ad774750633a880b4f authored by Linus Torvalds on 02 July 2016, 16:36:49 UTC, committed by Linus Torvalds on 02 July 2016, 16:36:49 UTC
Pull clk fixes from Stephen Boyd:
 "A small fix for the newly added oxnas clk driver and a handful of
  rockchip clk driver fixes for newly added rk3399 support"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: Fix return value check in oxnas_stdclk_probe()
  clk: rockchip: release io resource when failing to init clk on rk3399
  clk: rockchip: fix cpuclk registration error handling
  clk: rockchip: Revert "clk: rockchip: reset init state before mmc card initialization"
  clk: rockchip: fix incorrect parent for rk3399's {c,g}pll_aclk_perihp_src
  clk: rockchip: mark rk3399 GIC clocks as critical
  clk: rockchip: initialize flags of clk_init_data in mmc-phase clock
2 parent s dbdc3bb + 0863477
History
File Mode Size
Makefile -rw-r--r-- 1.2 KB
auto_group.c -rw-r--r-- 5.5 KB
auto_group.h -rw-r--r-- 1.5 KB
clock.c -rw-r--r-- 9.2 KB
completion.c -rw-r--r-- 9.6 KB
core.c -rw-r--r-- 210.6 KB
cpuacct.c -rw-r--r-- 7.7 KB
cpuacct.h -rw-r--r-- 359 bytes
cpudeadline.c -rw-r--r-- 5.4 KB
cpudeadline.h -rw-r--r-- 702 bytes
cpufreq.c -rw-r--r-- 2.2 KB
cpufreq_schedutil.c -rw-r--r-- 13.3 KB
cpupri.c -rw-r--r-- 6.8 KB
cpupri.h -rw-r--r-- 674 bytes
cputime.c -rw-r--r-- 23.1 KB
deadline.c -rw-r--r-- 46.1 KB
debug.c -rw-r--r-- 22.2 KB
fair.c -rw-r--r-- 229.1 KB
features.h -rw-r--r-- 1.9 KB
idle.c -rw-r--r-- 7.1 KB
idle_task.c -rw-r--r-- 2.3 KB
loadavg.c -rw-r--r-- 11.1 KB
rt.c -rw-r--r-- 54.2 KB
sched.h -rw-r--r-- 46.4 KB
stats.c -rw-r--r-- 3.2 KB
stats.h -rw-r--r-- 8.0 KB
stop_task.c -rw-r--r-- 2.9 KB
swait.c -rw-r--r-- 2.9 KB
wait.c -rw-r--r-- 17.7 KB

back to top