summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktreePatrick Delaunay2020-02-131-4/+5
* pinctrl: stmfx: update the result type of dm_i2c_reg_readPatrick Delaunay2020-02-131-3/+4
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-11474-244/+1300
|\
| * sandbox: Complete migration away from os_malloc()Simon Glass2020-02-051-4/+4
| * dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2020-02-052-0/+2
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05356-6/+403
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-05179-3/+206
| * sandbox: Support changing the LCD colour depthSimon Glass2020-02-051-5/+3
| * sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-051-1/+4
| * sandbox: sound: Handle errors better in sound_beep()Simon Glass2020-02-051-1/+4
| * sound: Add a new stop_play() methodSimon Glass2020-02-052-1/+31
| * mtd: Rename free() to rfree()Simon Glass2020-02-057-8/+8
| * dma: Rename free() to rfree()Simon Glass2020-02-053-6/+6
| * clk: Rename free() to rfree()Simon Glass2020-02-054-5/+5
| * gpio: Rename free() to rfree()Simon Glass2020-02-052-5/+5
| * reset: Rename free() to rfree()Simon Glass2020-02-0518-18/+18
| * power-domain: Rename free() to rfree()Simon Glass2020-02-0511-11/+11
| * mailbox: Rename free() to rfree()Simon Glass2020-02-055-6/+6
| * video: sandbox: Enable all colour depthsSimon Glass2020-02-051-1/+3
| * video: Support truetype fonts on a 32-bit displaySimon Glass2020-02-051-0/+21
| * cmd: Add command to dump drivers and compatible stringsSean Anderson2020-02-051-0/+19
| * tpm2: ftpm: A driver for firmware TPM running inside TEEThirupathaiah Annapureddy2020-02-054-0/+292
| * sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass2020-02-051-3/+13
| * 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-051-0/+22
| * dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-051-0/+36
| * dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-051-3/+8
| * dm: core: Reimplement ofnode_read_size()Simon Glass2020-02-051-19/+10
| * dm: core: Add ofnode_read_prop()Simon Glass2020-02-051-7/+24
| * dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-051-2/+2
| * dm: core: Use const device for the dev_read_...() interfaceSimon Glass2020-02-051-46/+51
| * dm: core: Use const device for the devfdt...() interfaceSimon Glass2020-02-051-13/+13
| * dm: pci: Update a few more interfaces for const udevice *Simon Glass2020-02-051-9/+9
| * dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-0525-50/+55
| * dm: core: Use const where possible in device.hSimon Glass2020-02-051-13/+14
* | 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-1013-26/+923
|\ \
| * | tpm: Add a driver for H1/Cr50Simon Glass2020-02-073-0/+670
| * | dm: irq: Add support for requesting interruptsSimon Glass2020-02-072-0/+157
| * | x86: Give each driver an IRQ typeSimon Glass2020-02-071-1/+1
| * | dm: irq: Add support for interrupt controller typesSimon Glass2020-02-072-2/+15
| * | x86: Add a clock driver for Intel devicesSimon Glass2020-02-074-0/+58
| * | 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-071-0/+17
* | | 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
* | | | misc: i2c_eeprom: set offset len and chip addr offset maskRobert Beckett2020-02-091-0/+35
* | | | gpio: Let DM_74X164 be built without CONFIG_SPL_GPIOFabio Estevam2020-02-091-3/+1