Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1465756

Re: [PATCH v10 2/9] clk: mediatek: Refine the makefile to support multiple clock drivers

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH v10 2/9] clk: mediatek: Refine the makefile to support multiple clock drivers
Date 2016-08-19 03:20 +0200
Message-ID <s7GDw-7k3-33@gated-at.bofh.it> (permalink)
References <s6H8C-7r-3@gated-at.bofh.it> <s6H8C-7r-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 08/16, Erin Lo wrote:
> diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig
> new file mode 100644
> index 0000000..dc224e6
> --- /dev/null
> +++ b/drivers/clk/mediatek/Kconfig
> @@ -0,0 +1,23 @@
> +#
> +# MediaTek SoC drivers
> +#
> +config COMMON_CLK_MEDIATEK
> +	bool
> +	---help---
> +	  Mediatek SoCs' clock support.
> +
> +config COMMON_CLK_MT8135
> +	bool "Clock driver for Mediatek MT8135"
> +	depends on COMMON_CLK

This still has depends on COMMON_CLK. Were review comments
missed?

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v10 0/9] Add clock support for Mediatek MT2701 Erin Lo <erin.lo@mediatek.com> - 2016-08-16 09:40 +0200
  [PATCH v10 7/9] reset: mediatek: Add MT2701 reset driver Erin Lo <erin.lo@mediatek.com> - 2016-08-16 09:40 +0200
  [PATCH v10 6/9] reset: mediatek: Add MT2701 reset controller dt-binding file Erin Lo <erin.lo@mediatek.com> - 2016-08-16 09:40 +0200
  [PATCH v10 1/9] clk: mediatek: remove __init from clk registration functions Erin Lo <erin.lo@mediatek.com> - 2016-08-16 09:40 +0200
    Re: [PATCH v10 1/9] clk: mediatek: remove __init from clk  registration functions Stephen Boyd <sboyd@codeaurora.org> - 2016-08-19 03:20 +0200
  [PATCH v10 2/9] clk: mediatek: Refine the makefile to support multiple clock drivers Erin Lo <erin.lo@mediatek.com> - 2016-08-16 09:40 +0200
    Re: [PATCH v10 2/9] clk: mediatek: Refine the makefile to support  multiple clock drivers Stephen Boyd <sboyd@codeaurora.org> - 2016-08-19 03:20 +0200
  [PATCH v10 3/9] dt-bindings: ARM: Mediatek: Document bindings for MT2701 Erin Lo <erin.lo@mediatek.com> - 2016-08-16 09:40 +0200
  [PATCH v10 9/9] arm: dts: mt2701: Use real clock for UARTs Erin Lo <erin.lo@mediatek.com> - 2016-08-16 09:40 +0200
  [PATCH v10 4/9] clk: mediatek: Add dt-bindings for MT2701 clocks Erin Lo <erin.lo@mediatek.com> - 2016-08-16 09:40 +0200

csiph-web