summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-08-17Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2018-08-17Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2018-08-14phy: rcar: Add R-Car Gen2 PHY driverMarek Vasut
2018-08-14phy: Fix off-by-one error when parsing DT PHY bindingsMarek Vasut
2018-08-13mmc: socfpga: Add clock framework supportMarek Vasut
2018-08-13clk: socfpga: Add initial Arria10 clock driverMarek Vasut
2018-08-13net: designware: socfpga: Add Arria10 extrasMarek Vasut
2018-08-13tpm: sandbox: fix wrong assignment with a simplificationMiquel Raynal
2018-08-13tpm: sandbox: fix wrong check on pcr_mapMiquel Raynal
2018-08-13clk: at91: utmi: add timeout for utmi lockEugen Hristev
2018-08-13Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2018-08-11Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2018-08-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2018-08-11misc: Add gdsys_ioep driverMario Six
2018-08-11test: Add tests for misc uclassMario Six
2018-08-11misc: uclass: Add enable/disable functionMario Six
2018-08-11video_display: Add Xilinx LogiCore DP TXMario Six
2018-08-11video: Sort Makefile entriesMario Six
2018-08-11axi: Add AXI sandbox driver and simple emulatorMario Six
2018-08-11axi: Add ihs_axi driverMario Six
2018-08-11drivers: Add AXI uclassMario Six
2018-08-10drivers: serial: document on_baudrate()Heinrich Schuchardt
2018-08-10mtd: nand: fsl_ifc: Fix handling of bitflips in erased pagesDarwin Dingel
2018-08-10armv8: ls1046a: add icid setup for qman portalsLaurentiu Tudor
2018-08-10misc: fsl_portals: setup QMAN_BAR{E} also on ARM platformsLaurentiu Tudor
2018-08-10dm: led: move default state support in led uclassPatrick Delaunay
2018-08-10Revert "dm: led: auto probe() LEDs with "default-state""Patrick Delaunay
2018-08-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-08-09Merge git://git.denx.de/u-boot-dmTom Rini
2018-08-08Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2018-08-08dfu: Provide more verbose error messageSam Protsenko
2018-08-08dfu: Fix memory leak in dfu_init_env_entities()Sam Protsenko
2018-08-08dfu: Fix data abort in dfu_free_entities()Sam Protsenko
2018-08-08usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo
2018-08-08usb: rockchip: fix printing csw debug infoAlberto Panizzo
2018-08-08usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo
2018-08-08usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo
2018-08-08usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo
2018-08-08usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo
2018-08-08usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo
2018-08-08gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim
2018-08-08fsl/mc: Limit the ethernet name to ETH_NAME_LENPankaj Bansal
2018-08-08FSL PCI: Configure PCIe reference ratioJoakim Tjernlund
2018-08-08test: dm: pci: Add cases for finding PCI capability APIsBin Meng
2018-08-08dm: pci: Add APIs to find capability and extended capabilityBin Meng
2018-08-08pci: sandbox: emul: Rename priv structureBin Meng
2018-08-08pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng
2018-08-08pci: sandbox: Support dynamically binding device driverBin Meng
2018-08-08dm: pci: Assign correct driver data when binding a driverBin Meng
2018-08-08pci: sandbox: emul: Fix the call to pci_bus_find_devfn()Bin Meng