[GIT PULL] fbdev changes for v4.11

2017-02-24 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev changes for v4.11. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit 4dcd19bfabaee8f9f4bcf203afba09b98ccbaf76: video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremap

[GIT PULL] fbdev fixes for v4.10-rc2

2017-01-04 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev fixes for v4.10-rc2. They bring fbdev subsystem back into Maintained mode (with me as Maintainer) and add missing devm_ioremap() error checking to cobalt_lcdfb driver. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Please add fbdev-for-next to linux-next

2017-01-05 Thread Bartlomiej Zolnierkiewicz
Hi, Could you please add: git://github.com/bzolnier/linux.git fbdev-for-next To the linux-next tree? Linus has recently accepted u pull request from the fbdev-v4.10-rc2 tag that added fbdev subsystem back into Maintained mode (with me as Maintainer). Thanks! Best regards, -- Bartlomiej

[PATCH] MAINTAINERS: add myself as maintainer of fbdev

2016-12-15 Thread Bartlomiej Zolnierkiewicz
@@ -5077,9 +5077,11 @@ F: drivers/net/wan/dlci.c F: drivers/net/wan/sdla.c FRAMEBUFFER LAYER +M: Bartlomiej Zolnierkiewicz L: linux-fbdev at vger.kernel.org +T: git git://github.com/bzolnier/linux.git Q: http://patchwork.kernel.org/project/linux-fbdev/list/ -S

[PATCH] fbdev: remove current maintainer

2016-12-19 Thread Bartlomiej Zolnierkiewicz
ge patches yourself or should I step in and try to do it? Tomi, in case I would end up handling patches your help would be still greatly appreciated (I'm not much a fbdev expert so any non-obvious stuff will likely take some time to be processed).. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

[PATCH] MAINTAINERS: add myself as maintainer of fbdev

2016-12-21 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday, December 21, 2016 03:06:55 PM Sudip Mukherjee wrote: > On Thu, Dec 15, 2016 at 03:45:47PM +0100, Bartlomiej Zolnierkiewicz wrote: > > I would like to help with fbdev maintenance. I can dedicate some time > > for reviewing and handling patches but won't have tim

[PATCH v3 1/3] phy: Add exynos-simple-phy driver

2014-05-15 Thread Bartlomiej Zolnierkiewicz
help > + Support for 1-bit PHY controllers on SoCs from Exynos family. > + > endmenu Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v4 2/2] crypto: hw_random - Add new Exynos RNG driver

2017-04-10 Thread Bartlomiej Zolnierkiewicz
t; Reviewed-by: PrasannaKumar Muralidharan <prasannatsmku...@gmail.com> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

[GIT PULL] fbdev fixes for v4.11-rc6

2017-04-14 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev fixes for v4.11-rc6. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) are available in the git

Re: [PATCH RESEND] fbdev: omapfb: remove unused variable

2017-07-31 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 26, 2017 04:27:30 PM Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Wednesday, July 26, 2017 03:57:55 PM Arnd Bergmann wrote: > > Removing the default display name left a harmless warning: > > > > fbdev/omap2/omapfb/dss/core.c: In function 'om

Re: [PATCH v3 03/11] drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audio

2017-08-11 Thread Bartlomiej Zolnierkiewicz
the omapdrm driver. > > Signed-off-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> > Acked-by: Mark Brown <broo...@kernel.org> Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung

[GIT PULL] fbdev changes for v4.13

2017-07-13 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev changes for v4.13. There is nothing really major here, just a couple of small bugfixes, improvements and cleanups. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit

Re: [PATCH 1/4] fbcon: Make fbcon a built-time depency for fbdev

2017-07-12 Thread Bartlomiej Zolnierkiewicz
t solution is > to move all the fbcon modules (and there's a bunch of optinal > source-files which are each modules of their own, for no good > reason) into the overall fb.ko core module. That's a bit more than > what I would have liked to do in this patch, but oh well. > &

Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-12 Thread Bartlomiej Zolnierkiewicz
orted by kbuild). Also nuke FBINFO_FLAG_* defines > that I've failed to spot. > > v3: Don't nuke FBINFO_FLAG_DEFAULT, that's used all over the place. > > Cc: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> > Cc: linux-fb...@vger.kernel.org > Signed-off-by: Daniel

Re: [PATCH 2/3] fbdev: fbmem: export get/put_fb_info()

