All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] video: Arnds randconfig fixes for video
@ 2014-04-24 12:28 Peter Griffin
  2014-04-24 12:28   ` Peter Griffin
                   ` (13 more replies)
  0 siblings, 14 replies; 73+ messages in thread
From: Peter Griffin @ 2014-04-24 12:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: linaro-kernel, Peter Griffin

This patchset series addresses various bugs found and fixed by Arnd Bergmann 
whilst doing randconfig builds.

My involvement has been to review, add/check the maintainers are correct
and submit upstream to try and reduce the backlog.

Regards,

Peter.

Arnd Bergmann (11):
  video: sh_mobile_lcdcfb depends on meram
  video: omap2dss: fix LPAE warnings
  video: clarify I2C dependencies
  video/omap: fix modular build
  video/mbx: fix building debugfs support
  video: export fb_prepare_logo
  video: atmel needs FB_BACKLIGHT
  video/pxa: LCD_CORGI needs BACKLIGHT_CLASS_DEVICE
  video/nuc900: allow modular build
  video/backlight: LP855X needs PWM
  video: omap: allow building on !MMU

Peter Griffin (2):
  video/backlight: LM3630A needs PWM
  video/backlight: LP8788 needs PWM

 drivers/video/backlight/Kconfig        |    8 ++++----
 drivers/video/fbdev/Kconfig            |    6 +++++-
 drivers/video/fbdev/core/fbmem.c       |    1 +
 drivers/video/fbdev/mbx/Makefile       |    3 +--
 drivers/video/fbdev/mbx/mbxdebugfs.c   |    2 +-
 drivers/video/fbdev/mbx/mbxfb.c        |    2 ++
 drivers/video/fbdev/omap/Kconfig       |    9 +++++++++
 drivers/video/fbdev/omap/Makefile      |   23 ++++++++++++-----------
 drivers/video/fbdev/omap/lcdc.c        |   28 +++++-----------------------
 drivers/video/fbdev/omap/omapfb_main.c |    1 +
 drivers/video/fbdev/omap2/dss/dispc.c  |    6 +++---
 include/linux/omap-dma.h               |    2 +-
 include/video/omapdss.h                |    4 ++--
 13 files changed, 47 insertions(+), 48 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-05-11 15:01 UTC | newest]

Thread overview: 73+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-24 12:28 [PATCH 00/13] video: Arnds randconfig fixes for video Peter Griffin
2014-04-24 12:28 ` [PATCH 01/13] video: sh_mobile_lcdcfb depends on meram Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 12:28 ` [PATCH 02/13] video: omap2dss: fix LPAE warnings Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 12:28 ` [PATCH 03/13] video: clarify I2C dependencies Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 12:32   ` Russell King - ARM Linux
2014-04-24 12:32     ` Russell King - ARM Linux
2014-04-24 12:48     ` Arnd Bergmann
2014-04-24 12:48       ` Arnd Bergmann
2014-04-24 12:28 ` [PATCH 04/13] video/omap: fix modular build Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 12:28 ` [PATCH 05/13] video/mbx: fix building debugfs support Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 12:28 ` [PATCH 06/13] video: export fb_prepare_logo Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 12:28 ` [PATCH 07/13] video: atmel needs FB_BACKLIGHT Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 12:28 ` [PATCH 08/13] video/backlight: LM3630A needs PWM Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 16:45   ` Bryan Wu
2014-04-24 16:45     ` Bryan Wu
2014-04-25  9:00   ` Jingoo Han
2014-04-25  9:00     ` Jingoo Han
2014-04-28 10:14   ` Lee Jones
2014-04-28 10:14     ` Lee Jones
2014-04-24 12:28 ` [PATCH 09/13] video/backlight: LP8788 " Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 16:45   ` Bryan Wu
2014-04-24 16:45     ` Bryan Wu
2014-04-24 22:42   ` Milo Kim
2014-04-24 22:42     ` Milo Kim
2014-04-25  8:54   ` Jingoo Han
2014-04-25  8:54     ` Jingoo Han
2014-04-28 10:16   ` Lee Jones
2014-04-28 10:16     ` Lee Jones
2014-04-24 12:28 ` [PATCH 10/13] video/pxa: LCD_CORGI needs BACKLIGHT_CLASS_DEVICE Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 16:46   ` Bryan Wu
2014-04-24 16:46     ` Bryan Wu
2014-04-25  8:58   ` Jingoo Han
2014-04-25  8:58     ` Jingoo Han
2014-04-28 10:15   ` Lee Jones
2014-04-28 10:15     ` Lee Jones
2014-04-24 12:28 ` [PATCH 11/13] video/nuc900: allow modular build Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 12:28 ` [PATCH 12/13] video/backlight: LP855X needs PWM Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-04-24 16:48   ` Bryan Wu
2014-04-24 16:48     ` Bryan Wu
2014-04-24 22:43   ` Milo Kim
2014-04-24 22:43     ` Milo Kim
2014-04-25  9:02   ` Jingoo Han
2014-04-25  9:02     ` Jingoo Han
2014-04-28 10:16   ` Lee Jones
2014-04-28 10:16     ` Lee Jones
2014-04-24 12:28 ` [PATCH 13/13] video: omap: allow building on !MMU Peter Griffin
2014-04-24 12:28   ` Peter Griffin
2014-05-07  9:14   ` Tomi Valkeinen
2014-05-07  9:14     ` Tomi Valkeinen
2014-05-07  9:14     ` Tomi Valkeinen
2014-05-08 21:53     ` Tony Lindgren
2014-05-08 21:53       ` Tony Lindgren
2014-05-08 23:04       ` Aaro Koskinen
2014-05-08 23:04         ` Aaro Koskinen
2014-05-08 23:17         ` Tony Lindgren
2014-05-08 23:17           ` Tony Lindgren
2014-05-09 21:21           ` Aaro Koskinen
2014-05-09 21:21             ` Aaro Koskinen
2014-05-11 15:01             ` Tony Lindgren
2014-05-11 15:01               ` Tony Lindgren
2014-05-07  9:18 ` [PATCH 00/13] video: Arnds randconfig fixes for video Tomi Valkeinen

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.