summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Gandof: Add G781 HW trigger pointDavid Huang2015-07-301-1/+1
* Paine: keyboard fix to support old and new reset IC.Hsu Henry2014-11-201-0/+12
* CHERRY-PICK: math: use CONFIG_FPU when using float.Gwendal Grignou2014-11-111-0/+2
* CHERRY-PICK: usb: fix undefined USB endpointsVincent Palatin2014-11-111-4/+8
* CHERRY-PICK: it8380dev: add pwm control moduleDino Li2014-11-115-1/+243
* CHERRY-PICK: EC:KBC: Wait until LPC host senses the IRQ and gets the character.Kenji Chen2014-11-111-1/+6
* CHERRY-PICK: USB-console: Don't wait in interrupt contextsAnton Staaf2014-11-111-1/+2
* CHERRY-PICK: usb: allow reading descriptors larger than 64 bytesVincent Palatin2014-11-111-29/+50
* CHERRY-PICK: usb: Groundwork for USB BOS & Billboard class descriptors.Todd Broch2014-11-111-2/+19
* Paine, yuna: add flash tool supportHsu Henry2014-10-171-0/+8
* CHERRY-PICK: Allow to disable default DMA interrupt handlersVincent Palatin2014-10-101-0/+2
* stm32/spi: Reset peripheral after every packetAlexandru M Stan2014-09-251-2/+11
* stm32f0: samus_pd: add hibernate and enable wake pins for samusAlec Berg2014-09-243-1/+37
* stm32: Fix PWM driverShawn Nematbakhsh2014-09-243-3/+22
* stm32/gpio: Supress overriding interrupt warning in some casesAlexandru M Stan2014-09-241-1/+1
* stm32/spi: Print packet on bad datastabilize-6297.BAlexandru M Stan2014-09-231-0/+7
* stm32-USB: Initial USB bulk endpoint stream driverAnton Staaf2014-09-233-0/+418
* samus_pd: enable low power idleAlec Berg2014-09-232-2/+23
* stm32-USART: Add generic stream based usart driverAnton Staaf2014-09-239-0/+825
* stm32f0: low power idle taskAlec Berg2014-09-222-22/+170
* stm32f0: fix UART clock source for console on UART2Alec Berg2014-09-221-2/+2
* stm32f0: Change uart clock to HSIAlexandru M Stan2014-09-191-1/+22
* stm32f0: add RTC alarm functionalityAlec Berg2014-09-192-0/+220
* Remove PD power check in flash erase routineVic Yang2014-09-191-17/+0
* Queue: Add functionality needed by new USART stream driverAnton Staaf2014-09-181-8/+4
* stm32f07: change erase page size to 2kBAlec Berg2014-09-111-1/+1
* STM32F0 TX FIFO FixesAlexandru M Stan2014-09-111-17/+75
* EC: clean up i2c_read_stringSheng-Liang Song2014-08-295-105/+40
* EC: Add smbus interface read & write APIsSheng-Liang Song2014-08-292-0/+26
* ryu: gate SCL to PI3USB9281Vic Yang2014-08-261-0/+12
* lm4 i2c: fixed lm4 i2c_xfer synchronization issueSheng-Liang Song2014-08-262-3/+8
* stfm32f0: Send 0xec over i2c until get NAK from host.Puthikorn Voravootivat2014-08-201-5/+4
* Auron: Initial EC commitMohammed Habibulla2014-08-201-0/+11
* usb: add CONFIG_USB_INHIBIT to prevent automatically starting USBDominic Chen2014-08-161-1/+27
* Revert "Add back unit test for usb_pd"Vic Yang2014-08-152-290/+0
* openocd: update configuration filesDominic Chen2014-08-156-75/+31
* usb: add support for mass storage (bulk-only)Dominic Chen2014-08-154-0/+1117
* pd: Print warning before flash erase if on PD powerVic Yang2014-08-141-0/+18
* stfm32f0: always send bytes over i2c for EC command responsesAaron Durbin2014-08-141-0/+8
* stm32f0: always initialize i2c_packetAaron Durbin2014-08-141-14/+14
* stm32f0: use proper bit checking I2C ISR transmitter empty statusAaron Durbin2014-08-141-1/+1
* STM32F0 SPI Fixes: 4x Dummy BytesAlexandru M Stan2014-08-141-2/+6
* Add back unit test for usb_pdVic Yang2014-08-132-0/+290
* Revert "Add unit test for usb_pd"Alec Berg2014-08-112-290/+0
* pd: use interrupt on Rx retryVic Yang2014-08-111-2/+2
* Add unit test for usb_pdVic Yang2014-08-102-0/+290
* stm32f0: stm32l: Fix backup register indexingVic Yang2014-08-081-0/+19
* i2c-stm32f0: Adjust scope of the I2C host codeAlexandru M Stan2014-08-081-3/+5
* Move software CRC implementation to commonVic Yang2014-08-083-111/+4
* STM32F0 SPI FixesAlexandru M Stan2014-08-082-6/+11