Revision 4322f028477d4c84f12fa9aa21809300855ff953 authored by Linus Torvalds on 11 July 2015, 18:08:21 UTC, committed by Linus Torvalds on 11 July 2015, 18:08:21 UTC
Pull clk fixes from Stephen Boyd:
 "A small set of fixes for problems found by smatch in new drivers that
  we added this rc and a handful of driver fixes that came in during the
  merge window"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  drivers: clk: st: Incorrect register offset used for lock_status
  clk: mediatek: mt8173: Fix enabling of critical clocks
  drivers: clk: st: Fix mux bit-setting for Cortex A9 clocks
  drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocks
  drivers: clk: st: Fix flexgen lock init
  drivers: clk: st: Fix FSYN channel values
  drivers: clk: st: Remove unused code
  clk: qcom: Use parent rate when set rate to pixel RCG clock
  clk: at91: do not leak resources
  clk: stm32: Fix out-by-one error path in the index lookup
  clk: iproc: fix bit manipulation arithmetic
  clk: iproc: fix memory leak from clock name
2 parent s 9cb1680 + 56551da
History
File Mode Size
.gitignore -rw-r--r-- 12 bytes
Makefile -rw-r--r-- 257 bytes
align.c -rw-r--r-- 11.7 KB
asm-offsets.c -rw-r--r-- 340 bytes
entry.S -rw-r--r-- 12.6 KB
head.S -rw-r--r-- 5.8 KB
irq.c -rw-r--r-- 990 bytes
m32r_ksyms.c -rw-r--r-- 2.0 KB
module.c -rw-r--r-- 6.2 KB
process.c -rw-r--r-- 3.9 KB
ptrace.c -rw-r--r-- 15.2 KB
setup.c -rw-r--r-- 10.1 KB
signal.c -rw-r--r-- 7.1 KB
smp.c -rw-r--r-- 23.2 KB
smpboot.c -rw-r--r-- 15.8 KB
sys_m32r.c -rw-r--r-- 1.9 KB
syscall_table.S -rw-r--r-- 9.4 KB
time.c -rw-r--r-- 4.9 KB
traps.c -rw-r--r-- 7.9 KB
vmlinux.lds.S -rw-r--r-- 1.5 KB

back to top