Summary: - This commit changes spinlock APIs (spin_lock_irqsave/spin_unlock_irqrestore) - In the previous implementation, the global spinlock (i.e. g_irq_spin) was used. - This commit allows to use caller specific spinlock but also supports to use g_irq_spin for backword compatibility (In this case, NULL must be specified) Impact: - None Testing: - Tested with the following configurations - spresnse:wifi, spresense:wifi_smp - esp32-devkitc:smp (QEMU), sabre6-quad:smp (QEMU) - maxi-bit:smp (QEMU), sim:smp - stm32f4discovery:wifi Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> |
||
|---|---|---|
| .. | ||
| gpio.c | ||
| gpio_lower_half.c | ||
| Kconfig | ||
| Make.defs | ||
| pca9538.c | ||
| pca9538.h | ||
| pca9555.c | ||
| pca9555.h | ||
| pcf8574.c | ||
| pcf8574.h | ||
| skeleton.c | ||
| tca64xx.c | ||
| tca64xx.h | ||