public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] staging: Android updates (take 2)
@ 2012-03-08  1:34 John Stultz
  2012-03-08  1:34 ` [PATCH 01/11] android: ram_console: set CON_ANYTIME console flag John Stultz
                   ` (12 more replies)
  0 siblings, 13 replies; 28+ messages in thread
From: John Stultz @ 2012-03-08  1:34 UTC (permalink / raw)
  To: lkml; +Cc: John Stultz, Greg KH, Android Kernel Team

Hi Greg, 
	Once again, here's the Android updates to the staging-next tree
so they can be queued for 3.4. This time w/ commit style changes you
requested I've pulled these from the common/android-3.3 branch, and made
only some minor changes to keep everything in the staging dir and to avoid
compile issues on x86.

The patches can be browsed over here:
http://git.linaro.org/gitweb?p=people/jstultz/android-dev.git;a=shortlog;h=refs/heads/dev/android-staging-updates

thanks
-john

CC: Greg KH <gregkh@linuxfoundation.org>
CC: Android Kernel Team <kernel-team@android.com>

Colin Cross (9):
  android: ram_console: move footer strings
  android: ram_console: drop early buffer support
  android: ram_console: drop verbose ram_console support
  android: ram_console: split out persistent ram
  android: persistent_ram: refactor ecc support
  android: persistent_ram: handle reserving and mapping memory
  android: persistent_ram: make persistent_ram_write atomic
  android: persistent_ram: add notrace to persistent_ram_write
  android: staging: ram_console: fix crash in ram_console_late_init

Dima Zavin (1):
  android: ram_console: set CON_ANYTIME console flag

Nick Kralevich (1):
  android: ram_console: honor dmesg_restrict

 drivers/staging/android/Kconfig          |   60 +----
 drivers/staging/android/Makefile         |    1 +
 drivers/staging/android/persistent_ram.c |  470 ++++++++++++++++++++++++++++++
 drivers/staging/android/persistent_ram.h |   78 +++++
 drivers/staging/android/ram_console.c    |  412 +++++---------------------
 5 files changed, 629 insertions(+), 392 deletions(-)
 create mode 100644 drivers/staging/android/persistent_ram.c
 create mode 100644 drivers/staging/android/persistent_ram.h

-- 
1.7.3.2.146.gca209


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2012-03-08 19:41 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08  1:34 [PATCH 00/11] staging: Android updates (take 2) John Stultz
2012-03-08  1:34 ` [PATCH 01/11] android: ram_console: set CON_ANYTIME console flag John Stultz
2012-03-08  1:34 ` [PATCH 02/11] android: ram_console: move footer strings John Stultz
2012-03-08  1:34 ` [PATCH 03/11] android: ram_console: drop early buffer support John Stultz
2012-03-08  1:34 ` [PATCH 04/11] android: ram_console: drop verbose ram_console support John Stultz
2012-03-08  1:34 ` [PATCH 05/11] android: ram_console: split out persistent ram John Stultz
2012-03-08  2:42   ` Greg KH
2012-03-08  3:06     ` Colin Cross
2012-03-08 17:33       ` Greg KH
2012-03-08 18:24         ` Colin Cross
2012-03-08 18:39           ` Greg KH
2012-03-08  3:59     ` John Stultz
2012-03-08 17:33       ` Greg KH
2012-03-08  1:34 ` [PATCH 06/11] android: persistent_ram: refactor ecc support John Stultz
2012-03-08  1:34 ` [PATCH 07/11] android: persistent_ram: handle reserving and mapping memory John Stultz
2012-03-08  1:34 ` [PATCH 08/11] android: persistent_ram: make persistent_ram_write atomic John Stultz
2012-03-08  1:34 ` [PATCH 09/11] android: persistent_ram: add notrace to persistent_ram_write John Stultz
2012-03-08  1:34 ` [PATCH 10/11] android: staging: ram_console: fix crash in ram_console_late_init John Stultz
2012-03-08  1:34 ` [PATCH 11/11] android: ram_console: honor dmesg_restrict John Stultz
2012-03-08  2:42 ` [PATCH 00/11] staging: Android updates (take 2) Greg KH
2012-03-08  9:08 ` [PATCH] staging: ram_console: Fix section mismatches Stephen Boyd
2012-03-08 17:56   ` Greg KH
2012-03-08 18:12     ` Stephen Boyd
2012-03-08 18:23       ` Greg KH
2012-03-08 18:34         ` Stephen Boyd
2012-03-08 18:43           ` Greg KH
2012-03-08 19:33             ` Stephen Boyd
2012-03-08 19:41             ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox