All of lore.kernel.org
 help / color / mirror / Atom feed
From: s.nawrocki@samsung.com (Sylwester Nawrocki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: register fixed-clock only if #clock-cells property is present
Date: Thu, 27 Mar 2014 11:55:47 +0100	[thread overview]
Message-ID: <533403B3.6070602@samsung.com> (raw)
In-Reply-To: <1395858127-18730-1-git-send-email-s.nawrocki@samsung.com>

Mike, please ignore this patch for now. It turns out a less intrusive
change [1] is enough to fix the regressions on both imx and exynos.

I'm going to address the issue properly for next kernel release and
make exynos use regular fixed-clock driver, rather than registering
the external clock generators within the SoC main clock controller
driver.

-- 
Thanks,
Sylwester

[1] http://permalink.gmane.org/gmane.linux.kernel/1673639

WARNING: multiple messages have this Message-ID (diff)
From: Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
	t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org,
	khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
	nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org,
	plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH] clk: register fixed-clock only if #clock-cells property is present
Date: Thu, 27 Mar 2014 11:55:47 +0100	[thread overview]
Message-ID: <533403B3.6070602@samsung.com> (raw)
In-Reply-To: <1395858127-18730-1-git-send-email-s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

Mike, please ignore this patch for now. It turns out a less intrusive
change [1] is enough to fix the regressions on both imx and exynos.

I'm going to address the issue properly for next kernel release and
make exynos use regular fixed-clock driver, rather than registering
the external clock generators within the SoC main clock controller
driver.

-- 
Thanks,
Sylwester

[1] http://permalink.gmane.org/gmane.linux.kernel/1673639
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: linux-arm-kernel@lists.infradead.org, mturquette@linaro.org
Cc: devicetree@vger.kernel.org, linux@arm.linux.org.uk,
	t.figa@samsung.com, linux-kernel@vger.kernel.org,
	b.brezillon@overkiz.com, khilman@linaro.org, festevam@gmail.com,
	shawn.guo@linaro.org, kernel@pengutronix.de,
	nicolas.ferre@atmel.com, plagnioj@jcrosoft.com
Subject: Re: [PATCH] clk: register fixed-clock only if #clock-cells property is present
Date: Thu, 27 Mar 2014 11:55:47 +0100	[thread overview]
Message-ID: <533403B3.6070602@samsung.com> (raw)
In-Reply-To: <1395858127-18730-1-git-send-email-s.nawrocki@samsung.com>

Mike, please ignore this patch for now. It turns out a less intrusive
change [1] is enough to fix the regressions on both imx and exynos.

I'm going to address the issue properly for next kernel release and
make exynos use regular fixed-clock driver, rather than registering
the external clock generators within the SoC main clock controller
driver.

-- 
Thanks,
Sylwester

[1] http://permalink.gmane.org/gmane.linux.kernel/1673639

  parent reply	other threads:[~2014-03-27 10:55 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-26 18:22 [PATCH] clk: register fixed-clock only if #clock-cells property is present Sylwester Nawrocki
2014-03-26 18:22 ` Sylwester Nawrocki
2014-03-26 18:22 ` Sylwester Nawrocki
2014-03-26 18:33 ` Fabio Estevam
2014-03-26 18:33   ` Fabio Estevam
2014-03-26 18:33   ` Fabio Estevam
2014-03-26 19:57   ` Sylwester Nawrocki
2014-03-26 19:57     ` Sylwester Nawrocki
2014-03-26 20:14     ` Fabio Estevam
2014-03-26 20:14       ` Fabio Estevam
2014-03-26 20:14       ` Fabio Estevam
2014-03-26 20:25       ` Gregory CLEMENT
2014-03-26 20:25         ` Gregory CLEMENT
2014-03-26 20:25         ` Gregory CLEMENT
2014-03-26 20:34         ` Fabio Estevam
2014-03-26 20:34           ` Fabio Estevam
2014-03-27  7:58       ` Boris BREZILLON
2014-03-27  7:58         ` Boris BREZILLON
2014-03-27  8:11         ` [PATCH] ARM: imx6/dt: add ccm dependency upon ckil, ckih1 and osc clocks Boris BREZILLON
2014-03-27  8:11           ` Boris BREZILLON
2014-03-27  8:11           ` Boris BREZILLON
2014-03-27  8:39           ` Boris BREZILLON
2014-03-27  8:39             ` Boris BREZILLON
2014-03-27  8:39             ` Boris BREZILLON
2014-03-27 11:19           ` Fabio Estevam
2014-03-27 11:19             ` Fabio Estevam
2014-03-27 11:19             ` Fabio Estevam
2014-03-27 13:27             ` Boris BREZILLON
2014-03-27 13:27               ` Boris BREZILLON
2014-03-27 10:01         ` [PATCH] clk: register fixed-clock only if #clock-cells property is present Sylwester Nawrocki
2014-03-27 10:01           ` Sylwester Nawrocki
2014-03-27 10:01           ` Sylwester Nawrocki
2014-03-27 11:14           ` Boris BREZILLON
2014-03-27 11:14             ` Boris BREZILLON
2014-03-27 11:14             ` Boris BREZILLON
2014-03-27 10:55 ` Sylwester Nawrocki [this message]
2014-03-27 10:55   ` Sylwester Nawrocki
2014-03-27 10:55   ` Sylwester Nawrocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=533403B3.6070602@samsung.com \
    --to=s.nawrocki@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.