summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Drop global data sdhc_adapter for powerpcYangbo Lu2020-07-271-1/+0
* armv8: ls1012a: RGMII ports require internal delayChaitanya Sakinam2020-07-271-1/+1
* crypto/fsl: fix unaligned accessMichael Walle2020-07-271-14/+13
* net: pfe_eth: Use spi_flash_read API to access flash memoryKuldeep Singh2020-07-271-1/+44
* fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delaysVladimir Oltean2020-07-271-1/+53
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-07-243-19/+41
|\
| * ram: sifive: Avoid using hardcoded ram base and sizeBin Meng2020-07-241-15/+15
| * serial: Fix SIFIVE debug serial dependencyMichal Simek2020-07-241-1/+1
| * sysreset: syscon: Support value propertyBin Meng2020-07-241-5/+17
| * sysreset: syscon: Don't assume default value for offset and mask propertyBin Meng2020-07-241-2/+12
* | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-24175-507/+203
|/
* Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dmTom Rini2020-07-23175-203/+507
|\
| * treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-20118-123/+123
| * treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-205-5/+5
| * treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-2046-47/+47
| * dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCsDave Gerlach2020-07-203-0/+132
| * test: Add tests for SOC uclassDave Gerlach2020-07-202-0/+57
| * dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach2020-07-203-0/+112
| * cpu: Convert the methods to use a const udevice *Simon Glass2020-07-206-32/+34
| * dm: core Fix long line in device_bind_common()Simon Glass2020-07-201-1/+2
* | Merge tag 'u-boot-rockchip-20200722' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-07-2212-388/+418
|\ \
| * | pci: rockchip: Drop legacy PHY driverJagan Teki2020-07-224-354/+74
| * | pci: rockchip: Switch to generic-phyJagan Teki2020-07-223-10/+16
| * | phy: Add Rockchip PCIe PHY driverJagan Teki2020-07-223-0/+279
| * | rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not setKever Yang2020-07-221-0/+13
| * | ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUGJagan Teki2020-07-221-4/+8
| * | ram: rk3399: Drop debug stride in driverJagan Teki2020-07-221-25/+0
| * | drivers: spi: rk_spi: Add support for RK3328Johannes Krottmayer2020-07-221-0/+2
| * | drivers: clk: rockchip: clk_rk3328: Add SPI supportJohannes Krottmayer2020-07-221-0/+31
* | | mtd: spinand: micron: Add new Micron SPI NAND devices with multiple diesShivamurthy Shastri2020-07-201-0/+55
* | | mtd: spinand: micron: Add M70A series Micron SPI NAND devicesShivamurthy Shastri2020-07-201-0/+20
* | | mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri2020-07-201-0/+16
* | | mtd: spinand: micron: Add new Micron SPI NAND devicesShivamurthy Shastri2020-07-201-0/+30
* | | mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGDShivamurthy Shastri2020-07-201-0/+1
* | | mtd: spinand: micron: Generalize the OOB layout structure and function namesShivamurthy Shastri2020-07-201-14/+14
| |/ |/|
* | dm: core: Don't show an ACPI warning if there is no orderingSimon Glass2020-07-201-1/+1
* | sysreset: Add Octeon sysreset driverStefan Roese2020-07-183-0/+60
|/
* mtd: mtdpart: use uint64_t instead of int for cur_offMartin Kaistra2020-07-171-1/+1
* treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada2020-07-173-4/+4
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-1771-127/+131
* Convert CONFIG_MXC_UART to KconfigTom Rini2020-07-171-1/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-07-1726-54/+1107
|\
| * acpi: Enable ACPI table generation by default on x86Simon Glass2020-07-171-1/+1
| * x86: apl: Fix save/restore of ITSS prioritiesSimon Glass2020-07-171-1/+1
| * pmc: Move common registers to the header fileSimon Glass2020-07-171-9/+0
| * p2sb: Add a method to hide the busSimon Glass2020-07-171-0/+10
| * i2c: designware_i2c: Support ACPI table generationSimon Glass2020-07-173-1/+136
| * i2c: Add log_ret() on errorSimon Glass2020-07-171-2/+2
| * i2c: designware_i2c: Add a little more debuggingSimon Glass2020-07-171-5/+5
| * x86: gpio: Add support for obtaining ACPI info for a GPIOSimon Glass2020-07-171-0/+34