| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: kconfig: Select PCI and DM_PCI | Bin Meng | 2017-08-01 | 1 | -1/+1 |
* | x86: kconfig: Select TIMER and X86_TSC_TIMER | Bin Meng | 2017-08-01 | 1 | -1/+0 |
* | x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr() | Bin Meng | 2017-08-01 | 1 | -4/+9 |
* | x86: tsc: Correct Silvermont reference clock values | Bin Meng | 2017-08-01 | 1 | -4/+4 |
* | x86: tsc: Update comments and expand definitions in freq_desc_tables[] | Bin Meng | 2017-08-01 | 1 | -15/+9 |
* | x86: tsc: Remove the fail handling in try_msr_calibrate_tsc() | Bin Meng | 2017-08-01 | 1 | -9/+0 |
* | x86: tsc: Identify Intel-specific code | Bin Meng | 2017-08-01 | 1 | -0/+4 |
* | x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO | Bin Meng | 2017-08-01 | 1 | -1/+1 |
* | configs: Migrate CMD_NAND* | Tom Rini | 2017-07-31 | 1 | -0/+7 |
* | dm: console: Check for serial devices properly | Simon Glass | 2017-07-31 | 1 | -1/+1 |
* | serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig | Patrice Chotard | 2017-07-31 | 1 | -0/+7 |
* | dm: Kconfig: fix typo in help for SPL_PINCTRL | Philipp Tomsich | 2017-07-31 | 1 | -1/+1 |
* | watchdog: Introduce watchdog driver for Intel Tangier | Felipe Balbi | 2017-07-30 | 3 | -1/+82 |
* | Merge git://git.denx.de/u-boot-socfpga | Tom Rini | 2017-07-29 | 6 | -233/+744 |
|\ |
|
| * | arm: socfpga: Add FPGA driver support for Arria 10 | Tien Fong Chee | 2017-07-26 | 2 | -0/+480 |
| * | drivers: Enable FPGA driver build on SPL | Tien Fong Chee | 2017-07-26 | 1 | -0/+1 |
| * | kconfig: Convert FPGA_SOCFPGA configuration to Kconfig | Tien Fong Chee | 2017-07-26 | 1 | -0/+8 |
| * | arm: socfpga: Restructure FPGA driver in the preparation to support A10 | Tien Fong Chee | 2017-07-26 | 3 | -233/+255 |
* | | Merge git://git.denx.de/u-boot-usb | Tom Rini | 2017-07-29 | 27 | -242/+814 |
|\ \ |
|
| * | | clk: fix compilation errors for poplar platform | Patrice Chotard | 2017-07-28 | 1 | -23/+24 |
| * | | usb: host: xhci-dxc3: fix compilation warnings | Patrice Chotard | 2017-07-28 | 1 | -2/+2 |
| * | | phy: add a NO-OP phy driver | Jean-Jacques Hiblot | 2017-07-28 | 3 | -0/+45 |
| * | | usb: host: ohci-generic: initialize PHY only when found | Patrice Chotard | 2017-07-28 | 1 | -5/+6 |
| * | | usb: host: ehci-generic: initialize PHY only when found | Patrice Chotard | 2017-07-28 | 1 | -5/+6 |
| * | | dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB | Patrice Chotard | 2017-07-28 | 1 | -0/+2 |
| * | | dfu: add common function to initiate transaction | Patrick Delaunay | 2017-07-28 | 1 | -38/+34 |
| * | | dfu: factorize transaction cleanup | Patrick Delaunay | 2017-07-28 | 1 | -17/+11 |
| * | | dfu: remove limitation on partition size | Patrick Delaunay | 2017-07-28 | 5 | -9/+9 |
| * | | dfu: allow dfu read on partition greater than 2GB | Patrick Delaunay | 2017-07-28 | 5 | -15/+21 |
| * | | usb: gadget: f_thor: Free the allocated out request buffer | Siva Durga Prasad Paladugu | 2017-07-28 | 1 | -0/+1 |
| * | | usb: xhci: Enable TT to support LS/FS devices behind a HS hub | Bin Meng | 2017-07-28 | 1 | -0/+14 |
| * | | usb: xhci: Correct TT_SLOT and TT_PORT macros | Bin Meng | 2017-07-28 | 1 | -2/+2 |
| * | | usb: xhci: Implement update_hub_device() operation | Bin Meng | 2017-07-28 | 1 | -0/+59 |
| * | | dm: usb: Add a new USB controller operation 'update_hub_device' | Bin Meng | 2017-07-28 | 1 | -0/+11 |
| * | | usb: xhci: Program 'route string' in the input slot context | Bin Meng | 2017-07-28 | 1 | -1/+31 |
| * | | usb: xhci: Change xhci_setup_addressable_virt_dev() signature | Bin Meng | 2017-07-28 | 3 | -6/+7 |
| * | | usb: hub: Add a new API to test if a hub device is root hub | Bin Meng | 2017-07-28 | 1 | -22/+2 |
| * | | usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv | Bin Meng | 2017-07-28 | 1 | -2/+0 |
| * | | usb: xhci-pci: Clean up the driver a little bit | Bin Meng | 2017-07-28 | 1 | -19/+2 |
| * | | usb: xhci-pci: Drop non-DM version of xhci-pci driver | Bin Meng | 2017-07-28 | 2 | -52/+1 |
| * | | usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig | Bin Meng | 2017-07-28 | 1 | -0/+6 |
| * | | usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS | Bin Meng | 2017-07-28 | 2 | -7/+10 |
| * | | usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS | Bin Meng | 2017-07-28 | 2 | -6/+6 |
| * | | usb: xhci: Change MAX_HC_PORTS to 255 | Bin Meng | 2017-07-28 | 1 | -3/+3 |
| * | | usb: hub: Change USB hub descriptor to match USB 3.0 hubs | Bin Meng | 2017-07-28 | 3 | -5/+10 |
| * | | usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub | Bin Meng | 2017-07-28 | 1 | -0/+1 |
| * | | usb: xhci: Add input slot context in xhci_set_configuration() | Bin Meng | 2017-07-28 | 1 | -2/+2 |
| * | | usb: xhci: Initialize scratchpad buffer array and scratchpad buffers | Bin Meng | 2017-07-28 | 2 | -2/+95 |
| * | | usb: xhci: Correct command TRB 4th dword initialization | Bin Meng | 2017-07-28 | 1 | -2/+9 |
| * | | usb: xhci: Remove incorrect comments for struct xhci_container_ctx | Bin Meng | 2017-07-28 | 1 | -2/+1 |