summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini
2017-08-01x86: Convert MMC to driver modelSimon Glass
2017-08-01block: ide: Fix build error when CONFIG_BLK is onBin Meng
2017-08-01dm: scsi: Add a generic PCI-based AHCI driverBin Meng
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng
2017-08-01x86: kconfig: Select PCI and DM_PCIBin Meng
2017-08-01x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng
2017-08-01x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng
2017-08-01x86: tsc: Correct Silvermont reference clock valuesBin Meng
2017-08-01x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng
2017-08-01x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng
2017-08-01x86: tsc: Identify Intel-specific codeBin Meng
2017-08-01x86: tsc: Read all ratio bits from MSR_PLATFORM_INFOBin Meng
2017-08-01regulator: palmas: disable bypass when the LDO is enabledJean-Jacques Hiblot
2017-08-01regulator: palmas: Add support for LDO1 regulator to provide 1.8VKishon Vijay Abraham I
2017-08-01dm: mmc: sunxi: Add support for driver modelSimon Glass
2017-08-01dm: mmc: sunxi: Drop mmc_clk_io_on()Simon Glass
2017-08-01dm: mmc: sunxi: Pass private data around explicitlySimon Glass
2017-08-01dm: mmc: sunxi: Rename mmchost to privSimon Glass
2017-08-01dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_privSimon Glass
2017-08-01dm: ahci: Correct uclass private dataSimon Glass
2017-08-01dm: scsi: Drop duplicate SCSI and DM_SCSI optionsSimon Glass
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass
2017-08-01ahci: Support non-PCI controllersSimon Glass
2017-07-31configs: Migrate CMD_NAND*Tom Rini
2017-07-31dm: console: Check for serial devices properlySimon Glass
2017-07-31serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard
2017-07-31dm: Kconfig: fix typo in help for SPL_PINCTRLPhilipp Tomsich
2017-07-30watchdog: Introduce watchdog driver for Intel TangierFelipe Balbi
2017-07-29Merge git://git.denx.de/u-boot-socfpgaTom Rini
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28clk: fix compilation errors for poplar platformPatrice Chotard
2017-07-28usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard
2017-07-28phy: add a NO-OP phy driverJean-Jacques Hiblot
2017-07-28usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard
2017-07-28usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard
2017-07-28dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USBPatrice Chotard
2017-07-28dfu: add common function to initiate transactionPatrick Delaunay
2017-07-28dfu: factorize transaction cleanupPatrick Delaunay
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay
2017-07-28usb: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu
2017-07-28usb: xhci: Enable TT to support LS/FS devices behind a HS hubBin Meng
2017-07-28usb: xhci: Correct TT_SLOT and TT_PORT macrosBin Meng
2017-07-28usb: xhci: Implement update_hub_device() operationBin Meng
2017-07-28dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng
2017-07-28usb: xhci: Program 'route string' in the input slot contextBin Meng
2017-07-28usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng
2017-07-28usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng