summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-22pci: rockchip: Drop legacy PHY driverJagan Teki4-354/+74
2020-07-22pci: rockchip: Switch to generic-phyJagan Teki3-10/+16
2020-07-22phy: Add Rockchip PCIe PHY driverJagan Teki3-0/+279
2020-07-22rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not setKever Yang1-0/+13
2020-07-22ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUGJagan Teki1-4/+8
2020-07-22ram: rk3399: Drop debug stride in driverJagan Teki1-25/+0
2020-07-22drivers: spi: rk_spi: Add support for RK3328Johannes Krottmayer1-0/+2
2020-07-22drivers: clk: rockchip: clk_rk3328: Add SPI supportJohannes Krottmayer1-0/+31
2020-07-17mtd: mtdpart: use uint64_t instead of int for cur_offMartin Kaistra1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada3-4/+4
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada71-127/+131
2020-07-17Convert CONFIG_MXC_UART to KconfigTom Rini1-1/+2
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini26-54/+1107
2020-07-17Merge tag 'u-boot-imx-20200716' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini18-159/+586
2020-07-17acpi: Enable ACPI table generation by default on x86Simon Glass1-1/+1
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass1-1/+1
2020-07-17pmc: Move common registers to the header fileSimon Glass1-9/+0
2020-07-17p2sb: Add a method to hide the busSimon Glass1-0/+10
2020-07-17i2c: designware_i2c: Support ACPI table generationSimon Glass3-1/+136
2020-07-17i2c: Add log_ret() on errorSimon Glass1-2/+2
2020-07-17i2c: designware_i2c: Add a little more debuggingSimon Glass1-5/+5
2020-07-17x86: gpio: Add support for obtaining ACPI info for a GPIOSimon Glass1-0/+34
2020-07-17x86: pinctrl: Drop the acpi_path memberSimon Glass1-4/+0
2020-07-17x86: pinctrl: Set up itss in the probe() methodSimon Glass1-4/+4
2020-07-17x86: pinctrl: Add multi-ACPI controlSimon Glass2-0/+14
2020-07-17x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass3-14/+28
2020-07-17sound: Add an ACPI driver for Maxim MAX98357acSimon Glass3-0/+171
2020-07-17sound: Add an ACPI driver for Dialog Semicondutor da7219Simon Glass3-0/+200
2020-07-17acpi: mmc: Generate ACPI info for the PCI SD CardSimon Glass1-1/+77
2020-07-17dm: acpi: Add support for the NHLT tableSimon Glass1-0/+15
2020-07-17dm: core: Add a way of overriding the ACPI device pathSimon Glass1-0/+19
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass1-0/+16
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass3-22/+11
2020-07-17acpi: Add support for DSDT generationSimon Glass1-1/+24
2020-07-17acpi: Support ordering SSDT data by deviceSimon Glass1-0/+84
2020-07-17acpi: Record the items added to SSDTSimon Glass1-4/+79
2020-07-17acpi: Add support for SSDT generationSimon Glass1-0/+14
2020-07-17acpi: Support generation of SPI descriptorSimon Glass1-0/+11
2020-07-17acpi: Support generation of I2C descriptorSimon Glass2-0/+24
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass2-0/+99
2020-07-17irq: Add a method to convert an interrupt to ACPISimon Glass2-2/+32
2020-07-17dm: core: Add an ACPI name for the root nodeSimon Glass1-0/+13
2020-07-17drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband BridgeWolfgang Wallner1-6/+6
2020-07-16watchdog: imx: Support set timeout by wdt commandMo, Yuezhang1-5/+13
2020-07-16power: pmic_pca9450: fix PCA9450A I2C addressSébastien Szymanski1-20/+1
2020-07-16gpio: mxc_gpio: Improve to use ofdata_to_platdataYe Li1-27/+9
2020-07-16misc: scu_api: Add SCFW API to get the index of boot container setYe Li1-0/+25
2020-07-16spi: fsl_qspi: Support to use full AHB space on i.MXYe Li2-24/+98
2020-07-16spi: fsl_qspi: Add support for i.MX7ULPYe Li1-6/+16
2020-07-16Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2-8/+49