aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-v2023-07-rc1' of https://source.denx.de/u-boot/custodians/u-bo...WIP/11Apr2023Tom Rini2023-04-1144-66/+325
|\
| * m68k: upgrading all boards to dm i2cAngelo Dureghello2023-04-1113-35/+23
| * m68k: dts: add i2c nodesAngelo Dureghello2023-04-1123-0/+272
| * i2c: fsl_i2c: fix m68k transfertsAngelo Dureghello2023-04-112-7/+19
| * m68k: mcf5441x: fix CONFIG_SYS_FSL_I2C definitionAngelo Dureghello2023-04-111-3/+2
| * board: stmark2: add i2c0 pinmux pad configurationAngelo Dureghello2023-04-111-0/+2
| * m68k: move CONFIG_SYS_I2C to CFG_ namespaceAngelo Dureghello2023-04-111-3/+3
| * i2c: imx_lpi2c: Fix misuse the IS_ENABLED for DM clockYe Li2023-04-111-2/+2
| * i2c: correct I2C deblock logicHaibo Chen2023-04-111-2/+2
| * i2c: designware_i2c: remove apparently redundant read of 'i2c, speeds' DT pro...Rasmus Villemoes2023-04-111-14/+0
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/10Apr2023Tom Rini2023-04-1010-73/+63
|\
| * cmd: mmc: Return CMD_RET_* from commandsPali Rohár2023-04-101-5/+13
| * mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot partPali Rohár2023-04-103-4/+3
| * mmc: mv_sdhci: Depend on DM_MMCStefan Roese2023-04-102-32/+8
| * mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS supportStefan Roese2023-04-101-8/+0
| * mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()Stefan Roese2023-04-101-8/+4
| * test: dm: mmc: Check block erasing boundariesLoic Poulain2023-04-101-7/+7
| * mmc: erase: Use TRIM erase when availableLoic Poulain2023-04-101-11/+23
| * mmc: Check support for TRIM operationsLoic Poulain2023-04-102-0/+7
|/
* Merge tag 'efi-2023-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/09Apr2023Tom Rini2023-04-0915-27/+149
|\
| * cmd: consider multiplexing in coninfoHeinrich Schuchardt2023-04-081-2/+9
| * efi: loader: Make efi_runtime_mmio staticBin Meng2023-04-081-1/+1
| * efi: loader: Make efi_mem staticBin Meng2023-04-081-1/+1
| * efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng2023-04-082-5/+2
| * efi: selftest: Make load_file() and load_file2() staticBin Meng2023-04-081-10/+10
| * efi: selftest: Make record staticBin Meng2023-04-081-1/+1
| * efi_loader: avoid using HandleProtocol in initrddump.efiHeinrich Schuchardt2023-04-081-2/+3
| * efi_loader: avoid using HandleProtocol in helloworld.efiHeinrich Schuchardt2023-04-081-5/+8
| * doc: coninfo man-pageHeinrich Schuchardt2023-04-082-0/+56
| * doc: mention usage of .readthedocs.ymlHeinrich Schuchardt2023-04-081-0/+3
| * doc: ti: Add switch setting for boot modes on AM62 SKJudith Mendez2023-04-081-0/+25
| * doc: describe our documentation styleHeinrich Schuchardt2023-04-082-0/+30
* | Merge branch 'master_regulator/fixes' of https://source.denx.de/u-boot/custod...WIP/08Apr2023Tom Rini2023-04-086-11/+11
|\ \
| * | video: tl070wsh30: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut2023-04-081-2/+2
| * | video: simple-panel: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut2023-04-081-2/+2
| * | video: rm68200: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut2023-04-081-2/+2
| * | video: otm8009a: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut2023-04-081-2/+2
| * | mmc: npcm_sdhci: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut2023-04-081-1/+1
| * | misc: ub251xb: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut2023-04-081-2/+2
| |/
* | Merge tag 'video-20230407' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2023-04-0815-49/+1484
|\ \
| * | simple_panel: support simple MIPI DSI panelsSvyatoslav Ryhel2023-04-071-4/+33
| * | simple_panel: add support for get_display_timingSvyatoslav Ryhel2023-04-071-0/+10
| * | video: tegra20: add DSI controller driverSvyatoslav Ryhel2023-04-076-0/+1273
| * | video: tegra-dc: pass DC regmap to internal devicesSvyatoslav Ryhel2023-04-072-0/+16
| * | video: tegra-dc: add panel_set_backlight callSvyatoslav Ryhel2023-04-071-0/+7
| * | video: tegra-dc: add 180 degree panel rotationSvyatoslav Ryhel2023-04-071-4/+19
| * | video: tegra-dc: assign regmap directlySvyatoslav Ryhel2023-04-071-11/+8
| * | video: tegra-dc: request timings from panel driver firstSvyatoslav Ryhel2023-04-071-12/+17
| * | video: tegra-dc: get clocks from device treeSvyatoslav Ryhel2023-04-071-8/+23
| * | video: move tegra dc driver into own folderSvyatoslav Ryhel2023-04-075-10/+14