1. 10 Sep, 2015 3 commits
  2. 03 Sep, 2015 2 commits
    • Leo Yan's avatar
      clk: Hi6220: separately build stub clock driver · 9f42a89d
      Leo Yan authored
      The previous code, kernel builds Hi6220's common clock driver and stub
      clock driver together. Stub clock driver has introduced the dependency
      with CONFIG_MAILBOX, so kernel will not build Hi6220's common clock
      driver due ARM64's defconfig have not enabled CONFIG_MAILBOX by default.
      
      So separately build stub clock driver and common clock driver for
      Hi6220; and only let stub clock driver has the dependency with
      CONFIG_MAILBOX.
      Signed-off-by: default avatarLeo Yan <leo.yan@linaro.org>
      Tested-by: default avatarKevin Hilman <khilman@linaro.org>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      9f42a89d
    • Guenter Roeck's avatar
      clk: h8s2678: Fix compile error · ac0e137a
      Guenter Roeck authored
      Recent cleanup removed some include files without checking if the cleaned
      up code still compiles. This results in the following compile error.
      
      drivers/clk/h8300/clk-h8s2678.c: In function ‘h8s2678_pll_clk_setup’:
      drivers/clk/h8300/clk-h8s2678.c:99:14: error:
      	implicit declaration of function ‘kzalloc’
      drivers/clk/h8300/clk-h8s2678.c:138:2: error:
            implicit declaration of function ‘kfree’
      
      Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      ac0e137a
  3. 27 Aug, 2015 1 commit
  4. 26 Aug, 2015 4 commits
  5. 25 Aug, 2015 4 commits
  6. 24 Aug, 2015 26 commits