summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-01-07dm: devres: Convert to use loggingSimon Glass
2020-01-07dm: core: Add a new flag to track platform dataSimon Glass
2020-01-07dm: core: Export a new function to read platdataSimon Glass
2020-01-07dm: core: Allocate parent data separate from probing parentSimon Glass
2020-01-07dm: core: Move ofdata_to_platdata() call earlierSimon Glass
2020-01-07dm: core: Don't clear active flag twice when probe() failsSimon Glass
2020-01-07aspeed: ast2500: Read clock ofdata in the correct methodSimon Glass
2020-01-07pci: Print a warning if the bus is accessed before probingSimon Glass
2020-01-07usb: Drop use of BUG_ON() and WARN_ON()Simon Glass
2020-01-07dm: core: Use assert_noisy() in devresSimon Glass
2020-01-07virtio: rng: Add a random number generator(rng) driverSughosh Ganu
2020-01-07sandbox: rng: Add a random number generator(rng) driverSughosh Ganu
2020-01-07stm32mp1: rng: Add a driver for random number generator(rng) deviceSughosh Ganu
2020-01-07clk: stm32mp1: Add a clock entry for RNG1 deviceSughosh Ganu
2020-01-07dm: rng: Add random number generator(rng) uclassSughosh Ganu
2020-01-07power: regulator: support off-on-delay-usPeng Fan
2020-01-07remoteproc: stm32: load resource table from firmwareFabien Dessenne
2020-01-07remoteproc: stm32: track the coprocessor state in a backup registerFabien Dessenne
2020-01-07remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne
2020-01-07drivers: board: Add get_fit_loadable()Jean-Jacques Hiblot
2020-01-07drivers: board: Make the board drivers available in SPLJean-Jacques Hiblot
2020-01-07Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-01-07Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-01-07ddr: socfpga: Enable ARM64 Non-Secure SDRAM ECC AccessThor Thayer
2020-01-07arm: socfpga: stratix10: Enable SMMU accessThor Thayer
2020-01-07ddr: altera: agilex: Add SDRAM driver for AgilexLey Foon Tan
2020-01-07ddr: altera: Restructure Stratix 10 SDRAM driverLey Foon Tan
2020-01-07cache: Add Arteris Ncore cache coherent unit driverLey Foon Tan
2020-01-07clk: agilex: Add clock driver for AgilexLey Foon Tan
2020-01-07arm: socfpga: Move Stratix10 and Agilex system manager common codeLey Foon Tan
2020-01-07arm: socfpga: Move firewall code to firewall fileLey Foon Tan
2020-01-07arm: socfpga: Convert clock manager from struct to definesLey Foon Tan
2020-01-07arm: socfpga: Convert system manager from struct to definesLey Foon Tan
2020-01-07arm: socfpga: Convert reset manager from struct to definesLey Foon Tan
2020-01-07spl: Allow cache drivers to be used in SPLLey Foon Tan
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko
2020-01-07video: meson: Drop unnecessary header includesSimon Glass
2020-01-07ddr: imx8m: Return error values from LPDDR4 trainingFrieder Schrempf
2020-01-07pci: imx: Add iMX6SX compatibleMarek Vasut
2020-01-07video: lg4573: convert to DMHeiko Schocher
2020-01-06Merge branch 'next'Tom Rini
2020-01-04Revert "mmc: davinci: drop struct davinci_mmc_plat"Tom Rini
2020-01-02video: add wrappers for ttf type files to .gitignoreDario Binacchi
2020-01-02video: Avoid using #ifdef in video-uclass.cSimon Glass
2020-01-02video: Avoid using #ifdef in vidconsole-uclass.cSimon Glass
2020-01-02video: Avoid using #ifdef in console_rotate.cSimon Glass
2020-01-02video: Avoid using #ifdef in video blitting codeSimon Glass
2020-01-02video: x86: Enable 32-bit graphics by defaultSimon Glass
2020-01-02pci: layerscape: Manage PCIe EP compatible string via KconfigPankaj Bansal
2020-01-02pci: layerscape: move PCIE related CONFIG to PCI KconfigPankaj Bansal