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:	Thu, 23 Oct 2008 16:05:59 +0200
From:	Haavard Skinnemoen <haavard.skinnemoen@...el.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	kernel@...32linux.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] AVR32 update for 2.6.28-rc1, round 2

Hi Linus,

Please pull

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

to receive the following updates. This includes support for four new
boards and a couple of fixes.

I'm seeing some jffs2-related build failures, but they don't seem to be
related to the arch code.

Alex Raimondi (1):
      avr32: Fix bug in LCD pin setup on port C

Haavard Skinnemoen (6):
      avr32: Kconfig: Remove pointless if around atstk1000 include
      avr32: Add defconfig for the mimc200 board
      avr32: Add defconfig for the favr-32 board
      avr32: Scale loops_per_jiffy when cpu frequency changes
      avr32: Fix GPIO initcall breakage
      Merge branches 'boards' and 'fixes' of git://git.kernel.org/.../hskinnemoen/avr32-2.6

Hans-Christian Egtvedt (2):
      avr32: Add support for EVKLCD10X addon boards
      avr32: add support for EarthLCD Favr-32 board

Mark Jackson (2):
      avr32: Fix MIMC200 board use of SPD network pins
      avr32: Add MIMC200 board support

 arch/avr32/Kconfig                              |   12 +-
 arch/avr32/Makefile                             |    2 +
 arch/avr32/boards/atngw100/Kconfig              |   35 +
 arch/avr32/boards/atngw100/Makefile             |    3 +-
 arch/avr32/boards/atngw100/evklcd10x.c          |  155 +++
 arch/avr32/boards/atngw100/setup.c              |    7 +-
 arch/avr32/boards/atstk1000/atstk1002.c         |    2 -
 arch/avr32/boards/atstk1000/atstk1003.c         |    2 -
 arch/avr32/boards/atstk1000/atstk1004.c         |    2 -
 arch/avr32/boards/favr-32/Kconfig               |   22 +
 arch/avr32/boards/favr-32/Makefile              |    1 +
 arch/avr32/boards/favr-32/flash.c               |   98 ++
 arch/avr32/boards/favr-32/setup.c               |  352 +++++++
 arch/avr32/boards/mimc200/Makefile              |    1 +
 arch/avr32/boards/mimc200/flash.c               |  143 +++
 arch/avr32/boards/mimc200/fram.c                |   80 ++
 arch/avr32/boards/mimc200/setup.c               |  237 +++++
 arch/avr32/configs/atngw100_evklcd100_defconfig | 1264 +++++++++++++++++++++++
 arch/avr32/configs/atngw100_evklcd101_defconfig | 1264 +++++++++++++++++++++++
 arch/avr32/configs/favr-32_defconfig            | 1235 ++++++++++++++++++++++
 arch/avr32/configs/mimc200_defconfig            | 1109 ++++++++++++++++++++
 arch/avr32/mach-at32ap/at32ap700x.c             |   11 +-
 arch/avr32/mach-at32ap/cpufreq.c                |   14 +
 arch/avr32/mach-at32ap/include/mach/board.h     |   10 +-
 24 files changed, 6046 insertions(+), 15 deletions(-)
 create mode 100644 arch/avr32/boards/atngw100/Kconfig
 create mode 100644 arch/avr32/boards/atngw100/evklcd10x.c
 create mode 100644 arch/avr32/boards/favr-32/Kconfig
 create mode 100644 arch/avr32/boards/favr-32/Makefile
 create mode 100644 arch/avr32/boards/favr-32/flash.c
 create mode 100644 arch/avr32/boards/favr-32/setup.c
 create mode 100644 arch/avr32/boards/mimc200/Makefile
 create mode 100644 arch/avr32/boards/mimc200/flash.c
 create mode 100644 arch/avr32/boards/mimc200/fram.c
 create mode 100644 arch/avr32/boards/mimc200/setup.c
 create mode 100644 arch/avr32/configs/atngw100_evklcd100_defconfig
 create mode 100644 arch/avr32/configs/atngw100_evklcd101_defconfig
 create mode 100644 arch/avr32/configs/favr-32_defconfig
 create mode 100644 arch/avr32/configs/mimc200_defconfig

Haavard
--
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