[PATCH 2/5] ARM: OMAP: devices: create device for usb part of control module

Sergei Shtylyov sshtylyov at mvista.com
Wed Feb 6 08:01:59 EST 2013


Hello.

On 06-02-2013 9:58, Kishon Vijay Abraham I wrote:

> A seperate driver has been added to handle the usb part of control
> module. A device for the above driver is created here, using the register
> address information to be used by the driver for powering on the PHY and
> for writing to the mailbox.

> Signed-off-by: Kishon Vijay Abraham I <kishon at ti.com>
> Acked-by: Tony Lindgren <tony at atomide.com>
> ---
>   arch/arm/mach-omap2/devices.c |   45 +++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 45 insertions(+)

> diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
> index 626f3ea..6cda103 100644
> --- a/arch/arm/mach-omap2/devices.c
> +++ b/arch/arm/mach-omap2/devices.c
> @@ -20,6 +20,7 @@
[...]
> @@ -254,6 +255,49 @@ static inline void omap_init_camera(void)
[...]
> +static struct platform_device omap4_control_usb = {
> +	.name		= "omap-control-usb",
> +	.id		= -1,
> +	.dev = {
> +		.platform_data = &omap4_control_usb_pdata,
> +	},
> +	.num_resources = 2,
> +	.resource = omap4_control_usb_res,

    Either align = or not, not both at once.

> +};

WBR, Sergei




More information about the linux-arm-kernel mailing list