summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cr50: Preliminary I2CS TPM2.0 driverScott2016-09-053-25/+30
* it83xx: flash: remove time-out of checking flash statusDino Li2016-09-051-13/+17
* sweetberry: add usb fw updateNick Sanders2016-09-028-27/+631
* it83xx: fix observation register latch issue for event timerDino Li2016-09-023-31/+54
* Cr50: NvMem: Increase partition size from 0x2800 to 0x4000Scott2016-09-021-1/+1
* cr50: mark updated image as good once a usb request is receivedMary Ruthven2016-09-021-0/+8
* pwm: Increse PWM duty resolution to 16bitsSam Hurst2016-09-021-47/+47
* CR50: bn_modinv: correctly handle even inputsnagendra modadugu2016-09-021-0/+3
* g: clear reset_counter after updateMary Ruthven2016-09-024-3/+37
* g: switch to using timels for hwtimerMary Ruthven2016-09-022-74/+80
* sweetberry: add dwc usb supportNick Sanders2016-09-017-1/+9196
* npcx: Fixed bug which only handles VW event of SUS_WARN# in rising edge.Mulin Chao2016-09-011-1/+1
* kevin / gru: Enable PD on SHI signalsDouglas Anderson2016-09-011-3/+2
* cr50: unlock consoleMary Ruthven2016-09-012-5/+8
* cr50: remove internal pull up on DIOM0Mary Ruthven2016-08-312-0/+19
* Cr50: Implement the console unlock danceBill Richardson2016-08-312-4/+12
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-6/+6
* Added additional macros for the TIMEUS module.Dom Rizzo2016-08-291-0/+17
* usb_updater: implement version 4 on the cr50 sideVadim Bendebury2016-08-261-55/+92
* usb_updater: move to protocol version 4Vadim Bendebury2016-08-262-13/+28
* g: Add help message for test_rdd commandBill Richardson2016-08-251-1/+2
* Revert "cr50: remove internal pull up on DIOM0"Vadim Bendebury2016-08-262-19/+0
* cr50: connect to AP phy on reef when not in ccdMary Ruthven2016-08-251-4/+3
* Remove unused CONFIG_CONSOLE_RESTRICTED_INPUT optionBill Richardson2016-08-241-34/+3
* Cr50: Tweak some comments about UART0_RXBill Richardson2016-08-241-0/+1
* Modified flash API batch write logic to respect row boundaries.Johnnie Chan2016-08-242-3/+5
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-2435-101/+52
* npcx/i2c.c: Verify that controller value is not negative before using itMartin Roth2016-08-231-2/+19
* cr50: remove internal pull up on DIOM0Mary Ruthven2016-08-232-0/+19
* btle: Accepts and maintains connectionsLevi Oliver2016-08-231-1/+19
* npcx/flash.c: Init return value for successMartin Roth2016-08-231-1/+1
* npcx: gpio: Enable wake GPIO interrupts prior to hibernateMulin Chao2016-08-231-1/+4
* npcx: shi: Properly disable interrupts throughout sending of HC responseShawn Nematbakhsh2016-08-231-9/+9
* npcx: Don't enable GPIO interrupts by defaultShawn Nematbakhsh2016-08-231-5/+6
* Cr50: Use parse_bool() for boolean argsBill Richardson2016-08-221-6/+11