aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-13rockchip: rk3399: Init clocks in U-Boot proper if SPL was not runAlper Nebi Yasak1-6/+16
2020-11-09Merge tag 'efi-2021-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-10/+25
2020-11-09net: ks8851: Implement EEPROM MAC address readoutMarek Vasut1-0/+29
2020-11-09input: add support for FN1 - FN10 on crosswire kbdHeinrich Schuchardt1-10/+25
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini3-6/+44
2020-11-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini26-196/+231
2020-11-06sysinfo: Provide a default driver to set SMBIOS valuesSimon Glass3-0/+33
2020-11-06board: Rename uclass to sysinfoSimon Glass11-152/+152
2020-11-06x86: pinctrl: Silence the warning when a pin is not foundSimon Glass1-1/+1
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-4/+6
2020-11-06x86: sound: Correct error handlingSimon Glass2-3/+3
2020-11-05Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini9-12/+377
2020-11-05cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak2-6/+41
2020-11-05sandbox: implement resetHeinrich Schuchardt1-0/+3
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass5-9/+9
2020-11-05cros_ec: Fix up driver names to avoid dtoc warningsSimon Glass3-6/+6
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/01Nov2020Tom Rini7-78/+163
2020-11-01sysreset: Add poweroff-gpio driverSebastian Reichel3-0/+100
2020-11-01rtc: m41t62: add oscillator fail bit reset supportSebastian Reichel1-0/+50
2020-11-01rtc: m41t62: reset SQW in m41t62_rtc_resetSebastian Reichel1-6/+83
2020-11-01bootcount: add a DM SPI flash backing store for bootcountSebastian Reichel3-0/+136
2020-11-01watchdog: Hide WATCHDOG_RESET_DISABLEMichael Walle1-6/+7
2020-11-01thermal: imx_tmu: fix missing includeTim Harvey1-0/+1
2020-10-30Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini5-2/+57
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini21-111/+165
2020-10-30video: rockchip: Support 4K resolution for rk3288, HDMIJagan Teki1-2/+2
2020-10-30dfu: add dfu_write_by_alt()AKASHI Takahiro1-0/+47
2020-10-30dfu: export dfu_listAKASHI Takahiro1-1/+1
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro1-0/+1
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro1-3/+3
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro3-4/+22
2020-10-30rtc: initialize emulated RTC from environment variableHeinrich Schuchardt2-8/+21
2020-10-30rtc: use probe() to initialize emulated RTCHeinrich Schuchardt1-6/+12
2020-10-30video: rockchip: Add missing dpcd_write() call to link_train_ce()Alper Nebi Yasak1-0/+6
2020-10-30ram: rockchip: px30: add a config-based ddr selectionHeiko Stuebner2-0/+29
2020-10-30clk: rockchip: rk3399: implement getting wdt/alive clocksJack Mitchell1-0/+20
2020-10-29dm: Use driver_info index instead of pointerSimon Glass4-8/+15
2020-10-29x86: apl: Take advantage of the of-platdata parent supportSimon Glass1-13/+14
2020-10-29x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass1-1/+3
2020-10-29dm: core: Convert #ifdef to if() in root.cSimon Glass1-11/+7
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass2-4/+4
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-2/+52
2020-10-29sandbox: Fix up building for of-platdataSimon Glass3-1/+5
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass3-10/+28
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass2-4/+4
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass1-0/+1
2020-10-29dm: test: Drop of-platdata pytestSimon Glass1-35/+0
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass2-3/+17
2020-10-29sandbox: Drop ad-hoc device declarations in SPLSimon Glass2-0/+5
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2-19/+10