summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Merge git://git.denx.de/u-boot-dmTom Rini13-51/+44
2017-10-09Merge git://git.denx.de/u-boot-videoTom Rini3-3/+214
2017-10-09dm: ofnode: query correct property in livetree ofnode_get_addr_sizeKlaus Goger1-1/+3
2017-10-09dm: core: Round up size when allocating so that it is cache line alignedFaiz Abbas1-0/+1
2017-10-09dm: gpio: pca953x: Drop pointless data structure checksSimon Glass1-11/+0
2017-10-09dm: gpio: Correct use of -ENODEV in driversSimon Glass9-19/+19
2017-10-09dm: gpio: Add a comment about not copying some driversSimon Glass3-1/+15
2017-10-09dm: gpio: vybrid_gpio: Correct driver's use of bind() methodSimon Glass1-19/+6
2017-10-08dm: mmc: remove DM_MMC_OPS for STM32_SDMMCPatrice Chotard1-1/+1
2017-10-08serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard1-7/+2
2017-10-08serial: stm32x7: add STM32F4 supportPatrice Chotard3-2/+10
2017-10-08serial: stm32x7: add fifo support for STM32H7Patrice Chotard2-3/+15
2017-10-08serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard2-44/+66
2017-10-08serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard1-2/+0
2017-10-08serial: stm32x7: cleanup codePatrice Chotard1-9/+9
2017-10-06PCI: Add driver for a 'pci-host-ecam-generic' host controllerTuomas Tynkkynen3-0/+152
2017-10-06pci: layerscape: Use pci_generic_mmap_{read, write}_configTuomas Tynkkynen1-51/+17
2017-10-06pci: xilinx: Use pci_generic_mmap_{read, write}_config()Tuomas Tynkkynen1-46/+7
2017-10-06pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen1-0/+58
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini4-50/+116
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada6-21/+19
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada1-1/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada91-451/+451
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada3-6/+0
2017-10-03sunxi: Fix USB_GADGET implicationMaxime Ripard1-0/+1
2017-10-03musb: sunxi: switch to the device modelMaxime Ripard1-29/+27
2017-10-03sunxi: provide default USB gadget setupMaxime Ripard1-0/+3
2017-10-03usb: gadget: usb_ether: Move settings to commonMaxime Ripard1-8/+8
2017-10-03usb: gadget: Make g_dnl USB settings commonMaxime Ripard2-15/+27
2017-10-03usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard1-0/+28
2017-10-03usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard1-0/+14
2017-10-03usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard1-0/+7
2017-10-03usb: gadget: Document USBNET_DEVADDRMaxime Ripard1-0/+3
2017-10-03usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard1-2/+2
2017-10-02Merge git://git.denx.de/u-boot-usbTom Rini12-61/+521
2017-10-01usb: dwc3: add UniPhier specific glue layerMasahiro Yamada3-0/+128
2017-10-01usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng2-0/+12
2017-10-01usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng1-1/+5
2017-10-01usb: xhci: Program max burst size for endpointBin Meng1-1/+20
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng2-2/+198
2017-10-01usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng1-5/+3
2017-10-01usb: xhci: Add interrupt transfer supportBin Meng1-3/+10
2017-10-01usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng1-4/+14
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng2-19/+0
2017-10-01dm: usb: Remove no longer needed blk_unbind_all()Bin Meng1-5/+1
2017-10-01dm: usb: Fix broken usb_stop()Bin Meng1-0/+28
2017-10-01usb: emul: hub: Report the actual device speed of the emulation deviceBin Meng1-3/+30
2017-10-01usb: emul: Expose find_descriptor() as a public APIBin Meng1-3/+2
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng3-8/+42
2017-10-01usb: sandbox: Initialize root hub's device speed to high speedBin Meng1-0/+24