summaryrefslogtreecommitdiff
path: root/chip/lm4
Commit message (Expand)AuthorAgeFilesLines
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-273-8/+2
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-2/+3
* COIL: chip/lm4: Update terminologyCaveh Jalali2021-08-043-18/+21
* include/flash: rename the APIsTim Lin2021-06-091-12/+12
* panicinfo: fix panicinfo double reportEric Yilun Lin2021-03-041-3/+11
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-25/+14
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-152-2/+2
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-142-2/+2
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-2/+2
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-2/+2
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-1/+1
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* ec: change usage of dummySam Hurst2020-08-055-8/+8
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-222-2/+2
* lm4: Add chip_read_reset_flags and chip_save_reset_flagsDaisuke Nojiri2020-05-061-3/+13
* 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