summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek
Commit message (Expand)AuthorAgeFilesLines
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-2/+2
* soc/mediatek/mt8173: Remove cast of `NULL*` to `void *`Paul Menzel2017-11-031-1/+1
* soc/mediatek/mt8173/Kconfig: Use plural of *message*Paul Menzel2017-11-031-8/+8
* soc/mediatek/mt8173: Remove unneeded header inclusionPaul Menzel2017-11-031-1/+0
* soc/mediatek/mt8173: Fix typo in debug messagePaul Menzel2017-11-031-1/+1
* soc/mediatek/mt8173: Correct multi-line comment formatPaul Menzel2017-11-032-2/+5
* soc: Add Kconfig for each soc vendorChris Ching2017-10-231-0/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-231-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-183-3/+3
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-9/+14
* src/soc: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-163-3/+3
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+3
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-131-4/+1
* soc/mediatek/mt8173: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-24/+28
* drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh2017-05-191-5/+11
* drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh2017-05-193-8/+5
* drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh2017-05-191-1/+1
* drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh2017-05-191-13/+13
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-052-5/+1
* mediatek/mt8173: Add support for Dual DSI outputJitao Shi2017-04-255-64/+414
* google/oak: Support cr50 over I2C on rowanVadim Bendebury2017-04-241-0/+1
* mediatek/mt8173: Add EINT supportDaniel Kurtz2017-04-243-0/+114
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-281-2/+2
* mt8173: Enable Kconfig options for ChromeOSPaul Kocialkowski2017-02-231-0/+5
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-232-1/+1
* mediatek/mt8173: Check the right set of bits in USB controllerPatrick Georgi2016-12-161-1/+1
* soc/mediatek/mt8173: Do not initialize static variables to 0Furquan Shaikh2016-12-071-2/+2
* spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh2016-12-061-2/+4
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-26/+34
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-11/+11
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-8/+8
* soc/mediatek/mt8173/spi.c: Change assert to if statementMartin Roth2016-11-241-2/+5
* spi: Get rid of flash_programmer_probe in spi_slave structureFurquan Shaikh2016-11-223-4/+1
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-8/+9
* src/soc: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-313-5/+5
* src/soc: Remove unnecessary whitespace before "\n" and "\t"Elyes HAOUAS2016-08-282-2/+2
* Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUSAaron Durbin2016-08-181-1/+1
* Remove extra newlines from the end of all coreboot files.Martin Roth2016-07-313-3/+0
* meditek/mt8173: dsi: set mipi pin driving control onJitao Shi2016-07-262-0/+45
* soc: Remove newline from `CHIP_NAME`Paul Menzel2016-07-071-1/+1
* mt8173: dram: Add more sample points to improve dram timing marginPH Hsu2016-06-122-22/+25
* soc/mediatek/mt8173: mt6391: vcore sleep voltage should be 0.7Vhenryc.chen2016-05-091-1/+1
* google/oak: configure displayJitao Shi2016-05-092-2/+2
* mediatek/mt8173: Add display driverJitao Shi2016-05-096-0/+1198
* mediatek/mt8173: fix incorrect indentYidi Lin2016-04-051-1/+1
* google/oak: Log hardware watchdog in eventlogJulius Werner2016-04-052-3/+6
* mediatek/mt8173: Enable ARM trusted firmware integrationPatrick Georgi2016-03-211-0/+1
* mediatek/mt8173: Remove bl31 board parameters passing mechanismJimmy Huang2016-03-213-36/+2
* mediatek/mt8173: Add da9212 driverhenryc.chen2016-03-213-0/+182
* mediatek/mt8173: Add mt6311 driverhenryc.chen2016-03-213-0/+184