aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano37-77/+63
2020-07-09sandbox: spi: sandbox_sf_state_name() is requiredHeinrich Schuchardt1-2/+0
2020-07-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini12-66/+388
2020-07-09Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini14-60/+1655
2020-07-09net: mvpp2: fix second cp110 initializationSven Auhagen1-29/+34
2020-07-09mv_ddr: ddr3: Update {min,max}_read_sample calculationChris Packham1-2/+2
2020-07-09mv_ddr: ddr3: Use correct bitmask for read sample delayChris Packham1-1/+1
2020-07-09minnowmax: Enable the copy framebufferSimon Glass1-1/+29
2020-07-09chromebook_link: Enable the copy framebufferSimon Glass1-6/+20
2020-07-09chromebook_samus: Enable the copy framebufferSimon Glass1-1/+15
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass2-0/+24
2020-07-09video: Correctly handle multiple framebuffersSimon Glass1-2/+25
2020-07-09video: pci: Set up the copy framebufferSimon Glass1-1/+21
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass1-1/+8
2020-07-09video: Update the copy framebuffer when writing bitmapsSimon Glass1-3/+13
2020-07-09video: Update rotated console to support copy bufferSimon Glass1-23/+60
2020-07-09video: Update truetype console to support copy bufferSimon Glass1-12/+31
2020-07-09video: Update normal console to support copy bufferSimon Glass1-3/+23
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass1-0/+16
2020-07-09video: Clear the copy framebuffer when clearing the screenSimon Glass1-0/+4
2020-07-09video: Set up the copy framebuffer when enabledSimon Glass1-0/+3
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass2-0/+66
2020-07-09video: Adjust rotated console to start at right edgeSimon Glass1-1/+1
2020-07-09video: Split out expression parts into variablesSimon Glass1-17/+17
2020-07-09sandbox: video: Allow selection of rotated consoleSimon Glass1-0/+1
2020-07-09video: Show an error when a vidconsole function failsSimon Glass1-3/+19
2020-07-09pwm: Add PWM driver for SiFive SoCYash Shah3-0/+179
2020-07-09i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Patrick Delaunay1-1/+73
2020-07-09i2c: stm32f7: add stm32mp15 compatiblePatrick Delaunay1-0/+1
2020-07-09rtc: i2c_rtc_emul: catch any write to the "reset" registerRasmus Villemoes1-1/+2
2020-07-09rtc: sandbox-rtc: fix set methodRasmus Villemoes1-41/+24
2020-07-09rtc: pcf2127: provide ->write methodRasmus Villemoes1-0/+7
2020-07-09rtc: pcf2127: provide ->read methodRasmus Villemoes1-3/+3
2020-07-09rtc: fall back to ->{read, write} if ->{read, write}8 are not providedRasmus Villemoes1-6/+19
2020-07-09rtc: add dm_rtc_write() helperRasmus Villemoes1-0/+19
2020-07-09rtc: add dm_rtc_read helper and ->read methodRasmus Villemoes1-0/+19
2020-07-09i2c: imx_lpi2c: Improve the codes to use private dataYe Li1-11/+11
2020-07-09i2c: i2c-cortina: added CAxxxx I2C supportArthur Li4-0/+443
2020-07-09i2c: octeon_i2c: Add I2C controller driver for OcteonSuneel Garapati3-0/+858
2020-07-08spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi1-0/+28
2020-07-08tpm: add #ifndef to fix redeclaration build errorsJohannes Holland1-0/+2
2020-07-08tpm2: tis_spi: add linux compatible fallback stringBruno Thomsen1-1/+1
2020-07-07sata_sil: Enable DM_PCI operationAndre Przywara2-2/+15
2020-07-07net: smc911x: Properly handle EEPROM MAC addressAndre Przywara1-24/+36
2020-07-07gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher2-0/+66
2020-07-07net: designware: s700: Add glue code for S700 macAmit Singh Tomar3-0/+75
2020-07-07net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx t...Amit Singh Tomar2-0/+44
2020-07-07net: phy: realtek: Add support for RTL8201F PHY module.Amit Singh Tomar1-0/+20
2020-07-07clk: actions: Add Ethernet clocksAmit Singh Tomar2-2/+9
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie1-1/+54