On Tue, Jan 20, 2015 at 01:42:35PM -0800, John Stultz wrote: > With the relase of Lollipop, Android no longer > requires the logger driver. > > There are three patches which the android dev's > still need before they drop logger on all their > devices: > > [PATCH v3 1/3] pstore: use scnprintf > [PATCH 2/3] pstore: remove superfluous memory size check > [PATCH v2 3/3] pstore: add pmsg > > But these seem to have been acked and are hopefully > queued for upstream. > > So this patch removes the logger driver from staging. > > Cc: Rom Lemarchand <[email protected]> > Cc: Mark Salyzyn <[email protected]> > Cc: Kees Cook <[email protected]> > Cc: Android Kernel Team <[email protected]> > Signed-off-by: John Stultz <[email protected]> > Acked-by: Mark Salyzyn <[email protected]> > --- > drivers/staging/android/Kconfig | 17 - > drivers/staging/android/logger.c | 808 > --------------------------------------- > drivers/staging/android/logger.h | 89 ----- > 3 files changed, 914 deletions(-) > delete mode 100644 drivers/staging/android/logger.c > delete mode 100644 drivers/staging/android/logger.h
For some reason this doesn't apply to my staging-testing branch of staging.git for some change in logger.c, can you refresh it and resend so I can apply it? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

