chrome-ec/chip/mec1322
Dawid Niedzwiecki f96f176c30 task_set_event: remove the wait argument
There is an option in the task_set_event function which force
the calling task to wait for an event. However, the option is never
used thus remove it.

This also will help in the Zephyr migration process.

BUG=b:172360521
BRANCH=none
TEST=make buildall

Signed-off-by: Dawid Niedzwiecki <dn@semihalf.com>
Change-Id: Ic152fd3d6862d487bcc0024c48d136556c0b81bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2521599
Reviewed-by: Jett Rink <jettrink@chromium.org>
Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
2020-12-14 19:59:09 +00:00
..
lfw Replace __attribute__((noreturn)) with noreturn 2020-08-17 20:14:48 +00:00
util mec1322: convert pack_ec.py script to Python 3 2020-01-13 20:15:55 +00:00
adc.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
adc_chip.h LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
build.mk keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCAN 2019-11-19 07:22:35 +00:00
clock.c printf: Convert %l to %ll 2019-10-05 00:47:48 +00:00
config_chip.h LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
config_flash_layout.h mec1322: More code space in RAM 2015-09-25 14:50:34 -07:00
dma.c dma: separate out DMA enable status from wait_for_bytes 2019-08-13 00:46:05 +00:00
fan.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
flash.c include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_* 2019-08-26 07:49:42 -07:00
gpio.c Cleanup: Correct GPIO alternate function parameter 2019-11-01 02:46:00 +00:00
hwtimer.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
i2c.c task_set_event: remove the wait argument 2020-12-14 19:59:09 +00:00
keyboard_raw.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
lpc.c ec: change usage of dummy 2020-08-05 18:41:25 +00:00
port80.c common: replace 1 << digits, with BIT(digits) 2019-03-26 04:42:55 -07:00
pwm.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
pwm_chip.h LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
registers.h chip: support dynamic hibernate_wake_pins config 2020-08-06 17:15:34 +00:00
spi.c ec: change usage of dummy 2020-08-05 18:41:25 +00:00
system.c Replace __attribute__((noreturn)) with noreturn 2020-08-17 20:14:48 +00:00
uart.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
watchdog.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00