Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1572089
| From | Yuriy Kolerov <yuriy.kolerov@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Delete deprecated parameters in Device Trees |
| Date | 2017-02-02 01:20 +0100 |
| Message-ID | <t6di2-4Nn-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
* Remove support of the second argument in IDU interrupts (it is
deprecated and not used anymore).
* Remove useless declaration of interrupts list in IDU intc because
it is not used anymore and the kernel can obtain information about
supported interrupts from build registers.
* Some small clean ups.
Yuriy Kolerov (2):
ARCv2: IDU-intc: Delete deprecated parameters in Device Trees
ARCv2: intc: Delete useless comments in Device Trees
.../interrupt-controller/snps,archs-idu-intc.txt | 24 ++++++----------------
arch/arc/boot/dts/axc003_idu.dtsi | 23 +++------------------
arch/arc/boot/dts/haps_hs_idu.dts | 11 ++--------
arch/arc/boot/dts/nsim_hs_idu.dts | 15 ++------------
arch/arc/boot/dts/nsimosci_hs_idu.dts | 21 ++++---------------
arch/arc/boot/dts/vdk_axc003_idu.dtsi | 13 +++---------
arch/arc/kernel/mcip.c | 17 +--------------
7 files changed, 21 insertions(+), 103 deletions(-)
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Delete deprecated parameters in Device Trees Yuriy Kolerov <yuriy.kolerov@synopsys.com> - 2017-02-02 01:20 +0100 [PATCH 2/2] ARCv2: intc: Delete useless comments in Device Trees Yuriy Kolerov <yuriy.kolerov@synopsys.com> - 2017-02-02 01:20 +0100 [PATCH 1/2] ARCv2: IDU-intc: Delete deprecated parameters in Device Trees Yuriy Kolerov <yuriy.kolerov@synopsys.com> - 2017-02-02 01:20 +0100
csiph-web