lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 21 Jun 2010 16:30:11 -0600
From:	Grant Likely <grant.likely@...retlab.ca>
To:	microblaze-uclinux@...e.uq.edu.au,
	devicetree-discuss@...ts.ozlabs.org, linuxppc-dev@...ts.ozlabs.org
Cc:	sfr@...b.auug.org.au, monstr@...str.eu,
	linux-kernel@...r.kernel.org, benh@...nel.crashing.org
Subject: [PATCH v2 0/5] Consolidate OF IRQ handling code

This series merges the common IRQ handling code between Microblaze and Powerpc

Changes in v2:
- The 3 patches to merge of_irq_find_parent(), of_irq_map_raw() and
  of_irq_map_one() have been merged into a single patch.
- Patch added to move powermac quirk handing into
  arch/powerpc/platforms/powermac.
- Add endian fixes patch from Rob Herring

Ben, please take a look and let me know if you like this better.

Thanks,
g.

---

Grant Likely (4):
      of/irq: Move irq_of_parse_and_map() to common code
      of/microblaze: strip out of_irq_workarounds code
      of/powerpc: Move Powermac irq quirk code into powermac pic driver code
      of/irq: merge irq mapping code

Rob Herring (1):
      of/irq: little endian fixes


 arch/microblaze/include/asm/irq.h     |   13 -
 arch/microblaze/include/asm/prom.h    |   67 ------
 arch/microblaze/kernel/irq.c          |   14 -
 arch/microblaze/kernel/prom_parse.c   |  331 -------------------------------
 arch/powerpc/include/asm/irq.h        |   13 -
 arch/powerpc/include/asm/prom.h       |   68 ------
 arch/powerpc/kernel/irq.c             |   14 -
 arch/powerpc/kernel/prom_parse.c      |  351 ---------------------------------
 arch/powerpc/platforms/powermac/pic.c |   72 ++++++-
 arch/sparc/include/asm/prom.h         |    1 
 drivers/of/Kconfig                    |    4 
 drivers/of/Makefile                   |    1 
 drivers/of/irq.c                      |  339 ++++++++++++++++++++++++++++++++
 drivers/of/of_mdio.c                  |    1 
 include/linux/of_irq.h                |   70 +++++++
 15 files changed, 487 insertions(+), 872 deletions(-)
 create mode 100644 drivers/of/irq.c
 create mode 100644 include/linux/of_irq.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