summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodian...WIP/19Oct2020Tom Rini2020-10-1914-206/+729
|\
| * clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristicsEugen Hristev2020-10-191-2/+2
| * clk: at91: clk-master: add 5th divisor for mck masterEugen Hristev2020-10-192-2/+2
| * ARM: at91: Add chip ID for SAM9X60 SiPNicolas Ferre2020-10-192-0/+9
| * ARM: dts: sam9x60: use alphabetical orderClaudiu Beznea2020-10-191-14/+13
| * configs: sam9x60ek: update defconfigs for CCFClaudiu Beznea2020-10-193-3/+9
| * ARM: dts: sam9x60: use CCF compatibles for PMCClaudiu Beznea2020-10-193-164/+33
| * ARM: dts: sam9x60: use slow clock CCF compatible bindingsClaudiu Beznea2020-10-192-47/+20
| * ARM: dts: sam9x60: use u-boot,dm-pre-relocClaudiu Beznea2020-10-191-0/+8
| * ARM: dts: sam9x60ek: add clock frequencies to board fileClaudiu Beznea2020-10-192-2/+10
| * clk: at91: sam9x60: add support compatible with CCFClaudiu Beznea2020-10-192-0/+650
| * board: atmel: sam9x60ek: add SYS_MALLOC_F_LEN to SYS_INIT_SP_ADDRClaudiu Beznea2020-10-191-1/+2
* | Merge tag 'video-for-2021.01' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/18Oct2020Tom Rini2020-10-18136-138/+283
|\ \ | |/ |/|
| * configs: migrate CONFIG_BMP_16/24/32BPP to defconfigsPatrick Delaunay2020-10-18103-63/+122
| * configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigsPatrick Delaunay2020-10-18119-43/+88
| * configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigsPatrick Delaunay2020-10-1823-14/+21
| * video: backlight: fix pwm's duty cycle calculationDario Binacchi2020-10-182-7/+7
| * video: backlight: fix pwm data structure descriptionDario Binacchi2020-10-181-1/+1
| * video: dw-mipi-dsi: permit configuring the escape clock rateNeil Armstrong2020-10-182-4/+17
| * video: dw-mipi-dsi: driver-specific configuration of phy timingsNeil Armstrong2020-10-182-6/+27
|/
* test: Fix sandbox tests failing to buildSean Anderson2020-10-172-2/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/16Oct2020Tom Rini2020-10-168-7/+93
|\
| * arm: octeontx: Add CMD_WDTStefan Roese2020-10-164-0/+4
| * watchdog: octeontx_wdt: Add support for start and stopSuneel Garapati2020-10-161-5/+83
| * arm: octeontx: Select CLKStefan Roese2020-10-161-0/+2
| * mmc: octeontx_hsmmc.c: Remove test debug messageStefan Roese2020-10-161-1/+0
| * spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2Stefan Roese2020-10-161-1/+4
* | Merge branch '2020-10-15-further-cleanup_dev_xxx'Tom Rini2020-10-1626-94/+74
|\ \ | |/ |/|
| * dm: Don't undefine dev_xxx macrosSean Anderson2020-10-161-20/+0
| * linux/compat.h: Remove redefinition of dev_xxx macrosSean Anderson2020-10-161-28/+0
| * usb: dwc3: Include device_compat.h in dwc3-octeon-glue.cTom Rini2020-10-161-0/+1
| * clk: at91: Include device_compat.h in compat.cTom Rini2020-10-161-0/+1
| * arm: fsl-layerscape: Include device_compat.h in soc.cTom Rini2020-10-161-0/+1
| * usb: musb-new: mt85xx: Fix not calling dev_err with a deviceSean Anderson2020-10-161-3/+4
| * usb: musb-new: Include device_compat.hSean Anderson2020-10-165-1/+11
| * usb: xhci: Include device_compat.hSean Anderson2020-10-162-5/+7
| * timer: Include device_compat.hSean Anderson2020-10-161-2/+3
| * tee: optee: Include device_compat.hSean Anderson2020-10-161-0/+1
| * spi: fsl_qspi: Include device_compat.hSean Anderson2020-10-161-4/+5
| * spi: nxp_fspi: Include device_compat.hSean Anderson2020-10-161-3/+4
| * ram: imxrt: Include device_compat.hSean Anderson2020-10-151-0/+1
| * phy: Include device_compat.hSean Anderson2020-10-151-1/+1
| * net: ldpaa_eth: Include device_compat.hSean Anderson2020-10-151-7/+7
| * mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson2020-10-151-13/+15
| * firmware: scmi: Include device_compat.hSean Anderson2020-10-153-0/+3
| * dm: syscon: Set LOG_CATEGORYSean Anderson2020-10-151-0/+2
| * clk: sifive: Include device_compat.hSean Anderson2020-10-151-7/+7
|/
* Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...WIP/15Oct2020Tom Rini2020-10-1516-237/+556
|\
| * mmc: fsl_esdhc: add ADMA2 supportMichael Walle2020-10-143-5/+67
| * mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()Michael Walle2020-10-141-73/+65