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
Kconfig -rw-r--r-- 6.2 KB
Makefile -rw-r--r-- 667 bytes
alarmtimer.c -rw-r--r-- 21.5 KB
clockevents.c -rw-r--r-- 19.2 KB
clocksource.c -rw-r--r-- 28.4 KB
hrtimer.c -rw-r--r-- 46.7 KB
itimer.c -rw-r--r-- 7.3 KB
jiffies.c -rw-r--r-- 3.9 KB
ntp.c -rw-r--r-- 25.6 KB
ntp_internal.h -rw-r--r-- 536 bytes
posix-clock.c -rw-r--r-- 8.4 KB
posix-cpu-timers.c -rw-r--r-- 39.4 KB
posix-timers.c -rw-r--r-- 30.5 KB
sched_clock.c -rw-r--r-- 8.1 KB
test_udelay.c -rw-r--r-- 4.1 KB
tick-broadcast-hrtimer.c -rw-r--r-- 3.0 KB
tick-broadcast.c -rw-r--r-- 26.4 KB
tick-common.c -rw-r--r-- 13.5 KB
tick-internal.h -rw-r--r-- 7.0 KB
tick-oneshot.c -rw-r--r-- 3.2 KB
tick-sched.c -rw-r--r-- 31.7 KB
tick-sched.h -rw-r--r-- 2.5 KB
time.c -rw-r--r-- 20.8 KB
timeconst.bc -rw-r--r-- 2.7 KB
timeconv.c -rw-r--r-- 3.5 KB
timecounter.c -rw-r--r-- 3.0 KB
timekeeping.c -rw-r--r-- 63.5 KB
timekeeping.h -rw-r--r-- 740 bytes
timekeeping_debug.c -rw-r--r-- 1.9 KB
timekeeping_internal.h -rw-r--r-- 824 bytes
timer.c -rw-r--r-- 46.3 KB
timer_list.c -rw-r--r-- 9.6 KB
timer_stats.c -rw-r--r-- 10.0 KB

back to top