Re: [RFC] Add co-maintainer for fbdev

2013-05-26 Thread Florian Tobias Schandinat
or a while, we have the >> option of formalizing that as well. Adding him on cc so he sees this. At this point I'd like to thank all people who have helped out so far, especially Tomi and Andrew. Best regards, Florian Tobias Schandinat -- To unsubscribe from this list: send the lin

Re: [PATCH fix-3.8] video: vt8500: Fix X crash when initializing framebuffer.

2012-12-26 Thread Florian Tobias Schandinat
ar is always allowed to alter the parameters requested. Strange, I thought I already saw X complaining about this when I added 30bpp mode to viafb. Best regards, Florian Tobias Schandinat > > Signed-off-by: Tony Prisk > --- > drivers/video/wm8505fb.c | 25 +++

Re: [PATCH 4/5] xen-fbfront: handle backend CLOSED without CLOSING

2012-10-22 Thread Florian Tobias Schandinat
tion to CLOSED too soon then the >> frontend may not see the CLOSING state and will not properly shutdown. >> >> So, treat an unexpected backend CLOSED state the same as CLOSING. >> >> Signed-off-by: David Vrabel >> Acked-by: Konrad Rzeszutek Wilk >&g

[GIT PULL] fbdev updates for 3.7

2012-10-11 Thread Florian Tobias Schandinat
Hi Linus, please pull the changes below. Actually there was more stuff but due to writing my thesis I didn't have time to review it, so the pull request for the next merge window might be somewhat larger. Thanks, Florian Tobias Schandinat The following changes since c

[PATCH] gbefb: fix compile error

2012-10-10 Thread Florian Tobias Schandinat
#x27;devm_ioremap_nocache' [-Werror=implicit-function-declaration] Fix it by including linux/io.h which defines those functions. Reported-by: Geert Uytterhoeven Signed-off-by: Florian Tobias Schandinat Cc: Damien Cassou --- drivers/video/gbefb.c |2 +- 1 file changed, 1 insertion(+

Re: [PATCH v2 7/8] video: mark nuc900fb_map_video_memory as __devinit

2012-10-10 Thread Florian Tobias Schandinat
f-by: Arnd Bergmann > Cc: Wan ZongShun > Cc: Florian Tobias Schandinat > Cc: linux-fb...@vger.kernel.org Applied. Thanks, Florian Tobias Schandinat > --- > drivers/video/nuc900fb.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/video

Re: [PATCH 2/2] drivers/video/exynos/exynos_mipi_dsi.c: fix error return code

2012-10-10 Thread Florian Tobias Schandinat
; // > > > Signed-off-by: Peter Senna Tschudin Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/exynos/exynos_mipi_dsi.c |3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/video/exynos/exynos_mipi_dsi.c > b/drivers/

Re: [PATCH 1/2] drivers/video/savage/savagefb_driver.c: fix error return code

2012-10-10 Thread Florian Tobias Schandinat
; // > > > Signed-off-by: Peter Senna Tschudin Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/savage/savagefb_driver.c |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/video/savage/savagefb_driver.

Re: [PATCH RESEND] video/udlfb: fix line counting in fb_write

2012-10-10 Thread Florian Tobias Schandinat
l.org > Signed-off-by: Alexander Holler As Bernie agreed but didn't send me a pull request, I applied this one. Though the formatting was screwed up and I had to fix it... Best regards, Florian Tobias Schandinat > --- > drivers/video/udlfb.c |2 +- > 1 files ch

