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:	Wed, 7 Jan 2009 13:03:28 +0100
From:	Haavard Skinnemoen <haavard.skinnemoen@...el.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	AVR32 Linux Kernel <kernel@...32linux.org>
Subject: [GIT PULL] AVR32 update for 2.6.29

Hi Linus,

Please pull

  git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6.git master

to receive the following updates.

Unfortunately, I didn't manage to get the AP7200 patches I promised
ready in time, so they'll have to wait for 2.6.30.

Alex Raimondi (2):
      avr32: Allow reserving multiple pins at once
      avr32: Hammerhead board support

Ben Nizette (1):
      avr32: Remove DMATEST from defconfigs

Haavard Skinnemoen (7):
      favr-32: Remove deprecated call
      Merge branch 'cleanups' into boards
      Merge branch 'move-atmel-mci-h' into boards
      avr32: data param to at32_add_device_mci() must be non-NULL
      avr32: Define DIE_OOPS
      Merge branches 'fixes', 'cleanups' and 'boards'
      avr32: Move syscalls.h under arch/avr32/include/asm/

Jaswinder Singh (1):
      avr32: Introducing asm/syscalls.h

Julia Lawall (1):
      arch/avr32: Eliminate NULL test and memset after alloc_bootmem

Kay Sievers (1):
      avr: struct device - replace bus_id with dev_name(), dev_set_name()

Mark Jackson (1):
      MIMC200: Remove deprecated call

Nicolas Ferre (1):
      atmel-mci: move atmel-mci.h file to include/linux

 arch/avr32/Kconfig                                 |   19 +
 arch/avr32/Makefile                                |    1 +
 arch/avr32/boards/atngw100/setup.c                 |    2 +-
 arch/avr32/boards/atstk1000/atstk1002.c            |   20 +-
 arch/avr32/boards/atstk1000/atstk1003.c            |   20 +-
 arch/avr32/boards/atstk1000/atstk1004.c            |    2 +-
 arch/avr32/boards/favr-32/setup.c                  |   31 +-
 arch/avr32/boards/hammerhead/Kconfig               |   43 +
 arch/avr32/boards/hammerhead/Makefile              |    1 +
 arch/avr32/boards/hammerhead/flash.c               |  377 +++++
 arch/avr32/boards/hammerhead/flash.h               |    6 +
 arch/avr32/boards/hammerhead/setup.c               |  245 ++++
 arch/avr32/boards/mimc200/setup.c                  |    4 +-
 arch/avr32/configs/atngw100_defconfig              |    2 +-
 arch/avr32/configs/atstk1002_defconfig             |    2 +-
 arch/avr32/configs/atstk1003_defconfig             |    2 +-
 arch/avr32/configs/atstk1006_defconfig             |    2 +-
 arch/avr32/configs/hammerhead_defconfig            | 1467 ++++++++++++++++++++
 arch/avr32/include/asm/kdebug.h                    |    1 +
 arch/avr32/include/asm/syscalls.h                  |   39 +
 arch/avr32/kernel/process.c                        |    1 +
 arch/avr32/kernel/signal.c                         |    1 +
 arch/avr32/kernel/sys_avr32.c                      |    1 +
 arch/avr32/mach-at32ap/at32ap700x.c                |    6 +-
 arch/avr32/mach-at32ap/clock.h                     |    3 +
 arch/avr32/mach-at32ap/include/mach/at32ap700x.h   |    3 +
 arch/avr32/mach-at32ap/include/mach/portmux.h      |    2 +-
 arch/avr32/mach-at32ap/pio.c                       |   19 +-
 arch/avr32/mm/cache.c                              |    1 +
 arch/avr32/mm/init.c                               |    1 -
 drivers/mmc/host/atmel-mci.c                       |    2 +-
 .../include/asm => include/linux}/atmel-mci.h      |    6 +-
 32 files changed, 2252 insertions(+), 80 deletions(-)
 create mode 100644 arch/avr32/boards/hammerhead/Kconfig
 create mode 100644 arch/avr32/boards/hammerhead/Makefile
 create mode 100644 arch/avr32/boards/hammerhead/flash.c
 create mode 100644 arch/avr32/boards/hammerhead/flash.h
 create mode 100644 arch/avr32/boards/hammerhead/setup.c
 create mode 100644 arch/avr32/configs/hammerhead_defconfig
 create mode 100644 arch/avr32/include/asm/syscalls.h
 rename {arch/avr32/include/asm => include/linux}/atmel-mci.h (91%)
--
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