summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers: pcie: add Broadcom IPROC PCIe RC driverSrinath Mannam2020-08-143-0/+1295
* drivers: pci: add api to get dma regionsRayagonda Kokatanur2020-08-141-0/+42
* Merge tag 'u-boot-stm32-20200813' of https://gitlab.denx.de/u-boot/custodians...WIP/13Aug2020Tom Rini2020-08-135-258/+1309
|\
| * mtd: rawnand: stm32_fmc2: get resources from parent nodeChristophe Kerello2020-08-131-28/+59
| * memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driverChristophe Kerello2020-08-133-0/+1066
| * mtd: rawnand: stm32_fmc2: use clrsetbits_le32Christophe Kerello2020-08-131-35/+21
| * mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macrosChristophe Kerello2020-08-131-64/+56
| * mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where re...Christophe Kerello2020-08-131-132/+131
| * mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_5S for timeoutsChristophe Kerello2020-08-131-3/+5
| * mtd: rawnand: stm32_fmc2: remove useless inline commentsChristophe Kerello2020-08-131-25/+0
| * mtd: rawnand: stm32_fmc2: fix a buffer overflowChristophe Kerello2020-08-131-1/+1
| * usb: host: dwc3-sti-glue: Fix ofnode_valid() parameterPatrice Chotard2020-08-131-1/+1
* | soc: soc_ti_k3: Add device identification for J7200 SoCKishon Vijay Abraham I2020-08-111-0/+4
* | ram: k3-j721e: Relax version checks for memory controllerLokesh Vutla2020-08-111-15/+1
* | mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded valueFaiz Abbas2020-08-111-1/+1
* | watchdog: Add support for K3 RTI watchdogJan Kiszka2020-08-113-0/+131
|/
* led: led_cortina: Add CAxxx LED supportJway Lin2020-08-073-0/+307
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbWIP/06Aug2020Tom Rini2020-08-064-25/+24
|\
| * usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese2020-08-053-16/+14
| * usb: usb-uclass.c: Drop le16_to_cpu() as values are already swappedStefan Roese2020-08-051-4/+4
| * usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()Stefan Roese2020-08-051-1/+1
| * usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Stefan Roese2020-08-051-4/+5
* | blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2020-08-061-6/+9
* | drivers: serial: Make serial_initialize return intOvidiu Panait2020-08-062-3/+5
* | dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait2020-08-061-4/+5
* | pinctrl: aspeed: Fix Kconfig entry indentationMichal Simek2020-08-041-7/+7
* | net: dwc_eth_qos: add Kconfig option to select supported configurationPatrick Delaunay2020-08-042-6/+33
* | psci: put psci_method in .data section if EFI_LOADER is not enabledYann Gautier2020-08-041-0/+4
* | Fix corner case in bad block table handling.Doyle, Patrick2020-08-041-1/+1
|/
* Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...WIP/04Aug2020Tom Rini2020-08-045-39/+119
|\
| * drivers: rename more drivers to match compatible stringWalter Lozano2020-08-022-4/+6
| * mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabledWalter Lozano2020-08-021-1/+24
| * gpio: mxc_gpio: add OF_PLATDATA supportWalter Lozano2020-08-021-6/+21
| * mmc: fsl_esdhc_imx: add OF_PLATDATA supportWalter Lozano2020-08-021-14/+53
| * mmc: fsl_esdhc_imx: rename driver name to match ll_entryWalter Lozano2020-08-021-1/+1
| * imx8m: ddrphy_utils: Improve coding styleFabio Estevam2020-07-271-14/+15
* | Merge tag 'fixes-for-2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-08-041-4/+9
|\ \
| * | video: ipuv3: fix framebuffer base address init with multiple IPUsAnatolij Gustschin2020-08-031-4/+9
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-08-044-25/+193
|\ \ \
| * | | configs: reset: fu540: enable dm reset framework for SiFiveSagar Shrikant Kadam2020-08-042-0/+10
| * | | sifive: reset: add DM based reset driver for SiFive SoC'sSagar Shrikant Kadam2020-08-042-15/+176
| * | | fu540: prci: use common reset indexes defined in binding headerSagar Shrikant Kadam2020-08-041-10/+7
| |/ /
* | | Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-08-049-0/+955
|\ \ \
| * | | drivers: spi: Add SPI controller driver for OcteonSuneel Garapati2020-08-033-0/+622
| * | | clk: clk_octeon: Add simple MIPS Octeon clock driverStefan Roese2020-08-033-0/+80
| * | | gpio: octeon_gpio: Add GPIO controller driver for OcteonSuneel Garapati2020-08-033-0/+253
| |/ /
* | | net: Drop duplicate include of dm.h in pcnet.cSimon Glass2020-08-031-1/+0
* | | clk: Drop dm.h header file in clk-provider.hSimon Glass2020-08-033-6/+16
* | | usb: Drop dm.h header fileSimon Glass2020-08-033-36/+47
* | | ufs: Drop dm.h header fileSimon Glass2020-08-033-4/+5