summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mci: Add support for Rockchip variant of the dwcmshcSascha Hauer2021-06-113-0/+385
* mci: sdhci: Add DMA transfer helpersSascha Hauer2021-06-116-6/+130
* mci: sdhci: Get rid of many register opsSascha Hauer2021-06-118-167/+51
* mci: sdhci: arasan: Use sdhci_set_clock()Sascha Hauer2021-06-101-38/+2
* mci: sdhci: arasan: Use sdhci_set_bus_width()Sascha Hauer2021-06-101-11/+3
* mci: sdhci: arasan: Use sdhci_setup_host()Sascha Hauer2021-06-101-27/+5
* mci: sdhci: imx: Use sdhci_setup_host()Sascha Hauer2021-06-101-13/+5
* mci: sdhci: port over some common functions from LinuxSascha Hauer2021-06-103-0/+335
* mci: sdhci: Use Linux defines for SDHCI_CLOCK_CONTROL registerSascha Hauer2021-06-104-15/+18
* mci: sdhci: Use Linux defines for SDHCI_HOST_CONTROL registerSascha Hauer2021-06-104-23/+30
* mci: sdhci: Use SDHCI_MAX_DIV_SPEC_200 defineSascha Hauer2021-06-083-4/+4
* mci: sdhci: Add and use SDHCI_CAPABILITIES_1 definesSascha Hauer2021-06-082-5/+17
* mci: sdhci: straighten capabilities registerSascha Hauer2021-06-076-35/+38
* mci: arasan: configure data transfer only if we actually have dataMichael Tretter2021-05-251-4/+6
* mci: arasan: wait for data available only on readMichael Tretter2021-05-251-1/+1
* net: dns: use correct nameserver var name in error messageAntony Pavlov2021-05-251-1/+1
* ARM: i.MX: nitrogen6x: delete wrong memory node from dtsSascha Hauer2021-05-251-0/+2
* mtd: spi-nor: Add support for gd25q16Michael Olbrich2021-05-251-0/+1
* Documentation: Update env sources documentationTrent Piepho2021-05-251-6/+10
* ARM: protonic: vicut1: disable on-die termination to fix PHY bootstrappingOleksij Rempel2021-05-251-1/+0
* usb: dwc2: more precise and helpful message for dr_mode config issuesEnrico Jorns2021-05-181-2/+2
* usb: dwc2: do no print error message with dwc2_warn() macroEnrico Jorns2021-05-181-1/+1
* Merge branch 'for-next/x86'Sascha Hauer2021-05-1716-38/+1187
|\
| * watchdog: add support for Intel TCO watchdog timerAhmad Fatoum2021-05-034-0/+365
| * pci: add EFI PCI root bridge IO protocol driverAhmad Fatoum2021-05-037-0/+700
| * PCI: support PCI BIOS preassigned busesAhmad Fatoum2021-05-034-37/+86
| * x86: add DMA supportAhmad Fatoum2021-05-032-1/+36
* | Merge branch 'for-next/usb-gadget'Sascha Hauer2021-05-1731-88/+573
|\ \
| * | fs: error out when writing on read-only file systemAhmad Fatoum2021-05-121-3/+3
| * | file_list: add file_list_detect_all()Ahmad Fatoum2021-05-122-0/+19
| * | bbu: add function to directly add handlers into file_listAhmad Fatoum2021-05-123-29/+26
| * | fastboot/dfu: use system partitions as fall backAhmad Fatoum2021-05-127-37/+77
| * | file_list: make freeing a NULL pointer a no-opAhmad Fatoum2021-05-122-4/+5
| * | usbgadget: allow DFU and Fastboot functions to coexistAhmad Fatoum2021-05-121-7/+6
| * | usbgadget: autostart: fix indeterminism around usbgadget.autostartAhmad Fatoum2021-05-121-6/+10
| * | usb: gadget: dfu: change status message to info log levelAhmad Fatoum2021-05-121-2/+1
| * | fastboot: handle ill-named partitions gracefullyAhmad Fatoum2021-05-121-1/+3
| * | common: add generic system partitions interfaceAhmad Fatoum2021-05-126-0/+116
| * | param: introduce file-list parameter typeAhmad Fatoum2021-05-126-0/+184
| * | common: make FILE_LIST feature unconditionalAhmad Fatoum2021-05-124-8/+1
| * | vsprintf: introduce %m shorthand for "%s", strerror(errno)Ahmad Fatoum2021-05-031-0/+13
| * | string: implement strstarts along with strendsAhmad Fatoum2021-05-033-0/+20
| * | common: console: add log_writefile to write log into new fileAhmad Fatoum2021-05-032-0/+21
| * | show_progress: add system wide progress stage notifierAhmad Fatoum2021-05-033-0/+77
* | | Merge branch 'for-next/riscv'Sascha Hauer2021-05-1762-342/+2886
|\ \ \
| * | | RISC-V: add Linux kernel boot supportAhmad Fatoum2021-05-172-0/+52
| * | | RISC-V: asm: barebox-riscv-head: use load-offset of 0Ahmad Fatoum2021-05-171-1/+1
| * | | bootm: move ARM64 Linux image parsing to common directoryAhmad Fatoum2021-05-174-70/+74
| * | | RISC-V: sifive: add HiFive board supportAhmad Fatoum2021-05-1711-0/+207
| * | | gpio: add SiFive GPIO controller supportAhmad Fatoum2021-05-103-0/+95