summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* cr50: enable AP and EC flash accessstabilize-8249.BMary Ruthven2016-04-261-0/+7
* STM32: Support LPUART consoleDaisuke Nojiri2016-04-254-2/+32
* Bring up STM32L476G-EvalDaisuke Nojiri2016-04-2510-16/+371
* STM32: Add dma_select_channelDaisuke Nojiri2016-04-254-0/+38
* CR50: add support for RSA key generationnagendra modadugu2016-04-204-2/+489
* CR50: add support for P256-ECIES (hybrid encryption)nagendra modadugu2016-04-195-0/+207
* CR50: remove DCRYPTO_p256_points_mul, add DCRYPTO_p256_point_mulnagendra modadugu2016-04-192-41/+10
* CR50: add support for RSA key "testing"nagendra modadugu2016-04-194-4/+294
* CR50: move AES CTR implementation to dcryptonagendra modadugu2016-04-192-0/+36
* snoball: Add support for proto 0.9 boardShawn Nematbakhsh2016-04-192-2/+13
* npcx: shi: Remove excessively verbose printsShawn Nematbakhsh2016-04-192-14/+18
* npcx: shi: Remove support for V2 host protocolShawn Nematbakhsh2016-04-191-168/+4
* npcx: shi: Don't enable GPIO_SHI_CS_L GPIO interrupt until S0Shawn Nematbakhsh2016-04-191-5/+26
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-198-24/+0
* chip: it83xx: add USBPD moduleDino Li2016-04-185-6/+143