aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-14net: zynq: Add a note about RX_BUF macroMichal Simek1-0/+1
2020-01-14firmware: Remove probe which is causing extra bindAshok Reddy Soma1-1/+0
2020-01-14zynq: mtd: nand: Remove hardcoded base addressesAshok Reddy Soma1-37/+57
2020-01-14zynq: mtd: nand: Move zynq nand driver to driver modelAshok Reddy Soma2-11/+34
2020-01-14spi: Fix manual relocation calling more timesAshok Reddy Soma1-15/+19
2020-01-14mtd: nand: Remove hardcoded base address of nandAshok Reddy Soma1-148/+174
2020-01-14mtd: nand: Move arasan nand driver to driver modelAshok Reddy Soma2-16/+37
2020-01-10virtio: fix typo devicdHeinrich Schuchardt1-1/+1
2020-01-10poweroff: add poweroff for mt6323 pmicFrank Wunderlich3-0/+45
2020-01-10rtc: add support for DS3232 deviceHan Nandor3-0/+283
2020-01-10bootcount: add a DM i2c eeprom backing store for bootcountRobert Beckett3-0/+106
2020-01-10drivers: mcfmii: add dm supportAngelo Durgehello1-23/+25
2020-01-10drivers: fsl_mcdmafec: conversion to dmAngelo Durgehello1-337/+354
2020-01-10drivers: mcffec: conversion to dmAngelo Durgehello1-294/+293
2020-01-10drivers: net: add mcf fec dm Kconfig supportAngelo Durgehello1-0/+16
2020-01-09Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini1-1/+4
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini10-30/+119
2020-01-09Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-0/+21
2020-01-08Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini12-0/+369
2020-01-08Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini11-0/+560
2020-01-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini19-481/+1695
2020-01-08Merge tag 'u-boot-amlogic-20200108' of https://gitlab.denx.de/u-boot/custodia...Tom Rini7-15/+39
2020-01-08ata: fsl_sata: Continue probing other sata port when failed current port.Peng Ma1-7/+51
2020-01-08ata: sata_sil: Continue probing other sata port when failed current port.Peng Ma1-4/+56
2020-01-08clk: imx: add i.MX8MP clk driverPeng Fan3-0/+380
2020-01-08clk: imx: add imx_clk_mux2_flagsPeng Fan1-0/+10
2020-01-08power: Add new PMIC PCA9450 driverYe Li4-0/+152
2020-01-08ddr: imx8m: Add DRAM PLL to generate 1000Mhz outputPeng Fan1-0/+4
2020-01-08mxc_ocotp: support i.MX8MPPeng Fan1-0/+13
2020-01-08pinctrl: imx8m: support i.MX8MPPeng Fan1-0/+1
2020-01-08mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalidRasmus Villemoes1-1/+4
2020-01-07dm: Add a debug message when devices are skipped pre-relocSean Anderson1-1/+3
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass1-5/+13
2020-01-07dm: devres: Use an enum for the allocation phaseSimon Glass1-6/+16
2020-01-07dm: devres: Add testsSimon Glass1-0/+13
2020-01-07dm: devres: Convert to use loggingSimon Glass1-2/+4
2020-01-07dm: core: Add a new flag to track platform dataSimon Glass2-1/+4
2020-01-07dm: core: Export a new function to read platdataSimon Glass1-2/+27
2020-01-07dm: core: Allocate parent data separate from probing parentSimon Glass1-8/+11
2020-01-07dm: core: Move ofdata_to_platdata() call earlierSimon Glass1-7/+7
2020-01-07dm: core: Don't clear active flag twice when probe() failsSimon Glass1-3/+1
2020-01-07aspeed: ast2500: Read clock ofdata in the correct methodSimon Glass1-2/+2
2020-01-07pci: Print a warning if the bus is accessed before probingSimon Glass1-0/+13
2020-01-07usb: Drop use of BUG_ON() and WARN_ON()Simon Glass4-1/+13
2020-01-07dm: core: Use assert_noisy() in devresSimon Glass1-3/+3
2020-01-07virtio: rng: Add a random number generator(rng) driverSughosh Ganu4-0/+96
2020-01-07sandbox: rng: Add a random number generator(rng) driverSughosh Ganu3-0/+65
2020-01-07stm32mp1: rng: Add a driver for random number generator(rng) deviceSughosh Ganu3-0/+168
2020-01-07clk: stm32mp1: Add a clock entry for RNG1 deviceSughosh Ganu1-0/+1
2020-01-07dm: rng: Add random number generator(rng) uclassSughosh Ganu5-0/+39