summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass
2020-02-07x86: Add a clock driver for Intel devicesSimon Glass
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass
2020-02-06Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2020-02-05dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05sound: Add a new stop_play() methodSimon Glass
2020-02-05sandbox: Drop os_realloc()Simon Glass
2020-02-05sandbox: Rename strdup() functionsSimon Glass
2020-02-05string: Allow arch override of strndup() alsoSimon Glass
2020-02-05sandbox: Use a prefix for all allocation functionsSimon Glass
2020-02-05mtd: Rename free() to rfree()Simon Glass
2020-02-05dma: Rename free() to rfree()Simon Glass
2020-02-05clk: Rename free() to rfree()Simon Glass
2020-02-05gpio: Rename free() to rfree()Simon Glass
2020-02-05reset: Rename free() to rfree()Simon Glass
2020-02-05power-domain: Rename free() to rfree()Simon Glass
2020-02-05mailbox: Rename free() to rfree()Simon Glass
2020-02-05cmd: Add command to dump drivers and compatible stringsSean Anderson
2020-02-05tpm: add a helper to iterate on all tpm devicesPhilippe Reynes
2020-02-05test: Add a way to check each line of console outputSimon Glass
2020-02-05console: Add a function to read a line of the output / eofSimon Glass
2020-02-05bloblist: Tidy up a few comments and code-style nitsSimon Glass
2020-02-05bloblist: Add a new function to add or check sizeSimon Glass
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Update comment for ofnode_get_chosen_node()Simon Glass
2020-02-05test: Add underscore prefix to macro parametersSimon Glass
2020-02-05dm: core: Use const device for the dev_read_...() interfaceSimon Glass
2020-02-05dm: core: Use const device for the devfdt...() interfaceSimon Glass
2020-02-05dm: pci: Update a few more interfaces for const udevice *Simon Glass
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass
2020-02-05dm: core: Use const where possible in device.hSimon Glass
2020-02-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2020-02-05watchdog: designware: Convert to DM and DT probingMarek Vasut
2020-02-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-02-04armv8: ls2088a: Updates secure boot headers offsetPriyanka Singh
2020-02-04armv8: ls1088a: Updates secure boot headers offsetPriyanka Singh
2020-02-04armv8: lx2160a: Updates secure boot headers offsetPriyanka Singh
2020-02-04armv8: ls1012ardb: Updates secure boot headers offsetPriyanka Singh
2020-02-04armv8: ls1046a: Updates secure boot headers offsetPriyanka Singh
2020-02-04configs: ls1021a: Reserve low memory for CMAAlison Wang
2020-02-04dm: arm: ls1021a: add i2c DM supportBiwen Li