All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maurus Cuelenaere <mcuelenaere@gmail.com>
To: linux-fbdev@vger.kernel.org
Subject: [RFC/PATCH 0/6] JZ4740: Add SLCD support
Date: Tue, 01 Mar 2011 12:05:52 +0000	[thread overview]
Message-ID: <cover.1298980528.git.mcuelenaere@gmail.com> (raw)

This patch series adds SLCD support to the Jz4740 framebuffer driver and adds a
LCD panel driver for the Truly G240400RTSW using the newly-exported SLCD data
transmission functions.

I'm not sure about the way I've handled this (jz4740_fb_slcd_*), so I marked
the relevant patches as RFC. This could be done by emulating SPI, but as this
seemed too much work for little benefit I picked the lazy way out.

Maurus Cuelenaere (6):
  FBDEV: JZ4740: Refactor GPIO pin operations
  FBDEV: JZ4740: Initialize jzfb->fb earlier
  FBDEV: JZ4740: Initialize framebuffer properly
  FBDEV: JZ4740: Add Smart LCD controller support
  FBDEV: JZ4740: Get rid of enumeration value not handled in switch
    warnings
  backlight: Add Truly G240400RTSW LCD panel driver

 arch/mips/include/asm/mach-jz4740/jz4740_fb.h |   61 +++-
 drivers/video/backlight/Kconfig               |    7 +
 drivers/video/backlight/Makefile              |    1 +
 drivers/video/backlight/truly_g240400rtsw.c   |  464 ++++++++++++++++++++++
 drivers/video/jz4740_fb.c                     |  524 +++++++++++++++++++++----
 include/video/truly_g240400rtsw.h             |   35 ++
 6 files changed, 990 insertions(+), 102 deletions(-)
 create mode 100644 drivers/video/backlight/truly_g240400rtsw.c
 create mode 100644 include/video/truly_g240400rtsw.h

-- 
1.7.4


                 reply	other threads:[~2011-03-01 12:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1298980528.git.mcuelenaere@gmail.com \
    --to=mcuelenaere@gmail.com \
    --cc=linux-fbdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.