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>] [day] [month] [year] [list]
Date:	Sat, 7 Mar 2015 22:20:10 +0000
From:	Jason Cooper <jason@...edaemon.net>
To:	Thomas Gleixner <tglx@...utronix.de>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] irqchip: Core changes for v4.0

Thomas,

Here's a small round of changes for the next merge window.

Please pull.

thx,

Jason.


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/irqchip-core-4.0

for you to fetch changes up to c9558659e68ee30740f265c54f792bf75add21f2:

  Merge branch 'irqchip/st' into irqchip/core (2015-03-07 21:56:47 +0000)

----------------------------------------------------------------
irqchip core changes for v4.0

 - STi
    - New driver, irq-st

 - Renesas
    - Use u32 type for 32bit regs

----------------------------------------------------------------
Geert Uytterhoeven (1):
      irqchip: renesas-irqc: Use u32 to store 32-bit register values

Jason Cooper (1):
      Merge branch 'irqchip/st' into irqchip/core

Lee Jones (3):
      dt: bindings: Supply shared ST IRQ defines
      irqchip: st: Supply new driver for STi based devices
      irqchip: st: Add documentation for STi based syscfg IRQs

 .../interrupt-controller/st,sti-irq-syscfg.txt     |  35 ++++
 drivers/irqchip/Kconfig                            |   7 +
 drivers/irqchip/Makefile                           |   1 +
 drivers/irqchip/irq-renesas-irqc.c                 |   4 +-
 drivers/irqchip/irq-st.c                           | 206 +++++++++++++++++++++
 include/dt-bindings/interrupt-controller/irq-st.h  |  30 +++
 6 files changed, 281 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/st,sti-irq-syscfg.txt
 create mode 100644 drivers/irqchip/irq-st.c
 create mode 100644 include/dt-bindings/interrupt-controller/irq-st.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