summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* it83xx/fpu: fix floating-point multiplication issue for DX version.Dino Li2018-09-172-0/+71
* flash: Add CONFIG_FLASH_READOUT_PROTECTION config optionNicolas Boichat2018-09-142-2/+2
* npcx7: Report PSL_CTS on wake from hibernateFurquan Shaikh2018-09-141-0/+14
* ite: Add support for 3rd Type C port in bbramScott Collyer2018-09-132-2/+5
* npcx: Change sleep in flash_wait_ready to 10usecFurquan Shaikh2018-09-071-15/+14
* tcpm: add TCPC RX circular buffer in ECJett Rink2018-09-071-4/+2
* common: flash and nvmem fixes for compatibility with the host board.Allen Webb2018-09-071-1/+3
* host: Add dcrypto definitions that can be used by fuzzing targets.Allen Webb2018-09-078-0/+161
* npcx: Decide erase size based on ro/rw region sizeFurquan Shaikh2018-09-055-10/+41
* cr50: Add commands to get/set serial number bits.Louis Collard2018-09-057-27/+377
* chip/npcx: Tidy up comments for init_hw_timer()Simon Glass2018-09-042-2/+9
* cr50: fix sps driver sync problemsVadim Bendebury2018-09-043-90/+21
* Add CONFIG_GPIO_INIT_POWER_ON_DELAY_MSEdward Hill2018-09-043-3/+36
* npcx: WoV: enhance the WoV driver and fix bugsCHLin2018-09-035-157/+401
* usb_hid_keyboard: Keep tablet mode status when clearing reportNicolas Boichat2018-09-031-0/+9
* usb_hid_touchpad: fix report count of device capabilitiesWei-Han Chen2018-09-031-1/+1
* it83xx: espi: write-1 clear bug of VMCTRL1 registertim2018-09-032-7/+7
* stm32: usb_hid_touchpad: add 'device certification status' reportWei-Han Chen2018-08-311-0/+55
* stm32: usb_hid_touchpad: add 'device capabilities' reportWei-Han Chen2018-08-311-0/+23
* stm32: usb_hid: refactor to support `Get_Report` requestWei-Han Chen2018-08-314-34/+104
* stm32: usb_hid_touchpad: add confidenceWei-Han Chen2018-08-311-31/+34
* cr50: Release EC Reset on power button release when SuzyQ detected.Nick Sanders2018-08-291-5/+4
* npcx7: Set booter RAM size to 2KBFurquan Shaikh2018-08-291-1/+1
* servo_micro: Allow setting the baud rate for usartNicolas Boichat2018-08-297-12/+40
* rdd: use rdd_interrupt for rdd_connect/disconnectMary Ruthven2018-08-292-46/+26
* 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