lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 18 Dec 2012 19:38:20 -0800
From:	Kukjin Kim <kgene.kim@...sung.com>
To:	'Thomas Abraham' <thomas.abraham@...aro.org>,
	'Dongjin Kim' <tobetter@...il.com>
Cc:	'Russell King' <linux@....linux.org.uk>,
	linux-arm-kernel@...ts.infradead.org,
	linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: RE: [PATCH] ARM: EXYNOS: Fix MSHC clocks instance names

Thomas Abraham wrote:
> 
> On 14 December 2012 21:43, Dongjin Kim <tobetter@...il.com> wrote:
> > Replace clock instance name of MSHC controller for BIC and CIU of
> Exynos4412.
> >
> > Signed-off-by: Dongjin Kim <tobetter@...il.com>
> > ---
> >  arch/arm/mach-exynos/clock-exynos4.c |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-
> exynos/clock-exynos4.c
> > index efead60..bbcb3de 100644
> > --- a/arch/arm/mach-exynos/clock-exynos4.c
> > +++ b/arch/arm/mach-exynos/clock-exynos4.c
> > @@ -529,7 +529,7 @@ static struct clk exynos4_init_clocks_off[] = {
> >                 .enable         = exynos4_clk_ip_fsys_ctrl,
> >                 .ctrlbit        = (1 << 8),
> >         }, {
> > -               .name           = "dwmmc",
> > +               .name           = "biu",
> >                 .parent         = &exynos4_clk_aclk_133.clk,
> >                 .enable         = exynos4_clk_ip_fsys_ctrl,
> >                 .ctrlbit        = (1 << 9),
> > @@ -1134,7 +1134,7 @@ static struct clksrc_clk exynos4_clksrcs[] = {
> >                 .reg_div = { .reg = EXYNOS4_CLKDIV_MFC, .shift = 0,
.size = 4 },
> >         }, {
> >                 .clk    = {
> > -                       .name           = "sclk_dwmmc",
> > +                       .name           = "ciu",
> >                         .parent         = &exynos4_clk_dout_mmc4.clk,
> >                         .enable         = exynos4_clksrc_mask_fsys_ctrl,
> >                         .ctrlbit        = (1 << 16),
> > --
> 
> Acked-by: Thomas Abraham <thomas.abraham@...aro.org>
> 
Thanks, applied.

- Kukjin

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