linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] video: add support for the AUO-K190X epd controllers
@ 2012-04-28 10:18 Heiko Stübner
  2012-04-29 23:22 ` Florian Tobias Schandinat
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stübner @ 2012-04-28 10:18 UTC (permalink / raw)
  To: linux-fbdev

Second version of support for the Sipix epd controllers made by AUO.

Changes were made to the common code in patch 2, including fixing
the Kconfig options as suggested by Florian Tobias Schandinat and
fixing a possible runtime-pm mismatch if the deferred_io
callback was called without a prior call to first_io.

Heiko Stübner (4):
  fb_defio: add first_io callback
  video: auo_k190x: add code shared by controller drivers
  video: auo_k190x: add driver for AUO-K1900 variant
  video: auo_k190x: add driver for AUO-K1901 variant

 drivers/video/Kconfig       |   33 ++
 drivers/video/Makefile      |    3 +
 drivers/video/auo_k1900fb.c |  198 ++++++++
 drivers/video/auo_k1901fb.c |  251 +++++++++++
 drivers/video/auo_k190x.c   | 1046 +++++++++++++++++++++++++++++++++++++++++++
 drivers/video/auo_k190x.h   |  129 ++++++
 drivers/video/fb_defio.c    |    4 +
 drivers/video/smscufx.c     |    2 +-
 drivers/video/udlfb.c       |    2 +-
 include/linux/fb.h          |    1 +
 include/video/auo_k190xfb.h |  106 +++++
 11 files changed, 1773 insertions(+), 2 deletions(-)
 create mode 100644 drivers/video/auo_k1900fb.c
 create mode 100644 drivers/video/auo_k1901fb.c
 create mode 100644 drivers/video/auo_k190x.c
 create mode 100644 drivers/video/auo_k190x.h
 create mode 100644 include/video/auo_k190xfb.h

-- 
1.7.5.4


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

end of thread, other threads:[~2012-04-29 23:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28 10:18 [PATCH v2 0/4] video: add support for the AUO-K190X epd controllers Heiko Stübner
2012-04-29 23:22 ` Florian Tobias Schandinat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).