summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
...
* board_id: clean up/enhancementsMary Ruthven2019-11-071-5/+6
* sn_bits: use board_id_is_blankMary Ruthven2019-11-071-1/+1
* chip/stm32: Fix compile with gcc8Patrick Georgi2019-11-071-2/+2
* host: adding gpio print for debuggingJett Rink2019-11-041-0/+12
* mt_scp/gpio: set GPIO_ALT_FUNC_NONE to GPIO_ALT_FUNC_DEFAULTYilun Lin2019-11-021-1/+3
* max32660: add I2C board address support, refactorJerry Bradshaw2019-11-022-424/+287
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-014-11/+12
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-0111-42/+69
* eSPI: Configure SLP_S3, SLP_S4 separatelyAbe Levkoy2019-10-301-1/+1
* PCH_PLTRST_L: Use appropriate config optionAbe Levkoy2019-10-302-2/+2
* NPCX GPIO: Assert that gpio_get/set_level is passed a GPIO signalEdward Hill2019-10-251-0/+4
* GPIO/IOEX/eSPI: Give different IO signals unique valuesEdward Hill2019-10-252-9/+8
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-2414-24/+27
* ish: cleanup unused irq defines for ish 5.0Leifu Zhao2019-10-231-4/+0
* Delay uart_init() done to after pinhold is disengaged.Pai Peng2019-10-211-4/+17
* stm32f0: handle i2c reload mode properlyTing Shen2019-10-211-0/+17
* it83xx/flash: add support for KGD flashDino Li2019-10-214-14/+79
* chip/it83xx: introduction of IT83202/BX versionDino Li2019-10-174-16/+23
* cr50: Fix building with CRYPTO_TEST=1Vadim Sukhomlinov2019-10-171-1/+1
* NPCX ESPI: fix some typosEdward Hill2019-10-162-8/+8
* chip/stm32: Fix bug that LPTIM_PERIOD_US became unsigned long.Yicheng Li2019-10-121-1/+7
* max32660: put slave-only code in `#ifdef`sHarry Cutts2019-10-091-403/+395
* Zero data toggles on endpointis when appropriate.Barry Twycross2019-10-091-15/+53
* npcx: Ensure the watchdog isn't stopped while it is invalid to do soJett Rink2019-10-093-10/+31
* npcx7: fix RAM powerdown regressionCaveh Jalali2019-10-081-2/+3
* npcx: espi: guard to call power_signal_interruptCHLin2019-10-081-2/+3
* npcx: espi: clear pending bit while setting VW interruptCHLin2019-10-081-0/+3
* 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