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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 6 Nov 2011 10:33:02 +0900
From:	Paul Mundt <lethal@...ux-sh.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-sh@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] rmobile updates for 3.2

Please pull from:

	git://github.com/pmundt/linux-sh.git rmobile-latest

Which contains:

Bastian Hecht (1):
      ARM: sh7372 ap4evb NOR Flash USB boot fix

Guennadi Liakhovetski (1):
      ARM: mach-shmobile: ag5evm needs CONFIG_I2C

Magnus Damm (19):
      ARM: mach-shmobile: sh73a0 PFC pull-up support for SDHI0+2
      ARM: mach-shmobile: Kota2 SCIFA2 and SMSC911X support
      ARM: mach-shmobile: Kota2 KEYSC support
      ARM: mach-shmobile: Kota2 GPIO Keys support
      ARM: mach-shmobile: Kota2 GPIO LEDs support
      ARM: mach-shmobile: Kota2 MMCIF support
      ARM: mach-shmobile: Kota2 SCIFA4 and SCIFB support
      ARM: mach-shmobile: Kota2 SDHI0 and SDHI1 support
      ARM: mach-shmobile: Break out INTC IRQ code
      sh: intc: Allow triggering on both edges for ARM SoCs
      ARM: mach-shmobile: sh7372 Mackerel NOR Flash USB boot fix
      ARM: mach-shmobile: sh73a0 GPIO IRQ support
      ARM: mach-shmobile: Use common INTC IRQ code on sh7367
      ARM: mach-shmobile: Use common INTC IRQ code on sh7377
      ARM: mach-shmobile: Use common INTC IRQ code on sh7372
      ARM: mach-shmobile: Use common INTC IRQ code on sh73a0
      ARM: mach-shmobile: SDHI0 GPIO hotplug for AG5EVM
      ARM: mach-shmobile: Add support for PINT though INTC macros
      ARM: mach-shmobile: sh73a0 and AG5EVM PINT support

 arch/arm/mach-shmobile/Kconfig               |    8 +
 arch/arm/mach-shmobile/Makefile              |    1 +
 arch/arm/mach-shmobile/board-ag5evm.c        |   36 ++-
 arch/arm/mach-shmobile/board-ap4evb.c        |    4 +-
 arch/arm/mach-shmobile/board-kota2.c         |  447 ++++++++++++++++++++++++++
 arch/arm/mach-shmobile/board-mackerel.c      |    4 +-
 arch/arm/mach-shmobile/include/mach/intc.h   |  246 ++++++++++++++
 arch/arm/mach-shmobile/include/mach/sh73a0.h |   17 +
 arch/arm/mach-shmobile/intc-sh7367.c         |   40 +--
 arch/arm/mach-shmobile/intc-sh7372.c         |   72 +----
 arch/arm/mach-shmobile/intc-sh7377.c         |   67 +----
 arch/arm/mach-shmobile/intc-sh73a0.c         |  187 +++++++++++
 arch/arm/mach-shmobile/pfc-sh73a0.c          |  120 ++++++-
 arch/arm/mach-shmobile/platsmp.c             |   10 +-
 drivers/sh/intc/chip.c                       |    2 +-
 15 files changed, 1063 insertions(+), 198 deletions(-)
 create mode 100644 arch/arm/mach-shmobile/board-kota2.c
 create mode 100644 arch/arm/mach-shmobile/include/mach/intc.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