Re: [PATCH] MAINTAINERS: Add dri-devel as a mailing list for anything fbdev

2017-10-03 Thread Bartlomiej Zolnierkiewicz
nate 2 > > > > subsystem trees. > > > > > > > > Since fbdev is super low-volume we can prevent this in the future by > > > > simply adding the dri-devel mailing list to the fbdev subsystem. > > > > > > > > Cc: Hans de Goede <hdego...

Re: [PATCH] MAINTAINERS: Add dri-devel as a mailing list for anything fbdev

2017-10-03 Thread Bartlomiej Zolnierkiewicz
bsystem trees. > > > > > > > > Since fbdev is super low-volume we can prevent this in the future by > > > > simply adding the dri-devel mailing list to the fbdev subsystem. > > > > > > > > Cc: Hans de Goede > > > > Cc: Bartlomiej Zolnierk

[GIT PULL] fbdev changes for v4.14

2017-09-14 Thread Bartlomiej Zolnierkiewicz
/video/fbdev/core/fbmem.c index 25e862c,a35f788b..f741ba8 --- a/drivers/video/fbdev/core/fbmem.c +++ b/drivers/video/fbdev/core/fbmem.c @@@ -32,7 -32,7 +32,8 @@@ #include #include #include + #include +#include #include Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute

[GIT PULL] fbdev changes for v4.14

2017-09-14 Thread Bartlomiej Zolnierkiewicz
/video/fbdev/core/fbmem.c index 25e862c,a35f788b..f741ba8 --- a/drivers/video/fbdev/core/fbmem.c +++ b/drivers/video/fbdev/core/fbmem.c @@@ -32,7 -32,7 +32,8 @@@ #include #include #include + #include +#include #include Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute

[PATCH v2] ARM: dts: exynos: fix incomplete Odroid-XU3/4 thermal-zones definition

2017-09-07 Thread Bartlomiej Zolnierkiewicz
rewrote patch subject & description + minor fixups] Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- v2: Newlines removed (1 original + 3 new ones), sorry for not catching it earlier in v1. v1: I updated the patch to address Krzysztof's review comments, th

[PATCH v2] ARM: dts: exynos: fix incomplete Odroid-XU3/4 thermal-zones definition

2017-09-07 Thread Bartlomiej Zolnierkiewicz
be used). Signed-off-by: Willy Wolff Cc: Rob Herring Cc: Mark Rutland Cc: Russell King Cc: Kukjin Kim [b.zolnierkie: rewrote patch subject & description + minor fixups] Signed-off-by: Bartlomiej Zolnierkiewicz --- v2: Newlines removed (1 original + 3 new ones), sorry for not catc

[PATCH] ARM: dts: exynos: fix incomplete Odroid-XU3/4 thermal-zones definition

2017-09-07 Thread Bartlomiej Zolnierkiewicz
rewrote patch subject & description + minor fixups] Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- I updated the patch to address Krzysztof's review comments, the original version from June can be found here: https://patchwork.kernel.org/patch/9807333/ arch

[PATCH] ARM: dts: exynos: fix incomplete Odroid-XU3/4 thermal-zones definition

2017-09-07 Thread Bartlomiej Zolnierkiewicz
be used). Signed-off-by: Willy Wolff Cc: Rob Herring Cc: Mark Rutland Cc: Russell King Cc: Kukjin Kim [b.zolnierkie: rewrote patch subject & description + minor fixups] Signed-off-by: Bartlomiej Zolnierkiewicz --- I updated the patch to address Krzysztof's review comments, the orig

Re: [PATCH] video: fbdev: sis: fix duplicated code for different branches

2017-09-04 Thread Bartlomiej Zolnierkiewicz
ust...@embeddedor.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: sis: fix duplicated code for different branches

2017-09-04 Thread Bartlomiej Zolnierkiewicz
ch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: make fb_var_screeninfo const

2017-09-04 Thread Bartlomiej Zolnierkiewicz
On Wednesday, August 30, 2017 05:10:28 PM Bhumika Goyal wrote: > Make these const as they are not modified anywhere. > > Signed-off-by: Bhumika Goyal <bhumi...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: make fb_var_screeninfo const

