summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* soc/mediatek: pass access mode to the payloadWenbin Mei2022-06-121-4/+8
* soc/mediatek: Rename mtk_wdt_preinit() to mtk_wdt_set_req()Rex-BC Chen2022-06-032-1/+4
* soc/mediatek/mt8186: Enable thermal hardware resetRunyang Chen2022-05-281-1/+2
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-201-1/+1
* soc/mediatek: Fill coreboot table with PCIe infoJianjun Wang2022-05-201-0/+10
* soc/mediatek: Demote log level of SPMI clock calibration problem to infoRex-BC Chen2022-05-091-2/+2
* soc/mediatek/early_init: Fix function return typeJianjun Wang2022-03-313-9/+7
* soc/mediatek: Ensure PERST# deassertion time follows the specJianjun Wang2022-03-291-0/+28
* soc/mediatek: Add early_init for passing data across stagesJianjun Wang2022-03-292-0/+78
* soc/mediatek: Add a configurate "USE_CBMEM_DRAM_INFO"Rex-BC Chen2022-03-292-0/+12
* soc/mediatek: Include 'console/console.h' when appropriateElyes HAOUAS2022-03-272-0/+2
* src/soc/mediatek: Remove unused <console/console.h>Elyes HAOUAS2022-03-271-1/+0
* src: Remove unused <bootmode.h>Elyes HAOUAS2022-03-271-1/+0
* soc/mediatek/i2c.c: Remove unused variablesArthur Heymans2022-03-251-9/+0
* soc/mediatek: Save dram info to cbmemXi Chen2022-03-232-0/+49
* soc/mediatek/mt8186: Disable unused spm_thermalRex-BC Chen2022-03-181-1/+4
* soc/mediatek: Trigger wdt SW reset when wdt status is not equal to 0Rex-BC Chen2022-03-181-10/+13
* soc/mediatek: PCI: Remove global variableJianjun Wang2022-03-161-15/+29
* soc/mediatek: Add chip config for setting PCIe configJianjun Wang2022-03-162-66/+53
* i2c: Add configurable I2C transfer timeoutJes Klinke2022-03-151-1/+1
* soc/mediatek/common: Add halt() after triggering wdt resetRex-BC Chen2022-03-151-11/+21
* soc/mediatek/mt8186: Add GPIO driving functionsGuodong Liu2022-03-091-0/+29
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-091-1/+1
* soc/mediatek: Add PCIe supportJianjun Wang2022-03-093-0/+278
* soc/mediatek: remove unused RTC_GPIO_USER_MASKRex-BC Chen2022-03-021-2/+0
* src/mediatek: Refactor dramc_param to share more structuresXi Chen2022-02-231-0/+73
* soc/mediatek: Fix printing SPM versionYu-Ping Wu2022-02-121-1/+3
* soc/mediatek: Only update required bits when triggering WDT resetRex-BC Chen2022-02-111-1/+1
* soc/mediatek/mt8186: Fix issue of clearing watchdog statusRex-BC Chen2022-02-092-3/+3
* soc/mediatek/mt8186: Support DRAM fast calibration using blobXi Chen2022-02-092-23/+55
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* soc/mediatek: Save dramc_param header to mrc_cacheXi Chen2022-01-251-8/+5
* soc/mediatek: Extract dramc_param_header to a common headerXi Chen2022-01-241-0/+29
* soc/mediatek: Fix include guard naming for emi.hYu-Ping Wu2022-01-131-3/+3
* src/soc/mediatek: Remove unused <timer.h>Elyes HAOUAS2022-01-101-1/+0