summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-10regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...Lukasz Majewski
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-02-10Merge tag 'fixes-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini
2020-02-09misc: i2c_eeprom: set offset len and chip addr offset maskRobert Beckett
2020-02-09gpio: Let DM_74X164 be built without CONFIG_SPL_GPIOFabio Estevam
2020-02-07serial: serial_cortina: add UART DM driver for CAxxxx SoCsJason Li
2020-02-07watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCsJason Li
2020-02-07gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCsJason Li
2020-02-07eth: mtk-eth: aarch64: fix build warnings on ethernet-driverFrank Wunderlich
2020-02-07eth: mtk-eth: add mt7622 support in mediatek eth driverMarkLee
2020-02-07eth: mtk-eth: add sgmii mode support in mediatek eth driverMarkLee
2020-02-07tpm: Add a driver for H1/Cr50Simon Glass
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass
2020-02-07x86: Give each driver an IRQ typeSimon 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-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