Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Jul 2018 19:32:17 +0000 (12:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Jul 2018 19:32:17 +0000 (12:32 -0700)
commitc2b58149d21f619e34ed047ac27eaf280db692da
treeed50205121b687018a326b7cc5a437fbfbd86995
parent1bb155702d0f533035aa2bd829b8e32848dbca3d
parent9cc63791fad6d2624878c93f3415da77780e68a7
Merge tag 'clk-fixes-for-linus' of git://git./linux/kernel/git/clk/linux

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