summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass
2020-02-07x86: Add a clock driver for Intel devicesSimon Glass
2020-02-07tegra: i2c: Change driver to use helper functionSimon Glass
2020-02-07dm: core: Change syscon to use helper functionSimon Glass
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2020-02-06Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2020-02-06video: enable VIDEO_ANSI and all VIDEO_BBP optionsAnatolij Gustschin
2020-02-05sandbox: Complete migration away from os_malloc()Simon Glass
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-05sandbox: Support changing the LCD colour depthSimon Glass
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass
2020-02-05sandbox: sound: Handle errors better in sound_beep()Simon Glass
2020-02-05sound: Add a new stop_play() methodSimon 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-05video: sandbox: Enable all colour depthsSimon Glass
2020-02-05video: Support truetype fonts on a 32-bit displaySimon Glass
2020-02-05cmd: Add command to dump drivers and compatible stringsSean Anderson
2020-02-05tpm2: ftpm: A driver for firmware TPM running inside TEEThirupathaiah Annapureddy
2020-02-05sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass
2020-02-05dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon 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: Reimplement ofnode_read_size()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: 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-05ddr: altera: Add DDR2 support to Gen5 driverMarek Vasut
2020-02-05watchdog: designware: Optionally fetch clock and reset from DTMarek Vasut
2020-02-05watchdog: designware: Convert to DM and DT probingMarek Vasut
2020-02-04video: mxsfb: call remove() when booting OSAnatolij Gustschin
2020-02-04video: fix Coverity missing break issueAnatolij Gustschin
2020-02-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-02-04i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li
2020-02-04rtc: pcf8563: Add driver model supportBiwen Li
2020-02-04gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()Wolfgang Wallner