summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-13ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUGMichal Simek1-0/+1
2020-02-12CLK: HSDK: fix HDMI clock calculationEugeniy Paltsev1-10/+21
2020-02-12CLK: HSDK: Check for PLL bypass firstlyEugeniy Paltsev1-4/+4
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini474-244/+1300
2020-02-11regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...Lukasz Majewski2-5/+3
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini13-26/+923
2020-02-10Merge tag 'fixes-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini2-9/+13
2020-02-09misc: i2c_eeprom: set offset len and chip addr offset maskRobert Beckett1-0/+35
2020-02-09gpio: Let DM_74X164 be built without CONFIG_SPL_GPIOFabio Estevam1-3/+1
2020-02-08serial: serial_cortina: add UART DM driver for CAxxxx SoCsJason Li3-0/+172
2020-02-08watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCsJason Li3-0/+148
2020-02-07gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCsJason Li3-0/+120
2020-02-07eth: mtk-eth: aarch64: fix build warnings on ethernet-driverFrank Wunderlich1-4/+5
2020-02-07eth: mtk-eth: add mt7622 support in mediatek eth driverMarkLee1-1/+3
2020-02-07eth: mtk-eth: add sgmii mode support in mediatek eth driverMarkLee2-0/+59
2020-02-07tpm: Add a driver for H1/Cr50Simon Glass3-0/+670
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass2-0/+157
2020-02-07x86: Give each driver an IRQ typeSimon Glass1-1/+1
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass2-2/+15
2020-02-07x86: Add a clock driver for Intel devicesSimon Glass4-0/+58
2020-02-07tegra: i2c: Change driver to use helper functionSimon Glass1-12/+1
2020-02-07dm: core: Change syscon to use helper functionSimon Glass1-11/+4
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass1-0/+17
2020-02-07Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini6-63/+301
2020-02-07video: enable VIDEO_ANSI and all VIDEO_BBP optionsAnatolij Gustschin1-1/+4
2020-02-06sandbox: Complete migration away from os_malloc()Simon Glass1-4/+4
2020-02-06dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2-0/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass356-6/+403
2020-02-06dm: core: Require users of devres to include the headerSimon Glass179-3/+206
2020-02-06sandbox: Support changing the LCD colour depthSimon Glass1-5/+3
2020-02-06sandbox: sdl: Add an option to double the screen sizeSimon Glass1-1/+4
2020-02-06sandbox: sound: Handle errors better in sound_beep()Simon Glass1-1/+4
2020-02-06sound: Add a new stop_play() methodSimon Glass2-1/+31
2020-02-06mtd: Rename free() to rfree()Simon Glass7-8/+8
2020-02-06dma: Rename free() to rfree()Simon Glass3-6/+6
2020-02-06clk: Rename free() to rfree()Simon Glass4-5/+5
2020-02-06gpio: Rename free() to rfree()Simon Glass2-5/+5
2020-02-06reset: Rename free() to rfree()Simon Glass18-18/+18
2020-02-06power-domain: Rename free() to rfree()Simon Glass11-11/+11
2020-02-06mailbox: Rename free() to rfree()Simon Glass5-6/+6
2020-02-06video: sandbox: Enable all colour depthsSimon Glass1-1/+3
2020-02-06video: Support truetype fonts on a 32-bit displaySimon Glass1-0/+21
2020-02-06cmd: Add command to dump drivers and compatible stringsSean Anderson1-0/+19
2020-02-06tpm2: ftpm: A driver for firmware TPM running inside TEEThirupathaiah Annapureddy4-0/+292
2020-02-06sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass1-3/+13
2020-02-06dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass1-4/+0
2020-02-06dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+22
2020-02-06dm: core: Add a way to read platdata for all child devicesSimon Glass1-0/+36
2020-02-06dm: core: Add ofnode_get_chosen_prop()Simon Glass1-3/+8
2020-02-06dm: core: Reimplement ofnode_read_size()Simon Glass1-19/+10