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:	Sun, 12 Oct 2008 17:02:40 +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

Hi Linus,

Please pull

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

to receive the below updates. Note that I had to pull the mmc changes I
sent to Pierre in order to resolve a few conflicts in the platform code.
They are the same commits that Pierre pulled, so I believe git will
sort it out nicely.

Other than that, this is fairly boring. There is support for a few more
boards cooking, which I may be sending you in a second update if they
get finished within the next week. There are also some tricky power
management patches currently being reviewed.

I also have a large pile of patches for the not-yet-released AT32AP7200
chip, which I intend to start pushing upstream for 2.6.29 after this
merge window closes.

On the bright side, the amount of contributions from people outside
Atmel seems to be increasing steadily. Keep up the good work, everyone!

Haavard

Alex Raimondi (1):
      avr32: Replace static clock list with dynamic linked list

David Brownell (1):
      ngw100: export J15 through sysfs

Haavard Skinnemoen (13):
      avr32: Provide a way to deselect pins in the portmux
      atmel-mci: Initialize BLKR before sending data transfer command
      atmel-mci: Implement tasklet as a state machine
      atmel-mci: Don't stop the clock between transfers
      atmel-mci: Platform code for supporting multiple mmc slots
      atmel-mci: support multiple mmc slots
      atmel-mci: Add experimental DMA support
      atmel-mci: Don't overwrite error bits when NOTBUSY is set
      atmel-mci: Add missing flush_dcache_page() in PIO transfer code
      avr32: Implement {read,write}[bwl]_be
      avr32: Minor pm_power_off cleanup
      Merge branch 'master' of git://git.kernel.org/.../hskinnemoen/atmel-mci-2.6.28
      avr32: Fix build failures in board code

Harvey Harrison (1):
      avr32: use the new byteorder headers

Julien May (2):
      avr32: Allow fine-grained control over LCDC pins
      avr32: Allow selecting multiple pins at once

Marco Stornelli (1):
      avr32: added mem kernel command line option support

Nikolaus Voss (1):
      Add kernel support for oprofile callgraphs on AVR32

Uwe Kleine-König (2):
      avr32: Use platform_driver_probe for pio platform driver
      avr32: Use platform_driver_probe for pdc platform driver

 arch/avr32/boards/atngw100/setup.c               |   19 +-
 arch/avr32/boards/atstk1000/atstk1002.c          |   23 +-
 arch/avr32/boards/atstk1000/atstk1003.c          |   15 +-
 arch/avr32/boards/atstk1000/atstk1004.c          |   18 +-
 arch/avr32/include/asm/atmel-mci.h               |   32 +-
 arch/avr32/include/asm/byteorder.h               |   22 +-
 arch/avr32/include/asm/io.h                      |    8 +
 arch/avr32/kernel/process.c                      |    3 +-
 arch/avr32/kernel/setup.c                        |   19 +
 arch/avr32/mach-at32ap/at32ap700x.c              |  460 +++++----
 arch/avr32/mach-at32ap/clock.c                   |   52 +-
 arch/avr32/mach-at32ap/clock.h                   |    8 +-
 arch/avr32/mach-at32ap/include/mach/at32ap700x.h |  128 ++
 arch/avr32/mach-at32ap/include/mach/board.h      |    2 +-
 arch/avr32/mach-at32ap/include/mach/io.h         |    3 +-
 arch/avr32/mach-at32ap/include/mach/portmux.h    |    5 +-
 arch/avr32/mach-at32ap/pdc.c                     |    3 +-
 arch/avr32/mach-at32ap/pio.c                     |   63 +-
 arch/avr32/oprofile/Makefile                     |    2 +-
 arch/avr32/oprofile/backtrace.c                  |   81 ++
 arch/avr32/oprofile/op_model_avr32.c             |    4 +
 drivers/mmc/host/Kconfig                         |   11 +
 drivers/mmc/host/atmel-mci-regs.h                |    6 +-
 drivers/mmc/host/atmel-mci.c                     | 1358 ++++++++++++++++------
 24 files changed, 1696 insertions(+), 649 deletions(-)
 create mode 100644 arch/avr32/oprofile/backtrace.c
--
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