commit | a150fb6bb76d3813f8b58e377636da749be7d811 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Mon Apr 06 14:25:59 2020 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Apr 15 08:30:11 2020 -0500 |
tree | 5dd06547e38c2ca0a9e50f0a9b9dafecda5282fa | |
parent | 2c23465dbc0b728fa900464e97f04a215377ade9 [diff] |
drivers: lora: sx1276: call DIO handlers in workqueue DIO handlers defined in loramac-node are quite complex. Additionally they call read/write operations over SPI with the sx1276 chip. This cannot work properly in interrupt context, so call DIO handlers in system workqueue instead. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>