From: Alexander Shiyan <shc_work@mail.ru>
To: linux-fbdev@vger.kernel.org
Subject: [PATCH 0/3] video: clps711x: New CLPS711X FB driver
Date: Thu, 20 Mar 2014 16:24:33 +0000 [thread overview]
Message-ID: <1395332675-23135-1-git-send-email-shc_work@mail.ru> (raw)
This series adds a new framebuffer driver for Cirrus Logic CLPS711X
CPUs. Since all code rewritten from scratch, patch is designed as a
replacement of the old (not updated for a long time) for a new one.
The second part of the patch affects changes for the ARM CLPS711X
core subsystem, so ACK from the ARM maintainers would be useful.
Patch originally designed for apply to the video subsystem, but I
have no prejudice it and if it will be applied to the arm-soc branch,
this will also be good.
Alexander Shiyan (3):
video: clps711x: Add new Cirrus Logic CLPS711X framebuffer driver
video: clps711x: Switch CLPS711X boards to use new FB driver
video: clps711x: Add bindings documentation for CLPS711X framebuffer
.../bindings/video/cirrus,clps711x-fb.txt | 48 +++
arch/arm/mach-clps711x/board-autcpu12.c | 2 +-
arch/arm/mach-clps711x/board-edb7211.c | 2 +-
arch/arm/mach-clps711x/board-p720t.c | 2 +-
arch/arm/mach-clps711x/devices.c | 17 +
arch/arm/mach-clps711x/devices.h | 1 +
drivers/video/fbdev/Kconfig | 18 +-
drivers/video/fbdev/Makefile | 2 +-
drivers/video/fbdev/clps711x-fb.c | 456 +++++++++++++++++++++
drivers/video/fbdev/clps711xfb.c | 315 --------------
10 files changed, 537 insertions(+), 326 deletions(-)
create mode 100644 Documentation/devicetree/bindings/video/cirrus,clps711x-fb.txt
create mode 100644 drivers/video/fbdev/clps711x-fb.c
delete mode 100644 drivers/video/fbdev/clps711xfb.c
--
1.8.3.2
next reply other threads:[~2014-03-20 16:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-20 16:24 Alexander Shiyan [this message]
2014-04-08 9:56 ` [PATCH 0/3] video: clps711x: New CLPS711X FB driver Tomi Valkeinen
2014-04-08 10:24 ` Tomi Valkeinen
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=1395332675-23135-1-git-send-email-shc_work@mail.ru \
--to=shc_work@mail.ru \
--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 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).