summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cr50: I2CS: Clear IRQ at beginning of ISRScott2016-09-121-3/+3
* rotor: Add i2c driver.Aseda Aboagye2016-09-123-0/+622
* chip: Initial support for rotor.Aseda Aboagye2016-09-0910-0/+970
* Cr50: Remove unused wipe_nvram() function.Bill Richardson2016-09-091-1/+0
* g: usb update: clear fallback counter after update finishesVadim Bendebury2016-09-093-29/+10
* g: override RBOX fuses for correct POR behaviorBill Richardson2016-09-091-0/+46
* npcx: rtc: Write RTC reg twice to ensure non-volatilityShawn Nematbakhsh2016-09-081-9/+9
* pwm: PWM is disabled when duty is set to max valueSam Hurst2016-09-081-2/+2
* npcx: Better download time for sysjump by increasing clock freq.Mulin Chao2016-09-083-0/+40
* kevin: Use 32.768KHz input clock for improved RTC accuracyShawn Nematbakhsh2016-09-072-0/+7
* cr50: provide build mode for signing with fobVadim Bendebury2016-09-071-0/+12
* Revert "cr50: remove internal pull up on DIOM0"Mary Ruthven2016-09-062-19/+0
* Cr50: I2CS TPM: Added routine to write to HW fifo a word at a timeScott2016-09-052-0/+71
* Cr50: I2CS TPM: Changes to support fifo and version registers readScott2016-09-052-0/+24
* Cr50: I2CS TPM: Unify tpm_registers interface between SPI and I2CScott2016-09-051-2/+6