Commit 8b7a51b
committed
Merge tag 'irq-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq fixes from Thomas Gleixner:
"Two fixes for irqchip drivers:
- Save and restore the GICV3 ITS state unconditionally on
suspend/resume to handle firmware which fails to do so.
- Use the correct index into the fwspec parameters to read the irq
trigger type in the EXIU chip driver"
* tag 'irq-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspend
irqchip/exiu: Fix the index of fwspec for IRQ type2 files changed
Lines changed: 4 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
4741 | 4740 | | |
4742 | 4741 | | |
4743 | 4742 | | |
4744 | | - | |
4745 | | - | |
4746 | | - | |
4747 | 4743 | | |
4748 | 4744 | | |
4749 | 4745 | | |
| |||
4762 | 4758 | | |
4763 | 4759 | | |
4764 | 4760 | | |
4765 | | - | |
4766 | | - | |
4767 | | - | |
4768 | 4761 | | |
4769 | 4762 | | |
4770 | 4763 | | |
| |||
4784 | 4777 | | |
4785 | 4778 | | |
4786 | 4779 | | |
4787 | | - | |
4788 | | - | |
4789 | | - | |
4790 | 4780 | | |
4791 | 4781 | | |
4792 | 4782 | | |
4793 | 4783 | | |
4794 | 4784 | | |
4795 | 4785 | | |
4796 | 4786 | | |
| 4787 | + | |
| 4788 | + | |
4797 | 4789 | | |
| 4790 | + | |
4798 | 4791 | | |
4799 | 4792 | | |
4800 | 4793 | | |
| |||
5074 | 5067 | | |
5075 | 5068 | | |
5076 | 5069 | | |
5077 | | - | |
5078 | | - | |
5079 | | - | |
5080 | 5070 | | |
5081 | 5071 | | |
5082 | 5072 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments