From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/9] clk: ux500: Provide device enumeration number suffix for SMSC911x
Date: Tue, 14 May 2013 08:58:35 -0700 [thread overview]
Message-ID: <20130514155835.10068.93655@quantum> (raw)
In-Reply-To: <1368019749-19455-4-git-send-email-lee.jones@linaro.org>
Quoting Lee Jones (2013-05-08 06:29:03)
> First Ethernet device has a ".0" appended onto the device name. It
> appears that we need this in order to obtain the correct clock.
>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Mike Turquette <mturquette@linaro.org>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Looks good to me. Can I take this into clk-next or are you looking for
an Ack?
Regards,
Mike
> ---
> drivers/clk/ux500/u8500_clk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/ux500/u8500_clk.c b/drivers/clk/ux500/u8500_clk.c
> index 0b4f35a..80069c3 100644
> --- a/drivers/clk/ux500/u8500_clk.c
> +++ b/drivers/clk/ux500/u8500_clk.c
> @@ -325,7 +325,7 @@ void u8500_clk_init(u32 clkrst1_base, u32 clkrst2_base, u32 clkrst3_base,
> clk = clk_reg_prcc_pclk("p3_pclk0", "per3clk", clkrst3_base,
> BIT(0), 0);
> clk_register_clkdev(clk, "fsmc", NULL);
> - clk_register_clkdev(clk, NULL, "smsc911x");
> + clk_register_clkdev(clk, NULL, "smsc911x.0");
>
> clk = clk_reg_prcc_pclk("p3_pclk1", "per3clk", clkrst3_base,
> BIT(1), 0);
> --
> 1.7.10.4
WARNING: multiple messages have this Message-ID (diff)
From: Mike Turquette <mturquette@linaro.org>
To: Lee Jones <lee.jones@linaro.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Cc: arnd@arndb.de, linus.walleij@stericsson.com,
srinidhi.kasagar@stericsson.com, Lee Jones <lee.jones@linaro.org>,
Ulf Hansson <ulf.hansson@linaro.org>
Subject: Re: [PATCH 3/9] clk: ux500: Provide device enumeration number suffix for SMSC911x
Date: Tue, 14 May 2013 08:58:35 -0700 [thread overview]
Message-ID: <20130514155835.10068.93655@quantum> (raw)
In-Reply-To: <1368019749-19455-4-git-send-email-lee.jones@linaro.org>
Quoting Lee Jones (2013-05-08 06:29:03)
> First Ethernet device has a ".0" appended onto the device name. It
> appears that we need this in order to obtain the correct clock.
>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Mike Turquette <mturquette@linaro.org>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Looks good to me. Can I take this into clk-next or are you looking for
an Ack?
Regards,
Mike
> ---
> drivers/clk/ux500/u8500_clk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/ux500/u8500_clk.c b/drivers/clk/ux500/u8500_clk.c
> index 0b4f35a..80069c3 100644
> --- a/drivers/clk/ux500/u8500_clk.c
> +++ b/drivers/clk/ux500/u8500_clk.c
> @@ -325,7 +325,7 @@ void u8500_clk_init(u32 clkrst1_base, u32 clkrst2_base, u32 clkrst3_base,
> clk = clk_reg_prcc_pclk("p3_pclk0", "per3clk", clkrst3_base,
> BIT(0), 0);
> clk_register_clkdev(clk, "fsmc", NULL);
> - clk_register_clkdev(clk, NULL, "smsc911x");
> + clk_register_clkdev(clk, NULL, "smsc911x.0");
>
> clk = clk_reg_prcc_pclk("p3_pclk1", "per3clk", clkrst3_base,
> BIT(1), 0);
> --
> 1.7.10.4
next prev parent reply other threads:[~2013-05-14 15:58 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-08 13:29 [PATCH 0/9] Important ux500 fixups due for the v3.10 -rc:s Lee Jones
2013-05-08 13:29 ` Lee Jones
2013-05-08 13:29 ` [PATCH 1/9] ARM: ux500: Remove duplicated assignment of ab8500_platdata Lee Jones
2013-05-08 13:29 ` Lee Jones
2013-05-14 8:17 ` Linus Walleij
2013-05-14 8:17 ` Linus Walleij
2013-05-08 13:29 ` [PATCH 2/9] mfd: ab8500-core: Use the correct driver name when enabling gpio/pinctrl Lee Jones
2013-05-08 13:29 ` Lee Jones
2013-05-14 8:23 ` Linus Walleij
2013-05-14 8:23 ` Linus Walleij
2013-05-08 13:29 ` [PATCH 3/9] clk: ux500: Provide device enumeration number suffix for SMSC911x Lee Jones
2013-05-08 13:29 ` Lee Jones
2013-05-08 14:00 ` Ulf Hansson
2013-05-08 14:00 ` Ulf Hansson
2013-05-14 8:25 ` Linus Walleij
2013-05-14 8:25 ` Linus Walleij
2013-05-14 8:45 ` Lee Jones
2013-05-14 8:45 ` Lee Jones
2013-06-10 9:08 ` Lee Jones
2013-06-10 9:08 ` Lee Jones
2013-06-10 9:11 ` Lee Jones
2013-06-10 9:11 ` Lee Jones
2013-05-14 15:58 ` Mike Turquette [this message]
2013-05-14 15:58 ` Mike Turquette
2013-05-15 8:54 ` Linus Walleij
2013-05-15 8:54 ` Linus Walleij
2013-05-15 9:07 ` Lee Jones
2013-05-15 9:07 ` Lee Jones
2013-05-08 13:29 ` [PATCH 4/9] mfd: db8500-prcmu: Supply the pdata_size attribute for db8500-thermal Lee Jones
2013-05-08 13:29 ` Lee Jones
2013-05-14 8:25 ` Linus Walleij
2013-05-14 8:25 ` Linus Walleij
2013-05-08 13:29 ` [PATCH 5/9] ARM: ux500: Fix incorrect DEBUG UART virtual addresses Lee Jones
2013-05-08 13:29 ` Lee Jones
2013-05-14 8:27 ` Linus Walleij
2013-05-14 8:27 ` Linus Walleij
2013-05-08 13:29 ` [PATCH 6/9] ARM: ux500: Provide device enumeration number suffix for SMSC911x Lee Jones
2013-05-08 13:29 ` Lee Jones
2013-05-14 8:30 ` Linus Walleij
2013-05-14 8:30 ` Linus Walleij
2013-05-14 8:48 ` Lee Jones
2013-05-14 8:48 ` Lee Jones
2013-05-08 13:29 ` [PATCH 7/9] pinctrl: abx500: Specify failed sub-driver by ID instead of driver_data Lee Jones
2013-05-08 13:29 ` Lee Jones
2013-05-14 8:35 ` Linus Walleij
2013-05-14 8:35 ` Linus Walleij
2013-05-08 13:29 ` [PATCH 8/9] pinctrl: abx500: Rejiggle platform data and DT initialisation Lee Jones
2013-05-08 13:29 ` Lee Jones
2013-05-14 8:40 ` Linus Walleij
2013-05-14 8:40 ` Linus Walleij
2013-05-14 8:47 ` Lee Jones
2013-05-14 8:47 ` Lee Jones
2013-05-14 8:50 ` Linus Walleij
2013-05-14 8:50 ` Linus Walleij
2013-05-14 9:40 ` Lee Jones
2013-05-14 9:40 ` Lee Jones
2013-05-14 11:09 ` Linus Walleij
2013-05-14 11:09 ` Linus Walleij
2013-05-08 13:29 ` [PATCH 9/9] mfd: ab8500-core: Pass GPADC compatible string to MFD core Lee Jones
2013-05-08 13:29 ` Lee Jones
2013-05-14 8:46 ` Linus Walleij
2013-05-14 8:46 ` Linus Walleij
2013-05-14 9:26 ` Lee Jones
2013-05-14 9:26 ` Lee Jones
2013-05-14 11:06 ` Linus Walleij
2013-05-14 11:06 ` Linus Walleij
2013-05-14 11:34 ` Lee Jones
2013-05-14 11:34 ` Lee Jones
2013-05-08 13:37 ` [PATCH 0/9] Important ux500 fixups due for the v3.10 -rc:s Lee Jones
2013-05-08 13:37 ` Lee Jones
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=20130514155835.10068.93655@quantum \
--to=mturquette@linaro.org \
--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.