From mboxrd@z Thu Jan 1 00:00:00 1970 From: javier@dowhile0.org (Javier Martinez Canillas) Date: Thu, 2 Jul 2015 13:14:03 +0200 Subject: [PATCH v3 1/4] clk: samsung: exynos5250: add cpu clock configuration data and instantiate cpu clock In-Reply-To: <1435756238-845-2-git-send-email-b.zolnierkie@samsung.com> References: <1435756238-845-1-git-send-email-b.zolnierkie@samsung.com> <1435756238-845-2-git-send-email-b.zolnierkie@samsung.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Bartlomiej, On Wed, Jul 1, 2015 at 3:10 PM, Bartlomiej Zolnierkiewicz wrote: > From: Thomas Abraham > > With the addition of the new Samsung specific cpu-clock type, the > arm clock can be represented as a cpu-clock type. Add the CPU clock > configuration data and instantiate the CPU clock type for Exynos5250. > > Changes by Bartlomiej: > - split Exynos5250 support from the original patch > - moved E5250_CPU_DIV[0,1]() macros to clk-exynos5250.c > > Cc: Tomasz Figa > Cc: Michael Turquette > Cc: Javier Martinez Canillas > Signed-off-by: Thomas Abraham > Signed-off-by: Bartlomiej Zolnierkiewicz > --- > drivers/clk/samsung/clk-exynos5250.c | 31 +++++++++++++++++++++++++++++++ > include/dt-bindings/clock/exynos5250.h | 1 + > 2 files changed, 32 insertions(+) Reviewed-by: Javier Martinez Canillas and on an Exynos5250 Snow Chromebook: Tested-by: Javier Martinez Canillas Best regards, Javier