summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-05-24sound: tegra: Add a sound driverSimon Glass2-1/+101
2019-05-24tegra: sound: Add an I2S driverSimon Glass3-1/+153
2019-05-24tegra: sound: Add an audio hub driverSimon Glass3-0/+266
2019-05-22Merge tag 'dm-pull-22may19' of git://git.denx.de/u-boot-dmTom Rini4-8/+89
2019-05-22driver: watchdog: add sp805 watchdog supportQiang Zhao3-0/+135
2019-05-22scsi: ceva: Clean up the driver codePeng Ma1-17/+33
2019-05-22pci: ls_pcie_g4: add device tree fixups for PCI Stream IDsHou Zhiqiang3-6/+251
2019-05-22pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCsHou Zhiqiang4-0/+850
2019-05-22dm: core: Fix dm_extended_scan_fdt()Patrice Chotard1-1/+1
2019-05-22core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho1-1/+1
2019-05-22core: ofnode: Add ofnode_get_addr_size_indexKeerthy1-3/+10
2019-05-22spl: misc: Allow misc drivers in SPL and TPLSimon Glass2-3/+77
2019-05-21Merge git://git.denx.de/u-boot-mpc83xxTom Rini10-85/+117
2019-05-21Merge tag 'mmc-5-20' of https://github.com/MrVan/u-bootTom Rini1-18/+5
2019-05-21Merge tag 'video-for-2019.07-rc3' of git://git.denx.de/u-boot-videoTom Rini2-3/+17
2019-05-21board: gazerbeam: Fix SC detectionMario Six1-10/+12
2019-05-21gdsys_rxaui_ctrl: Use new regmap interfaceMario Six1-1/+1
2019-05-21gdsys_rxaui_ctrl: Return old stateMario Six1-1/+6
2019-05-21i2c: ihs: Improve error handlingMario Six1-24/+43
2019-05-21i2c: ihs: Get rid of fpgamapMario Six1-34/+23
2019-05-21mpc83xx_clk: Add enable methodMario Six1-0/+7
2019-05-21mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASEMario Six1-0/+4
2019-05-21mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to KconfigMario Six1-0/+4
2019-05-20mpc83xx: Make distinct caddy2 configMario Six2-2/+4
2019-05-20vme8349: Migrate to CONFIG_TARGET_VME8349Mario Six2-2/+2
2019-05-20mpc83xx: Introduce ARCH_MPC837XMario Six1-4/+4
2019-05-20mpc83xx: Introduce ARCH_MPC836*Mario Six1-4/+4
2019-05-20mpc83xx: Introduce ARCH_MPC834*Mario Six2-2/+2
2019-05-20mpc83xx: Introduce ARCH_MPC831*Mario Six1-2/+2
2019-05-20mpc83xx: Introduce ARCH_MPC830*Mario Six2-3/+3
2019-05-20Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-32/+102
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut1-2/+15
2019-05-20video: ipuv3: Set max display bpp to 32Marek Vasut1-1/+1
2019-05-20dm: arm: imx: video: add compatible for imx53-ipuSteffen Dirkwinkel1-0/+1
2019-05-20Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue"Lukasz Majewski1-18/+5
2019-05-19Merge git://git.denx.de/u-boot-x86Tom Rini2-4/+4
2019-05-19nvme: Fix warning of cast from pointer to integer of different sizeBin Meng2-4/+4
2019-05-18ata: ahci: drop read-only ahci_ioports membersChristian Gmeiner1-12/+0
2019-05-18watchdog: bcm6345: callback start use tick instead of msPhilippe Reynes1-5/+16
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner6-6/+7
2019-05-17i2c: mxc: Hide kconfig based control in DM_I2C modeTrent Piepho1-1/+4
2019-05-17i2c: mxc_i2c: Fix read and read->write xfers in DM modeTrent Piepho1-31/+64
2019-05-17i2c: mxc_i2c: Document how non-DM functions workTrent Piepho1-0/+34
2019-05-15Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini6-25/+38
2019-05-15Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-bootTom Rini1-1/+1
2019-05-14eth: mtk-eth: fix incorrect read of phy-handleWeijie Gao1-3/+4
2019-05-14net: rtl8169: Support RTL-8168h/8111hThierry Reding1-0/+1
2019-05-14net: rtl8169: Implement ->hwaddr_write() callbackThierry Reding1-0/+18
2019-05-14phy: ti: Init node before readingMichal Simek1-4/+4
2019-05-14net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used togetherJames Byrne3-18/+11