summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* chip/mt_scp/clock.c: enable pwrap_scp clockHsin-Hsiung Wang2019-07-262-4/+20
* i2c: don't scan i2c addresses less than 0x08Jett Rink2019-07-251-3/+2
* hatch_fp: Add RDP (read protection) support to STM32F4Tom Hughes2019-07-244-2/+159
* npcx: make i2c slave address uint16_t to be standardDenis Brockus2019-07-231-1/+1
* npcx7: UART: wait for Tx empty before enabling deep-sleepCHLin2019-07-234-2/+39
* ish: fix snowball structure linker placementDenis Brockus2019-07-223-30/+20
* Remove __7b, __8b and __7bfDenis Brockus2019-07-2015-153/+153
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-1915-171/+220
* chip/host: Add spi+trng support, and add gpio funcCraig Hesling2019-07-184-1/+85
* Basic implentation of the Maxim Integrated MAX32660 within the EC OSJerry Bradshaw2019-07-1718-0/+6195
* cr50: provide separate environment variable to enable crypto testsVadim Bendebury2019-07-171-4/+0
* mt_scp: Trigger IRQ if has pending IPC when re-enable SCP_IRQ_IPC0.Yilun Lin2019-07-171-3/+18
* mt_scp: Drop TCM and L1 cache setting.Yilun Lin2019-07-172-8/+11
* stm32: Add known variants to registers filesCraig Hesling2019-07-175-0/+21
* stm32: Factor out stm32f7 family registersCraig Hesling2019-07-174-55/+1093
* stm32: Add header guard and fix fmt/doc of registers header fileCraig Hesling2019-07-177-260/+347
* stm32: Manually fix separate register filesCraig Hesling2019-07-165-92/+4
* stm32: Split registers.h into independent filesCraig Hesling2019-07-157-2706/+6243
* arcada: ensure i2c transmit fifo is emptyLeifu Zhao2019-07-141-2/+3
* ish: fix aon task not auto rebuild issue in increment buildHu, Hebo2019-07-122-13/+37
* stm32h7: Fail build if CONFIG_FLASH_READOUT_PROTECTION_AS_PSTATE not usedTom Hughes2019-07-111-0/+3
* stm32: Make sure watchdog is enabled when using it to resetTom Hughes2019-07-101-0/+30
* ish: cleanup i2c constantsJett Rink2019-07-092-21/+26
* Revert "ish: enter ISH ROM during reset prep"Jack Rosenthal2019-07-091-1/+1
* ish: fix osscaisonally not load issue when doing shutdown & rebootHu, Hebo2019-07-081-0/+10
* ish: enter ISH ROM during reset prepJack Rosenthal2019-07-041-1/+1
* it83xx/register: rename the register of MCCR3 to RVILMCR0Dino Li2019-07-032-5/+5
* it83xx/i2c_slave: the DMA registers have updated on IT8xxx2tim2019-07-022-5/+33
* mt_scp/ipi: Add ref-counted API ipi_{en,dis}able_irq()Yilun Lin2019-07-022-4/+48
* chip/stm32/clock: Remove warning message about clock modulesNicolas Boichat2019-07-022-6/+0
* ish: arm T1 in __hw_clock_event_clearJack Rosenthal2019-06-271-3/+6
* ish5: fast 32-bit division in scale_us2ticksJack Rosenthal2019-06-271-1/+18
* ish: commit persistent data during d3 entryJack Rosenthal2019-06-275-32/+14
* g: avoid CERT_28Marius Schilder2019-06-271-19/+1
* g: try batching USB stream data under heavy loadVadim Bendebury2019-06-272-55/+143
* g: set up USB TX in USB endpoint interrupt handlerNamyoon Woo2019-06-272-25/+36
* chip/stm32/gpio: Disable external interrupts in gpio_pre_initNicolas Boichat2019-06-261-0/+3
* mt_scp/ipi: Host command should not wake up AP.Yilun Lin2019-06-251-1/+1
* chip/mt_scp/uart: Switch to use ULPOSC1_DIV10 for UARTNicolas Boichat2019-06-253-2/+21
* ISH: fix UART output errorHyungwoo Yang2019-06-251-1/+1
* ish: Use 64-bit hardware timerJack Rosenthal2019-06-242-118/+27
* g: make uart run fasterVadim Bendebury2019-06-241-14/+17
* chip/mt_scp/hrtimer: Switch hrtimer to use ULPOSC1/8Nicolas Boichat2019-06-243-8/+18
* chip/mt_scp/hrtimer: Change 26Mhz to a defineNicolas Boichat2019-06-241-7/+10
* chip/mt_scp/clock: Prefer closest frequency when calibratingNicolas Boichat2019-06-241-4/+7
* chip/mt_scp/clock: Fix frequency meter divider (1024, not 1000)Nicolas Boichat2019-06-241-10/+10
* chip/mt_scp/clock: Move ULPOSC1/2 frequency settings to clock_chip.hNicolas Boichat2019-06-242-15/+16
* chip/mt_scp/clock: Wait longer for clock measurement to completeNicolas Boichat2019-06-241-5/+11
* mt_scp/ipi: Do not support ipi_send in ISR contextYilun Lin2019-06-232-7/+5
* kukui: scp: calibrate ULPOSC1&2Rong Chang2019-06-222-66/+178