chrome-ec/chip/mchp
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 ec: change usage of dummy 2020-08-05 18:41:25 +00:00
adc.c common: replace 1 << digits, with BIT(digits) 2019-03-26 04:42:55 -07:00
adc_chip.h ec_chip_mchp: Add ADC and DMA files 2017-12-28 12:35:06 -08:00
build.mk keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCAN 2019-11-19 07:22:35 +00:00
clock.c ec: change usage of dummy 2020-08-05 18:41:25 +00:00
clock_chip.h ec_chip_mchp: Fix hibernation timer and wake programming 2018-06-12 21:50:56 -07:00
config_chip.h ec: change usage of dummy 2020-08-05 18:41:25 +00:00
config_flash_layout.h ec_chip_mchp: Expand data SRAM to 64KB. 2018-05-22 21:57:13 -07:00
dma.c ec: change usage of dummy 2020-08-05 18:41:25 +00:00
dma_chip.h ec_chip_mchp: Add ADC and DMA files 2017-12-28 12:35:06 -08:00
espi.c PCH_PLTRST_L: Use appropriate config option 2019-10-30 20:13:01 +00:00
fan.c common: replace 1 << digits, with BIT(digits) 2019-03-26 04:42:55 -07: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
gpio_chip.h ec_chip_mchp: Add MCHP chip folder 2017-12-28 12:35:07 -08:00
gpio_cmds.c ec_chip_mchp: Add MCHP chip folder 2017-12-28 12:35:07 -08:00
gpspi.c ec: change usage of dummy 2020-08-05 18:41:25 +00:00
gpspi_chip.h ec_chip_mchp: Add SPI files 2017-12-28 14:50:30 -08:00
hwtimer.c common: bit change 1 << constants with BIT(constants) 2019-03-26 04:42:56 -07:00
i2c.c task_set_event: remove the wait argument 2020-12-14 19:59:09 +00:00
keyboard_raw.c common: replace 1 << digits, with BIT(digits) 2019-03-26 04:42:55 -07:00
lpc.c PCH_PLTRST_L: Use appropriate config option 2019-10-30 20:13:01 +00:00
lpc_chip.h ec_chip_mchp: Fix LPC bugs configuring logical devices 2018-06-14 01:31:51 -07:00
port80.c ec_chip_mchp: Lower Port80 interrupt priority. 2018-05-22 21:57:00 -07:00
pwm.c common: replace 1 << digits, with BIT(digits) 2019-03-26 04:42:55 -07:00
pwm_chip.h ec_chip_mchp: Add PWM and fan files 2017-12-28 14:50:31 -08:00
qmspi.c ec: change usage of dummy 2020-08-05 18:41:25 +00:00
qmspi_chip.h ec_chip_mchp: Add SPI files 2017-12-28 14:50:30 -08:00
registers.h chip: support dynamic hibernate_wake_pins config 2020-08-06 17:15:34 +00:00
spi.c ec_chip_mchp: Add SPI files 2017-12-28 14:50:30 -08:00
spi_chip.h common: replace 1 << digits, with BIT(digits) 2019-03-26 04:42:55 -07:00
system.c Replace __attribute__((noreturn)) with noreturn 2020-08-17 20:14:48 +00:00
tfdp.c ec_chip_mchp: Add MCHP TFDP trace debug files 2017-12-28 19:21:31 -08:00
tfdp_chip.h ec_chip_mchp: Add MCHP TFDP trace debug files 2017-12-28 19:21:31 -08:00
uart.c common: replace 1 << digits, with BIT(digits) 2019-03-26 04:42:55 -07:00
watchdog.c common: replace 1 << digits, with BIT(digits) 2019-03-26 04:42:55 -07:00