aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-05dm: core: Require users of devres to include the headerSimon Glass179-3/+206
2020-02-05sandbox: Support changing the LCD colour depthSimon Glass1-5/+3
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass1-1/+4
2020-02-05sandbox: sound: Handle errors better in sound_beep()Simon Glass1-1/+4
2020-02-05sound: Add a new stop_play() methodSimon Glass2-1/+31
2020-02-05mtd: Rename free() to rfree()Simon Glass7-8/+8
2020-02-05dma: Rename free() to rfree()Simon Glass3-6/+6
2020-02-05clk: Rename free() to rfree()Simon Glass4-5/+5
2020-02-05gpio: Rename free() to rfree()Simon Glass2-5/+5
2020-02-05reset: Rename free() to rfree()Simon Glass18-18/+18
2020-02-05power-domain: Rename free() to rfree()Simon Glass11-11/+11
2020-02-05mailbox: Rename free() to rfree()Simon Glass5-6/+6
2020-02-05video: sandbox: Enable all colour depthsSimon Glass1-1/+3
2020-02-05video: Support truetype fonts on a 32-bit displaySimon Glass1-0/+21
2020-02-05cmd: Add command to dump drivers and compatible stringsSean Anderson1-0/+19
2020-02-05tpm2: ftpm: A driver for firmware TPM running inside TEEThirupathaiah Annapureddy4-0/+292
2020-02-05sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass1-3/+13
2020-02-05dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass1-4/+0
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+22
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass1-0/+36
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass1-3/+8
2020-02-05dm: core: Reimplement ofnode_read_size()Simon Glass1-19/+10
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass1-7/+24
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-2/+2
2020-02-05dm: core: Use const device for the dev_read_...() interfaceSimon Glass1-46/+51
2020-02-05dm: core: Use const device for the devfdt...() interfaceSimon Glass1-13/+13
2020-02-05dm: pci: Update a few more interfaces for const udevice *Simon Glass1-9/+9
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass25-50/+55
2020-02-05dm: core: Use const where possible in device.hSimon Glass1-13/+14
2020-02-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-0/+108
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini6-42/+802
2020-02-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini7-24/+158
2020-02-04i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li1-0/+1
2020-02-04rtc: pcf8563: Add driver model supportBiwen Li1-0/+107
2020-02-04gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()Wolfgang Wallner1-2/+2
2020-02-04gpio: intel_gpio: Clear tx state bit when setting outputWolfgang Wallner1-1/+1
2020-02-04gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()Wolfgang Wallner1-2/+2
2020-02-04watchdog: omap_wdt: Fix WDT coding styleMarek Vasut1-22/+22
2020-02-04watchdog: omap_wdt: Fix WDT reloadingMarek Vasut1-0/+10
2020-02-04watchdog: omap_wdt: Fix WDT timeout configurationMarek Vasut1-1/+1
2020-02-04gpio: da8xx_gpio: Add "ti,keystone-gpio" compatibleVignesh Raghavendra1-0/+1
2020-02-04gpio: da8xx_gpio: Fix compiler warningVignesh Raghavendra1-1/+1
2020-02-04gpio: pca953x_gpio: Add support for 24 bit IO expanderVignesh Raghavendra1-2/+9
2020-02-04x86: Move itss.h from Apollo Lake to the generic x86 include directoryWolfgang Wallner1-1/+1
2020-02-04spi: ich: Drop while loop in hardware sequencing erase caseWolfgang Wallner1-10/+2
2020-02-04x86: serial: Add a coreboot serial driverSimon Glass3-0/+58
2020-02-04serial: ns16550: Support run-time configurationSimon Glass2-8/+92
2020-02-02Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-1/+17
2020-02-02dfu: Add option to skip empty pages when flashing UBI images to NANDGuillermo Rodríguez2-1/+13
2020-02-02usb: cdns3: ep0: Invalidate cache before reading Setup PacketVignesh Raghavendra1-0/+4