summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-22linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada
2015-07-22linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada
2015-07-22linux_compat: remove cpu_relax() defineMasahiro Yamada
2015-07-22x86: delete unneeded declarations of disable_irq() and enable_irq()Masahiro Yamada
2015-07-22usb: ehci-marvell: Drop wrl accessor functionStefan Roese
2015-07-22usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski
2015-07-22implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng
2015-07-22usb: gadget: bcm_udc_otg filesJiandong Zheng
2015-07-22g_dnl: add missing declarationSteve Rae
2015-07-22usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski
2015-07-22usb: gadget: fastboot: Request status and length check in rx handlerPaul Kocialkowski
2015-07-22fastboot: Dynamic controller index for usb_gadget_handle_interruptsPaul Kocialkowski
2015-07-22usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget codePaul Kocialkowski
2015-07-22usb: board_usb_init and board_usb_cleanup calls in the fastboot commandPaul Kocialkowski
2015-07-22usb: Fastboot function config for better consistency with other functionsPaul Kocialkowski
2015-07-22usb: USB download gadget and functions config options coherent namingPaul Kocialkowski
2015-07-22drivers: usb: fsl: Remove LS102XA immap inclusionNikhil Badola
2015-07-22include: usb: Map USB controller base addresses for LS2085ANikhil Badola
2015-07-22include: usb: Move USB controller base address mappingNikhil Badola
2015-07-22drivers: usb: fsl: Implement Erratum A-009116 for XHCI controllerNikhil Badola
2015-07-22drivers: usb: fsl: Remove warnings for 64-bit architecturesNikhil Badola
2015-07-22ls1021aqds: Enable USB IP supportRamneek Mehresh
2015-07-22ls1021atwr: Enable USB IP supportRamneek Mehresh
2015-07-22arch: arm: fsl: Add XHCI support for LS1021ARamneek Mehresh
2015-07-22usb: fsl: Add XHCI driver supportRamneek Mehresh
2015-07-22usb: xhci: keystone: Remove common dwc3 drv functions callsRamneek Mehresh
2015-07-22usb: xhci: omap: Remove common dwc3 drv functions callsRamneek Mehresh
2015-07-22usb: xhci: exynos: Remove common dwc3 drv functions callsRamneek Mehresh
2015-07-22usb: dwc3: Add DWC3 controller driver supportRamneek Mehresh
2015-07-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass
2015-07-21dm: usb: eth: Add driver-model support to the asix driverSimon Glass
2015-07-21dm: usb: Add driver-model support to ehci-pciSimon Glass
2015-07-21x86: minnowmax: Drop the cache line size hackSimon Glass
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass
2015-07-21dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass
2015-07-21dm: usb: Correct the struct usb_driver_entry commentSimon Glass
2015-07-21dm: pci: Add a function to get the BDF for a deviceSimon Glass
2015-07-21dm: eth: Add driver-model support to the rtl8169 driverSimon Glass
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass
2015-07-21usb: Update some EHCI driver licenses to use SPDXSimon Glass
2015-07-21usb: ehci: Correct a missing hypen in an error messageSimon Glass
2015-07-21dm: core: Add \n to two dm_warn() messagesSimon Glass
2015-07-21musb: Add device-model support to the musb-host u-boot glueHans de Goede
2015-07-21musb: Add musb_host_data struct to hold global dataHans de Goede
2015-07-21musb: Rename and wrap public functionsHans de Goede
2015-07-21musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede
2015-07-21musb: Allow musb_platform_enable to return an error codeHans de Goede
2015-07-21dm: usb: Do not assume that first child is always a hubHans de Goede