summaryrefslogtreecommitdiff
path: root/chip/lm4
Commit message (Expand)AuthorAgeFilesLines
...
* Support alignment for EC host command structuresRandall Spangler2016-10-191-0/+1
* spi: Add lock around spi_transactionShawn Nematbakhsh2016-10-041-0/+3
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-1/+1
* system: Add print_system_rtc().Aseda Aboagye2016-09-231-5/+9
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-247-30/+15
* Cleanup: gate RTC console/host command behind new config optionsphilipchen2016-06-291-0/+4
* servo_v4: Fix ADC console commandNick Sanders2016-05-261-12/+0
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-053-3/+4
* pwm: Add PWM_CONFIG_DSLEEP config flagShawn Nematbakhsh2016-04-271-4/+1
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-10/+0
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-1/+1
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+13
* GPIO: Add gpio_reset functionAnton Staaf2016-01-191-2/+1
* common: adc/i2c: Mark task_waiting volatileShamile Khan2015-12-012-2/+2
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-1/+0
* cleanup: Put chip-specific configs in config_chip.hBill Richardson2015-09-211-0/+8
* chip: Set CONFIG_FPU on a board basis.Gwendal Grignou2015-09-181-1/+0
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-162-2/+2
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-1/+1
* Cleanup: Remove COMPILE_FOR_RAM option from linker scriptsBill Richardson2015-09-081-3/+0
* lm4: Add debug output for overlapping HCs.Aseda Aboagye2015-08-051-1/+4
* common: change interface to SPI flashGwendal Grignou2015-07-301-15/+29
* ADC: Add common priority for the ADC initVijay Hiremath2015-07-161-1/+1
* flash_ec: move openocd configs from chip/ to util/Myles Watson2015-07-093-93/+0
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-251-0/+12
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* flash_ec: remove unused USB and unprotect optionsMyles Watson2015-06-181-15/+0
* Remove obsolete board-specific codeRandall Spangler2015-06-101-53/+0
* mec1322: Implement i2c_set_timeoutShawn Nematbakhsh2015-06-031-3/+0
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-271-4/+4
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-0/+3
* i2c: Move i2c_read_string to common codeShawn Nematbakhsh2015-05-261-30/+0
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-152-34/+4
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-7/+7
* flash: Add option to move pstate inside RO imageRandall Spangler2015-04-171-0/+2
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-6/+5
* ACPI: Support accessing memmap data over ACPI CMD / DATA portsstabilize-6915.BShawn Nematbakhsh2015-03-252-1/+19
* lm4: stm32: Store panic data in backup registers on hard resetShawn Nematbakhsh2015-03-141-3/+37
* Remove unused CONFIG_PSTATE_AT_END optionRandall Spangler2015-02-271-11/+1
* lm4: workaround to force __enter_hibernate in SRAMVincent Palatin2015-01-231-1/+2
* lm4: ignore overlapping LPC commandsVincent Palatin2015-01-231-2/+2
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-161-1/+1
* lm4: Increase time to wake up from deep sleepShawn Nematbakhsh2015-01-081-2/+2
* lm4: decrease time to wake up from deep sleep to save powerAlec Berg2015-01-061-0/+8
* Samus: Handle fan startup in the EC, not the fan controllerBill Richardson2014-11-061-1/+1
* EC:KBC: Wait until LPC host senses the IRQ and gets the character.Kenji Chen2014-10-281-1/+6
* samus: change fan RPM values, enable fast-startBill Richardson2014-10-221-5/+16
* Fix incorrect valid and writable flash flagsVic Yang2014-10-151-0/+26
* EC: Add smbus interface read & write APIsSheng-Liang Song2014-08-291-0/+5