summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32: Decouple printf logic from directly calling USB console driverWai-Hong Tam2019-05-131-56/+67
* servo_micro: Allow setting the baud rate for usartv2.3.0Nicolas Boichat2018-09-077-12/+40
* npcx: don't clear DEVCNT_F_SPI_TRIS bit for chips that use intenal flashCHLin2018-08-261-1/+1
* chip/npcx: Make check_reset_cause() staticSimon Glass2018-08-241-3/+2
* cr50: only enable rbox wakeup during sleepMary Ruthven2018-08-233-2/+33
* CEC: Cleanup the API for the CEC buffer handlersStefan Adolfsson2018-08-221-51/+55
* CEC: Make buffer handling code unit testableStefan Adolfsson2018-08-221-158/+1
* cr50: minor code style touch-up on a bitbang code.Namyoon Woo2018-08-172-55/+42
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-08-161-4/+1
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-164-0/+31
* cr50: speed up bit bang EC programmingVadim Bendebury2018-08-164-264/+158
* it83xx: gpio: Set KSO/KSI pins to GPIO mode by gpio_set_flags_by_maskDino Li2018-08-161-6/+8
* cr50: bitbang does not need to support multiple UARTs.Vadim Bendebury2018-08-153-85/+50
* chip/npcx/cec: Expose cec_isr to help linkerPatrick Georgi2018-08-101-1/+1
* servo_micro: Add enable_ite_dfu and get_ite_chipid console commands.Matthew Blecker2018-08-091-0/+18
* it83xx: Restore reset flag from BRAM during startupNaresh G Solanki2018-08-071-11/+10
* cr50: delay EC boot when Rdd detects SuzyQ at boot time.Namyoon Woo2018-08-073-4/+22
* i2c: add i2c_lock before and after calling i2c_xferZhuohao Lee2018-08-071-0/+3
* it83xx: clear BRAM if it is not validDino Li2018-08-032-9/+50
* it83xx/tcpm: disable integrated pd module in hibernateDino Li2018-08-031-0/+10
* usb_hid_touchpad: make max pressure configurableWei-Han Chen2018-08-031-1/+3
* it83xx: Enable USB module's clock before set USB control registerDino Li2018-08-011-0/+7
* chip/mec1322: properly compare timestampsPatrick Georgi2018-08-011-1/+1
* g: speed up CCD UART processingVadim Bendebury2018-07-272-26/+31
* chip/npcx: Add command to dump flash chip infoFurquan Shaikh2018-07-271-2/+19
* chip/mchp: Get rid of unused lpc_host_resetFurquan Shaikh2018-07-271-22/+0
* chip/it83xx: Use CONFIG_HOSTCMD_ESPI to decide PLTRST usageFurquan Shaikh2018-07-271-3/+3
* cr50: wait for RBOX_WAKEUP_INTR to be clearedMary Ruthven2018-07-251-5/+0
* Revert "g: speed up CCD UART processing"Mary Ruthven2018-07-212-32/+27
* IT8320DX: espi: reset espi module by FWDino Li2018-07-203-4/+58
* usb_isochronous.c: change usb_isochronous APIWei-Han Chen2018-07-182-37/+112
* g: speed up RSA keygen by 40%Marius Schilder2018-07-161-423/+1180
* tcpm: it83xx: IT8320 family compatibilityDino Li2018-07-162-0/+19
* npcx7: system: change the default value of FMUL_WIN_DLYMulin Chao2018-07-152-0/+9
* cortex-m: Generate vector table in CPatrick Georgi2018-07-131-0/+1
* flash-stm32h7: Invalidate D-cache after erase/write operationsNicolas Boichat2018-07-131-0/+11
* stm32/system: Fix watchdog-initiated resetNicolas Boichat2018-07-132-0/+6
* it83xx: IT8320 DX version compatibilityDino Li2018-07-116-49/+244
* stm32h7: Add support for TRNGNicolas Boichat2018-07-102-1/+49
* npcx: Enable PWM when starting to spin fansDaisuke Nojiri2018-07-101-6/+11
* flash-stm32h7: Fix protect_blocksNicolas Boichat2018-07-061-3/+3
* flash-stm32h7: Fix flash_physical_erase/write at bank boundaryNicolas Boichat2018-07-061-2/+2
* npcx: uart: Add driver support for the second UARTCHLin2018-07-0512-226/+468
* usb_hid_touchpad.c: change report_desc to USAGE(touch pad)Wei-Han Chen2018-07-041-1/+1
* NPCX/fan: Update rpm_actual in duty modeTino Liu2018-07-041-1/+6
* Update signed_header.h with additional fields.Kor Nielsen2018-07-031-6/+30
* stm32: fix power configuration for STM32H7Vincent Palatin2018-06-292-0/+20
* npcx: gpio: bypass for excessive power consumption on low-voltage IOs.Mulin Chao2018-06-295-4/+115
* npcx: adc: only enable ADC during conversion for power consumption.Mulin Chao2018-06-281-3/+11
* it83xx: gpio: set input voltage 1.8v by pinDino Li2018-06-212-57/+47