aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-08-07led: led_cortina: Add CAxxx LED supportJway Lin3-0/+307
2020-08-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini4-25/+24
2020-08-06blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-6/+9
2020-08-06drivers: serial: Make serial_initialize return intOvidiu Panait2-3/+5
2020-08-06dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait1-4/+5
2020-08-05usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese3-16/+14
2020-08-05usb: usb-uclass.c: Drop le16_to_cpu() as values are already swappedStefan Roese1-4/+4
2020-08-05usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()Stefan Roese1-1/+1
2020-08-05usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Stefan Roese1-4/+5
2020-08-04pinctrl: aspeed: Fix Kconfig entry indentationMichal Simek1-7/+7
2020-08-04net: dwc_eth_qos: add Kconfig option to select supported configurationPatrick Delaunay2-6/+33
2020-08-04psci: put psci_method in .data section if EFI_LOADER is not enabledYann Gautier1-0/+4
2020-08-04Fix corner case in bad block table handling.Doyle, Patrick1-1/+1
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini5-39/+119
2020-08-04Merge tag 'fixes-for-2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-4/+9
2020-08-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini4-25/+193
2020-08-04Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini9-0/+955
2020-08-03net: Drop duplicate include of dm.h in pcnet.cSimon Glass1-1/+0
2020-08-03clk: Drop dm.h header file in clk-provider.hSimon Glass3-6/+16
2020-08-03usb: Drop dm.h header fileSimon Glass3-36/+47
2020-08-03ufs: Drop dm.h header fileSimon Glass3-4/+5
2020-08-03nand: Drop dm.h header fileSimon Glass2-2/+3
2020-08-03adc: Drop dm.h header fileSimon Glass3-2/+4
2020-08-03pci: Drop dm.h inclusion from header fileSimon Glass4-2/+3
2020-08-03ti: am654: Drop duplicate dm.h inclusionSimon Glass1-1/+0
2020-08-03spi: Drop duplicate dm.h inclusionSimon Glass1-1/+0
2020-08-03mmc: Drop duplicate dm.h inclusionSimon Glass1-1/+0
2020-08-03power: Tidy up inclusion of regulator_common.hSimon Glass4-5/+7
2020-08-03fs: fs-loader: Drop dm.h header fileSimon Glass1-0/+1
2020-08-03mtd: spi-mem: Drop dm.h header fileSimon Glass3-1/+9
2020-08-03mtd: spi-nor: Tidy up error handling / debug codeSimon Glass3-4/+4
2020-08-03spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass1-1/+1
2020-08-04configs: reset: fu540: enable dm reset framework for SiFiveSagar Shrikant Kadam2-0/+10
2020-08-04sifive: reset: add DM based reset driver for SiFive SoC'sSagar Shrikant Kadam2-15/+176
2020-08-04fu540: prci: use common reset indexes defined in binding headerSagar Shrikant Kadam1-10/+7
2020-08-03video: ipuv3: fix framebuffer base address init with multiple IPUsAnatolij Gustschin1-4/+9
2020-08-03drivers: spi: Add SPI controller driver for OcteonSuneel Garapati3-0/+622
2020-08-03clk: clk_octeon: Add simple MIPS Octeon clock driverStefan Roese3-0/+80
2020-08-03gpio: octeon_gpio: Add GPIO controller driver for OcteonSuneel Garapati3-0/+253
2020-08-02drivers: rename more drivers to match compatible stringWalter Lozano2-4/+6
2020-08-02mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabledWalter Lozano1-1/+24
2020-08-02gpio: mxc_gpio: add OF_PLATDATA supportWalter Lozano1-6/+21
2020-08-02mmc: fsl_esdhc_imx: add OF_PLATDATA supportWalter Lozano1-14/+53
2020-08-02mmc: fsl_esdhc_imx: rename driver name to match ll_entryWalter Lozano1-1/+1
2020-08-01dm: sysreset: wait after reset messageHeinrich Schuchardt1-0/+1
2020-07-29Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini9-24/+191
2020-07-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-stmTom Rini1-1/+1
2020-07-29drivers: tee: broadcom: add optee based bnxt fw load driverVikas Gupta5-0/+195
2020-07-29drivers: gpio: add broadcom iproc gpio driver supportRayagonda Kokatanur3-0/+302
2020-07-29video: add nexell video driver (display/video driver)Stefan Bosch10-0/+2607