summaryrefslogtreecommitdiff
path: root/chip/lm4
Commit message (Expand)AuthorAgeFilesLines
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-11-191-0/+2
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-3/+5
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* include: De-longify BIT() macroEvan Green2019-10-051-1/+1
* printf: Fix formatting errorsEvan Green2019-10-051-1/+1
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-022-3/+3
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-262-14/+14
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-3/+3
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-7/+8
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1922-22/+22
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-268-17/+17
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-266-57/+57
* ec: cleanup: Add CONFIG_RTCJack Rosenthal2019-03-012-1/+2
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-1/+1
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-223-3/+3
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-6/+6
* port80: Provide default routine for logging port80 resumeFurquan Shaikh2017-10-311-7/+0
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-5/+0
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-171-93/+17
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-074-66/+40
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-261-1/+1
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+12
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-2/+2
* clock: Fix clock_wait_cycles() asmShawn Nematbakhsh2016-11-181-2/+2
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-154-5/+5
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* 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