| To: | Florian Fainelli <florian@openwrt.org> |
|---|---|
| Subject: | Re: [PATCH 20/25] MIPS: Netlogic: convert to use OHCI platform driver |
| From: | Jonas Gorski <jonas.gorski@gmail.com> |
| Date: | Thu, 4 Oct 2012 12:53:49 +0200 |
| Cc: | stern@rowland.harvard.edu, linux-usb@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>, Jayachandran C <jayachandranc@netlogicmicro.com>, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=eKslMpOgp4ZL8HjzbCZPyhKdJqVVyY+8w2VI/Tj0oY0=; b=IGLhhqyYLCSrGVFQwIZr5y1645dz4yLtsdP3oTK+FthIl5s3Hw2qlDh87k7n2zSrHO oWtCXRRPtpHyyNyuxwiXcJ5w8kwhTuOmJ281fx254o+FXZir2HDGxdOiPhhxI2xrHm2Z PKODYUgjhLK0RTXTM1hy6b/+eGeFvt5WiWWm0XJp5Sdb/hfDmcF2lUBsdS8fI8qva1eO 0/tvHFKMyg9Sp9dcNDVS+NLv4fqA/2D4RPexLLr/jjM/Nq8VOsTxOubQCBwEXHgOFZma YCqLmkVg0zrUfF4T0B2j5vXdrX47+JFp092uKI5tPCiSizL5oxmEQ0tE+mPsB/MpTHqS cpBA== |
| In-reply-to: | <1349276601-8371-22-git-send-email-florian@openwrt.org> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1349276601-8371-1-git-send-email-florian@openwrt.org> <1349276601-8371-22-git-send-email-florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
On 3 October 2012 17:03, Florian Fainelli <florian@openwrt.org> wrote:
> Signed-off-by: Florian Fainelli <florian@openwrt.org>
> ---
> arch/mips/netlogic/xlr/platform.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/mips/netlogic/xlr/platform.c
> b/arch/mips/netlogic/xlr/platform.c
> index 320b7ef..755ddcc 100644
> --- a/arch/mips/netlogic/xlr/platform.c
> +++ b/arch/mips/netlogic/xlr/platform.c
> @@ -16,6 +16,7 @@
> #include <linux/serial_reg.h>
> #include <linux/i2c.h>
> #include <linux/usb/ehci_pdriver.h>
> +#include <linux/usb/ohci_pdriver.h>
>
> #include <asm/netlogic/haldefs.h>
> #include <asm/netlogic/xlr/iomap.h>
> @@ -129,6 +130,8 @@ static struct usb_ehci_pdata xls_usb_ehci_pdata = {
> .need_io_watchdog = 1,
> };
>
> +static struct usb_ohci_pdata xls_usb_ohci_pdata;
> +
> static struct platform_device xls_usb_ehci_device =
> USB_PLATFORM_DEV("ehci-xls", 0, PIC_USB_IRQ);
> static struct platform_device xls_usb_ohci_device_0 =
And change after the device names of the ohci devices to "ohci-platform"?
> @@ -183,10 +186,12 @@ int xls_platform_usb_init(void)
> memres += 0x400;
> xls_usb_ohci_device_0.resource[0].start = memres;
> xls_usb_ohci_device_0.resource[0].end = memres + 0x400 - 1;
> + xls_usb_ohci_device_0.dev.platform_data = &xls_usb_ohci_pdata;
>
> memres += 0x400;
> xls_usb_ohci_device_1.resource[0].start = memres;
> xls_usb_ohci_device_1.resource[0].end = memres + 0x400 - 1;
> + xls_usb_ohci_device_1.dev.platform_data = &xls_usb_ohci_pdata;
>
> return platform_add_devices(xls_platform_devices,
> ARRAY_SIZE(xls_platform_devices));
> --
> 1.7.9.5
Jonas
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [ADMIN] linux-mips.org moving this weekend, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH 09/25] MIPS: Octeon: use ehci-platform driver, Florian Fainelli |
| Previous by Thread: | [PATCH 20/25] MIPS: Netlogic: convert to use OHCI platform driver, Florian Fainelli |
| Next by Thread: | [PATCH 09/25] MIPS: Octeon: use ehci-platform driver, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |