aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-09-10serial: protect access to serial rx bufferPatrick Delaunay1-0/+3
2018-09-10mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCsMasahiro Yamada1-0/+4
2018-09-04Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini1-1/+1
2018-09-04watchdog: mx25: use the imx_watchdog driver for mx25Martin Kaiser1-1/+1
2018-08-30Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2-2/+2
2018-08-30mmc: renesas-sdhi: Use priv directlyMarek Vasut1-1/+1
2018-08-29usb: dwc2: Add reset ctrl to driverLey Foon Tan1-0/+37
2018-08-28pci: rmobile: Filter out device 1 and 2Marek Vasut1-1/+1
2018-08-28usb: ehci: Add PHY support to ehci-pciMarek Vasut1-4/+27
2018-08-28usb: ehci: Make the PHY handling genericMarek Vasut3-53/+74
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini3-0/+98
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini6-511/+173
2018-08-24timer: dw-apb: Add Designware APB timer driverMarek Vasut3-0/+98
2018-08-23usb: musb-new: Call musb_platform_exit from musb_stopJagan Teki1-0/+1
2018-08-23usb: musb-new: sunxi: Add proper musb exit supportJagan Teki1-21/+28
2018-08-23musb-new: sunxi: Access ahb_reset0_cfg via ccm offsetJagan Teki1-12/+28
2018-08-23usb: musb-new: sunxi: Allocate struct phy in privateJagan Teki1-13/+11
2018-08-23usb: musb-new: Fix improper musb host pointerJagan Teki3-11/+15
2018-08-21device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot1-19/+11
2018-08-21dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot1-6/+13
2018-08-21dm: print the index of the device when dumping the dm treeJean-Jacques Hiblot1-6/+10
2018-08-21uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot1-0/+21
2018-08-21usb: gadget: Add bcdDevice for the DWC3 USB Gadget ControllerJean-Jacques Hiblot1-0/+2
2018-08-21usb: musb-new: omap2430: Enable DM_USB and OF supportAdam Ford1-1/+149
2018-08-21usb: musb-new: omap2430: Remove dead codeAdam Ford1-512/+0
2018-08-20Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-4/+4
2018-08-20Merge git://git.denx.de/u-boot-x86Tom Rini1-11/+16
2018-08-20x86: tsc: Try hardware calibration firstBin Meng1-11/+16
2018-08-19drivers: regulator: fixed: add u-boot, off-on-delay-usPeng Fan1-0/+6
2018-08-17Convert CONFIG_SYS_I2C_DAVINCI to KconfigAdam Ford1-0/+6
2018-08-17Convert CONFIG_TWL4030_LED et al to KconfigAdam Ford2-0/+10
2018-08-17Convert CONFIG_VIDEO_OMAP3 to KconfigAdam Ford1-0/+6
2018-08-17Add BOOTCOUNT_BOOTLIMIT to set reboot limitAlex Kiernan1-0/+8
2018-08-17Convert CONFIG_MII et al to KconfigAdam Ford1-0/+10
2018-08-17kconfig: fix typo 'parition'Simon Goldschmidt1-1/+1
2018-08-17Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini4-1/+200
2018-08-17Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini7-9/+554
2018-08-14phy: rcar: Add R-Car Gen2 PHY driverMarek Vasut3-0/+199
2018-08-14phy: Fix off-by-one error when parsing DT PHY bindingsMarek Vasut1-1/+1
2018-08-13mmc: socfpga: Add clock framework supportMarek Vasut1-9/+31
2018-08-13clk: socfpga: Add initial Arria10 clock driverMarek Vasut3-0/+371
2018-08-13net: designware: socfpga: Add Arria10 extrasMarek Vasut3-0/+152
2018-08-13tpm: sandbox: fix wrong assignment with a simplificationMiquel Raynal1-26/+26
2018-08-13tpm: sandbox: fix wrong check on pcr_mapMiquel Raynal1-3/+3
2018-08-13clk: at91: utmi: add timeout for utmi lockEugen Hristev1-1/+6
2018-08-13Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini5-41/+89
2018-08-11Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini6-1/+497
2018-08-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini15-21/+3784
2018-08-11misc: Add gdsys_ioep driverMario Six4-0/+353
2018-08-11test: Add tests for misc uclassMario Six2-1/+134