[PATCH v2 20/23] at91: Make high speed USB gadget device common

H Hartley Sweeten hartleys at visionengravers.com
Thu Apr 21 17:21:24 EDT 2011


On Wednesday, April 20, 2011 10:42 PM, Ryan Mallon wrote:
>
> Replace the individual high-speed UDC code for each at91 variant with
> a single implementation in devices.c
>
> Signed-off-by: Ryan Mallon <ryan at bluewatersys.com>
> ---
>  arch/arm/mach-at91/at91cap9_devices.c    |  114 ++++++------------------------
>  arch/arm/mach-at91/at91sam9g45_devices.c |   94 ++++---------------------
>  arch/arm/mach-at91/at91sam9rl_devices.c  |  100 ++++----------------------
>  arch/arm/mach-at91/devices.c             |   79 +++++++++++++++++++++
>  arch/arm/mach-at91/devices.h             |   20 +++++
>  5 files changed, 150 insertions(+), 257 deletions(-)

Thanks for sending part 12/23 of the series.

I tried applying all of the patches to linux-next and got this on part 20/23:

patching file arch/arm/mach-at91/at91cap9_devices.c
Hunk #1 FAILED at 51.
1 out of 2 hunks FAILED -- saving rejects to file arch/arm/mach-at91/at91cap9_devices.c.rej
patching file arch/arm/mach-at91/at91sam9g45_devices.c
Hunk #1 FAILED at 66.
1 out of 2 hunks FAILED -- saving rejects to file arch/arm/mach-at91/at91sam9g45_devices.c.rej
patching file arch/arm/mach-at91/at91sam9rl_devices.c
Hunk #1 FAILED at 40.
1 out of 2 hunks FAILED -- saving rejects to file arch/arm/mach-at91/at91sam9rl_devices.c.rej
patching file arch/arm/mach-at91/devices.c
patching file arch/arm/mach-at91/devices.h


What kernel should this apply to?

Thanks,
Hartley


More information about the linux-arm-kernel mailing list