chrome-ec/chip/it83xx
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
..
adc.c task_set_event: remove the wait argument 2020-12-14 19:59:09 +00:00
adc_chip.h it83xx/adc: adjust ADC read timeout to 1ms. 2020-09-24 09:21:35 +00:00
build.mk COIL: Rename i2c_peripheral files 2020-12-12 20:15:35 +00:00
clock.c it83xx: pull more functions into __ram_code section 2020-11-18 02:57:08 +00:00
config_chip.h chip/it83xx: move __RAM_CODE_SECTION_NAME 2020-11-20 02:02:53 +00:00
config_chip_it8xxx2.h it83xx/spi: clean up unnecessary configuration 2020-10-28 07:00:05 +00:00
config_chip_it8320.h Clean up: set embedded flash clock 48MHz as default 2020-08-17 06:09:48 +00:00
dac.c it83xx/dac: add DAC module 2020-02-21 09:26:28 +00:00
dac_chip.h it83xx/dac: add DAC module 2020-02-21 09:26:28 +00:00
ec2i.c it83xx: read_clear_int_mask() read and clear interrupt bit. 2020-09-24 09:16:58 +00:00
ec2i_chip.h LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
espi.c it83xx/espi: re-enable port80 after espi reset 2020-10-16 19:25:37 +00:00
fan.c Fan: Allow fan count to be set dynamically 2018-11-19 19:13:54 -08:00
flash.c it83xx/flash: handle AP's command of get status while erasing 2020-10-14 10:31:15 +00:00
flash_chip.h it83xx: force filling cache if the last two 4KB blocks of 512KB flash are modified 2018-12-10 12:34:28 -08:00
gpio.c it83xx/KB/GPIO: support keyboard GPIO output mode 2020-10-14 06:10:48 +00:00
hwtimer.c it83xx: read_clear_int_mask() read and clear interrupt bit. 2020-09-24 09:16:58 +00:00
hwtimer_chip.h it83xx: add config for reading observation register of external timer issue 2018-09-26 10:33:12 -07:00
i2c.c task_set_event: remove the wait argument 2020-12-14 19:59:09 +00:00
i2c_peripheral.c COIL: Standardize i2c peripheral language 2020-12-12 20:15:38 +00:00
intc.c task_set_event: remove the wait argument 2020-12-14 19:59:09 +00:00
intc.h COIL: Standardize i2c peripheral language 2020-12-12 20:15:38 +00:00
irq.c it83xx: Add support for interrupt and 1.8v selection of GPJ7 2020-08-04 12:29:17 +00:00
it83xx_fpu.S it83xx/fpu: fix floating-point multiplication issue for DX version. 2018-09-17 08:41:02 -07:00
keyboard_raw.c it83xx/keyboard: support keyboard_raw_is_input_low() 2020-10-14 06:10:49 +00:00
kmsc_chip.h cleanup: fix all the header guards 2015-06-18 19:07:00 +00:00
lpc.c it83xx: read_clear_int_mask() read and clear interrupt bit. 2020-09-24 09:16:58 +00:00
peci.c PECI: Move non-chipset specific PECI code to common folder 2019-05-28 10:44:36 -07:00
pwm.c it83xx/pwm: clear cycle timer1 high byte for using as 8-bit 2020-04-16 10:21:56 +00:00
pwm_chip.h LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
registers.h chip/it83xx: move __RAM_CODE_SECTION_NAME 2020-11-20 02:02:53 +00:00
spi.c it83xx/spi: clean up unnecessary configuration 2020-10-28 07:00:05 +00:00
spi_master.c it83xx/spi_master: correct the module ID 2019-11-22 11:22:05 +00:00
system.c it83xx/system: Don't disable DBGR in system reset 2020-08-27 18:55:21 +00:00
uart.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
watchdog.c it83xx/watchdog: Use newly provided functions to access panic data 2020-10-01 14:48:09 +00:00