summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32/usb_spi.c: Fix bug crippling full duplexJes B. Klinke2021-10-291-1/+1
* chip/mt_scp: mt8195: change S3 clock source to 26MTinghan Shen2021-10-291-1/+1
* chip/mt_scp: support disable/enable WDTTinghan Shen2021-10-293-2/+34
* Revert "chip/mt_scp: disable uart irq in S3 state"Tinghan Shen2021-10-293-32/+2
* chip/mt_scp: dump 8195 panic information on console channelTinghan Shen2021-10-291-0/+3
* npcx: flash: Disable flash QE bit at initWealian Liao2021-10-271-31/+57
* chip/mt_scp: disable uart irq in S3 stateTinghan Shen2021-10-263-2/+32
* chip/mchp: Fix license textTom Hughes2021-10-195-5/+5
* tree: Files should end with single newlineTom Hughes2021-10-1836-36/+0
* chip/stm32: Include gpio_chip.h when using gpio_interruptTom Hughes2021-10-188-0/+8
* chip/npcx: Remove unused GPIO interrupt functionTom Hughes2021-10-181-1/+0
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* tree: Make all host commands staticTom Hughes2021-10-151-2/+7
* chip/stm32: Avoid out of bounds array access on TCPCI_MSG_TX_BIST_MODE_2Tom Hughes2021-10-131-3/+0
* core: Fix flash size calculation when linking with lld (clang)Tom Hughes2021-10-111-2/+2
* core/cortex-m: Disable warning in vecttable.c when building with clangTom Hughes2021-10-081-0/+15
* chip/stm32: Proper declarations for USB clock and SRAM on L5Jes B. Klinke2021-10-083-122/+178
* stm32: usb-ep: Add Windows OS Extended Compat ID descriptorScott Collyer2021-10-071-4/+60
* chip/npcx: Fix return typeTom Hughes2021-10-071-1/+1
* chip/npcx: Fix enum typeTom Hughes2021-10-051-1/+1
* chip/stm32: remove unused variableTom Hughes2021-10-041-1/+0
* chip/ish: Fix return typeTom Hughes2021-09-291-1/+1
* chip/stm32: Make function definition and declaration matchTom Hughes2021-09-292-2/+2
* npcx: Correct the image copies indication bits for npcx9Jun Lin2021-09-284-8/+24
* chip/mt_scp: Declaration needs to come before definitionTom Hughes2021-09-274-7/+7
* it83xx: clock: fix sequence to set PLL control registerDino Li2021-09-271-6/+40
* npcx/i2c: Implement chip_i2c_[gs]et_freqCaveh Jalali2021-09-261-0/+49
* npcx/i2c: Track configured I2C port speedCaveh Jalali2021-09-251-0/+13
* npcx/i2c: Rename variable for clarityCaveh Jalali2021-09-251-5/+5
* npcx/i2c: Refactor i2c_freq_changedCaveh Jalali2021-09-251-74/+86
* chip/mt_scp: Fix return typeTom Hughes2021-09-241-1/+1
* Revert "npcx: correct the image copies indication bits for npcx9"caveh jalali2021-09-214-24/+8
* npcx: correct the image copies indication bits for npcx9Jun Lin2021-09-174-8/+24
* chip: it83xx/gpio: condition for adding judgmentTim Lin2021-09-131-1/+1
* chip/stm32: UART declarations for STM32L5 seriesJes B. Klinke2021-09-082-1/+164
* chip/stm32: Factor family specific clock logic out of usb.cJes B. Klinke2021-09-085-32/+71
* chip/mt_scp: mt8195 uses 32k clock when AP suspendTinghan Shen2021-09-061-1/+1
* it83xx/nds32: Ensure EXT_IER has been disabled before enabling CPU interruptDino Li2021-09-022-1/+12
* it83xx/riscv: Ensure IER has been disabled before enabling CPU interruptDino Li2021-09-021-1/+9
* it83xx/irq: there is no need to configure IER on nds32 core chipDino Li2021-09-011-2/+10
* npcx: Always print on eSPI bus errorRob Barnes2021-08-311-1/+2
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-312-16/+16
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-2717-50/+21
* chip/stm32: Add initial support for STM32L5xx seriesJes B. Klinke2021-08-2514-5/+2586
* common: move standard library functions from util.c to another fileMichał Barnaś2021-08-251-1/+1
* system: fix system_get_scratchpad APIYuval Peress2021-08-209-29/+29
* mchp: Update RPM-PWM registers and configurationmartin yan2021-08-193-12/+23
* chip/mt_scp: restore fmeter valueTinghan Shen2021-08-191-0/+9
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-182-8/+8
* usb_hid_keyboard: fix incorrect sleep/lock key positionTing Shen2021-08-171-1/+2