summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* cr50: reset only the TPM state on SYS_RST_LRandall Spangler2016-09-241-0/+9
* npcx: gpio: Remove DEBUG_GPIO to make gpio_interrupt reentrantShawn Nematbakhsh2016-09-232-5/+0
* npcx: Selectively filter WDT reset in reset_flagsMulin Chao2016-09-231-13/+21
* system: Add print_system_rtc().Aseda Aboagye2016-09-232-8/+17
* cr50: use RXILVL to trigger fewer UART RXINTsMary Ruthven2016-09-233-10/+40
* flash: Add command to get SPI flash chip infoRandall Spangler2016-09-232-0/+60
* chip/npcx: Close LPC window before sysjumpFurquan Shaikh2016-09-231-0/+12
* chip/npcx: Fix interrupt enabling during lpc_initFurquan Shaikh2016-09-231-12/+9
* npcx: shi: Clear EOR bit at start of legit transactionShawn Nematbakhsh2016-09-211-0/+6
* it83xx: EC sleep mode for system hibernateDino Li2016-09-215-17/+74
* npcx: Fixed bug i2c sometime cannot generates NACK in Read Byte protocolMulin Chao2016-09-211-3/+5
* npcx: flash: Lock mutex during flash operationsMulin Chao2016-09-161-102/+59
* npcx: shi: Enable SHI interrupt from CS interruptShawn Nematbakhsh2016-09-161-12/+31
* flash: Call lock function prior to mapped external readShawn Nematbakhsh2016-09-161-0/+7
* g: Add support for hardware dcryptoBill Richardson2016-09-163-1/+1276
* cr50: enable deep sleep on chipset shutdownMary Ruthven2016-09-161-17/+22
* npcx: Fixed bug that api utility in ROM doesn't enable burst mode.Mulin Chao2016-09-153-9/+169
* Cr50: #define CR50_DEV in source when used manuallyBill Richardson2016-09-131-0/+1
* rotor: Add DMA & SPI master drivers.Aseda Aboagye2016-09-134-0/+229