2017-07-12 Thread Bartlomiej Zolnierkiewicz
On Tuesday, July 11, 2017 09:38:21 AM Rob Clark wrote: > Needed for following patch. > > Signed-off-by: Rob Clark <robdcl...@gmail.com> Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Polan

Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-13 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 12, 2017 05:07:42 PM Daniel Vetter wrote: > On Wed, Jul 12, 2017 at 2:54 PM, Bartlomiej Zolnierkiewicz > <b.zolnier...@samsung.com> wrote: > > On Wednesday, July 12, 2017 02:42:14 PM Daniel Vetter wrote: > >> On Wed, Jul 12, 2017 at 12:41:34PM +0200

Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-12 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 12, 2017 02:42:14 PM Daniel Vetter wrote: > On Wed, Jul 12, 2017 at 12:41:34PM +0200, Bartlomiej Zolnierkiewicz wrote: > > On Tuesday, July 11, 2017 04:52:19 PM Daniel Vetter wrote: > > > Instead check info->ops->owner, which amounts to the same. > &

Re: [PATCH v2] fbdev: make get_fb_unmapped_area depends of !MMU

2017-07-12 Thread Bartlomiej Zolnierkiewicz
> > Signed-off-by: Benjamin Gaignard <benjamin.gaign...@linaro.org> Patch queued for 4.13, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel mailing list dri-devel@lis

Re: [PATCH RESEND] fbdev: omapfb: remove unused variable

