summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32/spi: disable DMA TX if it's not needed.Eric Yilun Lin2020-12-311-3/+12
* chip/stm32/usb_hid_keyboard: Implement HID GET_REPORTNicolas Boichat2020-12-241-0/+13
* stm32/dma: disable TX DMA to clear DMA TX BUFFEREric Yilun Lin2020-12-221-3/+2
* stm32: Disable option bytes if RO is protected on bootTom Hughes2020-06-222-5/+12
* stm32/spi, kukui: config SPI GPIOs high speed earlierEric Yilun Lin2020-05-282-2/+27
* stm32: Fix manual interrupt clearing functionCraig Hesling2020-03-161-1/+3
* chip/stm32/usb: Detect SOF when resume state is not expectedNicolas Boichat2020-02-041-5/+27
* chip/stm32/usb_hid_keyboard: Fix (mu)henkan keys for JP inputNicolas Boichat2020-01-161-1/+1
* mt_scp/clock: Use ULPOSC1 when AP suspendEric Yilun Lin2020-01-074-2/+73
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-12-168-0/+16
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-12-124-11/+12
* main: Initialize I2C pretty earlyAlexandru M Stan2019-12-1214-24/+27
* stm32f0: expose i2c_init_portTing Shen2019-12-122-2/+18
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-0611-42/+69
* mt_scp/gpio: set GPIO_ALT_FUNC_NONE to GPIO_ALT_FUNC_DEFAULTYilun Lin2019-11-041-1/+3
* stm32f0: handle i2c reload mode properlyTing Shen2019-10-221-0/+17
* Remove uses of %lEvan Green2019-10-053-4/+4
* include: De-longify BIT() macroEvan Green2019-10-052-2/+2
* printf: Enable compile-time format checkingEvan Green2019-10-052-0/+2
* printf: Fix formatting errorsEvan Green2019-10-058-14/+18
* printf: Convert %l to %llEvan Green2019-10-059-19/+19
* printf: Add support for %zEvan Green2019-10-052-3/+3
* printf: Convert %h to %phEvan Green2019-10-057-15/+16
* printf: Fix up %p to %pPEvan Green2019-10-054-5/+5
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-0216-34/+35
* Unify #! use in python scriptsStefan Reinauer2019-10-012-2/+2
* chip/npcx: fix cprints argumentsCaveh Jalali2019-10-011-2/+2
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-305-14/+10
* g: avoid locked up flash after denied operationVadim Bendebury2019-09-271-0/+2
* max32660: add I2C master and slaveJerry Bradshaw2019-09-264-67/+2934
* chip/mt_scp: support software gainTzung-Bi Shih2019-09-191-2/+11
* chip/mt_scp: support audio codec WoVTzung-Bi Shih2019-09-193-0/+141
* chip/mt_scp: support speech-microTzung-Bi Shih2019-09-191-0/+8
* g: re-implement usb console with usb-stream configuration.Namyoon Woo2019-09-192-1/+11
* g: fix typoMarius Schilder2019-09-181-1/+1
* Sweetberry: Fix for struct declaration in power logging.Brian J. Nemec2019-09-171-1/+1
* audio_codec: replace legacy console channelTzung-Bi Shih2019-09-171-2/+2
* chip/nrf51/gpio.c: Actually check the flag (instead of == 0)Patrick Georgi2019-09-121-1/+1
* Revert "npcx: ensure we don't unlock watchdog too soon"Caveh Jalali2019-09-124-32/+13
* npcx: ensure we don't unlock watchdog too soonJett Rink2019-09-124-13/+32
* Fix typo on STM32 i2c driverMario Tesi2019-09-111-1/+1
* chip/stm32/dma.c: don't overrun array sizePatrick Georgi2019-09-101-1/+2
* chip/stm/i2c-stm32f4: Remove constant conditionalsPatrick Georgi2019-09-101-12/+7
* g: allow I2CS operate without hardware resetsVadim Bendebury2019-09-051-15/+23
* g: fix UART TX done logicVadim Bendebury2019-09-031-15/+3
* audio_codec: refactor I2S RXTzung-Bi Shih2019-09-031-0/+2
* cr50: added references to FIPS / NIST standards to cryptographic functionsVadim Sukhomlinov2019-08-294-22/+109
* mchp/espi: fix error condition handlingPatrick Georgi2019-08-281-7/+10
* mchp/i2c: Fix boundary checkPatrick Georgi2019-08-281-8/+8
* mtk_vcodec: Add the service for h264 decoderYunfei Dong2019-08-262-1/+8