summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32: spi: fix link to bug in commentsNicolas Norvez2019-02-271-3/+3
* audio_codec: Implement NPCX version of audio host command functionsCheng-Yi Chiang2019-02-272-0/+163
* ish: fix LAPIC error by sending EOI to IOAPIC RTERong Chang2019-02-271-0/+4
* ish: add reboot supportJett Rink2019-02-262-9/+15
* ish: add reset prep interrupt handleyangcao2019-02-263-0/+70
* ish: adjust timers for ISH 4/5 32kHz clockJett Rink2019-02-262-127/+178
* ish: add cros_ec command interface over heciJett Rink2019-02-262-0/+112
* ish: update power rail request (vnn)li feng2019-02-203-0/+68
* mt_scp: Add functions to clean/invalidated selected ranges of D-cacheNicolas Boichat2019-02-202-11/+24
* mt_scp: Add functions to clean/invalidated selected lines of D-cacheNicolas Boichat2019-02-191-0/+19
* kukui_scp: Always use watchdog reset on reboot.Pi-Hsun Shih2019-02-191-3/+4
* ish: print message for misconfigured GPIOsJett Rink2019-02-141-10/+18
* cleanup: do not try to copy to/from NULLJett Rink2019-02-141-1/+2
* g: decorate _i2cs_write_complete_int() so that LTO does not loose itVadim Bendebury2019-02-101-1/+1
* cr50: use list of object files instead of the libraries for cryptocVadim Bendebury2019-02-101-6/+8
* chip/g: mark symbols used that are used from assembly codePatrick Georgi2019-02-072-2/+2
* ish: remove unnecessary interrupt_enable() callHyungwoo Yang2019-01-311-3/+0
* ish: fix timer 0 periodic modeHyungwoo Yang2019-01-301-1/+0
* ish: fix task profilingJett Rink2019-01-302-2/+3
* cr50: Add NIST SP 800-90A HMAC DRBG.Louis Collard2019-01-296-176/+386
* chip: stm32: Enable additional I2C/UART DMA channels for STM32F412Moritz Fischer2019-01-291-5/+9
* g/i2cs: Sample SDA multiple times before considering the bus wedgedRaul E Rangel2019-01-281-45/+106
* ish: use correct I2C eventJett Rink2019-01-281-4/+2
* ish: make unimplmented GPIOs perform no-opsJett Rink2019-01-282-5/+22
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-01-281-1/+1
* mt_scp: Add support to store some code in DRAMNicolas Boichat2019-01-241-0/+5
* mt_scp: Enable I/D-cache on bootNicolas Boichat2019-01-243-7/+205
* mt_scp/memmap: Enable memmap between AP and SCP.Yilun Lin2019-01-245-23/+224
* it83xx: add enable/disable espi pad functionDino Li2019-01-223-4/+18
* tcpm/it83xx.c: don't reload cc parameter settings for DxRuibin Chang2019-01-221-0/+2
* cleanup/ish: update copyright header to styleJett Rink2019-01-1910-10/+10
* mt_scp/ipi: Fix typo in IPI macro check.Yilun Lin2019-01-181-1/+1
* ish: fix 32-bit quotient overflowJett Rink2019-01-162-7/+50
* cr50: Extend CR50 Bitbang Receive buffer.Namyoon Woo2019-01-161-7/+3
* npcx: shi: enable sleep bit in suspend hook function.Mulin Chao2019-01-161-0/+6
* it83xx: disable eSPI pad before EC sleepDino Li2019-01-161-1/+21
* it83xx: reset espi module during init on DX versionDino Li2019-01-162-0/+11
* it83xx: disable eSPI pad before changing PLLDino Li2019-01-112-9/+10
* chip/stm32/clock: Enable STOP mode when the host sets wake alarmPhilip Chen2019-01-113-41/+120
* cr50: Deferred RDD check in deasserting EC_RST_L.Namyoon Woo2019-01-091-4/+28