summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* test: dm: Add a test case for simple-bus <ranges>Bin Meng2021-04-151-0/+1
* dm: core: Correctly read <ranges> of simple-busBin Meng2021-04-152-7/+38
* net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng2021-04-151-3/+27
* net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng2021-04-151-1/+3
* sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil2021-04-153-0/+189
* net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean2021-04-151-5/+1
* net: phy: fixed: Support the old DT bindingBin Meng2021-04-151-3/+23
* net: phy: fixed: Add the missing ending newlineBin Meng2021-04-151-1/+1
* net: phy: fixed: Make driver ops staticBin Meng2021-04-151-4/+4
* net: phy: Simplify the logic of phy_connect_fixed()Bin Meng2021-04-151-8/+8
* net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng2021-04-152-6/+1
* net: phy: xilinx: Be compatible with live OF treeBin Meng2021-04-152-44/+40
* net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean2021-04-151-6/+0
* net: phy: fixed: Be compatible with live OF treeVladimir Oltean2021-04-152-24/+32
* of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng2021-04-151-0/+23
* watchdog: Add booke watchdog driverChris Packham2021-04-153-0/+114
* scmi: translate the resource only when livetree is not activatedPatrick Delaunay2021-04-121-2/+7
* gpio: Drop dm_gpio_set_dir()Simon Glass2021-04-121-11/+0
* gpio: i2c-gpio: Drop use of dm_gpio_set_dir()Simon Glass2021-04-121-10/+9
* qemu: add MMIO driver for QFWAsherah Connor2021-04-123-0/+127
* test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor2021-04-122-0/+128
* x86: qemu: move QFW to its own uclassAsherah Connor2021-04-124-162/+166
* scmi: correctly configure MMU for SCMI bufferPatrick Delaunay2021-04-121-2/+4
* fastboot: Fix possible buffer overrunSean Anderson2021-04-121-3/+3
* lib: string: Implement strlcatSean Anderson2021-04-121-6/+0
* tee: optee: Change printing during optee_probeIlias Apalodimas2021-04-121-3/+3
* rtc: add support for rv3028 rtcHeiko Schocher2021-04-123-0/+215
* firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere2021-04-121-2/+2
* firmware: scmi: sandbox test for voltage regulatorEtienne Carriere2021-04-122-3/+225
* firmware: scmi: voltage regulatorEtienne Carriere2021-04-124-0/+214
* pci: Mark 64bit Memory BARs as suchPhil Sutter2021-04-121-1/+2
* mtd: Update fail_addr when erase fails due to bad blocksFarhan Ali2021-04-121-0/+2
* power: pmic: remove pmic_max77696.c fileJaehoon Chung2021-04-122-32/+0
* Merge branch '2021-04-11-remove-non-migrated-boards'Tom Rini2021-04-1110-215/+4
|\
| * ppc: Remove Cyrus_P5020 and P5040 boardsTom Rini2021-04-103-3/+0
| * ppc: Remove T2081QDS board and ARCH_T2081 supportTom Rini2021-04-102-2/+0
| * ppc: Remove TARGET_T1040QDS referencesTom Rini2021-04-101-1/+0
| * arm: Remove s32v234evb boardTom Rini2021-04-101-1/+1
| * arm: Remove vexpress_ca15_tc2 boardTom Rini2021-04-101-1/+1
| * arm: Remove apf27 boardTom Rini2021-04-101-1/+1
| * drivers: ata: Remove mvsata_ide driverTom Rini2021-04-103-206/+0
| * ata: DWC_AHSATA depends on BLKTom Rini2021-04-101-0/+1
* | Merge tag 'video-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-04-1113-52/+303
|\ \ | |/ |/|
| * video: Fix line padding calculation for 16 and 24 BPP bitmapsSylwester Nawrocki2021-04-101-2/+2
| * tegra: video: fix tegra_dc_sor_config_panel()Heinrich Schuchardt2021-04-101-2/+2
| * finish removing mb862xx video driverTrevor Woerner2021-04-101-14/+0
| * video: SIMPLE_PANEL depends on DM_GPIOAsherah Connor2021-04-101-1/+1
| * pwm: Add a driver for Chrome OS EC PWMAlper Nebi Yasak2021-04-104-0/+111
| * video: backlight: Support PWMs without a known period_nsAlper Nebi Yasak2021-04-102-8/+23
| * rockchip: video: vop: Add reset supportArnaud Patard (Rtp)2021-04-101-3/+47