[U-Boot] [PATCH v2 50/55] x86: ivybridge: Drop special EHCI init
Bin Meng
bmeng.cn at gmail.com
Thu Jan 21 09:02:48 CET 2016
On Thu, Jan 21, 2016 at 3:39 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
>> This is not needed. On reset wake-on-disconnect is already set. It may a
>> problem during a soft reset or resume, but for now it does not seem
>> important. Also drop the command register update since PCI auto-config
>> does it for us.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> Changes in v2:
>> - Rename from 'Convert EHCI init to use the DM PCI API'
>> - Drop this init
>> - Fix the USB PCI address in the device tree
>>
>> arch/x86/cpu/ivybridge/Makefile | 1 -
>> arch/x86/cpu/ivybridge/bd82x6x.c | 3 ---
>> arch/x86/cpu/ivybridge/usb_ehci.c | 29 ---------------------------
>> arch/x86/dts/chromebook_link.dts | 12 +++++++++++
>> arch/x86/include/asm/arch-ivybridge/bd82x6x.h | 1 -
>> 5 files changed, 12 insertions(+), 34 deletions(-)
>> delete mode 100644 arch/x86/cpu/ivybridge/usb_ehci.c
>>
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
applied to u-boot-x86/master, thanks!
More information about the U-Boot
mailing list