summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-07arm: socfpga: Convert reset manager from struct to definesLey Foon Tan1-3/+3
2020-01-07spl: Allow cache drivers to be used in SPLLey Foon Tan2-1/+2
2020-01-07Merge branch 'next'Tom Rini78-408/+4034
2020-01-04Revert "mmc: davinci: drop struct davinci_mmc_plat"Tom Rini1-5/+11
2020-01-02video: add wrappers for ttf type files to .gitignoreDario Binacchi1-0/+1
2020-01-02video: Avoid using #ifdef in video-uclass.cSimon Glass1-28/+26
2020-01-02video: Avoid using #ifdef in vidconsole-uclass.cSimon Glass1-12/+10
2020-01-02video: Avoid using #ifdef in console_rotate.cSimon Glass1-167/+158
2020-01-02video: Avoid using #ifdef in video blitting codeSimon Glass1-64/+61
2020-01-02video: x86: Enable 32-bit graphics by defaultSimon Glass1-4/+1
2020-01-02pci: layerscape: Manage PCIe EP compatible string via KconfigPankaj Bansal3-2/+11
2020-01-02pci: layerscape: move PCIE related CONFIG to PCI KconfigPankaj Bansal1-0/+15
2019-12-28Merge tag 'u-boot-imx-20191228' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-4/+7
2019-12-28Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini3-2/+19
2019-12-27rtc: rx8010js: add compatible stringRobert Beckett1-0/+1
2019-12-27rtc: s35392a: add compatible stringsRobert Beckett1-0/+2
2019-12-27rtc: rx8010sj: fix DM initializationRobert Beckett1-1/+1
2019-12-27spi: rk: Limit transfers to (64K - 1) bytesJagan Teki1-2/+8
2019-12-27mtd: spi-nor-core: Fix static checker warningsVignesh Raghavendra1-0/+6
2019-12-27imx8m: ddr_init: Move ddr_init() messages to debug levelFabio Estevam1-3/+3
2019-12-26phy: ti-pipe3: Fix SATA & USB PHY power up sequenceRoger Quadros1-17/+19
2019-12-26phy: ti-pipe3: improve DPLL stability for SATA & USBRoger Quadros1-0/+193
2019-12-26phy: ti-pipe3: Introduce mode property in driver dataRoger Quadros1-6/+28
2019-12-26phy: ti-pipe3: Use TRM recommended settings for SATA DPLLRoger Quadros1-7/+7
2019-12-26armv8: lx2160a: Add FSL_PEX_STREAM_ID_END for LX2160AWasim Khan1-1/+1
2019-12-26pci: layerscape_gen4: Suffix API names with _ls_gen4Wasim Khan1-8/+12
2019-12-26pci: layerscape: Suffix API names with _lsWasim Khan1-11/+11
2019-12-26pci: layerscape: Add stream_id_cur field to ls_pcie structureWasim Khan2-2/+4
2019-12-26drivers/pci : enable pcie_layerscape code for lx2160a rev2Wasim Khan1-1/+1
2019-12-26drivers/fsl-mc: Support DPSPARSER object and apply spb commandFlorinel Iordache4-22/+396
2019-12-23mpc85xx: ddr: Always start DDR RAM in Self Refresh modeJoakim Tjernlund1-7/+6
2019-12-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-16/+17
2019-12-21usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki2-16/+16
2019-12-21usb: cdns3: ep0: Fix build warnings related to cache opsVignesh Raghavendra1-0/+1
2019-12-20drivers: net: bcm-sf2: pass -1 to phy_connect()Alex Marginean1-1/+1
2019-12-20net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYsMarek Vasut1-1/+1
2019-12-18mtd: spi-nor: ids: Add GigaDevice gd25q128Peter Robinson1-0/+5
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini63-307/+3263
2019-12-17misc: i2c_eeprom: add size queryRobert Beckett1-19/+126
2019-12-17misc: i2c_eeprom: add fixed partitions supportRobert Beckett1-0/+98
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett1-5/+14
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett1-14/+47
2019-12-17i2c: add support for offset overflow in to addressRobert Beckett1-7/+27
2019-12-15i2c: designware: Add Apollo Lake supportSimon Glass1-0/+25
2019-12-15x86: apl: Add pinctrl driverSimon Glass3-3/+206
2019-12-15x86: apl: Add PMC driverSimon Glass1-0/+56
2019-12-15x86: Add a generic Intel GPIO driverSimon Glass3-0/+171
2019-12-15x86: Add a generic Intel pinctrl driverSimon Glass5-0/+667
2019-12-15mtd: spi: Export spi_flash_std_probe()Simon Glass1-1/+1
2019-12-15spi: ich: Add Apollo Lake supportSimon Glass2-5/+15