summaryrefslogtreecommitdiff
path: root/chip/mchp
Commit message (Expand)AuthorAgeFilesLines
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-262-10/+10
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-2615-253/+253
* Keyboard: Consolidate keyboard factory testsDaisuke Nojiri2018-12-171-68/+2
* keyboard: restore KBD_KSO2 after keyboard factory scan testingDevin Lu2018-12-171-1/+4
* chip/mchp: Get rid of unused lpc_host_resetFurquan Shaikh2018-07-271-22/+0
* ec_chip_mchp: Fix LPC bugs configuring logical devicesscott worley2018-06-144-234/+312
* ec_chip_mchp: Refactor huge chip_i2c_xfer into sub-functionsscott worley2018-06-121-264/+615
* ec_chip_mchp: Fix hibernation timer and wake programmingscott worley2018-06-124-122/+122
* ec_chip_mchp: Add debug config item to prevent watchdog from firing.scott worley2018-06-121-6/+2
* ec: Remove debug configuration items from chip register header file.scott worley2018-06-121-4/+1
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-2/+1
* espi: rename remaining eSPI optionsJett Rink2018-05-232-11/+11
* ec_chip_mchp: Expand data SRAM to 64KB.scott worley2018-05-223-55/+107
* ec_chip_mchp: Clear ADC sticky hardware status before starting.scott worley2018-05-221-19/+36
* ec_chip_mchp: Lower UART interrupt priority.scott worley2018-05-221-2/+3
* ec_chip_mchp: Fix bug in GPIO interrupt handling.scott worley2018-05-221-20/+34
* ec_chip_mchp: Lower Port80 interrupt priority.scott worley2018-05-221-1/+1
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-226-14/+14
* ec_chip_mchp: Add miscellaneous register defines: LPC and IRQ.scott worley2018-05-221-1/+22
* ec_chip_mchp: Remove debug trace statementsscott worley2018-05-181-8/+0
* chip/mchp: Surround conditional code with bracesPatrick Georgi2018-05-171-1/+2
* lpc: remove lpc_host_resetJett Rink2018-03-261-18/+0
* chip/mchp: Default SPI image script verobse output to disabledScott Worley2018-02-092-44/+73
* ec_chip_mchp: Add chip flash image generatorScott Worley2018-01-101-0/+481
* ec_chip_mchp: Add I2C controllerScott Worley2018-01-021-0/+612
* ec_chip_mchp: Add LPC and eSPI files.Scott Worley2018-01-023-0/+2544
* ec_chip_mchp: Add MCHP TFDP trace debug filesScott Worley2017-12-282-0/+630
* ec_chip_mchp: Add other hardware filesScott Worley2017-12-285-0/+711
* ec_chip_mchp: Add PWM and fan filesScott Worley2017-12-283-0/+342
* ec_chip_mchp: Add SPI filesScott Worley2017-12-288-0/+1807
* ec_chip_mchp: Add MCHP chip folderScott Worley2017-12-288-0/+4316
* ec_chip_mchp: Add ADC and DMA filesScott Worley2017-12-284-0/+630
* ec_chip_mchp: Add LFW filesScott Worley2017-12-283-0/+541