2017-09-04 Thread Bartlomiej Zolnierkiewicz
On Wednesday, August 30, 2017 05:10:28 PM Bhumika Goyal wrote: > Make these const as they are not modified anywhere. > > Signed-off-by: Bhumika Goyal Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: aty: do not leak uninitialized padding in clk to userspace

2017-09-04 Thread Bartlomiej Zolnierkiewicz
alds/linux/pull/441 > Reported-by: sohu0106 <sohu0...@126.com> > Signed-off-by: Vladis Dronov <vdro...@redhat.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: aty: do not leak uninitialized padding in clk to userspace

2017-09-04 Thread Bartlomiej Zolnierkiewicz
alds/linux/pull/441 > Reported-by: sohu0106 > Signed-off-by: Vladis Dronov Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: make fb_videomode const

2017-09-04 Thread Bartlomiej Zolnierkiewicz
match.s; > @@ > s@p > > @depends on forall !bad disable optional_qualifier@ > identifier match.s; > @@ > static > + const > struct fb_videomode s; > > Signed-off-by: Bhumika Goyal <bhumi...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: make fb_videomode const

2017-09-04 Thread Bartlomiej Zolnierkiewicz
match.s; > @@ > s@p > > @depends on forall !bad disable optional_qualifier@ > identifier match.s; > @@ > static > + const > struct fb_videomode s; > > Signed-off-by: Bhumika Goyal Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbcon: remove restriction on margin color

2017-09-04 Thread Bartlomiej Zolnierkiewicz
.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbcon: remove restriction on margin color

2017-09-04 Thread Bartlomiej Zolnierkiewicz
Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: ARM CLCD: constify amba_id

2017-09-04 Thread Bartlomiej Zolnierkiewicz
.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: ARM CLCD: constify amba_id

2017-09-04 Thread Bartlomiej Zolnierkiewicz
On Wednesday, August 23, 2017 10:55:26 PM Arvind Yadav wrote: > amba_id are not supposed to change at runtime. All functions > working with const amba_id. So mark the non-const structs as const. > > Signed-off-by: Arvind Yadav Patch queued for 4.14, thanks. Best regards, -

Re: [PATCH] video: fm2fb: constify zorro_device_id

2017-09-04 Thread Bartlomiej Zolnierkiewicz
v <arvind.yadav...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fm2fb: constify zorro_device_id

2017-09-04 Thread Bartlomiej Zolnierkiewicz
Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: annotate fb_fix_screeninfo with const and __initconst

2017-09-04 Thread Bartlomiej Zolnierkiewicz
nflict error. > > Signed-off-by: Bhumika Goyal <bhumi...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: annotate fb_fix_screeninfo with const and __initconst

2017-09-04 Thread Bartlomiej Zolnierkiewicz
nflict error. > > Signed-off-by: Bhumika Goyal Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] drivers: video: Fix 80 character limit and remove unnecessary space

2017-08-23 Thread Bartlomiej Zolnierkiewicz
vga_cleanup(state); > return 0; > } > - > -EXPORT_SYMBOL(save_vga); > EXPORT_SYMBOL(restore_vga); > > MODULE_AUTHOR("James Simmons <jsimm...@users.sf.net>"); Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] drivers: video: Fix 80 character limit and remove unnecessary space

2017-08-23 Thread Bartlomiej Zolnierkiewicz
return 0; > } > - > -EXPORT_SYMBOL(save_vga); > EXPORT_SYMBOL(restore_vga); > > MODULE_AUTHOR("James Simmons "); Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v3] fbcon: add fbcon=margin: command line option

2017-08-23 Thread Bartlomiej Zolnierkiewicz
ven the standard console palette contains 16 colors, why limit this to > > the first 8 colors, and not 0 to 15? > > Good question. I think in some of my previous attempts there was a 0x7 > mask involved somewhere and this is a carryover from that. But, after > having looked at this again, I don't see a reason for limiting to 7. Could you please prepare the incremental patch raising the number of colors possible to use? Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v3] fbcon: add fbcon=margin: command line option

