Revision c2b58149d21f619e34ed047ac27eaf280db692da authored by Linus Torvalds on 06 July 2018, 19:32:17 UTC, committed by Linus Torvalds on 06 July 2018, 19:32:17 UTC
Pull clk fixes from Stephen Boyd:
 "The usual collection of driver fixlets:

   - build cleanup/fix for the sunxi makefile that tried to save size
     but failed and prevented dead code elimination from working

   - two Davinci clk driver fixes for a typo causing build failures in
     different configurations and an error check that checks the wrong
     variable.

   - undo the DT ABI breaking imx6ul binding header shuffle that got
     merged this cycle"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  dt-bindings: clock: imx6ul: Do not change the clock definition order
  clk: davinci: fix a typo (which leads to build failures)
  clk: davinci: cfgchip: testing the wrong variable
  clk: sunxi-ng: replace lib-y with obj-y
2 parent s 1bb1557 + 9cc6379
History
File Mode Size
policy
.gitignore -rw-r--r-- 31 bytes
Kconfig -rw-r--r-- 2.9 KB
Makefile -rw-r--r-- 816 bytes
audit.c -rw-r--r-- 12.4 KB
common.c -rw-r--r-- 75.2 KB
common.h -rw-r--r-- 40.2 KB
condition.c -rw-r--r-- 27.1 KB
domain.c -rw-r--r-- 24.9 KB
environ.c -rw-r--r-- 3.1 KB
file.c -rw-r--r-- 29.1 KB
gc.c -rw-r--r-- 16.6 KB
group.c -rw-r--r-- 5.7 KB
load_policy.c -rw-r--r-- 2.6 KB
memory.c -rw-r--r-- 5.4 KB
mount.c -rw-r--r-- 6.7 KB
network.c -rw-r--r-- 21.3 KB
realpath.c -rw-r--r-- 7.9 KB
securityfs_if.c -rw-r--r-- 7.3 KB
tomoyo.c -rw-r--r-- 14.9 KB
util.c -rw-r--r-- 26.6 KB

back to top