summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* npxc: lpc: correct setting for SCI/SMI gererated from PM moduleCHLin2016-10-122-8/+28
* g: use devid 0 and 1 to create a serial numberMary Ruthven2016-10-111-2/+78
* Update TRNG handling.Marius Schilder2016-10-111-9/+12
* npcx: Enable VW's valid bits of SCI#/SMI# if no CONFIG_SCI_GPIO.Mulin Chao2016-10-111-6/+10
* cr50: add press and release options to powerbtn commandMary Ruthven2016-10-112-9/+41
* Cr50: I2CM: Enable i2c master for accessing INA chipsScott2016-10-111-0/+6
* g: Added I2CM driver to support chip_i2c_xfer()Scott2016-10-113-0/+486
* cr50: provide means of posting reboot requestVadim Bendebury2016-10-081-6/+4
* g: Upgrade protocol returns the keyid for RO/RWBill Richardson2016-10-072-2/+10
* hibernate: Re-init GPIO levels on hibernate wakeShawn Nematbakhsh2016-10-073-3/+6
* cr50: add console commands to have parity with servoMary Ruthven2016-10-052-0/+29
* Enable spi_flash_read to read > SPI_FLASH_MAX_READ_SIZEphilipchen2016-10-051-15/+1
* cts: Add I2C tests for read8/16/32 and write8/16/32Daisuke Nojiri2016-10-051-4/+4
* stm32l4: Add i2c driverDaisuke Nojiri2016-10-052-2/+467
* i2c: Move I2C_MAX_HOST_PACKET_SIZE to i2c.hDaisuke Nojiri2016-10-051-29/+0
* spi: Add lock around spi_transactionShawn Nematbakhsh2016-10-043-0/+9
* Cr50: Removed Reef EVT workaroundsScott2016-10-042-17/+2
* i2cs: reset local variables when reinitializing.Vadim Bendebury2016-10-041-0/+17
* Cr50: fix CR50_DEV=1 overrideBill Richardson2016-10-021-1/+1
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-027-9/+9
* g: The hid command is only useful for debuggingBill Richardson2016-10-011-0/+3
* g: Remove the test_rdd commandBill Richardson2016-10-011-8/+0
* npcx: pwm: Fix prescaler calculationSam Hurst2016-09-291-15/+32
* stm32: Fixed bugs with stm32l4 register masksChris Chen2016-09-272-10/+74
* npcx: watchdog: Log watchdog panic informationShawn Nematbakhsh2016-09-271-0/+8
* tpm: reset communications channels when resetting TPMVadim Bendebury2016-09-263-27/+12
* Cr50: I2CS TPM: Prevent sleep when I2CS is activestabilize-8838.BScott2016-09-251-0/+3
* Cr50: I2CS: Fixed i2cs word aligned fifo write functionScott2016-09-251-2/+2
* cr50: make sure board resets when cr50 resetsVadim Bendebury2016-09-241-0/+10