All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Various s3c-fb updates
@ 2010-05-31  9:08 ` Pawel Osciak
  0 siblings, 0 replies; 63+ messages in thread
From: Pawel Osciak @ 2010-05-31  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This series is rebased onto Ben Dook's framebuffer branch available at:
git://git.fluff.org/bjdooks/linux.git dev/s3c-fb

The main changes are the addition of an ability to wait for VSYNC and
display panning.

The first patch attempts to fix some NULL pointer dereferences in case
of a failed framebuffer memory allocation attempt. This is a quick
fix, so please treat it more as an indication of what may be wrong
with the code in the probe function and not as something to merge.

Patches 3-4 add "new style" device name initialization for various
S3C/S5P devices. The 4th patch also separates S5PC100 and S5PV210 as
their framebuffer registers sets differ.


[PATCH 1/6] s3c-fb: Fix various null references on framebuffer memory alloc failure
[PATCH 2/6] s3c-fb: Correct FRAMESEL1 bitfield defines for VIDINTCON0 register
[PATCH 3/6] s3c-fb: Add device name initialization.
[PATCH 4/6] s3c-fb: Separate S5PC100 and S5PV210 framebuffer driver data structures
[PATCH 5/6] s3c-fb: Add support for display panning
[PATCH 6/6] s3c-fb: Add wait for VSYNC ioctl

Best regards
--
Pawel Osciak
Linux Platform Group
Samsung Poland R&D Center

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

end of thread, other threads:[~2010-06-16  9:35 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31  9:08 [PATCH 0/6] Various s3c-fb updates Pawel Osciak
2010-05-31  9:08 ` Pawel Osciak
2010-05-31  9:08 ` Pawel Osciak
2010-05-31  9:08 ` [PATCH 1/6] s3c-fb: Fix various null references on framebuffer memory Pawel Osciak
2010-05-31  9:08   ` [PATCH 1/6] s3c-fb: Fix various null references on framebuffer memory alloc failure Pawel Osciak
2010-05-31  9:08   ` Pawel Osciak
2010-05-31  9:08 ` [PATCH 2/6] s3c-fb: Correct FRAMESEL1 bitfield defines for VIDINTCON0 Pawel Osciak
2010-05-31  9:08   ` [PATCH 2/6] s3c-fb: Correct FRAMESEL1 bitfield defines for VIDINTCON0 register Pawel Osciak
2010-05-31  9:08   ` Pawel Osciak
2010-06-01  4:17   ` [PATCH 2/6] s3c-fb: Correct FRAMESEL1 bitfield defines for Ben Dooks
2010-06-01  4:17     ` [PATCH 2/6] s3c-fb: Correct FRAMESEL1 bitfield defines for VIDINTCON0 register Ben Dooks
2010-06-01  4:17     ` Ben Dooks
2010-06-01  6:49     ` [PATCH 2/6] s3c-fb: Correct FRAMESEL1 bitfield defines for Pawel Osciak
2010-06-01  6:49       ` [PATCH 2/6] s3c-fb: Correct FRAMESEL1 bitfield defines for VIDINTCON0 register Pawel Osciak
2010-06-01  6:49       ` Pawel Osciak
2010-05-31  9:08 ` [PATCH 3/6] s3c-fb: Add device name initialization Pawel Osciak
2010-05-31  9:08   ` Pawel Osciak
2010-05-31  9:08   ` Pawel Osciak
2010-05-31  9:08 ` [PATCH 4/6] s3c-fb: Separate S5PC100 and S5PV210 framebuffer driver Pawel Osciak
2010-05-31  9:08   ` [PATCH 4/6] s3c-fb: Separate S5PC100 and S5PV210 framebuffer driver data structures Pawel Osciak
2010-05-31  9:08   ` Pawel Osciak
2010-05-31  9:08 ` [PATCH 5/6] s3c-fb: Add support for display panning Pawel Osciak
2010-05-31  9:08   ` Pawel Osciak
2010-05-31  9:08   ` Pawel Osciak
2010-05-31  9:08 ` [PATCH 6/6] s3c-fb: Add wait for VSYNC ioctl Pawel Osciak
2010-05-31  9:08   ` Pawel Osciak
2010-05-31  9:08   ` Pawel Osciak
2010-05-31 11:40   ` Ben Dooks
2010-05-31 11:40     ` Ben Dooks
2010-05-31 11:40     ` Ben Dooks
2010-06-11  5:32 ` [PATCH 0/6] Various s3c-fb updates Ben Dooks
2010-06-11  5:32   ` Ben Dooks
2010-06-11  5:32   ` Ben Dooks
2010-06-16  9:34 ` [PATCH v2] " Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34 ` [PATCH 1/9] s3c-fb: Fix various null references on framebuffer memory Marek Szyprowski
2010-06-16  9:34   ` [PATCH 1/9] s3c-fb: Fix various null references on framebuffer memory alloc failure Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34 ` [PATCH 2/9] s3c-fb: Correct FRAMESEL1 bitfield defines for VIDINTCON0 Marek Szyprowski
2010-06-16  9:34   ` [PATCH 2/9] s3c-fb: Correct FRAMESEL1 bitfield defines for VIDINTCON0 register Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34 ` [PATCH 3/9] s3c-fb: Add device name initialization Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34 ` [PATCH 4/9] s3c-fb: Separate S5PC100 and S5PV210 framebuffer driver Marek Szyprowski
2010-06-16  9:34   ` [PATCH 4/9] s3c-fb: Separate S5PC100 and S5PV210 framebuffer driver data structures Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34 ` [PATCH 5/9] s3c-fb: Add support for display panning Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34 ` [PATCH 6/9] s3c-fb: Add wait for VSYNC ioctl Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34 ` [PATCH 7/9] s3c-fb: window 3 of 64xx+ does not have an osd_d register Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34 ` [PATCH 8/9] s3c-fb: Add SHADOWCON shadow register locking support for Marek Szyprowski
2010-06-16  9:34   ` [PATCH 8/9] s3c-fb: Add SHADOWCON shadow register locking support for S5PV210 Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34 ` [PATCH 9/9] s3c-fb: Correct window osd size and alpha register handling Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski
2010-06-16  9:34   ` Marek Szyprowski

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.