summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8192
Commit message (Expand)AuthorAgeFilesLines
* soc: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* soc/*: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* memlayout.ld: Increase RAMSTAGE size to more than 1MB everywherePatrick Georgi2023-10-111-1/+1
* treewide: Remove 'extern' from functions declarationElyes Haouas2023-05-261-1/+1
* soc/mediatek: Include <gpio.h> instead of <soc/gpio.h>Elyes Haouas2023-01-133-3/+3
* treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk2023-01-111-1/+1
* soc/mediatek: Fix DSI register definition for MT8186Bo-Chen Chen2022-12-051-0/+1
* soc: Add SPDX license headers to MakefilesMartin Roth2022-10-311-0/+1
* soc/mediatek: Unify PLL function namesRex-BC Chen2022-10-211-1/+1
* soc/mediatek: Move SPMI interface configuration to SoC folderSen Chu2022-10-211-0/+21
* soc/mediatek: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-141-1/+1
* soc/mediatek: a common implementation to register BL31 resetHung-Te Lin2022-09-071-0/+1
* soc/mediatek: Move some SPM functions to commonBo-Chen Chen2022-08-312-181/+9
* soc/mediatek: Move common definition of DFD to common folderRex-BC Chen2022-08-131-12/+0
* soc/mediatek: Move common definitions to dramc_soc_common.hRex-BC Chen2022-08-031-16/+2
* soc/mediatek: Create GET_TICK_DLY_REG macro for SPI tick delay settingRex-BC Chen2022-07-291-1/+2
* soc/mediatek: Move common definitions from rtc.h to rtc_reg_common.hRex-BC Chen2022-07-291-126/+1
* soc/mediatek: Move struct mtk_auxadc_regs to auxadc_common.hRex-BC Chen2022-07-291-11/+0
* mb/google: Use boolean type for "enable" argument for regulatorRex-BC Chen2022-07-211-3/+2
* soc/mediatek: Move SPMI device table to SoC folderHui Liu2022-07-132-0/+19
* soc/mediatek: Move FLASH_DUAL_READ to commonRex-BC Chen2022-07-061-7/+1
* soc/mediatek: Move some gpio functions to common/gpio_op.cRex-BC Chen2022-07-062-60/+2
* soc/mediatek: Move wdt_set_req() to common folderBo-Chen Chen2022-07-063-24/+15
* soc/mediatek: Do resource transitionKyösti Mälkki2022-06-261-1/+1
* soc/mediatek: Clean up Makefile.inc for mt8186, mt8192 and mt8195Yidi Lin2022-06-241-35/+16
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* soc/mediatek: Rename mtk_wdt_preinit() to mtk_wdt_set_req()Rex-BC Chen2022-06-031-1/+1
* soc/mediatek/mt8192: Enable thermal hardware resetRex-BC Chen2022-05-282-1/+24
* soc/mediatek: Include 'console/console.h' when appropriateElyes HAOUAS2022-03-271-0/+1
* src/soc/mediatek: Remove unused <console/console.h>Elyes HAOUAS2022-03-271-1/+0
* soc/mediatek: Set soc_ops.set_resources as no-opYu-Ping Wu2022-03-181-0/+1
* soc/mediatek/mt8192: Update header version from 1.7.1 to 1.8.1Ryan Chuang2022-03-041-1/+1
* src/mediatek: Refactor dramc_param to share more structuresXi Chen2022-02-231-60/+0
* soc/mediatek: Extract dramc_param_header to a common headerXi Chen2022-01-241-12/+2
* soc/mediatek: Remove unused <string.h>Elyes HAOUAS2022-01-051-1/+0
* src: Drop duplicated includesElyes HAOUAS2022-01-011-1/+0
* soc/mediatek: add support for tracker version oneRex-BC Chen2021-12-142-1/+9
* soc/mediatek: move bustracker_init before watchdog resets againRex-BC Chen2021-11-293-3/+3
* soc/mediatek: move MSDC drivers to soc folderRex-BC Chen2021-11-172-1/+91
* soc/mediatek: move i2c function to common folderRex-BC Chen2021-11-172-5/+9
* soc/mediatek: move functions of mmu operation to common folderRex-BC Chen2021-11-154-51/+13
* soc/mediatek: change help text of FLASH_DUAL_READRex-BC Chen2021-11-151-1/+1
* soc/mediatek/mt8192: add tracker dumpZhenguo Li2021-10-133-4/+11
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-051-1/+1
* soc/mediatek: add debug dump for ltiming and clock_divRex-BC Chen2021-10-021-0/+7
* soc/mediatek/mt8192: move DFD driver to common folderRex-BC Chen2021-08-124-25/+2
* soc/mediatek: revise the dependency of DVFS config optionsRex-BC Chen2021-08-121-0/+1
* soc/mediatek/mt8192: initialize DFDRex-BC Chen2021-08-065-0/+46
* soc/mediatek/mt8195: Add dramc_param.hRyan Chuang2021-07-071-0/+152