commit | 6a77623d78b307b34d4cf7886da6a907689bf388 | [log] [tgz] |
---|---|---|
author | Fabien Dessenne <fabien.dessenne@st.com> | Thu Mar 07 19:40:36 2019 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Mar 21 11:08:26 2019 +0000 |
tree | f70209315d312ad12f72ea084f99586ce02398df | |
parent | 0dda09666f50eae9c5b794dd89b1fd8a8d89d714 [diff] |
irqchip/stm32: Don't set rising configuration registers at init The rising configuration status register (rtsr) is not banked. As it is shared with the co-processor, it should not be written at probe time, else the co-processor configuration will be lost. Fixes: f9fc1745501e ("irqchip/stm32: Add host and driver data structures") Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>