aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/17Nov2020Tom Rini1-9/+12
2020-11-17pinctrl: k210: Rename power domains to match datasheetSean Anderson1-5/+5
2020-11-17pinctrl: k210: Fix inverted IE and OE for I2CSean Anderson1-4/+7
2020-11-17sunxi: allow to use AXP20[39] attached to I2C0 on V3 seriesIcenowy Zheng1-2/+2
2020-11-17clk: sunxi: add compatible string for V3Icenowy Zheng1-0/+2
2020-11-17sunxi: gpio: introduce compatible string for V3 GPIOIcenowy Zheng1-0/+1
2020-11-16Merge tag 'ti-v2021.01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-4/+4
2020-11-16Merge tag 'u-boot-amlogic-20201116' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-7/+122
2020-11-16Merge tag 'u-boot-rockchip-20201113' of https://gitlab.denx.de/u-boot/custodi...Tom Rini10-15/+25
2020-11-15mtd: OneNAND: Set MTD typePali Rohár1-0/+1
2020-11-15power: twl4030: Add twl4030_i2c_read() functionPali Rohár1-4/+3
2020-11-14cros_ec: Handling EC_CMD_GET_NEXT_EVENTHeinrich Schuchardt1-0/+10
2020-11-14cros_ec: Increase command timeout for flash eraseSimon Glass1-1/+4
2020-11-14cros_ec: Correct collection of EC hashSimon Glass1-6/+10
2020-11-13video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0Alper Nebi Yasak9-9/+9
2020-11-13rockchip: rk3399: Init clocks in U-Boot proper if SPL was not runAlper Nebi Yasak1-6/+16
2020-11-12mmc: meson-gx: change clock phase value on SM1 SoCsNeil Armstrong2-4/+28
2020-11-12mmc: meson-gx: move arch header to local headerNeil Armstrong2-1/+90
2020-11-12video: meson: meson_dw_hdmi: fix the potential build warningJaehoon Chung1-0/+2
2020-11-12phy: meson-g12a-usb2: fix the potential build warningJaehoon Chung1-2/+2
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