summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-10-15pinctrl: uniphier: simplify input enable and delete pin arraysMasahiro Yamada
2017-10-15pinctrl: uniphier: set PUPD_SIMPLE cap flag for PXs3Masahiro Yamada
2017-10-15gpio: uniphier: rework single device node modelMasahiro Yamada
2017-10-15mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada
2017-10-15mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada
2017-10-12drivers: pci: imx: fix imx_pcie_remove functionSven-Ola Tuecke
2017-10-11Merge git://git.denx.de/u-boot-i2cTom Rini
2017-10-11i2c: muxes: pca954x: look up width from chip_descChris Packham
2017-10-10Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini
2017-10-09Merge git://git.denx.de/u-boot-dmTom Rini
2017-10-09Merge git://git.denx.de/u-boot-videoTom Rini
2017-10-08dm: ofnode: query correct property in livetree ofnode_get_addr_sizeKlaus Goger
2017-10-08dm: core: Round up size when allocating so that it is cache line alignedFaiz Abbas
2017-10-08dm: gpio: pca953x: Drop pointless data structure checksSimon Glass
2017-10-08dm: gpio: Correct use of -ENODEV in driversSimon Glass
2017-10-08dm: gpio: Add a comment about not copying some driversSimon Glass
2017-10-08dm: gpio: vybrid_gpio: Correct driver's use of bind() methodSimon Glass
2017-10-08dm: mmc: remove DM_MMC_OPS for STM32_SDMMCPatrice Chotard
2017-10-08serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard
2017-10-08serial: stm32x7: add STM32F4 supportPatrice Chotard
2017-10-08serial: stm32x7: add fifo support for STM32H7Patrice Chotard
2017-10-08serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard
2017-10-08serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard
2017-10-08serial: stm32x7: cleanup codePatrice Chotard
2017-10-06PCI: Add driver for a 'pci-host-ecam-generic' host controllerTuomas Tynkkynen
2017-10-06pci: layerscape: Use pci_generic_mmap_{read, write}_configTuomas Tynkkynen
2017-10-06pci: xilinx: Use pci_generic_mmap_{read, write}_config()Tuomas Tynkkynen
2017-10-06pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada
2017-10-04pinctrl: rmobile: Add pinconf to Renesas RCar pincontrol driverMarek Vasut
2017-10-04usb: Drop the EHCI RCar Gen3Marek Vasut
2017-10-03sunxi: Fix USB_GADGET implicationMaxime Ripard
2017-10-03musb: sunxi: switch to the device modelMaxime Ripard
2017-10-03sunxi: provide default USB gadget setupMaxime Ripard
2017-10-03usb: gadget: usb_ether: Move settings to commonMaxime Ripard
2017-10-03usb: gadget: Make g_dnl USB settings commonMaxime Ripard
2017-10-03usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard
2017-10-03usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard
2017-10-03usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard
2017-10-03usb: gadget: Document USBNET_DEVADDRMaxime Ripard
2017-10-03usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard
2017-10-01Merge git://git.denx.de/u-boot-usbTom Rini
2017-10-01usb: dwc3: add UniPhier specific glue layerMasahiro Yamada
2017-10-01usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng
2017-10-01usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng
2017-10-01usb: xhci: Program max burst size for endpointBin Meng