From: xiechao.mail@gmail.com (Chao Xie)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 4/6] arm: mmp: remove clock from usb pdata for aspenite
Date: Thu, 28 Mar 2013 08:59:45 +0800 [thread overview]
Message-ID: <CADApbegPiZQEGChmDehtCvrxDra5B04v-+MLkpyW6G3SfNtyJw@mail.gmail.com> (raw)
In-Reply-To: <1364195217-1226-5-git-send-email-chao.xie@marvell.com>
hi, Haojian
The patches correct the wrong usage of clock. It finally do not need
pass clock by pdata. Can you help to review the patches relates to
arch-mmp, and ack it?Thanks.
On Mon, Mar 25, 2013 at 3:06 PM, Chao Xie <chao.xie@marvell.com> wrote:
> The clock name will directly get by driver. Removing
> the name from pdata.
>
> Signed-off-by: Chao Xie <chao.xie@marvell.com>
> ---
> arch/arm/mach-mmp/aspenite.c | 6 ------
> 1 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/mach-mmp/aspenite.c b/arch/arm/mach-mmp/aspenite.c
> index 9f64d56..76901f4 100644
> --- a/arch/arm/mach-mmp/aspenite.c
> +++ b/arch/arm/mach-mmp/aspenite.c
> @@ -223,13 +223,7 @@ static struct pxa27x_keypad_platform_data aspenite_keypad_info __initdata = {
> };
>
> #if defined(CONFIG_USB_EHCI_MV)
> -static char *pxa168_sph_clock_name[] = {
> - [0] = "PXA168-USBCLK",
> -};
> -
> static struct mv_usb_platform_data pxa168_sph_pdata = {
> - .clknum = 1,
> - .clkname = pxa168_sph_clock_name,
> .mode = MV_USB_MODE_HOST,
> .phy_init = pxa_usb_phy_init,
> .phy_deinit = pxa_usb_phy_deinit,
> --
> 1.7.4.1
>
next prev parent reply other threads:[~2013-03-28 0:59 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-25 7:06 [PATCH V2 0/6] remove the clock name from pdata Chao Xie
2013-03-25 7:06 ` [PATCH V2 1/6] usb: gadget: mv_udc_core: remove unused clock Chao Xie
2013-03-25 7:06 ` [PATCH V2 2/6] usb: otg: mv_otg: " Chao Xie
2013-03-25 7:06 ` [PATCH V2 3/6] usb: ehci: mv_ehci: " Chao Xie
2013-03-28 0:52 ` Chao Xie
2013-03-28 14:38 ` Alan Stern
2013-03-25 7:06 ` [PATCH V2 4/6] arm: mmp: remove clock from usb pdata for aspenite Chao Xie
2013-03-28 0:59 ` Chao Xie [this message]
2013-03-28 1:42 ` Haojian Zhuang
2013-03-25 7:06 ` [PATCH V2 5/6] arm: mmp: remove clock name from usb pdata for ttc Chao Xie
2013-03-28 1:42 ` Haojian Zhuang
2013-03-25 7:06 ` [PATCH V2 6/6] usb: mv_usb: remove clock name from pdata Chao Xie
2013-04-02 8:14 ` Felipe Balbi
2013-04-02 8:42 ` Yu Xu
2013-03-27 13:14 ` [PATCH V2 0/6] remove the " Felipe Balbi
2013-03-28 0:50 ` Chao Xie
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=CADApbegPiZQEGChmDehtCvrxDra5B04v-+MLkpyW6G3SfNtyJw@mail.gmail.com \
--to=xiechao.mail@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).