summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-09logicpd: Drop omap3 zoom1Jagan Teki10-493/+0
2020-07-09arm: Remove overo boardJagan Teki19-1850/+0
2020-07-09arm: Remove cm_t35 boardJagan Teki7-854/+0
2020-07-09arm: Remove cm_t54 boardJagan Teki9-620/+0
2020-07-09siemens: rut: Enable DM_SPI, DM_SPI_FLASHJagan Teki1-2/+6
2020-07-09siemens: pxm2: Enable DM_SPI, DM_SPI_FLASHJagan Teki1-2/+6
2020-07-09siemens: thuban: Enable DM_SPI, DM_SPI_FLASHJagan Teki1-2/+6
2020-07-09siemens: rastaban: Enable DM_SPI, DM_SPI_FLASHJagan Teki1-2/+6
2020-07-09siemens: etamin: Enable DM_SPI, DM_SPI_FLASHJagan Teki1-2/+6
2020-07-09siemens: draco: Enable DM_SPI, DM_SPI_FLASHJagan Teki2-5/+6
2020-07-09am335x: igep003x: Enable DM_SPIJagan Teki1-0/+1
2020-07-09Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini28-61/+2081
2020-07-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini26-138/+297
2020-07-09net: mvpp2: fix second cp110 initializationSven Auhagen1-29/+34
2020-07-09arm: kirkwood: enable DM_ETH for LaCie boardSimon Guinot9-3/+10
2020-07-09arm: kirkwood: enable DM_USB for LaCie boardSimon Guinot6-0/+12
2020-07-09arm: kirkwood: switch LaCie boards to sata_mv driverSimon Guinot8-28/+30
2020-07-09arm: kirkwood: convert LaCie boards to DM_SPI_FLASHSimon Guinot7-14/+28
2020-07-09arm: kirkwood: add DT spi0 alias to LaCie boardsSimon Guinot9-7/+69
2020-07-09arm: mvebu: helios4: sync helios4 config to clearfog and dts to kernelDennis Gilmore4-53/+93
2020-07-09arm: mvebu: a38x: Adjust UTMI PHY parametersChris Packham1-4/+21
2020-07-09arm: mvebu: a38x: Fix typoChris Packham1-1/+1
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-09pwm: Add PWM driver for SiFive SoCYash Shah3-0/+179
2020-07-09pwm: Add DT documentation for SiFive PWM ControllerYash Shah1-0/+31
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-09test: dm: rtc: add tests of rtc shell commandRasmus Villemoes1-0/+58
2020-07-09sandbox: add rtc command to defconfigsRasmus Villemoes3-0/+3
2020-07-09test: dm: rtc: add test of dm_rtc_read, dm_rtc_writeRasmus Villemoes2-0/+50
2020-07-09rtc: i2c_rtc_emul: catch any write to the "reset" registerRasmus Villemoes1-1/+2
2020-07-09rtc: sandbox-rtc: fix set methodRasmus Villemoes2-42/+38
2020-07-09rtc: add rtc commandRasmus Villemoes3-0/+174
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 Villemoes2-0/+43
2020-07-09rtc: add dm_rtc_read helper and ->read methodRasmus Villemoes2-0/+42
2020-07-09i2c: imx_lpi2c: Improve the codes to use private dataYe Li1-11/+11
2020-07-09board: presidio-asic: Add I2C supportAlex Nemirovsky1-0/+3
2020-07-09i2c: i2c-cortina: added CAxxxx I2C supportArthur Li6-0/+465
2020-07-09i2c: octeon_i2c: Add I2C controller driver for OcteonSuneel Garapati4-0/+882
2020-07-09Merge branch '2020-07-08-misc-features-and-fixes'Tom Rini27-207/+746
2020-07-09lib: rsa: function to verify a signature against a hashHeiko Stuebner2-24/+53
2020-07-09cmd: Add a memory-search commandSimon Glass6-0/+456
2020-07-09command: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-4/+5
2020-07-09display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-14/+4
2020-07-09cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-79/+38
2020-07-09cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass1-51/+17