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>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 30 Jun 2008 11:21:08 +0200
From:	Haavard Skinnemoen <haavard.skinnemoen@...el.com>
To:	kernel@...32linux.org
Cc:	linux-kernel@...r.kernel.org,
	Haavard Skinnemoen <hskinnemoen@...el.com>
Subject: [PATCH 0/8] Power management support for AVR32 AP7000

From: Haavard Skinnemoen <hskinnemoen@...el.com>

The following series fixes a few drivers in order to make power
management behave more nicely on AVR32. It then goes on to implement
support for the "standby" and "mem" suspend modes on the AT32AP7000.

If it's ok with everyone, I'll merge all the bits that don't get
picked up by someone else for 2.6.27.

The patches are meant to go on top of the avr32-arch branch of

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

but they should apply nicely to the -next and -mm trees too.

Haavard Skinnemoen (8):
      atmel_serial: Fix build on avr32 with CONFIG_PM enabled
      atmel_serial: Drain console TX shifter before suspending
      macb: Basic suspend/resume support
      rtc-at32ap700x: Enable wakeup
      avr32: Enable SDRAMC clock at startup
      avr32: Add simple SRAM allocator
      avr32: Add system device for the internal interrupt controller (intc)
      avr32: Power Management support ("standby" and "mem" modes)

 arch/avr32/Kconfig                     |    6 +
 arch/avr32/mach-at32ap/Makefile        |    5 +
 arch/avr32/mach-at32ap/at32ap700x.c    |   35 +++++
 arch/avr32/mach-at32ap/intc.c          |   80 ++++++++++-
 arch/avr32/mach-at32ap/pm-at32ap700x.S |  108 ++++++++++++++
 arch/avr32/mach-at32ap/pm.c            |  245 ++++++++++++++++++++++++++++++++
 arch/avr32/mach-at32ap/sdramc.h        |   76 ++++++++++
 drivers/net/macb.c                     |   37 +++++
 drivers/rtc/rtc-at32ap700x.c           |    3 +
 drivers/serial/atmel_serial.c          |   17 ++-
 include/asm-avr32/arch-at32ap/pm.h     |    3 +
 include/asm-avr32/arch-at32ap/sram.h   |   30 ++++
 include/asm-avr32/thread_info.h        |    1 +
 13 files changed, 642 insertions(+), 4 deletions(-)
 create mode 100644 arch/avr32/mach-at32ap/pm.c
 create mode 100644 arch/avr32/mach-at32ap/sdramc.h
 create mode 100644 include/asm-avr32/arch-at32ap/sram.h

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