2017-08-23 Thread Bartlomiej Zolnierkiewicz
limit this to > > the first 8 colors, and not 0 to 15? > > Good question. I think in some of my previous attempts there was a 0x7 > mask involved somewhere and this is a carryover from that. But, after > having looked at this again, I don't see a reason for limiting to 7. Could you please prepare the incremental patch raising the number of colors possible to use? Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] omapfb: constify omap_video_timings structures

2017-08-21 Thread Bartlomiej Zolnierkiewicz
for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] omapfb: constify omap_video_timings structures

2017-08-21 Thread Bartlomiej Zolnierkiewicz
On Saturday, August 12, 2017 08:20:36 AM Julia Lawall wrote: > These omap_video_timings structures are only copied into other > structures, so they can be const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Patch queued for 4.14, thanks. Best rega

Re: [PATCH] video: fbdev: udlfb: Fix use after free on dlfb_usb_probe error path

2017-08-21 Thread Bartlomiej Zolnierkiewicz
ath. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Anton Vasilyev <vasil...@ispras.ru> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: udlfb: Fix use after free on dlfb_usb_probe error path

2017-08-21 Thread Bartlomiej Zolnierkiewicz
ath. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Anton Vasilyev Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 2/2] fbdev: i810: make fb_ops const

2017-08-21 Thread Bartlomiej Zolnierkiewicz
On Thursday, August 10, 2017 02:46:45 PM Bhumika Goyal wrote: > Make the structure const as it is only used during a copy operation. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal <bhumi...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnie

Re: [PATCH 2/2] fbdev: i810: make fb_ops const

2017-08-21 Thread Bartlomiej Zolnierkiewicz
On Thursday, August 10, 2017 02:46:45 PM Bhumika Goyal wrote: > Make the structure const as it is only used during a copy operation. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Inst

Re: [PATCH 1/2] fbdev: matrox: make fb_ops const

2017-08-21 Thread Bartlomiej Zolnierkiewicz
On Thursday, August 10, 2017 02:46:44 PM Bhumika Goyal wrote: > Make fb_ops const as it is only used during a copy operation. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal <bhumi...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnie

Re: [PATCH 1/2] fbdev: matrox: make fb_ops const

2017-08-21 Thread Bartlomiej Zolnierkiewicz
On Thursday, August 10, 2017 02:46:44 PM Bhumika Goyal wrote: > Make fb_ops const as it is only used during a copy operation. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Po

Re: [PATCH] video: fbdev: pxa3xx_gcu: fix error return code in pxa3xx_gcu_probe()

2017-08-21 Thread Bartlomiej Zolnierkiewicz
elp of Coccinelle. > > Signed-off-by: Gustavo A. R. Silva <gust...@embeddedor.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: pxa3xx_gcu: fix error return code in pxa3xx_gcu_probe()

2017-08-21 Thread Bartlomiej Zolnierkiewicz
elp of Coccinelle. > > Signed-off-by: Gustavo A. R. Silva Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 2/2] video: fbdev: Enable Xilinx FB for ZynqMP

2017-08-21 Thread Bartlomiej Zolnierkiewicz
On Tuesday, August 08, 2017 10:10:26 AM Michal Simek wrote: > Enable this driver for Xilinx ZynqMP. > > Signed-off-by: Michal Simek <michal.si...@xilinx.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 2/2] video: fbdev: Enable Xilinx FB for ZynqMP

2017-08-21 Thread Bartlomiej Zolnierkiewicz
On Tuesday, August 08, 2017 10:10:26 AM Michal Simek wrote: > Enable this driver for Xilinx ZynqMP. > > Signed-off-by: Michal Simek Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 1/2] video: fbdev: Fix multiple style issues in xilinxfb

2017-08-21 Thread Bartlomiej Zolnierkiewicz
; CHECK: 'Endianess' may be misspelled - perhaps 'Endianness'? > CHECK: spaces preferred around that '*' (ctx:VxV) > ERROR: that open brace { should be on the previous line > > Signed-off-by: Hyun Kwon <hyun.k...@xilinx.com> > Signed-off-by: Michal Simek <michal.si...@xili

Re: [PATCH 1/2] video: fbdev: Fix multiple style issues in xilinxfb

2017-08-21 Thread Bartlomiej Zolnierkiewicz
be misspelled - perhaps 'Endianness'? > CHECK: spaces preferred around that '*' (ctx:VxV) > ERROR: that open brace { should be on the previous line > > Signed-off-by: Hyun Kwon > Signed-off-by: Michal Simek Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 2/2] video: fbdev: udlfb: constify usb_device_id.

2017-08-21 Thread Bartlomiej Zolnierkiewicz
v <arvind.yadav...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 2/2] video: fbdev: udlfb: constify usb_device_id.

