summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* ish/ish5: implement AON low power mode (D0i1-3)Hu, Hebo2019-04-087-22/+366
* ish/ish5: implement AON low power management frameworkHu, Hebo2019-04-0811-0/+1106
* nvmem: test modifications to support the new schemeVadim Bendebury2019-04-051-6/+12
* cr50: convert functions into staticNamyoon Woo2019-04-051-2/+2
* ish: print heci error messages when occurJett Rink2019-04-052-13/+2
* gpio: add config option for using gpio_get_flagsMary Ruthven2019-04-051-1/+1
* cr50: make ccd_mode_l pseudo open drainMary Ruthven2019-04-041-3/+3
* kukui: scp: fix udelay hangs the system in clock enable.Pi-Hsun Shih2019-04-041-2/+15
* npcx7: introduce npcx7m7wc chip and refine memory layout of npcx7m7wbCHLin2019-04-035-16/+27
* stm32f412: add TRNG supportNicolas Norvez2019-04-032-0/+8
* stm32: spi: fix unused variable errorNicolas Norvez2019-04-031-2/+2
* ish: add memory dma driver for ISH5Leifu Zhao2019-04-024-0/+373
* it83xx/i2cs: add i2c slave functiontim2019-03-307-12/+397
* stm32f0: Allow per-channel sampling rate settingDaisuke Nojiri2019-03-282-4/+7
* ish: I2C transaction to non-existent addresses fixDaniel Gonzalez2019-03-281-0/+13
* cr50: move to use flash event logVadim Bendebury2019-03-281-3/+3
* g: add flash elog support functionVadim Bendebury2019-03-282-1/+29
* common: add flash event log facilityVadim Bendebury2019-03-261-0/+1
* g: check that the tx fifo is ready before writing itNamyoon Woo2019-03-261-0/+3
* ish: Add watchdog timerJack Rosenthal2019-03-263-1/+112
* kukui_scp: Enable CONFIG_LTONicolas Boichat2019-03-261-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-2667-345/+345
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-26100-1123/+1123
* common: Include compile_time_macros.h when neededGwendal Grignou2019-03-264-0/+4
* common: Add BIT macroGwendal Grignou2019-03-261-597/+598
* mt_scp: Move some configs to board/config.h.Yilun Lin2019-03-211-26/+1
* ec: Refactor get_rtc_diff to return unsigned valuesJack Rosenthal2019-03-203-15/+25
* cr50: add support for building CR50_SQA imagesMary Ruthven2019-03-203-11/+49
* g: add board_id_is_blankMary Ruthven2019-03-202-3/+16
* chip: stm32: Fix Timers 9 through 11 for STM32F4Moritz Fischer2019-03-163-2/+8
* kukui: scp: fix ULPOSC index using 0 base numberingRong Chang2019-03-161-15/+14
* kukui: scp: fix ULPOSC configuration and add OSC clock measurementRong Chang2019-03-162-53/+113
* kukui: scp: fix wrong logic on checking ULPOSC numberRong Chang2019-03-161-1/+1
* kukui: scp: move clock and oscillator configuration code to clock.cRong Chang2019-03-163-109/+119
* kukui: scp: set CPU clock to ULPOSC2Rong Chang2019-03-162-0/+6
* clock: define the function clock_enable_module to all EC chipsCHLin2019-03-131-1/+13
* adc-stm32f0: initialize adc upon invocation of channel readYH Lin2019-03-131-36/+38
* mt_scp: Check for IPI_NS_SERVICE in ipi_send.Pi-Hsun Shih2019-03-121-0/+5
* mt_scp/ipi: Support host event over IPI.Yilun Lin2019-03-121-4/+37
* arcada_ish: Send MKBP events over HECIMathew King2019-03-111-7/+50
* Reland "npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is ze...Mulin Chao2019-03-073-20/+14
* kukui_scp/ipi: Clarify ipi_send() signature.Yilun Lin2019-03-072-2/+2
* chip: stm32: Fix GPIO base addresses for STM32F4/LMoritz Fischer2019-03-061-3/+12
* Revert "npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is ze...Daisuke Nojiri2019-03-062-12/+15
* cr50: use closed loop reset based on board propertyMary Ruthven2019-03-061-0/+12
* npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is zero.Mulin Chao2019-03-052-15/+12
* kukui_scp: Add rpmsg name service.Peter Shih2019-03-042-0/+25
* makefile: add manifest header supportJett Rink2019-03-042-1/+66
* ec: Cleanup ish config optionsMathew King2019-03-014-496/+3
* ec: cleanup: Add CONFIG_RTCJack Rosenthal2019-03-016-3/+8