summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfactory-sarien-12033.BBrian Norris2021-09-102-10/+1
* merge R75 branch into sarien factoryJett Rink2019-06-06264-5066/+23959
|\
| * arcada: use lid switch instead of gpioJett Rink2019-06-041-1/+1
| * ish: reload watchdog after lower power exitJett Rink2019-06-043-1/+15
| * ish: max-retries mechanism for watchdog timerJack Rosenthal2019-06-043-1/+49
| * ish: use magic number to verify persistent dataJack Rosenthal2019-06-0411-62/+149
| * Makefile: create new rules for host and fuzz testsJack Rosenthal2019-06-041-2/+4
| * ish: remove unused ish_dma_page codeJack Rosenthal2019-06-042-40/+3
| * ish: remove unnecessary task switch for UARTJett Rink2019-06-041-4/+2
| * arcada_ish: hook up 360 hall sensor to ISRJett Rink2019-05-283-3/+17
| * driver: lis2mdl: fix magnetometer range/resolutionGwendal Grignou2019-05-283-17/+13
| * driver: lsm6dsm: sensor event spreadingYuval Peress2019-05-232-12/+139
| * driver: lsm6dsm: Fix missing eventsYuval Peress2019-05-231-8/+51
| * driver: lsm6dsm: Move the interrupt GPIO into sensor structYuval Peress2019-05-237-0/+27
| * motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2019-05-233-15/+23
| * ish: refactor statistic collection and commandJack Rosenthal2019-05-231-59/+45
| * tabletmode: ignore lid angle if hall sensor activeJett Rink2019-05-223-15/+42
| * ish: fix printf format for idlestats commandJack Rosenthal2019-05-221-11/+11
| * board: arcada: Fix magnetometer axis rotationYuval Peress2019-05-221-1/+1
| * ish: fix reading current interrupt vectorHyungwoo Yang2019-05-162-4/+5
| * ish: save and restore reset flags across resetJack Rosenthal2019-05-162-8/+28
| * ish: move panic data into AON ROMJack Rosenthal2019-05-161-4/+7
| * ish: increase AON ROM size by 256 bytesJack Rosenthal2019-05-163-5/+9
| * ish: fix GPIO interrupt enabling and statusHyungwoo Yang2019-05-161-0/+5
| * ish: set firmware status to running during pre-initJack Rosenthal2019-05-161-0/+3
| * ish: add more explanations comments for reset flow in aontaskJett Rink2019-05-161-3/+29
| * ish: fix lapic table readJett Rink2019-05-162-5/+9
| * ish: update firmware statusHyungwoo Yang2019-05-162-0/+5
| * ish: fix bugs in fwst check functionsHyungwoo Yang2019-05-161-2/+2
| * ish: correct gpio voltage to 3.3VJett Rink2019-05-131-1/+1
| * ish/ish5: fixed both-edge triggered gpio configuration blocking D0ix issueHu, Hebo2019-05-132-42/+97
| * cleanup: fix cros_sh to cros_ish typoJett Rink2019-05-131-1/+1
| * ish: combine watchdog expiration and panic handlerJack Rosenthal2019-05-133-37/+30
| * ish/ish5: remove watchdog disable during D0ixHu, Hebo2019-05-133-26/+3
| * board: arcada_ish: add lis2mdl magnetometerYuval Peress2019-05-132-5/+30
| * board: arcarda_ish: Fix gyro matrixGwendal Grignou2019-05-131-1/+1
| * ish: remove erroneous REG32 in ish_fwsts.hJack Rosenthal2019-05-071-1/+1
| * ish: preserve panic data across resetJack Rosenthal2019-05-075-19/+43
| * ish: ensure all CONFIGs are undef'ed in include/config.hJack Rosenthal2019-05-076-64/+87
| * ish: make sure last_deadline always validHyungwoo Yang2019-05-071-0/+9
| * core/minute-ia: link libgcc for 64bit divisionYangzhong Ge2019-05-071-0/+3
| * ish/ish5: fix some HPET issues.Hu, Hebo2019-05-072-14/+11
| * ish: refactor IPC usage of REG macros into registers.hJack Rosenthal2019-05-074-78/+60
| * ish: move REG32 macros for interrupt control into header filesJack Rosenthal2019-05-076-76/+81
| * ish: refactor bit-mask constants to use BIT macroJack Rosenthal2019-05-075-97/+92
| * minute-ia: remove divzero console commandJack Rosenthal2019-05-071-10/+0
| * arcada_ish: hook up lid open gpio interruptJett Rink2019-05-032-1/+2
| * ish/heci: print protocol for discarded msgsJett Rink2019-05-031-1/+1
| * motion sense: Calculate loop time based on sensor needsMathew King2019-04-298-90/+101
| * ish: cleanup of UART-related functionalityJack Rosenthal2019-04-262-196/+164