2017-08-21 Thread Bartlomiej Zolnierkiewicz
Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 1/2] video: fbdev: smscufx: constify usb_device_id.

2017-08-21 Thread Bartlomiej Zolnierkiewicz
v <arvind.yadav...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 1/2] video: fbdev: smscufx: constify usb_device_id.

2017-08-21 Thread Bartlomiej Zolnierkiewicz
Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: vt8623fb: constify vt8623_timing_regs

2017-08-18 Thread Bartlomiej Zolnierkiewicz
p of Coccinelle. > > Signed-off-by: Julia Lawall <julia.law...@lip6.fr> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: vt8623fb: constify vt8623_timing_regs

2017-08-18 Thread Bartlomiej Zolnierkiewicz
p of Coccinelle. > > Signed-off-by: Julia Lawall Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: add const to bin_attribute structures

2017-08-18 Thread Bartlomiej Zolnierkiewicz
e structures to be const. > > Signed-off-by: Bhumika Goyal <bhumi...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: add const to bin_attribute structures

2017-08-18 Thread Bartlomiej Zolnierkiewicz
e structures to be const. > > Signed-off-by: Bhumika Goyal Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: constify copied structures

2017-08-18 Thread Bartlomiej Zolnierkiewicz
it 40445365a43f ("video: xilinxfb: constify fb_fix_screeninfo and fb_var_screeninfo structures") in my -next tree (git://github.com/bzolnier/linux.git fbdev-for-next) so I just applied xilinx_fb_default_pdata part (patch included below for reference). Best regards, -- Bartlomiej Zolnierki

Re: [PATCH] video: fbdev: constify copied structures

2017-08-18 Thread Bartlomiej Zolnierkiewicz
ideo: xilinxfb: constify fb_fix_screeninfo and fb_var_screeninfo structures") in my -next tree (git://github.com/bzolnier/linux.git fbdev-for-next) so I just applied xilinx_fb_default_pdata part (patch included below for reference). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Insti

Re: [PATCH v3] fbcon: add fbcon=margin: command line option

2017-08-18 Thread Bartlomiej Zolnierkiewicz
setting > fbcon=margin:7, the margins will be filled with white and the LCD looks as > expected. > > Signed-off-by: David Lechner <da...@lechnology.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v3] fbcon: add fbcon=margin: command line option

2017-08-18 Thread Bartlomiej Zolnierkiewicz
setting > fbcon=margin:7, the margins will be filled with white and the LCD looks as > expected. > > Signed-off-by: David Lechner Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbdev: fix 1bpp logo for unusual width

2017-08-18 Thread Bartlomiej Zolnierkiewicz
com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbdev: fix 1bpp logo for unusual width

2017-08-18 Thread Bartlomiej Zolnierkiewicz
, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

[GIT PULL] fbdev fixes for v4.13-rc5

2017-08-11 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev fixes for v4.13-rc5. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit 16f73eb02d7e1765ccab3d2018e0bd98eb93d973: Linux 4.13-rc3 (2017-07-30 12:40:36 -0700) are available in the git

[GIT PULL] fbdev fixes for v4.13-rc5

2017-08-11 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev fixes for v4.13-rc5. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit 16f73eb02d7e1765ccab3d2018e0bd98eb93d973: Linux 4.13-rc3 (2017-07-30 12:40:36 -0700) are available in the git

Re: [PATCH 3/4] thermal: exynos: constify thermal_zone_of_device_ops structures

2017-08-07 Thread Bartlomiej Zolnierkiewicz
one_of_device_ops i = { ... }; > // > > Signed-off-by: Julia Lawall <julia.law...@lip6.fr> Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Eduardo/Zhang, Please queue this patch for upstream, thanks! Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 3/4] thermal: exynos: constify thermal_zone_of_device_ops structures

2017-08-07 Thread Bartlomiej Zolnierkiewicz
e_of_sensor_register(e1,e2,e3,@p) > > @bad@ > position p != {r.p,ok1.p}; > identifier r.i; > struct thermal_zone_of_device_ops e; > @@ > e@i@p > > @depends on !bad disable optional_qualifier@ > identifier r.i; > @@ > static > +const > struct thermal_zone_of_d

Re: [PATCH] fbdev: matrox: hide unused 'hotplug' variable

2017-08-07 Thread Bartlomiej Zolnierkiewicz
> > This moves it into an #ifdef section of the file, matching > all its references. > > Fixes: 376b3ff54c9a ("fbdev: Nuke FBINFO_MODULE") > Signed-off-by: Arnd Bergmann <a...@arndb.de> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbdev: matrox: hide unused 'hotplug' variable

2017-08-07 Thread Bartlomiej Zolnierkiewicz
> > This moves it into an #ifdef section of the file, matching > all its references. > > Fixes: 376b3ff54c9a ("fbdev: Nuke FBINFO_MODULE") > Signed-off-by: Arnd Bergmann Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbcon: mark dummy functions 'inline'

2017-08-07 Thread Bartlomiej Zolnierkiewicz
t; Signed-off-by: Arnd Bergmann <a...@arndb.de> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbcon: mark dummy functions 'inline'

2017-08-07 Thread Bartlomiej Zolnierkiewicz
t; Signed-off-by: Arnd Bergmann Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: Convert to using %pOF instead of full_name

2017-08-07 Thread Bartlomiej Zolnierkiewicz
On Tuesday, August 01, 2017 12:24:53 PM Rob Herring wrote: > On Tue, Aug 1, 2017 at 8:47 AM, Bartlomiej Zolnierkiewicz > <b.zolnier...@samsung.com> wrote: > > On Tuesday, July 18, 2017 04:43:36 PM Rob Herring wrote: > >> Now that we have a custom printf form

Re: [PATCH] video: fbdev: Convert to using %pOF instead of full_name

2017-08-07 Thread Bartlomiej Zolnierkiewicz
On Tuesday, August 01, 2017 12:24:53 PM Rob Herring wrote: > On Tue, Aug 1, 2017 at 8:47 AM, Bartlomiej Zolnierkiewicz > wrote: > > On Tuesday, July 18, 2017 04:43:36 PM Rob Herring wrote: > >> Now that we have a custom printf format specifier, convert users of > >>

Re: [PATCH 00/28] constify fbdev pci_device_id.

2017-08-01 Thread Bartlomiej Zolnierkiewicz
t regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 00/28] constify fbdev pci_device_id.

2017-08-01 Thread Bartlomiej Zolnierkiewicz
t regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] omapfb: panel-tpo-td043mtea1: constify attribute_group structures.

2017-08-01 Thread Bartlomiej Zolnierkiewicz
> > Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] omapfb: panel-tpo-td043mtea1: constify attribute_group structures.

2017-08-01 Thread Bartlomiej Zolnierkiewicz
> > Signed-off-by: Arvind Yadav Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] omapfb: panel-sony-acx565akm: constify attribute_group structures.

2017-08-01 Thread Bartlomiej Zolnierkiewicz
> > Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] omapfb: panel-sony-acx565akm: constify attribute_group structures.

2017-08-01 Thread Bartlomiej Zolnierkiewicz
> > Signed-off-by: Arvind Yadav Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: uvesafb: constify attribute_group structures.

2017-08-01 Thread Bartlomiej Zolnierkiewicz
o/fbdev/uvesafb.o > > Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: uvesafb: constify attribute_group structures.

2017-08-01 Thread Bartlomiej Zolnierkiewicz
o/fbdev/uvesafb.o > > Signed-off-by: Arvind Yadav Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: Convert to using %pOF instead of full_name

2017-08-01 Thread Bartlomiej Zolnierkiewicz
.@kernel.org> > Cc: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> > Cc: linux-fb...@vger.kernel.org The patch Looks fine to me. Do you want me to merge it through fbdev tree or do you have some other plan for %pOF conversion patches? Best regards, -- Bartlomiej Zolnierkiewicz S

