summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-02-09board: ge: bx50v3: Enable DM PWM for backlightRobert Beckett1-1/+1
2020-02-09board: ge: mx53ppd: enable DM_VIDEOIan Ray1-7/+6
2020-02-09board: ge: mx53ppd: add i2c eeprom bootcount storageRobert Beckett1-3/+1
2020-02-09board: ge: bx50v3: add i2c eeprom bootcount storageRobert Beckett1-3/+1
2020-02-09board: ge: bx50v3, imx53ppd: use DM I2CRobert Beckett2-62/+0
2020-02-09mx6sabre_common: Remove FEC related settingsFabio Estevam3-8/+17
2020-02-09ARM: imx: novena: Enable DM ethernetMarek Vasut1-7/+2
2020-02-09warp7: remove unused usb configsJoris Offouga1-4/+0
2020-02-09mx7ulp_com: Remove unneeded SoC definitionsFabio Estevam1-4/+0
2020-02-09mx6ul_14x14_evk: Move CONFIG_DM_74X164 to defconfigFabio Estevam1-5/+0
2020-02-09board: toradex: Add Verdin iMX8M Mini supportIgor Opaniuk1-0/+128
2020-02-08board: presidio-asic: Add basic G3 engr. development board supportAlex Nemirovsky1-0/+75
2020-02-07tpm: Add more TPM2 definitionsSimon Glass1-0/+31
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass1-0/+115
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass1-0/+23
2020-02-07x86: Add a clock driver for Intel devicesSimon Glass1-0/+15
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass2-0/+16
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass1-0/+17
2020-02-07Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-7/+4
2020-02-06dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass3-1/+4
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass3-71/+87
2020-02-06dm: core: Require users of devres to include the headerSimon Glass2-2/+4
2020-02-06sound: Add a new stop_play() methodSimon Glass1-0/+12
2020-02-06sandbox: Drop os_realloc()Simon Glass1-21/+1
2020-02-06sandbox: Rename strdup() functionsSimon Glass1-0/+5
2020-02-06string: Allow arch override of strndup() alsoSimon Glass1-1/+1
2020-02-06sandbox: Use a prefix for all allocation functionsSimon Glass1-2/+22
2020-02-06mtd: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06dma: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06clk: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06gpio: Rename free() to rfree()Simon Glass1-1/+1
2020-02-06reset: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06power-domain: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06mailbox: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06cmd: Add command to dump drivers and compatible stringsSean Anderson1-0/+3
2020-02-06tpm: add a helper to iterate on all tpm devicesPhilippe Reynes1-0/+3
2020-02-06test: Add a way to check each line of console outputSimon Glass2-0/+69
2020-02-06console: Add a function to read a line of the output / eofSimon Glass1-0/+19
2020-02-06bloblist: Tidy up a few comments and code-style nitsSimon Glass1-1/+2
2020-02-06bloblist: Add a new function to add or check sizeSimon Glass1-0/+13
2020-02-06dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+39
2020-02-06dm: core: Add a way to read platdata for all child devicesSimon Glass2-1/+44
2020-02-06dm: core: Add ofnode_get_chosen_prop()Simon Glass1-0/+12
2020-02-06dm: core: Add ofnode_read_prop()Simon Glass1-1/+12
2020-02-06dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-4/+5
2020-02-06dm: core: Update comment for ofnode_get_chosen_node()Simon Glass1-3/+6
2020-02-06test: Add underscore prefix to macro parametersSimon Glass1-22/+22
2020-02-06dm: core: Use const device for the dev_read_...() interfaceSimon Glass1-97/+108
2020-02-06dm: core: Use const device for the devfdt...() interfaceSimon Glass1-13/+13
2020-02-06dm: pci: Update a few more interfaces for const udevice *Simon Glass2-9/+9