summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32: i2c: Busy loop for a while waiting for interruptNicolas Boichat2016-06-021-5/+23
* CR50: port dcrypto/cr50 code to depend on third_party/cryptocnagendra modadugu2016-05-3113-2203/+208
* g: upgrade: wipe out NVRAM on upgradesVadim Bendebury2016-05-311-0/+4
* Cr50: Export the chip-specific SPI master functionsNadim Taha2016-05-311-0/+15
* Timer initialization & conversion bug fixesNadim Taha2016-05-281-16/+9
* cr50: disable UART peripheral when the device is powered off.Mary Ruthven2016-05-272-1/+20
* cr50: dont drive UART output if servo is connectedMary Ruthven2016-05-271-1/+6
* cr50: monitor the state of Servo, the EC, and APMary Ruthven2016-05-271-0/+3
* kevin: rk3399: ectool interface for EC RTC alarmShelley Chen2016-05-271-0/+11
* NvMem: Added NV Memory module to ec/common/Scott2016-05-261-1/+1
* servo_micro: add programmable serial numberNick Sanders2016-05-261-2/+110
* servo_v4: Fix ADC console commandNick Sanders2016-05-267-216/+0
* it83xx: fix wrong setting of 'IT83XX_ECPM_SCDCR3' registerDino Li2016-05-241-3/+0
* it83xx: Add GPIO group K and LDino Li2016-05-242-7/+25
* kevin: rk3399: enabling RTC wakeupShelley Chen2016-05-231-1/+14
* chip: it83xx: Optimize interrupt usage of LPC accessDino Li2016-05-182-12/+15
* npcx: Modify gpio's interrupt utilitiesMulin Chao2016-05-181-22/+14
* shorten long console command namesVadim Bendebury2016-05-181-1/+1
* npcx: i2c: Fix spurious NACK after i2cscanMulin Chao2016-05-171-4/+28
* it83xx: Complete EC interrupt liststabilize-8337.BDino Li2016-05-162-16/+67
* g: Add GR_KEYMGR_HKEY_FRR to registers.hBill Richardson2016-05-161-4/+4
* npcx: shi: Allow up to 10ms from CS assertion to first data byteShawn Nematbakhsh2016-05-121-1/+1
* npcx: Fixed bug that unexpected value of timer which source clock is 32KMulin Chao2016-05-113-5/+35
* mec1322: Don't try to inline pwm_get_keep_awake_mask()Stefan Reinauer2016-05-102-2/+2
* npcx: shi: Fixes for REBOOT_EC host command handlingShawn Nematbakhsh2016-05-101-11/+11
* kevin: Move RAM from data section to codeShawn Nematbakhsh2016-05-102-3/+3
* keyboard: it83xx: add COL02 inverted featureDino Li2016-05-061-0/+9
* npcx: shi: Improve reliability of SPI host command interfaceMulin Chao2016-05-062-126/+241
* npcx: spi: disable all port from board structWonjoon Lee2016-05-061-3/+5
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-0511-11/+12
* Cr50: Enable the USB SOF clock auto-calibrationstabilize-8282.BBill Richardson2016-05-044-4/+167
* npcx: add device id for npcx586g/npcx576gKevin K Wong2016-05-041-0/+4
* apollolake: ignore PLTRST# from SOC unless RSMRST# is deassertedKevin K Wong2016-05-031-4/+3
* Cr50: Enable jittery clockBill Richardson2016-05-034-0/+69
* npcx: Reduce system stack sizeShawn Nematbakhsh2016-05-021-1/+1
* g: enhance upgrade protocol to allow upgrade block restartsVadim Bendebury2016-05-021-3/+38
* g: verify that first message of each upgrade block is rightVadim Bendebury2016-05-021-11/+13
* g: upgrade - improve verification of the first upgrade messageVadim Bendebury2016-05-021-6/+35
* g: introduce versioning and backwards compatibility of usb_upgradeVadim Bendebury2016-05-021-4/+33
* g: drop: always start with USB facing external portVadim Bendebury2016-05-021-3/+8
* g: fix debug messages not to include two newlinesVadim Bendebury2016-05-021-6/+6
* g: recover from usb_upgrade interruptionsVadim Bendebury2016-05-021-1/+27
* cr50: add basic rbox supportMary Ruthven2016-04-294-0/+127
* Cr50: Move board-specific rdd stuff out of chip/g/Bill Richardson2016-04-292-7/+4
* STM32: Add HSE and PLL to clock source selectionDaisuke Nojiri2016-04-293-50/+263
* STM32: Set UART clock sources to SYSCLKDaisuke Nojiri2016-04-292-3/+13
* pwm: Add PWM_CONFIG_DSLEEP config flagShawn Nematbakhsh2016-04-277-21/+50
* g: i2c slave driverVadim Bendebury2016-04-272-0/+233
* servo_micro: add gpio mode get and setNick Sanders2016-04-271-0/+51
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-278-92/+5