summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2021-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-11-091-10/+25
|\
| * input: add support for FN1 - FN10 on crosswire kbdHeinrich Schuchardt2020-11-091-10/+25
* | net: ks8851: Implement EEPROM MAC address readoutMarek Vasut2020-11-091-0/+29
|/
* Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini2020-11-063-6/+44
|\
| * cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak2020-11-052-6/+41
| * sandbox: implement resetHeinrich Schuchardt2020-11-051-0/+3
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-11-0626-196/+231
|\ \
| * | sysinfo: Provide a default driver to set SMBIOS valuesSimon Glass2020-11-063-0/+33
| * | board: Rename uclass to sysinfoSimon Glass2020-11-0611-152/+152
| * | x86: pinctrl: Silence the warning when a pin is not foundSimon Glass2020-11-061-1/+1
| * | acpi: Don't reset the tables with every new generationSimon Glass2020-11-061-4/+6
| * | x86: sound: Correct error handlingSimon Glass2020-11-062-3/+3
| * | x86: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-055-9/+9
| * | cros_ec: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-053-6/+6
| |/
* | Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-11-059-12/+377
|\ \ | |/ |/|
| * sysreset: Add poweroff-gpio driverSebastian Reichel2020-11-013-0/+100
| * rtc: m41t62: add oscillator fail bit reset supportSebastian Reichel2020-11-011-0/+50
| * rtc: m41t62: reset SQW in m41t62_rtc_resetSebastian Reichel2020-11-011-6/+83
| * bootcount: add a DM SPI flash backing store for bootcountSebastian Reichel2020-11-013-0/+136
| * watchdog: Hide WATCHDOG_RESET_DISABLEMichael Walle2020-11-011-6/+7
| * thermal: imx_tmu: fix missing includeTim Harvey2020-11-011-0/+1
* | Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-11-017-78/+163
|\ \ | |/ |/|
| * dfu: add dfu_write_by_alt()AKASHI Takahiro2020-10-301-0/+47
| * dfu: export dfu_listAKASHI Takahiro2020-10-301-1/+1
| * common: update: add a generic interface for FIT imageAKASHI Takahiro2020-10-301-0/+1
| * dfu: modify an argument type for an addressAKASHI Takahiro2020-10-301-3/+3
| * dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro2020-10-303-4/+22
| * rtc: initialize emulated RTC from environment variableHeinrich Schuchardt2020-10-302-8/+21
| * rtc: use probe() to initialize emulated RTCHeinrich Schuchardt2020-10-301-6/+12
* | Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-10-305-2/+57
|\ \
| * | video: rockchip: Support 4K resolution for rk3288, HDMIJagan Teki2020-10-301-2/+2
| * | video: rockchip: Add missing dpcd_write() call to link_train_ce()Alper Nebi Yasak2020-10-301-0/+6
| * | ram: rockchip: px30: add a config-based ddr selectionHeiko Stuebner2020-10-302-0/+29
| * | clk: rockchip: rk3399: implement getting wdt/alive clocksJack Mitchell2020-10-301-0/+20
* | | Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-3021-111/+165
|\ \ \
| * | | dm: Use driver_info index instead of pointerSimon Glass2020-10-294-8/+15
| * | | x86: apl: Take advantage of the of-platdata parent supportSimon Glass2020-10-291-13/+14
| * | | x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass2020-10-291-1/+3
| * | | dm: core: Convert #ifdef to if() in root.cSimon Glass2020-10-291-11/+7
| * | | dm: Add a test for of-platdata parent informationSimon Glass2020-10-292-4/+4
| * | | dm: Support parent devices with of-platdataSimon Glass2020-10-291-2/+52
| * | | sandbox: Fix up building for of-platdataSimon Glass2020-10-293-1/+5
| * | | dm: Use an allocated array for run-time device infoSimon Glass2020-10-293-10/+28
| * | | dm: test: Add a test for of-platdata phandlesSimon Glass2020-10-292-4/+4
| * | | dm: test: Add a check that all devices have a dev valueSimon Glass2020-10-291-0/+1
| * | | dm: test: Drop of-platdata pytestSimon Glass2020-10-291-35/+0
| * | | dm: core: Allow dm_warn() to be used in SPLSimon Glass2020-10-292-3/+17
| * | | sandbox: Drop ad-hoc device declarations in SPLSimon Glass2020-10-292-0/+5
| * | | dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-292-19/+10
| | |/ | |/|
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-10-293-1248/+205
|\ \ \