aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-01x86: kconfig: Select PCI and DM_PCIBin Meng1-1/+1
2017-08-01x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng1-1/+0
2017-08-01x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng1-4/+9
2017-08-01x86: tsc: Correct Silvermont reference clock valuesBin Meng1-4/+4
2017-08-01x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng1-15/+9
2017-08-01x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng1-9/+0
2017-08-01x86: tsc: Identify Intel-specific codeBin Meng1-0/+4
2017-08-01x86: tsc: Read all ratio bits from MSR_PLATFORM_INFOBin Meng1-1/+1
2017-07-31configs: Migrate CMD_NAND*Tom Rini1-0/+7
2017-07-31dm: console: Check for serial devices properlySimon Glass1-1/+1
2017-07-31serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard1-0/+7
2017-07-31dm: Kconfig: fix typo in help for SPL_PINCTRLPhilipp Tomsich1-1/+1
2017-07-30watchdog: Introduce watchdog driver for Intel TangierFelipe Balbi3-1/+82
2017-07-29Merge git://git.denx.de/u-boot-socfpgaTom Rini6-233/+744
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini27-242/+814
2017-07-28clk: fix compilation errors for poplar platformPatrice Chotard1-23/+24
2017-07-28usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard1-2/+2
2017-07-28phy: add a NO-OP phy driverJean-Jacques Hiblot3-0/+45
2017-07-28usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-28usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-28dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USBPatrice Chotard1-0/+2
2017-07-28dfu: add common function to initiate transactionPatrick Delaunay1-38/+34
2017-07-28dfu: factorize transaction cleanupPatrick Delaunay1-17/+11
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay5-9/+9
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay5-15/+21
2017-07-28usb: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu1-0/+1
2017-07-28usb: xhci: Enable TT to support LS/FS devices behind a HS hubBin Meng1-0/+14
2017-07-28usb: xhci: Correct TT_SLOT and TT_PORT macrosBin Meng1-2/+2
2017-07-28usb: xhci: Implement update_hub_device() operationBin Meng1-0/+59
2017-07-28dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng1-0/+11
2017-07-28usb: xhci: Program 'route string' in the input slot contextBin Meng1-1/+31
2017-07-28usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng3-6/+7
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng1-22/+2
2017-07-28usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng1-2/+0
2017-07-28usb: xhci-pci: Clean up the driver a little bitBin Meng1-19/+2
2017-07-28usb: xhci-pci: Drop non-DM version of xhci-pci driverBin Meng2-52/+1
2017-07-28usb: xhci: Convert CONFIG_USB_XHCI_PCI to KconfigBin Meng1-0/+6
2017-07-28usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng2-7/+10
2017-07-28usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng2-6/+6
2017-07-28usb: xhci: Change MAX_HC_PORTS to 255Bin Meng1-3/+3
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng3-5/+10
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng1-0/+1
2017-07-28usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng1-2/+2
2017-07-28usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng2-2/+95
2017-07-28usb: xhci: Correct command TRB 4th dword initializationBin Meng1-2/+9
2017-07-28usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng1-2/+1
2017-07-28usb: host: ohci-generic: add generic PHY supportPatrice Chotard1-1/+30
2017-07-28usb: host: ohci-generic: add RESET supportPatrice Chotard1-2/+40
2017-07-28usb: host: ohci-generic: add CLOCK supportPatrice Chotard1-2/+53
2017-07-28usb: host: ehci-generic: add generic PHY supportPatrice Chotard1-1/+30