summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-dmTom Rini2017-10-0913-51/+44
|\
| * dm: ofnode: query correct property in livetree ofnode_get_addr_sizeKlaus Goger2017-10-081-1/+3
| * dm: core: Round up size when allocating so that it is cache line alignedFaiz Abbas2017-10-081-0/+1
| * dm: gpio: pca953x: Drop pointless data structure checksSimon Glass2017-10-081-11/+0
| * dm: gpio: Correct use of -ENODEV in driversSimon Glass2017-10-089-19/+19
| * dm: gpio: Add a comment about not copying some driversSimon Glass2017-10-083-1/+15
| * dm: gpio: vybrid_gpio: Correct driver's use of bind() methodSimon Glass2017-10-081-19/+6
* | Merge git://git.denx.de/u-boot-videoTom Rini2017-10-093-3/+214
|\ \
| * | dm: video: Add color ANSI escape sequence supportRob Clark2017-09-291-0/+94
| * | dm: video: Add basic ANSI escape sequence supportRob Clark2017-09-293-3/+117
| * | dm: video: Fix cache flushesRob Clark2017-09-291-0/+3
* | | dm: mmc: remove DM_MMC_OPS for STM32_SDMMCPatrice Chotard2017-10-081-1/+1
* | | serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard2017-10-081-7/+2
* | | serial: stm32x7: add STM32F4 supportPatrice Chotard2017-10-083-2/+10
* | | serial: stm32x7: add fifo support for STM32H7Patrice Chotard2017-10-082-3/+15
* | | serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard2017-10-082-44/+66
* | | serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard2017-10-081-2/+0
* | | serial: stm32x7: cleanup codePatrice Chotard2017-10-081-9/+9
| |/ |/|
* | PCI: Add driver for a 'pci-host-ecam-generic' host controllerTuomas Tynkkynen2017-10-063-0/+152
* | pci: layerscape: Use pci_generic_mmap_{read, write}_configTuomas Tynkkynen2017-10-061-51/+17
* | pci: xilinx: Use pci_generic_mmap_{read, write}_config()Tuomas Tynkkynen2017-10-061-46/+7
* | pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen2017-10-061-0/+58
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2017-10-054-50/+116
|\ \
| * | sunxi: Fix USB_GADGET implicationMaxime Ripard2017-10-031-0/+1
| * | musb: sunxi: switch to the device modelMaxime Ripard2017-10-031-29/+27
| * | sunxi: provide default USB gadget setupMaxime Ripard2017-10-031-0/+3
| * | usb: gadget: usb_ether: Move settings to commonMaxime Ripard2017-10-031-8/+8
| * | usb: gadget: Make g_dnl USB settings commonMaxime Ripard2017-10-032-15/+27
| * | usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard2017-10-031-0/+28
| * | usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard2017-10-031-0/+14
| * | usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard2017-10-031-0/+7
| * | usb: gadget: Document USBNET_DEVADDRMaxime Ripard2017-10-031-0/+3
| * | usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard2017-10-031-2/+2
* | | dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-046-21/+19
* | | bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada2017-10-041-1/+0
* | | treewide: replace with error() with pr_err()Masahiro Yamada2017-10-0491-451/+451
* | | printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-043-6/+0
|/ /
* | Merge git://git.denx.de/u-boot-usbTom Rini2017-10-0112-61/+521
|\ \
| * | usb: dwc3: add UniPhier specific glue layerMasahiro Yamada2017-10-013-0/+128
| * | usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng2017-10-012-0/+12
| * | usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng2017-10-011-1/+5
| * | usb: xhci: Program max burst size for endpointBin Meng2017-10-011-1/+20
| * | usb: xhci: Honor endpoint's intervalBin Meng2017-10-012-2/+198
| * | usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng2017-10-011-5/+3
| * | usb: xhci: Add interrupt transfer supportBin Meng2017-10-011-3/+10
| * | usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng2017-10-011-4/+14
| * | dm: usb: emul: Drop usb_emul_reset()Bin Meng2017-10-012-19/+0
| * | dm: usb: Remove no longer needed blk_unbind_all()Bin Meng2017-10-011-5/+1
| * | dm: usb: Fix broken usb_stop()Bin Meng2017-10-011-0/+28
| * | usb: emul: hub: Report the actual device speed of the emulation deviceBin Meng2017-10-011-3/+30