summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass2020-02-051-4/+0
| * dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-053-0/+80
| * dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-054-1/+99
| * dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-054-3/+29
| * dm: core: Reimplement ofnode_read_size()Simon Glass2020-02-051-19/+10
| * dm: core: Add ofnode_read_prop()Simon Glass2020-02-053-8/+62
| * dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-056-8/+32
| * dm: core: Update comment for ofnode_get_chosen_node()Simon Glass2020-02-051-3/+6
| * test: Add underscore prefix to macro parametersSimon Glass2020-02-051-22/+22
| * dm: core: Use const device for the dev_read_...() interfaceSimon Glass2020-02-052-143/+159
| * dm: core: Use const device for the devfdt...() interfaceSimon Glass2020-02-052-26/+26
| * dm: pci: Update a few more interfaces for const udevice *Simon Glass2020-02-054-19/+19
| * dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-0526-60/+67
| * dm: core: Use const where possible in device.hSimon Glass2020-02-053-29/+32
* | Merge branch '2020-02-10-master-imports'Tom Rini2020-02-114-10/+8
|\ \
| * | Kconfig: update LOGLEVEL rangeWIP/2020-02-10-master-importsMarek Bykowski2020-02-101-1/+1
| * | dm: fix design.rst documentDario Binacchi2020-02-101-4/+4
| * | regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...Lukasz Majewski2020-02-102-5/+3
|/ /
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-02-1038-94/+1640
|\ \
| * | x86: coral: Enable TPMSimon Glass2020-02-071-1/+2
| * | tpm: Add a driver for H1/Cr50Simon Glass2020-02-073-0/+670
| * | tpm: Add more TPM2 definitionsSimon Glass2020-02-071-0/+31
| * | x86: coral: Add I2C and TPM device-tree definitionsSimon Glass2020-02-072-0/+89
| * | x86: Add support for ACPI general-purpose eventsSimon Glass2020-02-074-0/+149
| * | dm: irq: Add support for requesting interruptsSimon Glass2020-02-076-1/+439
| * | x86: itss: Add of-platdata supportSimon Glass2020-02-071-0/+10
| * | x86: Give each driver an IRQ typeSimon Glass2020-02-075-6/+8
| * | dm: irq: Add support for interrupt controller typesSimon Glass2020-02-075-2/+55
| * | x86: coral: Update i2c and rtc statusSimon Glass2020-02-071-2/+0
| * | x86: apl: Drop the I2C config in FSP-SSimon Glass2020-02-071-58/+0
| * | x86: apl: Use the clock driverSimon Glass2020-02-072-0/+8
| * | x86: Add a clock driver for Intel devicesSimon Glass2020-02-075-0/+73
| * | tegra: i2c: Change driver to use helper functionSimon Glass2020-02-071-12/+1
| * | dm: core: Change syscon to use helper functionSimon Glass2020-02-071-11/+4
| * | dm: core: Add a function to find a device by drvdataSimon Glass2020-02-074-0/+54
| * | dm: core: Allow iterating devices without uclass_get()Simon Glass2020-02-072-0/+38
| * | x86: Move P2SB from Apollo Lake to a more generic locationWolfgang Wallner2020-02-075-1/+9
* | | Merge tag 'fixes-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-...WIP/10Feb2020Tom Rini2020-02-102-9/+13
|\ \ \
| * | | video: mxsfb: call remove() when booting OSAnatolij Gustschin2020-02-041-1/+1
| * | | video: fix Coverity missing break issueAnatolij Gustschin2020-02-041-8/+12
* | | | Merge tag 'u-boot-imx-20200210' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-02-1098-921/+4107
|\ \ \ \
| * | | | board: ge: bx50v3, imx53ppd: configure CONFIG_SYS_BOOTMAPSZIan Ray2020-02-092-2/+4
| * | | | board: ge: bx50v3, mx53ppd: fix firstboot detectionRobert Beckett2020-02-092-4/+3
| * | | | board: ge: mx53ppd: use DM for uartIan Ray2020-02-094-17/+4
| * | | | board: ge: bx50v3: use DM for uartRobert Beckett2020-02-093-32/+5
| * | | | board: ge: mx53ppd: Use DM for ethernetRobert Beckett2020-02-093-34/+3
| * | | | board: ge: bx50v3: Enable DM PWM for backlightRobert Beckett2020-02-093-66/+20
| * | | | board: ge: bx50v3: override panelIan Ray2020-02-094-0/+10
| * | | | board: ge: mx53ppd: enable DM_VIDEOIan Ray2020-02-097-97/+61
| * | | | board: ge: mx53ppd: add i2c eeprom bootcount storageRobert Beckett2020-02-093-7/+10