Re: [PATCH 3/5] video: msm: Remove useless mach/* includes

2012-09-23 Thread Florian Tobias Schandinat
On 09/19/2012 07:00 AM, Stephen Boyd wrote: > This driver doesn't need to use these mach includes so remove > them. This is a necessary step to support a single zImage. > > Cc: Florian Tobias Schandinat > Signed-off-by: Stephen Boyd Applied. Thanks, Flori

Re: [PATCH 01/10] drivers/video/mb862xx/mb862xxfbdrv.c: fix error return code

2012-09-23 Thread Florian Tobias Schandinat
Applied all 10 patches of this series. Thanks, Florian Tobias Schandinat On 09/18/2012 12:07 PM, Peter Senna Tschudin wrote: > From: Peter Senna Tschudin > > Convert a nonnegative error return code to a negative one, as returned > elsewhere in the function. > > A simplif

Re: [PATCH] fbdev: jz4740: Use devm_request_and_ioremap

2012-09-23 Thread Florian Tobias Schandinat
ned-off-by: Lars-Peter Clausen Applied. Thanks for pointing this out and fixing it. Best regards, Florian Tobias Schandinat > --- > drivers/video/jz4740_fb.c | 24 +++- > 1 files changed, 3 insertions(+), 21 deletions(-) > > diff --git a/drivers/vide

Re: [PATCH 7/10] drivers/video/sis/initextlfb.c: removes unnecessary semicolon

2012-09-23 Thread Florian Tobias Schandinat
On 09/06/2012 04:09 PM, Peter Senna Tschudin wrote: > From: Peter Senna Tschudin > > removes unnecessary semicolon > > Found by Coccinelle: http://coccinelle.lip6.fr/ > > Signed-off-by: Peter Senna Tschudin Applied. Thanks, Florian Tobias Schandinat > &g

Re: [PATCH] video: mbxfb: Include linux/io.h instead of asm/io.h

2012-09-23 Thread Florian Tobias Schandinat
ault] > cc1: some warnings being treated as errors > > Signed-off-by: Axel Lin Applied. Thanks for pointing this out and fixing it. Best regards, Florian Tobias Schandinat > --- > drivers/video/mbx/mbxfb.c |3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >

Re: [PATCH] video: Remove pnx4008 driver

2012-09-23 Thread Florian Tobias Schandinat
an use it. Though I didn't get any technical reason why the architecture is removed at all, just reasons why it might be okay to do so. But it doesn't matter as I don't have to decide this anyway. Best regards, Florian Tobias Schandinat > --- > drivers/video/Kconfig

Re: [PATCH] video: hpfb: Fix error handling

2012-09-23 Thread Florian Tobias Schandinat
On 08/20/2012 06:32 PM, Emil Goode wrote: > This patch solves problems with the error handling by > introducing labels for proper error paths and it also > frees resources that where missed. > > Signed-off-by: Emil Goode Applied. Thanks, Florian Tobias Schandinat > --

Re: [PATCH 2/5] drivers/video/gbefb.c: use devm_ functions

2012-09-20 Thread Florian Tobias Schandinat
Hi Geert, On 09/13/2012 07:06 PM, Geert Uytterhoeven wrote: > On Thu, Aug 23, 2012 at 10:37 PM, Florian Tobias Schandinat > wrote: >> On 07/31/2012 04:39 PM, Damien Cassou wrote: >>> From: Damien Cassou >>> >>> The various devm_ functions allocat

[GIT PULL] fbdev fixes for 3.6

2012-09-04 Thread Florian Tobias Schandinat
Hi Linus, please pull the fixes below. Thanks, Florian Tobias Schandinat The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0: Linux 3.6-rc3 (2012-08-22 13:29:06 -0700) are available in the git repository at: git://github.com/schandinat/linux-2.6.git fbdev-fixes

Re: [PATCH 8/14] drivers/video/sunxvr2500.c: fix error return code

2012-08-23 Thread Florian Tobias Schandinat
gt; if@p1 (\(ret < 0\|ret != 0\)) > { ... return ret; } > | > ret@p1 = 0 > ) > ... when != ret = e1 > when != &ret > *if(...) > { > ... when != ret = e2 > when forall > return ret; > } > > // > > Signed-off-by: Julia Lawall Applied

Re: [PATCH] video:uvesafb: check the return value of kzalloc

2012-08-23 Thread Florian Tobias Schandinat
On 08/13/2012 10:02 AM, Wang YanQing wrote: > > Michal maybe forgot it merely, we should add code > to check the return value of kzalloc to make the > code more robust. > > Signed-off-by: Wang YanQing Applied. Thanks, Florian Tobias Schandinat > --- > drivers/vid

Re: [PATCH 5/5] drivers/video/msm/mddi_client_nt35399.c: use devm_ functions

2012-08-23 Thread Florian Tobias Schandinat
was allocated for > 'panel' but not released when the subsequent call to setup_vsync fails. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/msm/mddi_client_nt35399.c |6 +++--- > 1 file changed, 3 insert

Re: [PATCH 2/5] drivers/video/bf54x-lq043fb.c: use devm_ functions

2012-08-23 Thread Florian Tobias Schandinat
On 08/03/2012 03:40 PM, Damien Cassou wrote: > From: Damien Cassou > > The various devm_ functions allocate memory that is released when a driver > detaches. This patch replaces the use of kzalloc by devm_kzalloc. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian

Re: [PATCH 3/5] drivers/video/jz4740_fb.c: use devm_ functions

2012-08-23 Thread Florian Tobias Schandinat
d in the remove function. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/jz4740_fb.c | 22 ++ > 1 file changed, 6 insertions(+), 16 deletions(-) > > diff --git a/drivers/video/jz4740_fb.c b/dr

Re: [PATCH 1/5] drivers/video/epson1355fb.c: use devm_ functions

2012-08-23 Thread Florian Tobias Schandinat
d in the remove function. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/epson1355fb.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/drivers/video/epson1355fb.c b/driv

Re: [PATCH v2] video: exynos_dp: use devm_clk_get function

2012-08-23 Thread Florian Tobias Schandinat
reed in the remove function. > > Additionally, this patch removes a null check after platform_get_resource that > is redundant with the one done by devm_request_and_ioremap. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian Tobias Schandinat > > --- > Chang

Re: [PATCH 1/5] drivers/video/fsl-diu-fb.c: use devm_ functions

2012-08-23 Thread Florian Tobias Schandinat
d in the remove > function. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/fsl-diu-fb.c | 11 ++- > 1 file changed, 2 insertions(+), 9 deletions(-) > > diff --git a/drivers/video/fsl-diu-fb.c b/

Re: [PATCH 2/5] drivers/video/gbefb.c: use devm_ functions

2012-08-23 Thread Florian Tobias Schandinat
d in the remove > function. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/gbefb.c | 15 +-- > 1 file changed, 5 insertions(+), 10 deletions(-) > > diff --git a/drivers/video/gbefb.c b/drivers/vid

Re: [PATCH 3/5] drivers/video/mbx/mbxfb.c: use devm_ functions

2012-08-23 Thread Florian Tobias Schandinat
d in the remove > function. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/mbx/mbxfb.c | 22 -- > 1 file changed, 8 insertions(+), 14 deletions(-) > > diff --git a/drivers/video/mbx/m

Re: [PATCH 1/5] drivers/video/bf537-lq035.c: use devm_ functions

2012-08-23 Thread Florian Tobias Schandinat
d in the remove > function. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/bf537-lq035.c | 12 +--- > 1 file changed, 5 insertions(+), 7 deletions(-) > > diff --git a/drivers/video/bf537-lq035.c b/d

Re: [PATCH 3/5] drivers/video/cobalt_lcdfb.c: use devm_ functions

2012-08-23 Thread Florian Tobias Schandinat
d in the remove > function. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/cobalt_lcdfb.c |5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/drivers/video/cobalt_lcdfb.c b/dr

Re: [PATCH 5/5] drivers/video/ep93xx-fb.c: use devm_ functions

2012-08-23 Thread Florian Tobias Schandinat
d in the remove > function. > > Signed-off-by: Damien Cassou Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/ep93xx-fb.c | 17 ++--- > 1 file changed, 6 insertions(+), 11 deletions(-) > > diff --git a/drivers/video/ep93xx-fb.c b

Re: [PATCH 1/3] drivers/video/auo_k190x.c: drop kfree of devm_kzalloc's data

2012-08-23 Thread Florian Tobias Schandinat
x; > @@ > > x = devm_kzalloc(...) > ... > ?-kfree(x); > // > > Signed-off-by: Julia Lawall Applied. Thanks, Florian Tobias Schandinat > > --- > drivers/video/auo_k190x.c |2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/video

Re: [PATCH] fbcon: Fix bit_putcs() call to kmalloc(s, GFP_KERNEL)

2012-08-23 Thread Florian Tobias Schandinat
gt; [9.771958] [] sys_mount+0x6c/0xa0 > [9.771964] [] sysenter_do_call+0x12/0x26 > > According to comment in bit_putcs() that kammloc() call only happens > when fbcon is drawing to a monochrome framebuffer (which is my case with > hid-picolcd). > > Signed-off-by: Bruno

Re: [PATCH 2/4] fbcon: prevent possible buffer overflow.

2012-08-23 Thread Florian Tobias Schandinat
On 07/24/2012 01:00 AM, Paul Cercueil wrote: > Signed-off-by: Paul Cercueil Applied. Thanks, Florian Tobias Schandinat > --- > drivers/video/console/fbcon.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/video/console/fbcon.c b/dri

Re: [PATCH 00/11] fblog: Framebuffer kernel log driver v4

2012-08-12 Thread Florian Tobias Schandinat
e. Feedback is much appreciated! I'll take care of this. But I'm currently very busy writing a thesis, so it could take some time. It would be great if someone would find time to give this a complete thorough review. Thanks, Florian Tobias Schandinat > > Thanks > David >

Re: viafb on Clevo M5x0V laptop (+VT1631L)

2012-08-02 Thread Florian Tobias Schandinat
ave any code in that area) Maybe the above module parameters will help you, otherwise more investigation will be required. Best regards, Florian Tobias Schandinat > > > This is from kernel 3.5 with VIAFB_DEBUG and VIAFB_WARN enabled: > > [ 153.051061] VIA Graphics Integration

[GIT PULL] fbdev updates for 3.6

2012-08-01 Thread Florian Tobias Schandinat
Hi Linus, please pull the changes below. Thanks, Florian Tobias Schandinat The following changes since commit 485802a6c524e62b5924849dd727ddbb1497cc71: Linux 3.5-rc3 (2012-06-16 17:25:17 -0700) are available in the git repository at: git://github.com/schandinat/linux-2.6.git fbdev

Re: [PATCH] video/smscufx: fix line counting in fb_write

2012-07-26 Thread Florian Tobias Schandinat
On 07/02/2012 09:25 PM, Alexander Holler wrote: > Hi Florian, > > sorry for the late answer. > > Am 13.05.2012 14:47, schrieb Florian Tobias Schandinat: >> Hi Alexander, >> >> On 04/21/2012 11:26 AM, Alexander Holler wrote: >>> Hello, >>> >&

[GIT PULL] fbdev fixes for 3.5#2

2012-07-11 Thread Florian Tobias Schandinat
Hi Linus, please pull the fixes below. Thanks, Florian Tobias Schandinat The following changes since commit b67989515defba7412acff01162e5bb1f0f5923a: video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclk (2012-06-13 17:34:16 +) are available in the git repository at

Re: [PATCH] [resend] s3fb: Add Virge/MX (86C260)

2012-07-08 Thread Florian Tobias Schandinat
en in DOS or Windows). > > Signed-off-by: Ondrej Zary Applied. Thanks, Florian Tobias Schandinat > > --- a/drivers/video/s3fb.c > +++ b/drivers/video/s3fb.c > @@ -84,7 +84,7 @@ static const char * const s3_names[] = {"S3 Unknown", "S3 > Trio32", "S3

Re: [PATCH v2] grvga: Fix error handling issues

2012-07-08 Thread Florian Tobias Schandinat
region into its devm_ equivalent > which simplifies the otherwise messy clean up code. > > - Changes the labels for correct error handling and their > names to make the code easier to read. > > Signed-off-by: Emil Goode Applied. Thanks, Florian Tobias Schandinat

Re: [PATCH RESEND] video: w100fb: Reduce sleep mode battery discharge

2012-07-08 Thread Florian Tobias Schandinat
patches into a single unified patch. > > Signed-off-by: Paul Parsons > Cc: Matt Reimer > Cc: Philipp Zabel Applied. Thanks, Florian Tobias Schandinat > --- > > Many thanks to Matt Reimer for suggesting this. > > The seeming demise of handhelds.org has removed any form