summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/common
Commit message (Expand)AuthorAgeFilesLines
* commonlib/storage: Add common eMMC functionsShelley Chen2023-01-161-40/+1
* soc/mediatek/common/mcu.c: Use 'enum cb_err' instead of 'int'Elyes Haouas2023-01-122-2/+2
* soc/mediatek/common: Reset the watchdog timer before triggering resetRunyang Chen2023-01-102-0/+8
* soc/mediatek: Add DEVAPC_DEBUG optionYidi Lin2022-12-232-2/+9
* soc/mediatek: Move dapc_init to commonYidi Lin2022-12-222-0/+32
* soc/mediatek/common: Use write32p()Elyes Haouas2022-12-131-1/+1
* mem_chip_info: Update to new formatJulius Werner2022-12-092-17/+23
* soc/mediatek: Fix DSI register definition for MT8186Bo-Chen Chen2022-12-053-45/+112
* soc/mediatek: Add error handling for dptx_get_edid()Liju-Clr Chen2022-11-231-1/+4
* cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas2022-11-181-2/+2
* lib/coreboot_table: Rename lb_fill_pcieArthur Heymans2022-11-041-1/+1
* lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans2022-11-041-10/+8
* coreboot_tables: Drop uart PCI addrArthur Heymans2022-10-261-1/+0
* soc/mediatek/mt8188: Update mtcmos settings for display and audioBo-Chen Chen2022-10-252-1/+13
* soc/mediatek: Add support for input 1P mode of dp_intfRex-BC Chen2022-10-252-31/+34
* soc/mediatek: Move DP drivers to commonBo-Chen Chen2022-10-257-0/+7430
* soc/mediatek: Unify PLL function namesRex-BC Chen2022-10-212-3/+6
* soc/mediatek/mt8186: Add support for PMIC MT6315Sen Chu2022-10-211-0/+1
* soc/mediatek: Move SPMI interface configuration to SoC folderSen Chu2022-10-212-20/+11
* soc/mediatek/mt8186: Add PMIF_SPMI_IOCFG_DEFAULT_SETTING Kconfig optionRex-BC Chen2022-10-212-1/+9
* soc/mediatek/mt8186: Add PWRAP_WITH_PMIF_SPMI Kconfig optionRex-BC Chen2022-10-212-1/+8
* soc/mediatek/mt8186: Add support for reading CPU IDRex-BC Chen2022-10-212-0/+26
* soc/mediatek/mt8186: Add DEVAPC settings for ADSPTinghan Shen2022-10-141-0/+1
* soc/mediatek/mt8186: Add mtcmos power-on control for ADSPMandy Liu2022-10-142-1/+4
* soc/mediatek: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-144-6/+6
* timer: Change timer util functions to 64-bitRob Barnes2022-09-144-7/+7
* soc/mediatek/mt8186: Enable lastbus debug hardwareot_zhenguo.li2022-09-092-0/+86
* src: De-conflict CALIBRATION_REGION definitionsMartin Roth2022-09-081-4/+4
* soc/mediatek: a common implementation to register BL31 resetHung-Te Lin2022-09-072-0/+33
* soc/mediatek: Move some SPM functions to commonBo-Chen Chen2022-08-312-3/+186
* soc/mediatek/mt8188: Use MHz as unit for current_clkBo-Chen Chen2022-08-311-2/+2
* soc/mediatek: Move common DEVPAC enums and functions to commonBo-Chen Chen2022-08-312-0/+68
* soc/mediatek: Move dpm_4ch.c to commonXi Chen2022-08-311-0/+89
* soc/mediatek: Move emi.c to common folderRex-BC Chen2022-08-271-0/+32
* soc/mediatek: Move common definition of DFD to common folderRex-BC Chen2022-08-131-0/+4
* soc/mediatek: Move common definitions to dramc_soc_common.hRex-BC Chen2022-08-031-0/+22
* soc/mediatek: Create GET_TICK_DLY_REG macro for SPI tick delay settingRex-BC Chen2022-07-291-2/+3
* soc/mediatek: Move common definitions from rtc.h to rtc_reg_common.hRex-BC Chen2022-07-291-0/+134
* soc/mediatek: Move struct mtk_auxadc_regs to auxadc_common.hRex-BC Chen2022-07-291-0/+11
* mb/google/geralt: Implement regulator interfaceHui Liu2022-07-221-0/+2
* mb/google: Use boolean type for "enable" argument for regulatorRex-BC Chen2022-07-211-2/+2
* mb/google: Replace some strings in regulator.cRex-BC Chen2022-07-211-3/+2
* soc/mediatek/mt8188: Add VMCH, VMC support for MT8188Hui Liu2022-07-212-4/+89
* soc/mediatek: Create a function to check ulposcRex-BC Chen2022-07-212-8/+19
* soc/mediatek: Move SPMI device table to SoC folderHui Liu2022-07-133-21/+13
* soc/mediatek: Add mt_pll_set_usb_clock() to enable usb clockRex-BC Chen2022-07-121-0/+1
* soc/mediatek: Move FLASH_DUAL_READ to commonRex-BC Chen2022-07-062-1/+8
* soc/mediatek: Move some gpio functions to common/gpio_op.cRex-BC Chen2022-07-062-0/+63
* soc/mediatek: Make timer_prepare() a common functionRex-BC Chen2022-07-061-0/+11
* soc/mediatek: Move wdt_set_req() to common folderBo-Chen Chen2022-07-062-3/+26