summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: designware: add DM_MDIO supportNeil Armstrong2021-04-061-1/+92
| * | | net: add MMIO Register MDIO MUX driverNeil Armstrong2021-04-063-0/+137
| |/ /
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-04-062-4/+37
|\ \ \
| * | | watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár2021-04-062-0/+18
| * | | watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár2021-04-061-1/+7
| * | | watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár2021-04-061-3/+12
| |/ /
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini2021-04-061-4/+33
|\ \ \
| * | | cfi_flash: Fix detection of 8-bit bus flash devices via address shiftJagannadha Sutradharudu Teki2021-04-061-4/+33
| |/ /
* | | pinctrl: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-4/+6
* | | simple-pm-bus: Use -ENOSYS for checking missing system callSimon Glass2021-04-061-2/+2
* | | clk: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-4/+4
* | | clk: Update drivers to use -EINVALSimon Glass2021-04-069-17/+17
* | | usb: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-1/+1
* | | dm: core: Use -ENOSPC in acpi_get_path()Simon Glass2021-04-061-1/+1
|/ /
* | Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-03-313-94/+190
|\ \
| * | spi: xilinx_spi: Trivial fixes in axi qspi driverT Karthik Reddy2021-03-301-5/+3
| * | clk: zynqmp: Fix clk dump valuesT Karthik Reddy2021-03-301-81/+170
| * | net: gem: Fix setting PCS auto-negotiation stateRobert Hancock2021-03-301-8/+17
| |/
* | Merge tag 'u-boot-atmel-2021.07-a' of https://source.denx.de/u-boot/custodian...Tom Rini2021-03-301-3/+23
|\ \
| * | pinctrl: at91-pio4: add support for slew-rateClaudiu Beznea2021-03-021-3/+23
* | | Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-297-19/+49
|\ \ \ | | |/ | |/|
| * | mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesMaxim Kochetkov2021-03-231-7/+10
| * | pci: layerscape: Change to allocate zeroed memery for struct ls_pcieHou Zhiqiang2021-03-232-2/+2
| * | rtc: ds1307: Add ds1339 compatibleChris Packham2021-03-231-0/+2
| * | nvme: Elaborate on cache maintenance operation in get/set_featuresAndre Przywara2021-03-191-5/+20
| * | nvme: Always invalidate whole cqes[] arrayAndre Przywara2021-03-191-4/+12
| * | bus: ti-sysc: change in a normal driverDario Binacchi2021-03-191-6/+0
| * | ahci: mediatek: fix undefined reference of dev_errFrank Wunderlich2021-03-191-0/+1
| * | mmc: mtk-sd: don't ignore max-frequency from device treeDaniel Golle2021-03-171-1/+2
* | | spi: spi-uclass: Add support to manually relocate spi memory opsT Karthik Reddy2021-03-271-0/+11
* | | cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2021-03-272-6/+2
* | | sf: Support querying write-protectSimon Glass2021-03-275-0/+38
* | | sandbox: Provide a way to bind fixed/removeable devicesSimon Glass2021-03-271-4/+4
* | | sandbox: cros_ec: Only write EC state when the EC is probedSimon Glass2021-03-271-0/+4
* | | sandbox: Only call timer_timebase_fallback() if presentSimon Glass2021-03-271-1/+2
* | | x86: video: Allow coreboot video to be used on any x86 boardSimon Glass2021-03-272-5/+13
* | | video: Fix video on coreboot with the copy bufferSimon Glass2021-03-271-5/+2
* | | x86: Make coreboot sysinfo available to any x86 boardSimon Glass2021-03-273-3/+3
* | | mmc: pci_mmc: Set up the card detectSimon Glass2021-03-271-1/+5
* | | tegra: i2c: Drop LOG_DEBUGSimon Glass2021-03-271-1/+0
* | | x86: Probe device if needed in intel_gpio_xlate()Simon Glass2021-03-271-1/+13
* | | x86: p2sb: Drop LOG_DEBUGSimon Glass2021-03-271-1/+0
* | | mtd: spi_flash_free()Heinrich Schuchardt2021-03-271-5/+0
* | | Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextTom Rini2021-03-2617-125/+237
|\ \ \
| * | | dm: core: Use separate priv/plat data regionSimon Glass2021-03-262-6/+15
| * | | dm: core: Allow storing priv/plat data separatelySimon Glass2021-03-261-0/+12
| * | | dm: core: Move flags to device-runtime infoSimon Glass2021-03-261-0/+33
| * | | dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-1/+13
| * | | Revert "sandbox: Disable I2C emulators in SPL"Simon Glass2021-03-261-2/+0
| * | | sandbox: i2c: Support i2c emulation with of-platdataSimon Glass2021-03-262-2/+28