2017-07-26 Thread Bartlomiej Zolnierkiewicz
ers/video/fbdev/omap2/omapfb/dss/core.c > +++ b/drivers/video/fbdev/omap2/omapfb/dss/core.c > @@ -193,7 +193,6 @@ static struct notifier_block omap_dss_pm_notif_block = { > > static int __init omap_dss_probe(struct platform_device *pdev) > { > - struct omap_dss_board_inf

Re: [PATCH 1/4] fbcon: Make fbcon a built-time depency for fbdev

2017-08-01 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 12, 2017 12:40:45 PM Bartlomiej Zolnierkiewicz wrote: > On Thursday, July 06, 2017 02:57:32 PM Daniel Vetter wrote: > > There's a bunch of folks who're trying to make printk less > > contended and faster, but there's a problem: printk uses the > > console_

Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-08-01 Thread Bartlomiej Zolnierkiewicz
On Thursday, July 13, 2017 04:01:50 PM Bartlomiej Zolnierkiewicz wrote: > On Wednesday, July 12, 2017 05:07:42 PM Daniel Vetter wrote: > > On Wed, Jul 12, 2017 at 2:54 PM, Bartlomiej Zolnierkiewicz > > <b.zolnier...@samsung.com> wrote: > > > On Wednesday, July 12,

[GIT PULL] fbdev changes for v4.12

2017-05-11 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev changes for v4.12. There is nothing really major here, just a couple of small bugfixes, improvements and cleanups. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit

Re: [PATCH v2 43/53] docs: update old references for DocBook from the documentation

2017-05-16 Thread Bartlomiej Zolnierkiewicz
mche...@s-opensource.com> For fbdev part: Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel mailing list dri-

Re: [PATCH 1/3] mdacon: align code in mda_detect properly

2017-06-14 Thread Bartlomiej Zolnierkiewicz
> > Signed-off-by: Jiri Slaby <jsl...@suse.cz> > Cc: Tomi Valkeinen <tomi.valkei...@ti.com> > Cc: <linux-fb...@vger.kernel.org> Patch queued for 4.13, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics _

Re: [PATCH 2/3] mdacon: make mda_vram_base u16 *

2017-06-14 Thread Bartlomiej Zolnierkiewicz
vger.kernel.org> Patch queued for 4.13, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH 3/3] mdacon: replace MDA_ADDR macro by inline function

2017-06-14 Thread Bartlomiej Zolnierkiewicz
ed-off-by: Jiri Slaby <jsl...@suse.cz> > Cc: Tomi Valkeinen <tomi.valkei...@ti.com> > Cc: <linux-fb...@vger.kernel.org> Patch queued for 4.13, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics _

[GIT PULL] fbdev fixes for v4.12-rc6

2017-06-16 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev fixes for v4.12-rc6. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit 32c1431eea4881a6b17bd7c639315010aeefa452: Linux 4.12-rc5 (2017-06-11 16:48:20 -0700) are available in the git

Re: [PATCH v2 04/28] drm: omapdrm: Remove unused default display name support

2017-05-08 Thread Bartlomiej Zolnierkiewicz
<laurent.pinch...@ideasonboard.com> For fbdev part: Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel mailing list dri-devel@

[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

Re: [09/10] driver:video: return -ENOMEM on allocation failure.

2017-10-12 Thread Bartlomiej Zolnierkiewicz
cation failure"), thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH] drivers/video/fbdev/atyfb: make const arrays static, reduces object code size

2017-10-12 Thread Bartlomiej Zolnierkiewicz
.2.0, x86_64) > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Patch queued for 4.15 (with patch description fixed to "video: fbdev: aty: ..." for consistency with other patches), thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Sa

Re: [PATCH] video: fbdev: sis: make const array specialtv static, reduces object code size

2017-10-12 Thread Bartlomiej Zolnierkiewicz
ev/sis/init301.o > > (gcc version 7.2.0, x86_64) > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Patch queued for 4.15, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics __

Re: [PATCH] video: fbdev: make fb_var_screeninfo static, const and __initconst

2017-10-12 Thread Bartlomiej Zolnierkiewicz
and discovered that in the current vanilla kernel (v4.14-rc4) igafb fails to build. Thus I've only queued dnfb changes for v4.15 kernel for now. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel m

Re: [PATCH] video: fbdev: radeon: make const array post_divs static, reduces object code size

2017-10-12 Thread Bartlomiej Zolnierkiewicz
gt; > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Are these results obtained using the same compiler as the other patches (gcc version 7.2.0, x86_64)? Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics __

Re: [PATCH] video: fbdev: Fix an errro handling path in 'au1200fb_drv_probe()'

2017-10-12 Thread Bartlomiej Zolnierkiewicz
{ > print_err("fail to allocate frambuffer (size: %dK))", > fbdev->fb_len / 1024); > - return -ENOMEM; > + ret = -ENOMEM; > + goto failed; > } >

Re: [PATCH] video: fbdev: radeon: make const array post_divs static, reduces object code size

2017-10-12 Thread Bartlomiej Zolnierkiewicz
On Thursday, October 12, 2017 05:17:49 PM Colin Ian King wrote: > On 12/10/17 17:17, Bartlomiej Zolnierkiewicz wrote: > > > > [ added dri-devel ML to cc: ] > > > > On Tuesday, September 19, 2017 10:32:01 PM Colin King wrote: > >> From: Colin Ian King <co

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...

[PATCH] video: fbdev: remove dead igafb driver

2017-10-18 Thread Bartlomiej Zolnierkiewicz
<bhumi...@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/video/fbdev/Kconfig | 10 drivers/video/fbdev/Makefile |1 drivers/video/fbdev/igafb.c | 579 --- include/video/iga.h | 24 -

Re: [PATCH] video: fbdev: sm501fb: fix potential null pointer dereference on fbi

2017-11-17 Thread Bartlomiej Zolnierkiewicz
par. Fix this by moving the dereference after the null > pointer check. > > Detected by CoverityScan, CID#1461301 ("Dereference before null check") > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Patch queued for 4.15, thanks. Best regards, -- Bartl

Re: [PATCH] OMAPFB: prevent buffer underflow in omapfb_parse_vram_param()

2017-11-17 Thread Bartlomiej Zolnierkiewicz
On Tuesday, November 14, 2017 09:12:28 AM Dan Carpenter wrote: > We cap the upper bound of "fbnum" but we also need to check for > negatives or make the type unsigned. > > Signed-off-by: Dan Carpenter <dan.carpen...@oracle.com> Patch queued for 4.15, thanks.

Re: [PATCH] video: fbdev: pxa3xx_gcu: Convert timers to use timer_setup()

2017-11-10 Thread Bartlomiej Zolnierkiewicz
se of the "priv" variable in QERROR(), since it was > pointing to struct timer_list, not struct pxa3xx_gcu_priv. > > Cc: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> > Cc: "Gustavo A. R. Silva" <gust...@embeddedor.com> > Cc: Himanshu Jha <h

Re: [PATCH] video: fbdev: Convert timers to use timer_setup()

2017-11-10 Thread Bartlomiej Zolnierkiewicz
On Thursday, November 09, 2017 10:40:13 AM Kees Cook wrote: > On Thu, Nov 9, 2017 at 9:08 AM, Bartlomiej Zolnierkiewicz [...] > > [ Please compile these timer changes with PXA3XX_GCU_DEBUG and > > PXA3XX_GCU_DEBUG_TIMER defined. ] > > Hm, these appear to be manual kno

Re: Regression in Linux next-20171113 with fbdev timer conversion

2017-11-13 Thread Bartlomiej Zolnierkiewicz
a0: 005280ea 005280eb 005f > 1fc0: 005280e4 004f9511 00517830 0000 005169a0 00517240 005169a0 > 1fe0: 0001 bed595c0 bed595e0 b6f2e9bc 2010 > Code: e1a002a0 e0811100 e1a03312 ee070fba (e1912f9f)

Re: [PATCH] fbcon: Initialize ops->info early

2017-11-13 Thread Bartlomiej Zolnierkiewicz
gt; so that it will be available early, but keep the additional assignment > in con2fb_acquire_newinfo() to support console remapping at runtime. > > Cc: Kees Cook <keesc...@chromium.org> > Signed-off-by: Thierry Reding <tred...@nvidia.com> Patch queued for 4.15, thanks. Best

[GIT PULL] fbdev changes for v4.15

2017-11-20 Thread Bartlomiej Zolnierkiewicz
(the resolution is trivial, just remove the file). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f: Linux 4.14-rc4 (2017-10-08 20:53:29 -0700) are available in the git

Re: [PATCH v8 3/5] Documentation: Add device tree binding for Goldfish FB driver

2017-11-09 Thread Bartlomiej Zolnierkiewicz
> > Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> > Signed-off-by: Goran Ferenc <goran.fer...@mips.com> > Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> > Acked-by: Rob Herring <r...@kernel.org> Patch queued for 4.15, thanks. Be

Re: [PATCH] video: fbdev: remove dead igafb driver

2017-11-09 Thread Bartlomiej Zolnierkiewicz
. > > > > Unless you have a 32-bit sparc laptop, you don't have a machine that > > will use this driver. > > There are also some x86 PCI cards using this chip. Interesting, the driver has never supported x86 (it has always been SPARC32 specific). Once somebody has the card w

Re: [PATCH] video: fbdev: aty: radeon_pm: mark expected switch fall-throughs

2017-11-09 Thread Bartlomiej Zolnierkiewicz
nks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH] video/fbdev/dnfb: Use common error handling code in dnfb_probe()