Re: [PATCH] video: fbdev: Convert to using %pOF instead of full_name

2017-08-01 Thread Bartlomiej Zolnierkiewicz
gt; Cc: Bartlomiej Zolnierkiewicz > Cc: linux-fb...@vger.kernel.org The patch Looks fine to me. Do you want me to merge it through fbdev tree or do you have some other plan for %pOF conversion patches? Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbdev: uvesafb: remove DRIVER_ATTR() usage

2017-08-01 Thread Bartlomiej Zolnierkiewicz
t; This is part of a series to drop DRIVER_ATTR() from the tree entirely. > > Cc: Michal Januszewski <sp...@gentoo.org> > Cc: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> Acked-by: Bartl

Re: [PATCH] fbdev: uvesafb: remove DRIVER_ATTR() usage

2017-08-01 Thread Bartlomiej Zolnierkiewicz
op DRIVER_ATTR() from the tree entirely. > > Cc: Michal Januszewski > Cc: Bartlomiej Zolnierkiewicz > Signed-off-by: Greg Kroah-Hartman Acked-by: Bartlomiej Zolnierkiewicz I assume that this will go through your tree with other DRIVER_ATTR() removal patches (please ping me if you wa

Re: [PATCH] video: bfin-lq035q1-fb: constify dev_pm_ops

2017-08-01 Thread Bartlomiej Zolnierkiewicz
ed-off-by: Gustavo A. R. Silva <gust...@embeddedor.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: bfin-lq035q1-fb: constify dev_pm_ops

2017-08-01 Thread Bartlomiej Zolnierkiewicz
ed-off-by: Gustavo A. R. Silva Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 04/11] fbdev: da8xx-fb: Drop unnecessary static

2017-08-01 Thread Bartlomiej Zolnierkiewicz
when strict > ?x = e; > // > > Signed-off-by: Julia Lawall <julia.law...@lip6.fr> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 04/11] fbdev: da8xx-fb: Drop unnecessary static

2017-08-01 Thread Bartlomiej Zolnierkiewicz
when strict > ?x = e; > // > > Signed-off-by: Julia Lawall Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] drivers/video/fbdev/omap/lcd_mipid.c: add const to lcd_panel structure

2017-08-01 Thread Bartlomiej Zolnierkiewicz
Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] drivers/video/fbdev/omap/lcd_mipid.c: add const to lcd_panel structure

2017-08-01 Thread Bartlomiej Zolnierkiewicz
. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: cobalt_lcdfb: constify fb_fix_screeninfo structure

2017-08-01 Thread Bartlomiej Zolnierkiewicz
e@i@p > > @depends on !bad disable optional_qualifier@ > identifier r.i; > @@ > static > +const > struct fb_fix_screeninfo i = { ... }; > > Signed-off-by: Gustavo A. R. Silva <garsi...@embeddedor.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: cobalt_lcdfb: constify fb_fix_screeninfo structure

2017-08-01 Thread Bartlomiej Zolnierkiewicz
e@i@p > > @depends on !bad disable optional_qualifier@ > identifier r.i; > @@ > static > +const > struct fb_fix_screeninfo i = { ... }; > > Signed-off-by: Gustavo A. R. Silva Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: xilinxfb: constify fb_fix_screeninfo and fb_var_screeninfo structures

2017-08-01 Thread Bartlomiej Zolnierkiewicz
e@i@p > > @depends on !bad disable optional_qualifier@ > identifier r.i; > @@ > static > +const > struct fb_fix_screeninfo i = { ... }; > > The semantic patch for fb_var_screeninfo is analogous. > > Signed-off-by: Gustavo A. R. Silva <garsi...@embeddedor.com>

Re: [PATCH] video: xilinxfb: constify fb_fix_screeninfo and fb_var_screeninfo structures

2017-08-01 Thread Bartlomiej Zolnierkiewicz
e@i@p > > @depends on !bad disable optional_qualifier@ > identifier r.i; > @@ > static > +const > struct fb_fix_screeninfo i = { ... }; > > The semantic patch for fb_var_screeninfo is analogous. > > Signed-off-by: Gustavo A. R. Silva Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video/chips: constify fb_fix_screeninfo and fb_var_screeninfo structures

