All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: android: allow building some drivers as a module
@ 2015-08-10  6:24 Mike Rapoport
  2015-08-10  6:24 ` [PATCH 1/6] staging: android: allow building timed_gpio " Mike Rapoport
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Mike Rapoport @ 2015-08-10  6:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Brian Swetland, linux-kernel, Mike Rapoport

Hi,

These patches enable building of timed_gpio, sync* and ashmem as a module

Mike Rapoport (6):
  staging: android: allow building timed_gpio as a module
  staging: android: sync_debug.c: add include for linux/module.h
  staging: android: combine sync.o and sync_debug.o into sync-core.o
  staging: android: allow building sync and sw_sync as a module
  mm: export shmem_zero_setup for modules
  staging: android: allow building ashmem as a module

 drivers/staging/android/Kconfig      | 8 ++++----
 drivers/staging/android/Makefile     | 4 +++-
 drivers/staging/android/sync_debug.c | 1 +
 mm/shmem.c                           | 1 +
 4 files changed, 9 insertions(+), 5 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2015-08-12 18:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10  6:24 [PATCH 0/6] staging: android: allow building some drivers as a module Mike Rapoport
2015-08-10  6:24 ` [PATCH 1/6] staging: android: allow building timed_gpio " Mike Rapoport
2015-08-10  6:24 ` [PATCH 2/6] staging: android: sync_debug.c: add include for linux/module.h Mike Rapoport
2015-08-10  6:24 ` [PATCH 3/6] staging: android: combine sync.o and sync_debug.o into sync-core.o Mike Rapoport
2015-08-10  6:24 ` [PATCH 4/6] staging: android: allow building sync and sw_sync as a module Mike Rapoport
2015-08-10  6:24 ` [PATCH 5/6] mm: export shmem_zero_setup for modules Mike Rapoport
2015-08-10  7:47   ` Christoph Hellwig
2015-08-10  6:24 ` [PATCH 6/6] staging: android: allow building ashmem as a module Mike Rapoport
2015-08-10 15:38 ` [PATCH 0/6] staging: android: allow building some drivers " Greg Kroah-Hartman
2015-08-10 20:10   ` Mike Rapoport
2015-08-10 21:03     ` Greg Kroah-Hartman
2015-08-11 13:09       ` Mike Rapoport
2015-08-11 18:10         ` Greg Kroah-Hartman
2015-08-11 19:08           ` [PATCH] staging: android: TODO: remove irrelevant parts Mike Rapoport
2015-08-11 23:39             ` Joe Perches
2015-08-12 18:08               ` [PATCH v2] staging: android: update TODO Mike Rapoport

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.