]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: ehci: generic PCI support
authorVincent Palatin <vpalatin@chromium.org>
Fri, 14 Dec 2012 06:58:27 +0000 (22:58 -0800)
committerMarek Vasut <marex@denx.de>
Sat, 16 Mar 2013 20:12:01 +0000 (21:12 +0100)
commit7c38e90aff5f5b8b7f7ebc27d8d07c51aececde3
treed3b8b832d8cd46bd1f729056655c2349f62f4703
parentb5bec88434adb52413f1bc33fa63d7642cb8fd35
usb: ehci: generic PCI support

Instead of hardcoding the PCI IDs on the USB controller, use the PCI
class to detect them.

Ensure the busmaster bit is properly set in the PCI configuration.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/usb/host/ehci-pci.c