2017-08-01 Thread Bartlomiej Zolnierkiewicz
e@i@p > > @depends on !bad disable optional_qualifier@ > identifier r.i; > @@ > static > +const > struct fb_fix_screeninfo i = { ... }; > > The semantic patch for fb_var_screeninfo is analogous. > > Signed-off-by: Gustavo A. R. Silva <garsi...@embeddedor.com>

Re: [PATCH] video/chips: constify fb_fix_screeninfo and fb_var_screeninfo structures

2017-08-01 Thread Bartlomiej Zolnierkiewicz
e@i@p > > @depends on !bad disable optional_qualifier@ > identifier r.i; > @@ > static > +const > struct fb_fix_screeninfo i = { ... }; > > The semantic patch for fb_var_screeninfo is analogous. > > Signed-off-by: Gustavo A. R. Silva Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video/mbx: constify fb_fix_screeninfo and fb_var_screeninfo structures

2017-08-01 Thread Bartlomiej Zolnierkiewicz
e@i@p > > @depends on !bad disable optional_qualifier@ > identifier r.i; > @@ > static > +const > struct fb_fix_screeninfo i = { ... }; > > The semantic patch for fb_var_screeninfo is analogous. > > Signed-off-by: Gustavo A. R. Silva <garsi...@embeddedor.com>

Re: [PATCH] video/mbx: constify fb_fix_screeninfo and fb_var_screeninfo structures

2017-08-01 Thread Bartlomiej Zolnierkiewicz
e@i@p > > @depends on !bad disable optional_qualifier@ > identifier r.i; > @@ > static > +const > struct fb_fix_screeninfo i = { ... }; > > The semantic patch for fb_var_screeninfo is analogous. > > Signed-off-by: Gustavo A. R. Silva Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 3/4] video: fbdev: sm712fb.c: fixed prefer unsigned int warning

2017-08-01 Thread Bartlomiej Zolnierkiewicz
r 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 4/4] video: fbdev: sm712fb.c: fixed constant-left comparison warning

2017-08-01 Thread Bartlomiej Zolnierkiewicz
Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 3/4] video: fbdev: sm712fb.c: fixed prefer unsigned int warning

2017-08-01 Thread Bartlomiej Zolnierkiewicz
On Tuesday, July 04, 2017 11:24:17 PM Lynn Lei wrote: > Fixed several prefer 'unsigned int' over 'unsigned' warnings checked by > scripts/checkpatch.pl: > Prefer 'unsigned int' to bare use of 'unsigned' > > Signed-off-by: Lynn Lei Patch queued for 4.14, thanks. Best regards

Re: [PATCH 4/4] video: fbdev: sm712fb.c: fixed constant-left comparison warning

2017-08-01 Thread Bartlomiej Zolnierkiewicz
. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 2/4] video: fbdev: sm712fb.c: fix unaligned block comments warning

2017-08-01 Thread Bartlomiej Zolnierkiewicz
nks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 2/4] video: fbdev: sm712fb.c: fix unaligned block comments warning

2017-08-01 Thread Bartlomiej Zolnierkiewicz
On Tuesday, July 04, 2017 11:23:45 PM Lynn Lei wrote: > Fixed unaligned block comments warning generated by scripts/checkpatch.pl: > WARNING: Block comments should align the * on each line > > Signed-off-by: Lynn Lei Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zo

Re: [PATCH 1/4] video: fbdev: sm712fb.c: using __func__ macro for pr_debug

2017-08-01 Thread Bartlomiej Zolnierkiewicz
On Tuesday, July 04, 2017 11:22:42 PM Lynn Lei wrote: > Inside function sm7xx_vga_setup() > > Using a generic function macro for debug information display > > Signed-off-by: Lynn Lei <lynnl@gmail.com> Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zol

Re: [PATCH 1/4] video: fbdev: sm712fb.c: using __func__ macro for pr_debug

2017-08-01 Thread Bartlomiej Zolnierkiewicz
On Tuesday, July 04, 2017 11:22:42 PM Lynn Lei wrote: > Inside function sm7xx_vga_setup() > > Using a generic function macro for debug information display > > Signed-off-by: Lynn Lei Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute

<    5   6   7   8   9   10   11   12   13   14   >