summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | nand: Drop dm.h header fileSimon Glass2020-08-032-2/+3
* | | adc: Drop dm.h header fileSimon Glass2020-08-033-2/+4
* | | pci: Drop dm.h inclusion from header fileSimon Glass2020-08-034-2/+3
* | | ti: am654: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* | | spi: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* | | mmc: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* | | power: Tidy up inclusion of regulator_common.hSimon Glass2020-08-034-5/+7
* | | fs: fs-loader: Drop dm.h header fileSimon Glass2020-08-031-0/+1
* | | mtd: spi-mem: Drop dm.h header fileSimon Glass2020-08-033-1/+9
* | | mtd: spi-nor: Tidy up error handling / debug codeSimon Glass2020-08-033-4/+4
* | | spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass2020-08-031-1/+1
|/ /
* | dm: sysreset: wait after reset messageHeinrich Schuchardt2020-08-011-0/+1
* | Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmWIP/29Jul2020Tom Rini2020-07-299-24/+191
|\ \
| * | dm: button: add a driver for button driven by gpioPhilippe Reynes2020-07-283-0/+122
| * | dm: button: add an uclass for buttonPhilippe Reynes2020-07-285-0/+63
| * | drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano2020-07-283-24/+6
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-stmTom Rini2020-07-291-1/+1
|\ \ \