summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* npcx: flash: Use common code for SPI flash protect reg translationShawn Nematbakhsh2016-12-011-156/+5
* npcx: flash: Fix SR reg reads during UMA lockShawn Nematbakhsh2016-12-011-33/+53
* CR50: add support for SHA-384 & 512 PKCS#1 signaturesnagendra modadugu2016-12-012-13/+60
* g: remove sleep disable/enable in rddMary Ruthven2016-11-281-3/+0
* usb_updater: protocol version 6 (vendor commands over usb)Vadim Bendebury2016-11-282-14/+65
* usb_updater: improve debugabilityVadim Bendebury2016-11-282-0/+3
* g: update: expose USB PDU verification functionVadim Bendebury2016-11-282-12/+26
* pyro/snappy: Support keyboard factory scanningBruce2016-11-271-0/+62
* chip/stm32/usb_hid: Add USB HID touchpad driverNicolas Boichat2016-11-222-0/+352
* chip/stm32/usb: Allow interface handler to reply with more than 64 bytesNicolas Boichat2016-11-223-14/+69
* chip/stm32/usb_hid_keyboard: Add functions for keyscanNicolas Boichat2016-11-221-40/+97
* g: do not consider valid headers with the 'magic' field corruptedVadim Bendebury2016-11-221-1/+2
* npcx: hwtimer: Add consecutive reading for ITCNT32Mulin Chao2016-11-221-5/+15
* g: fix reboot request posting bugVadim Bendebury2016-11-181-0/+1
* clock: Fix clock_wait_cycles() asmShawn Nematbakhsh2016-11-183-6/+6
* g: fix error rbox debug term overrideMary Ruthven2016-11-181-1/+1
* chip/stm32/usb_hid_keyboard: Fix set_keyboard_report raceNicolas Boichat2016-11-171-5/+61
* chip/stm32/usb_hid: Separate HID keyboard supportNicolas Boichat2016-11-166-135/+190
* upgrade_fw.c: Initialize variable before using it.Martin Roth2016-11-161-1/+3
* npcx: set and clear wake masks in S0 <-> S0ix transitionsArchana Patni2016-11-161-1/+50
* mec1322: Place `idlestats` behind config option.Aseda Aboagye2016-11-151-2/+2
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-1521-32/+32
* Fix various misspellings in commentsMartin Roth2016-11-1515-24/+24
* sweetberry: add usb power logging interfaceNick Sanders2016-11-114-9/+1036
* CR50: add a constant time buffer equals implementationnagendra modadugu2016-11-115-7/+32
* ISH: fix UART reference clockKyoung Kim2016-11-111-0/+4
* cr50: disable sleepMary Ruthven2016-11-101-1/+5
* npcx: hwtimer: Fix 'slow' timer count just before overflowShawn Nematbakhsh2016-11-093-5/+12
* npcx: Fix hwtimersShawn Nematbakhsh2016-11-092-6/+21
* stm32f0: Allow change of external int prioritiesDaisuke Nojiri2016-11-092-3/+7
* Cr50: I2CS TPM: Ensure HW read fifo is empty for register readsScott2016-11-042-5/+17
* g: add permission level checksMary Ruthven2016-11-046-6/+82
* ish: Add support for ISH chipJaiber John2016-11-0417-0/+2245
* bn_div and faster modular inverse.Marius Schilder2016-11-033-111/+338
* usb_i2c: refactor into commonNick Sanders2016-11-024-268/+0
* g: i2cm: Changed the slave address assumption to 8 bitsScott2016-11-021-2/+5
* g: usb: do not invoke reset twiceVadim Bendebury2016-10-281-13/+2
* Cr50: i2cs: Re-enable sleep after every interruptScott2016-10-261-0/+8
* npcx: espi: Fix SMI/SCI virtual wire handlingCHLin2016-10-262-2/+56
* lpc: Add function for host reset without RCIN GPIODuncan Laurie2016-10-262-2/+38
* npcx: espi: Fix pltrst handler for chipset reset hookDuncan Laurie2016-10-251-14/+28
* npcx: lpc: Fix DP80CTL setting for eSPIDuncan Laurie2016-10-251-0/+4
* npcx: lpc: Fix SMI generationDuncan Laurie2016-10-251-1/+1
* chip/g/flash: Return error if flash command isn't recognizedMartin Roth2016-10-251-0/+2
* stm32: make usb_iface_request externBrian Norris2016-10-211-1/+1
* Fixup usb_updater for reef/clangBrian Norris2016-10-221-1/+1
* Support alignment for EC host command structuresRandall Spangler2016-10-193-7/+15
* npcx: i2c: Remove needless controller state pre-checkShawn Nematbakhsh2016-10-171-9/+1
* g: add usb i2c driverMary Ruthven2016-10-144-6/+267
* g: check that the rx fifo is ready before reading from itMary Ruthven2016-10-133-36/+32