[PATCH 4/6] usb: Add support for VIA VT8500 and compatibles in EHCI HCD

Alexey Charkov alchark at gmail.com
Wed Oct 20 18:41:54 EDT 2010


2010/10/21 Greg KH <gregkh at suse.de>:
> On Thu, Oct 21, 2010 at 12:55:36AM +0400, Alexey Charkov wrote:
>> VIA and WonderMedia Systems-on-Chip feature a standard EHCI host
>> controller. This adds necessary glue to use the standard driver
>> with these systems.
>>
>> Signed-off-by: Alexey Charkov <alchark at gmail.com>
>> ---
>>
>> Please review and state whether this could be acceptable for a merge
>> to mainline in the coming 2.6.37 window. If possible, I would deeply
>> appreciate a merge to a relevant git tree for integration prior to
>> asking Linus to pull the changes. I could rebase the code if needed,
>> currently this is against Linus' master branch.
>>
>> This patch relies on the basic architecture support for VT8500/WM8505
>> to be in place, as introduced by PATCH 1/6 in this series.
>
> Will this code fail to build without that patch?
>

As all the additions are ifdef-ed, it won't unless somebody manually
defines CONFIG_ARCH_VT8500. But in that case the person should
probably know what (s)he is doing.



More information about the linux-arm-kernel mailing list