2017-11-09 Thread Bartlomiej Zolnierkiewicz
tion. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring <elfr...@users.sourceforge.net> Patch queued for 4.15, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___

Re: [PATCH] video: fbdev: sis_main: mark expected switch fall-throughs

2017-11-09 Thread Bartlomiej Zolnierkiewicz
115027 > Addresses-Coverity-ID: 115028 > Signed-off-by: Gustavo A. R. Silva <garsi...@embeddedor.com> Patch queued for 4.15, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dr

Re: [PATCH] video: fbdev: sm501fb: mark expected switch fall-through in sm501fb_blank_crt

2017-11-09 Thread Bartlomiej Zolnierkiewicz
nks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH] video: fbdev: Convert timers to use timer_setup()

2017-11-09 Thread Bartlomiej Zolnierkiewicz
xx_gcu_debug_timedout(unsigned long ptr) > > static void pxa3xx_gcu_init_debug_timer(void) > { > - pxa3xx_gcu_debug_timedout((unsigned long) _gcu_debug_timer); > + /* init the timer structure */ > + timer_setup(_gcu_debug_timer, pxa3xx_gcu_debug_timedout, 0); > + pxa3xx_gcu_debug_time

Re: [PATCH] video: fbdev: intelfb: remove redundant variables

2017-11-09 Thread Bartlomiej Zolnierkiewicz
alue stored to > 'f_best' is never read > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Patch queued for 4.15, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-de

Re: [PATCH] video: fbdev: cirrusfb: mark expected switch fall-throughs

2017-11-09 Thread Bartlomiej Zolnierkiewicz
n line, which is what GCC is expecting to find. > > Signed-off-by: Gustavo A. R. Silva <garsi...@embeddedor.com> Patch queued for 4.15, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___

Re: [PATCH 0/8] video: fbdev: au1200fb: Fix error handling path of 'au1200fb_drv_probe()'

2017-11-09 Thread Bartlomiej Zolnierkiewicz
0fb_drv_probe()' can not fail after a succesful call to ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 1630d85a8312 ("au1200fb: fix hardcoded IRQ")' #9: 1630d85a8312 ("au1200fb: fix hardcoded IRQ") Best

Re: [PATCH v7 0/7] drm/fbdev: Panel orientation connector property support

2017-12-01 Thread Bartlomiej Zolnierkiewicz
panels without needing quirks (like we do for 90 degree rotated screens). > > Bartlomiej, can we please have your Acked-by for merging patches 1, > 6 and 7 through the drm tree? Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Given that you add (can be in a increm

Re: [PATCH v3 0/4] Fixes for omapdrm on OpenPandora and GTA04

2017-12-01 Thread Bartlomiej Zolnierkiewicz
. > 3 can be applied when 1 & 2 are in. The change in 4 could be applied > independently, but it conflicts with 3. > > Tony, how do you want to handle 3 and 4? I will push 1 and 2 to v4.16. I > don't think they are real issues, so I don't see a reason to push them > as fixes to v4.

Re: [PATCH 0/3] fbdev/drm: sh_mobile: remove unused MERAM support

2018-05-14 Thread Bartlomiej Zolnierkiewicz
On Friday, April 27, 2018 02:09:31 PM Daniel Vetter wrote: > On Fri, Apr 27, 2018 at 1:36 PM, Laurent Pinchart > <laurent.pinch...@ideasonboard.com> wrote: > > Hi Bartlomiej, > > > > On Friday, 27 April 2018 14:21:42 EEST Bartlomiej Zolnierkiewicz wrote: > >&

Re: [PATCH] video: fbdev: remove unused auo_k190xfb drivers

2018-05-14 Thread Bartlomiej Zolnierkiewicz
On Friday, April 27, 2018 05:07:41 PM Heiko Stuebner wrote: > Am Freitag, 27. April 2018, 13:04:24 CEST schrieb Bartlomiej Zolnierkiewicz: > > auo_k1900fb and auo_k1901fb drivers have been introduced six > > years ago by following commits: > > > > commit 2c8304d3125b (

[PATCH] video: fbdev: remove unused auo_k190xfb drivers

2018-04-27 Thread Bartlomiej Zolnierkiewicz
uot;video: auo_k190x: add driver for AUO-K1901 variant") They never had any in-kernel user so just remove them (since they are platform drivers they need corresponding platform devices to be registered by kernel and it has never happened). Cc: Heiko Stübner <he...@sntech.de> Signed-off-by:

[PATCH 3/3] video: fbdev: remove unused sh_mobile_meram driver

2018-04-27 Thread Bartlomiej Zolnierkiewicz
...@glider.be> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/video/fbdev/Kconfig | 12 - drivers/video/fbdev/Makefile | 1 - drivers/video/fbdev/sh_mobile_meram.c | 754 -- include/video/sh_mobile_meram.h

[PATCH 1/3] video: fbdev: sh_mobile_lcdcfb: remove unused MERAM support

2018-04-27 Thread Bartlomiej Zolnierkiewicz
...@glider.be> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/video/fbdev/Kconfig| 1 - drivers/video/fbdev/sh_mobile_lcdcfb.c | 63 +- drivers/video/fbdev/sh_mobile_lcdcfb.h | 1 - include/video/sh_mobile_lcdc.h

[PATCH 2/3] drm: shmobile: remove unused MERAM support

2018-04-27 Thread Bartlomiej Zolnierkiewicz
...@glider.be> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/gpu/drm/shmobile/Kconfig | 1 - drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 42 -- drivers/gpu/drm/shmobile/shmob_drm_crtc.h | 1 - drivers/gpu/drm/shmobile/shmo

[PATCH 0/3] fbdev/drm: sh_mobile: remove unused MERAM support

2018-04-27 Thread Bartlomiej Zolnierkiewicz
both upstream (v4.18) I will apply patch #3 to fbdev tree. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (3): video: fbdev: sh_mobile_lcdcfb: remove unused MERAM support drm: shmobile: remove unused MERAM support video: f

Re: [PATCH] video: fbdev: omap2: remove rfbi

2018-04-27 Thread Bartlomiej Zolnierkiewicz
On Friday, April 27, 2018 08:47:14 PM Aaro Koskinen wrote: > Hi, > > On Fri, Apr 27, 2018 at 05:09:14PM +0200, Bartlomiej Zolnierkiewicz wrote: > > omapfb equivalent of drm's commit aa61321d4c08 ("drm/omap: remove rfbi"): > > > > The RFBI driver has n

[PATCH] video: fbdev: omap2: remove rfbi

2018-04-27 Thread Bartlomiej Zolnierkiewicz
Cc: Tomi Valkeinen <tomi.valkei...@ti.com> Cc: Laurent Pinchart <laurent.pinch...@ideasonboard.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/video/fbdev/omap2/omapfb/dss/Kconfig | 13 drivers/video/fbdev/omap2/omapfb/dss/Makefile |1 driv

Re: [PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF

2018-05-04 Thread Bartlomiej Zolnierkiewicz
EST) > > > > source "drivers/video/fbdev/omap2/omapfb/Kconfig" > > > > > > Hi, > > This patch certainly fixes the build errors that I have been seeing in > linux-next for several days now, so: > > Acked-by: Randy Dunlap <rdun...@infr

Re: [PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF

2018-05-04 Thread Bartlomiej Zolnierkiewicz
On Friday, May 04, 2018 07:59:06 AM Mauro Carvalho Chehab wrote: > Em Fri, 04 May 2018 12:48:46 +0200 > Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> escreveu: > > > On Thursday, May 03, 2018 08:48:56 AM Randy Dunlap wrote: > > > On 04/20/2018

Re: [PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF

2018-05-04 Thread Bartlomiej Zolnierkiewicz
On Friday, May 04, 2018 09:45:26 AM Mauro Carvalho Chehab wrote: > Em Fri, 04 May 2018 13:05:17 +0200 > Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> escreveu: > > > On Friday, May 04, 2018 07:59:06 AM Mauro Carvalho Chehab wrote: > > > Em Fri, 04 May 2018 1

Re: [PATCH v2 11/11] docs: fix broken references with multiple hints

2018-05-15 Thread Bartlomiej Zolnierkiewicz
Mauro Carvalho Chehab <mchehab+sams...@kernel.org> Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> # for fbdev part Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___

Re: [PATCH] video: fbdev: fix spelling mistake: "frambuffer" -> "framebuffer"

2018-05-15 Thread Bartlomiej Zolnierkiewicz
On Tuesday, May 01, 2018 09:37:42 AM Colin King wrote: > From: Colin Ian King <colin.k...@canonical.com> > > Trivial fix to spelling mistake in error messages > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Patch queued for 4.18, thanks. Best regards, -

Re: [PATCH 14/18] fbdev: modedb.c: fix a kernel-doc markup

2018-05-15 Thread Bartlomiej Zolnierkiewicz
ing. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+sams...@kernel.org> Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-de

Re: [PATCH] video: fbdev: nvidia: fix spelling mistake: "scaleing" -> "scaling"

2018-05-15 Thread Bartlomiej Zolnierkiewicz
4.18, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH] MAINTAINERS: make omapfb orphan

2018-06-08 Thread Bartlomiej Zolnierkiewicz
by omapfb which are not supported by > omapdrm, so we're not there yet. > > Signed-off-by: Tomi Valkeinen Thank you for your work on omapfb, patch queued for 4.18. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics _

Re: [PATCH 3/3] ANDROID: goldfish_fb: Set pixclock = 0

2018-06-08 Thread Bartlomiej Zolnierkiewicz
me. > > Change-Id: I759bf518bf6683446bc786bf1be3cafa02dd8d42 please drop your local Change-Id from the upstream kernel submissions > Signed-off-by: Christoffer Dall > Signed-off-by: Peter Maydell your S-o-b line is also needed Best regards, -- Bartlomiej Zolnierkiewicz Samsung

Re: [PATCH 2/3] goldfish: Enable ACPI-based enumeration for goldfish framebuffer

2018-06-08 Thread Bartlomiej Zolnierkiewicz
this patch also depends on commit af33cac. ditto for commit af33ac also commits should be described with the following format: tag with the first 12 characters of the SHA-1 ID, and the one line summary, i.e.: e21d2170f366 ("video: remove unnecessary platform_set_drvdata()") Best regards, --

Re: [PATCH] video/omap: add module license tags

2018-06-08 Thread Bartlomiej Zolnierkiewicz
nce Imre is working at Intel these days. > > Fixes: 81c44c2b2ce3 ("video/omap: fix modular build") > Cc: Imre Deak > Signed-off-by: Arnd Bergmann Patch queued for 4.18 (with minor fixups, interdiff below), thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R

Re: [PATCH] fb_omap: add gpiolib dependency

2018-06-08 Thread Bartlomiej Zolnierkiewicz
_put'; did you mean 'node_set'? > [-Werror=implicit-function-declaration] > > Rather than fixing up each one individually, this just marks all of it > as depending on GPIOLIB. > > Signed-off-by: Arnd Bergmann Patch queued for 4.18 (w/ fb

[GIT PULL] fbdev changes for v4.18

2018-06-14 Thread Bartlomiej Zolnierkiewicz
modes\n"); + if (!videomodes) return -ENOMEM; - } + for (i = 0; i < videomode_num; i++) mmpmode_to_fbmode([i], _modes[i]); fb_videomode_to_modelist(videomodes, videomode_num, >modelist); Best regards, -- Bartlomiej Zolni

Re: [PATCH v2 1/3] video: fbdev: Fix checkpatch warnings in goldfishfb.c

2018-06-18 Thread Bartlomiej Zolnierkiewicz
On Friday, June 15, 2018 04:47:03 PM Roman Kiryanov wrote: > Hi, > > could you please confirm you received our patches? Thank you. Hi, Yes, they are in my inbox waiting for their turn (I'll start queuing patches for v4.19 later this week). Best regards, -- Bartlomiej Zolnierkiewicz

Re: [PATCH V2 2/2] efi/fb: Convert PCI bus address to resource if translated by the bridge

2018-06-13 Thread Bartlomiej Zolnierkiewicz
Biesheuvel > > Bartlomiej, could you please take these via the fbdev tree for v4.19? Sure, I will queue it after the current merge window. > Peter already gave his ack but Sinan dropped it (presumably because of > the split in v2) Peter, can I (re)add your ACK to V2 patches? Best reg

Re: [PATCH v2 1/2] efi/bgrt: Drop __initdata from bgrt_image_size

2018-07-02 Thread Bartlomiej Zolnierkiewicz
e/efi/efi-bgrt.c > >> index 50793fda7819..b22ccfb0c991 100644 > >> --- a/drivers/firmware/efi/efi-bgrt.c > >> +++ b/drivers/firmware/efi/efi-bgrt.c > >> @@ -20,7 +20,7 @@ > >> #include > >> struct acpi_table_bgrt bgrt_tab; > >> -size_

Re: [PATCH v4 0/3] console/fbcon: Add support for deferred console takeover

2018-06-27 Thread Bartlomiej Zolnierkiewicz
e testing by gpu drivers a lot, instead of a suprise when > the fbdev pull lands in upstream. > > Bart, is that ok with you? Not really, since there are efifb changes in the queue which depend on this series I would really prefer to merge all patches through fbdev tree. Also fbdev tree

Re: [PATCH] video: auo_k190x: Delete an error message for a failed memory allocation in auok190x_common_probe()

2018-04-26 Thread Bartlomiej Zolnierkiewicz
by using the Coccinelle software. > > Signed-off-by: Markus Elfring <elfr...@users.sourceforge.net> I've done requested audit regarding multiple fb devices support myself now and it is okay to apply this patch. Patch queued for 4.18, thanks. Best regards, -- Bartlomiej Zolnierkiewic

Re: [PATCH 1/2] video: fbdev-MMP: Delete an error message for a failed memory allocation in two functions

2018-04-26 Thread Bartlomiej Zolnierkiewicz
by using the Coccinelle software. > > Signed-off-by: Markus Elfring <elfr...@users.sourceforge.net> I've done requested audit regarding multiple fb devices support myself now and it is okay to apply this patch. Patch queued for 4.18, thanks. Best regards, -- Bartlomiej Zolnierkiewic

Re: [PATCH] video: sh_mobile_meram: Delete an error message for a failed memory allocation in sh_mobile_meram_probe()

2018-04-26 Thread Bartlomiej Zolnierkiewicz
by using the Coccinelle software. > > Signed-off-by: Markus Elfring <elfr...@users.sourceforge.net> I've done requested audit regarding multiple fb devices support myself now and it is okay to apply this patch. Patch queued for 4.18, thanks. Best regards, -- Bartlomiej Zolnierkiewic

Re: [PATCH] video: sh_mobile_lcdcfb: Delete an error message for a failed memory allocation in two functions

2018-04-26 Thread Bartlomiej Zolnierkiewicz
by using the Coccinelle software. > > Signed-off-by: Markus Elfring <elfr...@users.sourceforge.net> I've done requested audit regarding multiple fb devices support myself now and it is okay to apply this patch. Patch queued for 4.18, thanks. Best regards, -- Bartlomiej Zolnierkiewic

Re: [PATCH] video: fbdev: omap2: remove rfbi

2018-04-30 Thread Bartlomiej Zolnierkiewicz
On Friday, April 27, 2018 09:25:37 PM Aaro Koskinen wrote: > Hi, > > On Fri, Apr 27, 2018 at 05:09:14PM +0200, Bartlomiej Zolnierkiewicz wrote: > > omapfb equivalent of drm's commit aa61321d4c08 ("drm/omap: remove rfbi"): > > > > The RFBI driver has n

Re: [PATCH 2/2] video: fbdev-MMP: Improve a size determination in path_init()

2018-04-26 Thread Bartlomiej Zolnierkiewicz
ator "sizeof" to make the corresponding size > determination a bit safer according to the Linux coding style convention. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring <elfr...@users.sourceforge.net> Patch queued for 4.18,

Re: [PATCH 2/4] video: sm501fb: Improve a size determination in sm501fb_probe()

2018-04-26 Thread Bartlomiej Zolnierkiewicz
ator "sizeof" to make the corresponding size > determination a bit safer according to the Linux coding style convention. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring <elfr...@users.sourceforge.net> Hand applied and q

Re: [PATCH 2/3] video: omap: Improve a size determination in omapfb_do_probe()

2018-04-26 Thread Bartlomiej Zolnierkiewicz
ator "sizeof" to make the corresponding size > determination a bit safer according to the Linux coding style convention. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring <elfr...@users.sourceforge.net> Patch queued for 4.18,

Re: [PATCH] omapfb: encoder-tpd12s015: fix error return code

2018-07-03 Thread Bartlomiej Zolnierkiewicz
On Sunday, June 10, 2018 04:24:13 PM Julia Lawall wrote: > Return an error code on failure. > > Problem found using Coccinelle. > > Signed-off-by: Julia Lawall Patch queued for 4.19, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Sams

Re: [PATCH] fb: fix lost console when the user unplugs a USB adapter

2018-07-03 Thread Bartlomiej Zolnierkiewicz
_cleanup_device(fb_info); > event.info = fb_info; > @@ -1860,6 +1870,9 @@ int unlink_framebuffer(struct fb_info *f > device_destroy(fb_class, MKDEV(FB_MAJOR, i)); > fb_info->dev = NULL; > } > + > + unbind_console(fb_info); > + &g

Re: [PATCH] video: fbdev: simplefb: Stop including

2018-07-03 Thread Bartlomiej Zolnierkiewicz
On Tuesday, June 19, 2018 07:22:21 PM Geert Uytterhoeven wrote: > Simplefb is not a clock provider, but it uses of_clk_get_parent_count(), > so it can just include instead. > > Signed-off-by: Geert Uytterhoeven Patch queued for 4.19, thanks. Best regards, -- Bartlomiej Zolnierkie

Re: [PATCH v2 3/3] video: fbdev: Set pixclock = 0 in goldfishfb

2018-07-03 Thread Bartlomiej Zolnierkiewicz
-by: Christoffer Dall > Signed-off-by: Peter Maydell > Signed-off-by: Roman Kiryanov Patch queued for 4.19, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics ___ dri-devel mailing list dri-devel@

Re: [PATCH v2 2/3] video: fbdev: Enable ACPI-based enumeration for goldfishfb

2018-07-03 Thread Bartlomiej Zolnierkiewicz
On Friday, June 08, 2018 12:10:59 PM r...@google.com wrote: > From: Yu Ning > > Add an ACPI id to make goldfish framebuffer to support ACPI enumeration. > > Signed-off-by: Yu Ning > Signed-off-by: Roman Kiryanov Patch queued for 4.19, thanks. Best regards, -- Bartlom

Re: [PATCH v2 1/3] video: fbdev: Fix checkpatch warnings in goldfishfb.c

2018-07-03 Thread Bartlomiej Zolnierkiewicz
On Friday, June 08, 2018 12:10:58 PM r...@google.com wrote: > From: Roman Kiryanov > > Address issues pointed by checkpatch.pl > > Signed-off-by: Roman Kiryanov Patch queued for 4.19, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Sams

Re: [PATCH 18/21] udlfb: allow reallocating the framebuffer

2018-07-03 Thread Bartlomiej Zolnierkiewicz
_fb; [...] > > 1196 if (info->screen_base) { > > 1197 memcpy(new_fb, old_fb, old_len); > > > 1198 dlfb_deferred_vfree(dlfb, > > > info->screen_base); > > 1199 }

Re: [PATCH] video: fbdev: atmel_lcdfb: fix display-timings lookup

2017-12-29 Thread Bartlomiej Zolnierkiewicz
rt") > Cc: stable <sta...@vger.kernel.org> # 3.13 > Cc: Jean-Christophe PLAGNIOL-VILLARD <plagn...@jcrosoft.com> > Signed-off-by: Johan Hovold <jo...@kernel.org> Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland

Re: [PATCH] video/fbdev/vt8500lcdfb: Delete an error message for a failed memory allocation in vt8500lcd_probe()

2017-12-29 Thread Bartlomiej Zolnierkiewicz
n about the device for which the allocation fails (but as there can be only one vt8500lcdfb device in the system this change is okay). Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics _

  1   2   3   4   5   6   7   >