[PATCH 01/12] thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_data

2018-03-06 Thread Bartlomiej Zolnierkiewicz
Remove unused "type" field from struct exynos_tmu_platform_data. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/thermal/samsung/exynos_tmu.h | 2 -- 1 file changed, 2 deletions(-) diff

[PATCH 01/12] thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_data

2018-03-06 Thread Bartlomiej Zolnierkiewicz
Remove unused "type" field from struct exynos_tmu_platform_data. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/samsung/exynos_tmu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/therm

[PATCH] pata_bk3710: clarify license version and use SPDX header

2018-03-01 Thread Bartlomiej Zolnierkiewicz
- clarify license version (it should be GPL 2.0) - use SPDX header Cc: Sekhar Nori <nsek...@ti.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/ata/pata_bk3710.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Index: b/drivers/ata

[PATCH] pata_bk3710: clarify license version and use SPDX header

2018-03-01 Thread Bartlomiej Zolnierkiewicz
- clarify license version (it should be GPL 2.0) - use SPDX header Cc: Sekhar Nori Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/pata_bk3710.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Index: b/drivers/ata/pata_bk3710.c

[PATCH] pata_falcon: clarify license version and use SPDX header

2018-03-01 Thread Bartlomiej Zolnierkiewicz
- clarify license version (it should be GPL 2.0) - use SPDX header Cc: Michael Schmitz <schmitz...@gmail.com> Cc: Geert Uytterhoeven <ge...@linux-m68k.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/ata/pata_falcon.c |8 +++-

[PATCH] pata_falcon: clarify license version and use SPDX header

2018-03-01 Thread Bartlomiej Zolnierkiewicz
- clarify license version (it should be GPL 2.0) - use SPDX header Cc: Michael Schmitz Cc: Geert Uytterhoeven Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/pata_falcon.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Index: b/drivers/ata/pata_falcon.c

[PATCH v2] ata: add Amiga Gayle PATA controller driver

2018-03-01 Thread Bartlomiej Zolnierkiewicz
Schmitz for help with testing the driver. Tested-by: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> Cc: Michael Schmitz <schmitz...@gmail.com> Cc: Geert Uytterhoeven <ge...@linux-m68k.org> Cc: Philippe Ombredanne <pombreda...@nexb.com> Signed-off-by: Bartlomiej Z

[PATCH v2] ata: add Amiga Gayle PATA controller driver

2018-03-01 Thread Bartlomiej Zolnierkiewicz
Schmitz for help with testing the driver. Tested-by: John Paul Adrian Glaubitz Cc: Michael Schmitz Cc: Geert Uytterhoeven Cc: Philippe Ombredanne Signed-off-by: Bartlomiej Zolnierkiewicz --- v2: - clarify license version (it should be GPL 2.0) - use SPDX header drivers/ata/Kconfig | 12

Re: [PATCH] ata: add Amiga Gayle PATA controller driver

2018-03-01 Thread Bartlomiej Zolnierkiewicz
the patch with the SPDX headers added? > > Or can we get the patch merged, then I'll send a patch to add the > SPDX headers? I'll post updated version later today, sorry for the delay (I've been busy with other things and the patch is not v4.16 material anyway). Best regards, -- Bartlomiej Z

Re: [PATCH] ata: add Amiga Gayle PATA controller driver

2018-03-01 Thread Bartlomiej Zolnierkiewicz
the patch with the SPDX headers added? > > Or can we get the patch merged, then I'll send a patch to add the > SPDX headers? I'll post updated version later today, sorry for the delay (I've been busy with other things and the patch is not v4.16 material anyway). Best regards, -- Bartlomiej Z

Re: [PATCH 0/3] console: Expand dummy functions for CFI

2018-02-28 Thread Bartlomiej Zolnierkiewicz
On Wednesday, February 28, 2018 04:09:47 PM Bartlomiej Zolnierkiewicz wrote: > On Monday, February 26, 2018 04:04:17 PM Kees Cook wrote: > > This is a small series that cleans up struct consw a bit and > > prepares it for Control Flow Integrity checking (i.e. Clang's >

Re: [PATCH 0/3] console: Expand dummy functions for CFI

2018-02-28 Thread Bartlomiej Zolnierkiewicz
On Wednesday, February 28, 2018 04:09:47 PM Bartlomiej Zolnierkiewicz wrote: > On Monday, February 26, 2018 04:04:17 PM Kees Cook wrote: > > This is a small series that cleans up struct consw a bit and > > prepares it for Control Flow Integrity checking (i.e. Clang's >

Re: [PATCH 0/3] console: Expand dummy functions for CFI

2018-02-28 Thread Bartlomiej Zolnierkiewicz
On Monday, February 26, 2018 04:04:17 PM Kees Cook wrote: > This is a small series that cleans up struct consw a bit and > prepares it for Control Flow Integrity checking (i.e. Clang's > -fsanitize=cfi). for drivers/video/ parts: Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...

Re: [PATCH 0/3] console: Expand dummy functions for CFI

2018-02-28 Thread Bartlomiej Zolnierkiewicz
On Monday, February 26, 2018 04:04:17 PM Kees Cook wrote: > This is a small series that cleans up struct consw a bit and > prepares it for Control Flow Integrity checking (i.e. Clang's > -fsanitize=cfi). for drivers/video/ parts: Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- B

Re: [PATCH v4 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-27 Thread Bartlomiej Zolnierkiewicz
ency to sub menu items and console drivers that use > > io memory. > > > > Signed-off-by: Farhan Ali <al...@linux.vnet.ibm.com> > > Reviewed-by: Thomas Huth <th...@redhat.com> Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> > > --- > >

Re: [PATCH v4 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-27 Thread Bartlomiej Zolnierkiewicz
b menu items and console drivers that use > > io memory. > > > > Signed-off-by: Farhan Ali > > Reviewed-by: Thomas Huth Acked-by: Bartlomiej Zolnierkiewicz > > --- > > drivers/video/Kconfig | 5 - > > drivers/video/console/Kconfig | 6 +++--- &

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Bartlomiej Zolnierkiewicz
b/drivers/video/console/Kconfig > > @@ -85,7 +85,7 @@ config MDA_CONSOLE > > > > config SGI_NEWPORT_CONSOLE > > tristate "SGI Newport Console support" > > -depends on SGI_IP22 > > +depends on SGI_IP22 && HAS_IOMEM > > select FONT_SUPPORT > > help > >Say Y here if you want the console on the Newport aka XL graphics > > @@ -153,7 +153,7 @@ config FRAMEBUFFER_CONSOLE_ROTATION > > > > config STI_CONSOLE > > bool "STI text console" > > -depends on PARISC > > +depends on PARISC && HAS_IOMEM > > select FONT_SUPPORT > > default y > > help Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Bartlomiej Zolnierkiewicz
g > > @@ -85,7 +85,7 @@ config MDA_CONSOLE > > > > config SGI_NEWPORT_CONSOLE > > tristate "SGI Newport Console support" > > -depends on SGI_IP22 > > +depends on SGI_IP22 && HAS_IOMEM > > select FONT_SUPPORT > > help > >Say Y here if you want the console on the Newport aka XL graphics > > @@ -153,7 +153,7 @@ config FRAMEBUFFER_CONSOLE_ROTATION > > > > config STI_CONSOLE > > bool "STI text console" > > -depends on PARISC > > +depends on PARISC && HAS_IOMEM > > select FONT_SUPPORT > > default y > > help Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

[PATCH] video: fbdev: s3c-fb: remove dead platform code for Exynos and S5PV210 platforms

2018-02-14 Thread Bartlomiej Zolnierkiewicz
Exynos5, Exynos4 and S5PV210 platforms have been converted to use Device Tree and Exynos DRM driver long time ago. Remove dead platform code for these platforms and update Kconfig s3c-fb entry accordingly. Cc: Jingoo Han <jingooh...@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <

[PATCH] video: fbdev: s3c-fb: remove dead platform code for Exynos and S5PV210 platforms

2018-02-14 Thread Bartlomiej Zolnierkiewicz
Exynos5, Exynos4 and S5PV210 platforms have been converted to use Device Tree and Exynos DRM driver long time ago. Remove dead platform code for these platforms and update Kconfig s3c-fb entry accordingly. Cc: Jingoo Han Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/video/fbdev/Kconfig

Re: [PATCH 02/11] video: fbdev: kconfig: Remove blank help text

2018-02-13 Thread Bartlomiej Zolnierkiewicz
On Thursday, February 01, 2018 05:56:18 PM Ulf Magnusson wrote: > On Thu, Feb 1, 2018 at 4:52 PM, Bartlomiej Zolnierkiewicz > <b.zolnier...@samsung.com> wrote: > > > > Hi, > > > > On Wednesday, January 31, 2018 10:34:21 AM Ulf Magnusson wrote: > >>

Re: [PATCH 02/11] video: fbdev: kconfig: Remove blank help text

2018-02-13 Thread Bartlomiej Zolnierkiewicz
On Thursday, February 01, 2018 05:56:18 PM Ulf Magnusson wrote: > On Thu, Feb 1, 2018 at 4:52 PM, Bartlomiej Zolnierkiewicz > wrote: > > > > Hi, > > > > On Wednesday, January 31, 2018 10:34:21 AM Ulf Magnusson wrote: > >> Blank help texts are probably ei

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2018-02-13 Thread Bartlomiej Zolnierkiewicz
On Saturday, February 10, 2018 01:48:55 PM Mathieu Malaterre wrote: > Hi, > > On Thu, Feb 8, 2018 at 2:28 PM, Bartlomiej Zolnierkiewicz > <b.zolnier...@samsung.com> wrote: > > On Wednesday, January 31, 2018 08:51:23 PM Mathieu Malaterre wrote: > >> Bartlomie

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2018-02-13 Thread Bartlomiej Zolnierkiewicz
On Saturday, February 10, 2018 01:48:55 PM Mathieu Malaterre wrote: > Hi, > > On Thu, Feb 8, 2018 at 2:28 PM, Bartlomiej Zolnierkiewicz > wrote: > > On Wednesday, January 31, 2018 08:51:23 PM Mathieu Malaterre wrote: > >> Bartlomiej, > >> > >>

[PATCH] ata: add Amiga Gayle PATA controller driver

2018-02-12 Thread Bartlomiej Zolnierkiewicz
Schmitz for help with testing the driver. Tested-by: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> Cc: Michael Schmitz <schmitz...@gmail.com> Cc: Geert Uytterhoeven <ge...@linux-m68k.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers

[PATCH] ata: add Amiga Gayle PATA controller driver

2018-02-12 Thread Bartlomiej Zolnierkiewicz
Schmitz for help with testing the driver. Tested-by: John Paul Adrian Glaubitz Cc: Michael Schmitz Cc: Geert Uytterhoeven Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/Kconfig | 12 ++ drivers/ata/Makefile |1 drivers/ata/pata_gayle.c | 224

[GIT PULL] fbdev fix for v4.16

2018-02-09 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev fix for v4.16 (just a single fix to make omapfb driver build again). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit f1517df8701c9f12dae9ce7f43a5d300a6917619: Merge tag 'nfsd-4.16

[GIT PULL] fbdev fix for v4.16

2018-02-09 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev fix for v4.16 (just a single fix to make omapfb driver build again). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit f1517df8701c9f12dae9ce7f43a5d300a6917619: Merge tag 'nfsd-4.16

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2018-02-08 Thread Bartlomiej Zolnierkiewicz
On Wednesday, January 31, 2018 08:51:23 PM Mathieu Malaterre wrote: > Bartlomiej, > > On Wed, Jan 31, 2018 at 12:57 PM, Bartlomiej Zolnierkiewicz > <b.zolnier...@samsung.com> wrote: > > On Tuesday, January 30, 2018 02:14:10 PM Mathieu Malaterre wrote: > >> Ba

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2018-02-08 Thread Bartlomiej Zolnierkiewicz
On Wednesday, January 31, 2018 08:51:23 PM Mathieu Malaterre wrote: > Bartlomiej, > > On Wed, Jan 31, 2018 at 12:57 PM, Bartlomiej Zolnierkiewicz > wrote: > > On Tuesday, January 30, 2018 02:14:10 PM Mathieu Malaterre wrote: > >> Bartlomiej, > >> > >&g

Re: [PATCH v2 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-08 Thread Bartlomiej Zolnierkiewicz
bdev/Kconfig > > @@ -966,7 +966,7 @@ config FB_PVR2 > > > > config FB_OPENCORES > > tristate "OpenCores VGA/LCD core 2.0 framebuffer support" > > - depends on FB && HAS_DMA > > + depends on FB && HAS_DMA && HAS_IOMEM > > select FB_CFB_FILLRECT > > select FB_CFB_COPYAREA > > select FB_CFB_IMAGEBLIT Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v2 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-08 Thread Bartlomiej Zolnierkiewicz
fig HAVE_FB_ATMEL > > bool > > diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig > > index 2f615b7..ec9c9ce 100644 > > --- a/drivers/video/fbdev/Kconfig > > +++ b/drivers/video/fbdev/Kconfig > > @@ -966,7 +966,7 @@ config FB_PVR2 > > &

[GIT PULL] fbdev changes for v4.16

2018-02-07 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev changes for v4.16. There is nothing really major here (please see the signed tag description for details). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit

[GIT PULL] fbdev changes for v4.16

2018-02-07 Thread Bartlomiej Zolnierkiewicz
Hi Linus, Please pull fbdev changes for v4.16. There is nothing really major here (please see the signed tag description for details). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit

Re: [PATCH 1/2] fbdev: don't select I2C directly

2018-02-01 Thread Bartlomiej Zolnierkiewicz
t; tristate "Trident/CyberXXX/CyberBlade support" > depends on FB && PCI > + depends on I2C > select FB_CFB_FILLRECT > select FB_CFB_COPYAREA > select FB_CFB_IMAGEBLIT > @@ -2299,8 +2310,8 @@ endchoice > > config FB_MB862XX_I2C > bool "Support I2C bus on MB862XX GDC" > - depends on FB_MB862XX && I2C > - depends on FB_MB862XX=m || I2C=y > + depends on FB_MB862XX > + depends on I2C=y || I2C=FB_MB862XX > default y > help > Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 1/2] fbdev: don't select I2C directly

2018-02-01 Thread Bartlomiej Zolnierkiewicz
FB_3DFX_I2C > bool "Enable DDC/I2C support" > depends on FB_3DFX > + depends on I2C=y || I2C=FB_3DFX > select FB_DDC > default y > help > @@ -1669,6 +1679,7 @@ config FB_VT8623 > config FB_TRIDENT > tristate &qu

Re: [PATCH] fbdev: simplefb: add support for 'memory-region' property on DT node

2018-02-01 Thread Bartlomiej Zolnierkiewicz
return NULL; > +} > +#endif > + > #if defined CONFIG_OF && defined CONFIG_REGULATOR > > #define SUPPLY_SUFFIX "-supply" > @@ -428,6 +458,8 @@ static int simplefb_probe(struct platform_device *pdev) > return ret; > > mem = platform_get_resource(pdev, IORESOURCE_MEM, 0); > + if (!mem) > + mem = simplefb_parse_dt_reserved_mem(>dev); > if (!mem) { > dev_err(>dev, "No memory resource\n"); > return -EINVAL; Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbdev: simplefb: add support for 'memory-region' property on DT node

2018-02-01 Thread Bartlomiej Zolnierkiewicz
; #if defined CONFIG_OF && defined CONFIG_REGULATOR > > #define SUPPLY_SUFFIX "-supply" > @@ -428,6 +458,8 @@ static int simplefb_probe(struct platform_device *pdev) > return ret; > > mem = platform_get_resource(pdev, IORESOURCE_MEM, 0); > + if (!mem) > + mem = simplefb_parse_dt_reserved_mem(>dev); > if (!mem) { > dev_err(>dev, "No memory resource\n"); > return -EINVAL; Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 02/11] video: fbdev: kconfig: Remove blank help text

2018-02-01 Thread Bartlomiej Zolnierkiewicz
consider removing *_I2C config options and just make the main config options always enable I2C subsystem directly if needed/useful (some fbdev drivers are doing it this way already). > config FB_LE80578 > tristate "Intel LE80578 (Vermilion) support" Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 02/11] video: fbdev: kconfig: Remove blank help text

2018-02-01 Thread Bartlomiej Zolnierkiewicz
nfig options and just make the main config options always enable I2C subsystem directly if needed/useful (some fbdev drivers are doing it this way already). > config FB_LE80578 > tristate "Intel LE80578 (Vermilion) support" Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2018-01-31 Thread Bartlomiej Zolnierkiewicz
On Tuesday, January 30, 2018 02:14:10 PM Mathieu Malaterre wrote: > Bartlomiej, > > On Wed, Jan 3, 2018 at 3:47 PM, Bartlomiej Zolnierkiewicz > <b.zolnier...@samsung.com> wrote: > > > > On Thursday, December 21, 2017 11:07:56 PM Mathieu Malaterre wrote: >

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2018-01-31 Thread Bartlomiej Zolnierkiewicz
On Tuesday, January 30, 2018 02:14:10 PM Mathieu Malaterre wrote: > Bartlomiej, > > On Wed, Jan 3, 2018 at 3:47 PM, Bartlomiej Zolnierkiewicz > wrote: > > > > On Thursday, December 21, 2017 11:07:56 PM Mathieu Malaterre wrote: > >> When the linux kernel i

Re: [RFT PATCH] crypto: ahash.c: Require export/import in ahash

2018-01-16 Thread Bartlomiej Zolnierkiewicz
ash_ops_async(tfm); > @@ -467,10 +457,6 @@ static int crypto_ahash_init_tfm(struct crypto_tfm *tfm) > hash->setkey = alg->setkey; > hash->has_setkey = true; > } > - if (alg->export) > - hash->export = alg->export; > - if (alg->import) > - hash->import = alg->import; > > return 0; > } Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [RFT PATCH] crypto: ahash.c: Require export/import in ahash

2018-01-16 Thread Bartlomiej Zolnierkiewicz
6 @@ static int crypto_ahash_init_tfm(struct crypto_tfm *tfm) > hash->setkey = alg->setkey; > hash->has_setkey = true; > } > - if (alg->export) > - hash->export = alg->export; > - if (alg->import) > - hash->import = alg->import; > > return 0; > } Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev/mmp: add MODULE_LICENSE

2018-01-15 Thread Bartlomiej Zolnierkiewicz
s. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev/mmp: add MODULE_LICENSE

2018-01-15 Thread Bartlomiej Zolnierkiewicz
s. > > Signed-off-by: Arnd Bergmann Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] console/dummy: leave .con_font_get set to NULL

2018-01-15 Thread Bartlomiej Zolnierkiewicz
; > Signed-off-by: Nicolas Pitre <n...@linaro.org> > Cc: sta...@kernel.org Please check your patches with tools/checkpatch.pl script: ERROR: The 'stable' address should be 'sta...@vger.kernel.org' #9: Cc: sta...@kernel.org After updating this I queued the patch for 4.16, thanks.

Re: [PATCH] console/dummy: leave .con_font_get set to NULL

2018-01-15 Thread Bartlomiej Zolnierkiewicz
; > Signed-off-by: Nicolas Pitre > Cc: sta...@kernel.org Please check your patches with tools/checkpatch.pl script: ERROR: The 'stable' address should be 'sta...@vger.kernel.org' #9: Cc: sta...@kernel.org After updating this I queued the patch for 4.16, thanks. Best regards, -- Bartlomiej Z

Re: [0/4] video-UDLFB: Adjustments for five function implementations

2018-01-04 Thread Bartlomiej Zolnierkiewicz
ivers that support hardware that can have only one instance in the system (but it needs to be explicitly stated in the patch description and the patch needs to be reviewed by a someone else than the author). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [0/4] video-UDLFB: Adjustments for five function implementations

2018-01-04 Thread Bartlomiej Zolnierkiewicz
ivers that support hardware that can have only one instance in the system (but it needs to be explicitly stated in the patch description and the patch needs to be reviewed by a someone else than the author). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbdev: auo_k190x: Use zeroing memory allocator than allocator/memset

2018-01-04 Thread Bartlomiej Zolnierkiewicz
imple.cocci I've changed it to "Generate-by" to silence checkpatch.pl. > 0-day tested with no failures. > > Suggested-by: Luis R. Rodriguez <mcg...@kernel.org> > Signed-off-by: Himanshu Jha <himanshujha199...@gmail.com> Patch queued for 4.16, thanks. Best regar

Re: [PATCH] fbdev: auo_k190x: Use zeroing memory allocator than allocator/memset

2018-01-04 Thread Bartlomiej Zolnierkiewicz
imple.cocci I've changed it to "Generate-by" to silence checkpatch.pl. > 0-day tested with no failures. > > Suggested-by: Luis R. Rodriguez > Signed-off-by: Himanshu Jha Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] vfb: fix video mode and line_length being set when loaded

2018-01-04 Thread Bartlomiej Zolnierkiewicz
> You can drop the tests for 2 and 4, as these are no longer used by the > > driver. > > Done that. > > Cc: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> > Signed-off-by: Pieter "PoroCYon" Sluys <pcy@national.shitposting.agency> I've queued your patch for 4.16

Re: [PATCH] vfb: fix video mode and line_length being set when loaded

2018-01-04 Thread Bartlomiej Zolnierkiewicz
> You can drop the tests for 2 and 4, as these are no longer used by the > > driver. > > Done that. > > Cc: Bartlomiej Zolnierkiewicz > Signed-off-by: Pieter "PoroCYon" Sluys I've queued your patch for 4.16 kernel (after fixing few minor issues [*]), thanks! [*] next time pl

Re: [PATCH] fbdev: arm64 use __raw I/O memory api

2018-01-04 Thread Bartlomiej Zolnierkiewicz
r 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbdev: arm64 use __raw I/O memory api

2018-01-04 Thread Bartlomiej Zolnierkiewicz
On Thursday, November 30, 2017 04:17:22 PM Ji Zhang wrote: > Since arm64 also has __raw I/O accessors, add __aarch64__ in fb.h. > This is a supplement for commmit > 981409b25e2a99409b26daa67293ca1cfd5ea0a0 > > Signed-off-by: Ji Zhang Patch queued for 4.16, thanks. Best regards

Re: [PATCH] video: fbdev: omap2: Use PTR_ERR_OR_ZERO()

2018-01-04 Thread Bartlomiej Zolnierkiewicz
cripts/coccinelle/api/ptr_ret.cocci > > Signed-off-by: Vasyl Gomonovych <gomonov...@gmail.com> Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: omap2: Use PTR_ERR_OR_ZERO()

2018-01-04 Thread Bartlomiej Zolnierkiewicz
cripts/coccinelle/api/ptr_ret.cocci > > Signed-off-by: Vasyl Gomonovych Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbdev: au1200fb: delete duplicate header contents

2018-01-04 Thread Bartlomiej Zolnierkiewicz
villemoes.dk> Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] fbdev: au1200fb: delete duplicate header contents

2018-01-04 Thread Bartlomiej Zolnierkiewicz
for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v2] fbdev: pxa3xx: use ktime_get_ts64 for time stamps

2018-01-04 Thread Bartlomiej Zolnierkiewicz
onotonic > time makes this more robust, the correct accessor for this is > ktime_get_ts64(). > > Signed-off-by: Arnd Bergmann <a...@arndb.de> Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v2] fbdev: pxa3xx: use ktime_get_ts64 for time stamps

2018-01-04 Thread Bartlomiej Zolnierkiewicz
onotonic > time makes this more robust, the correct accessor for this is > ktime_get_ts64(). > > Signed-off-by: Arnd Bergmann Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 2/2] fbdev: radeon: stop use ktime_get() for HZ calibration

2018-01-04 Thread Bartlomiej Zolnierkiewicz
clocksource cannot go backwards, but I'm > adding a check for zero-division in case of a bad clocksource. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 2/2] fbdev: radeon: stop use ktime_get() for HZ calibration

2018-01-04 Thread Bartlomiej Zolnierkiewicz
clocksource cannot go backwards, but I'm > adding a check for zero-division in case of a bad clocksource. > > Signed-off-by: Arnd Bergmann Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW

2018-01-03 Thread Bartlomiej Zolnierkiewicz
4 ++-- > lib/test_firmware.c | 14 +--- > lib/test_kmod.c | 14 +--- > sound/soc/omap/mcbsp.c | 4 ++-- > 15 files changed, 49 insertions(+), 80 deletions(-) For fbdev changes: Acked-by: Bartlomiej Zolnierkiewicz &

Re: [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW

2018-01-03 Thread Bartlomiej Zolnierkiewicz
- > lib/test_firmware.c | 14 +--- > lib/test_kmod.c | 14 +--- > sound/soc/omap/mcbsp.c | 4 ++-- > 15 files changed, 49 insertions(+), 80 deletions(-) For fbdev changes: Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v1 1/6] vgacon: Set VGA struct resource types

2018-01-03 Thread Bartlomiej Zolnierkiewicz
3df] > > Signed-off-by: Bjorn Helgaas <bhelg...@google.com> Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v1 1/6] vgacon: Set VGA struct resource types

2018-01-03 Thread Bartlomiej Zolnierkiewicz
-off-by: Bjorn Helgaas Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2018-01-03 Thread Bartlomiej Zolnierkiewicz
+2533,12 @@ static int radeonfb_pci_register(struct pci_dev *pdev, > iounmap(rinfo->mmio_base); > err_release_pci2: > pci_release_region(pdev, 2); > +#ifndef CONFIG_FB_OF > err_release_pci0: > pci_release_region(pdev, 0); > err_release_fb: > framebuffer_release(info); > +#endif > err_disable: > err_out: > return ret; Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2018-01-03 Thread Bartlomiej Zolnierkiewicz
printk( KERN_ERR "radeonfb (%s): cannot request region 2.\n", > pci_name(rinfo->pdev)); > goto err_release_pci0; > +#endif > } > > /* map the regions */ > @@ -2509,10 +2533,12 @@ static int radeonfb_pci_register(struct pci_dev

Re: [PATCH V4 24/26] video: fbdev: riva: deprecate pci_get_bus_and_slot()

2018-01-03 Thread Bartlomiej Zolnierkiewicz
ff-by: Sinan Kaya <ok...@codeaurora.org> > > Any feedback here, most of the remaining patches have the ACK except these? Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH V4 24/26] video: fbdev: riva: deprecate pci_get_bus_and_slot()

2018-01-03 Thread Bartlomiej Zolnierkiewicz
Sinan Kaya > > Any feedback here, most of the remaining patches have the ACK except these? Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH V4 22/26] video: fbdev: intelfb: deprecate pci_get_bus_and_slot()

2018-01-03 Thread Bartlomiej Zolnierkiewicz
back here ? most of the remaining patches have the ACK except these. Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH V4 23/26] video: fbdev: nvidia: deprecate pci_get_bus_and_slot()

2018-01-03 Thread Bartlomiej Zolnierkiewicz
t; > pci_get_domain_bus_and_slot() function. > > > > Signed-off-by: Sinan Kaya <ok...@codeaurora.org> > > Any feedback here ? most of the remaining patches have the ACK except these. Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH V4 22/26] video: fbdev: intelfb: deprecate pci_get_bus_and_slot()

2018-01-03 Thread Bartlomiej Zolnierkiewicz
he remaining patches have the ACK except these. Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH V4 23/26] video: fbdev: nvidia: deprecate pci_get_bus_and_slot()

2018-01-03 Thread Bartlomiej Zolnierkiewicz
t; > pci_get_domain_bus_and_slot() function. > > > > Signed-off-by: Sinan Kaya > > Any feedback here ? most of the remaining patches have the ACK except these. Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 0/5] video-SMSC UFX: Adjustments for five function implementations

2017-12-29 Thread Bartlomiej Zolnierkiewicz
d change ({} braces addition) which should be dropped. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 0/5] video-SMSC UFX: Adjustments for five function implementations

2017-12-29 Thread Bartlomiej Zolnierkiewicz
ich should be dropped. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 0/2] video: ssd1307fb: Adjustments for ssd1307fb_probe()

2017-12-29 Thread Bartlomiej Zolnierkiewicz
t it to be applied. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 0/2] video: ssd1307fb: Adjustments for ssd1307fb_probe()

2017-12-29 Thread Bartlomiej Zolnierkiewicz
sage for a failed memory allocation This patch removes the information about the device for which the allocation fails. > Improve a size determination This patch depends on the earlier patch (which is not being merged) so please re-base it if you want it to be applied. Best regards, -- Bartlomi

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

2017-12-29 Thread Bartlomiej Zolnierkiewicz
ruct > > *sti, int bpp_pref) int bpp, xres, yres; > > > > fb = kzalloc(sizeof(*fb), GFP_ATOMIC); > > - if (!fb) { > > - printk(KERN_ERR "stifb: Could not allocate stifb structure\n"); > > + if (!fb) > > ret

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

2017-12-29 Thread Bartlomiej Zolnierkiewicz
t; fb = kzalloc(sizeof(*fb), GFP_ATOMIC); > > - if (!fb) { > > - printk(KERN_ERR "stifb: Could not allocate stifb structure\n"); > > + if (!fb) > > return -ENODEV; > > - } > > > > info = >info; > > This should be -ENOMEM. Markus, please fix this issue first (before doing cleanups). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 0/4] video-UDLFB: Adjustments for five function implementations

2017-12-29 Thread Bartlomiej Zolnierkiewicz
+++-- > 1 file changed, 5 insertions(+), 18 deletions(-) Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH 0/4] video-UDLFB: Adjustments for five function implementations

2017-12-29 Thread Bartlomiej Zolnierkiewicz
changed, 5 insertions(+), 18 deletions(-) Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

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

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

2017-12-29 Thread Bartlomiej Zolnierkiewicz
nly 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

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

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

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

2017-12-29 Thread Bartlomiej Zolnierkiewicz
{ > - dev_err(>dev, "Failed to initialize framebuffer > device\n"); > + if (!fbi) > return -ENOMEM; > - } This removes the information about the device for which the allocation fails (but as there can be only one wm8505fb device in

Re: [PATCH] video: fbdev: remove redundant self assignment of 'height'

2017-12-29 Thread Bartlomiej Zolnierkiewicz
com> Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] video: fbdev: remove redundant self assignment of 'height'

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Thursday, November 23, 2017 10:55:53 AM Colin King wrote: > From: Colin Ian King > > The assignment of height to itself is redundant and can be removed. > Detected with Coccinelle. > > Signed-off-by: Colin Ian King Patch queued for 4.16, thanks. Best regards, -- Bartlom

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 Samsung Electronics

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

2017-12-29 Thread Bartlomiej Zolnierkiewicz
ort") > Cc: stable # 3.13 > Cc: Jean-Christophe PLAGNIOL-VILLARD > Signed-off-by: Johan Hovold Patch queued for 4.16, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] pata_pdc2027x: Fix coding sytle error

2017-12-05 Thread Bartlomiej Zolnierkiewicz
On Tuesday, December 05, 2017 03:02:13 PM Bartlomiej Zolnierkiewicz wrote: > On Saturday, November 25, 2017 04:04:07 PM Arvind Yadav wrote: > > Fix these checkpatch.pl error: > > ERROR: space prohibited before open square bracket '['. > > > > ERROR: space prohibi

Re: [PATCH] pata_pdc2027x: Fix coding sytle error

2017-12-05 Thread Bartlomiej Zolnierkiewicz
On Tuesday, December 05, 2017 03:02:13 PM Bartlomiej Zolnierkiewicz wrote: > On Saturday, November 25, 2017 04:04:07 PM Arvind Yadav wrote: > > Fix these checkpatch.pl error: > > ERROR: space prohibited before open square bracket '['. > > > > ERROR: space prohibi

Re: [PATCH] pata_pdc2027x: Fix coding sytle error

2017-12-05 Thread Bartlomiej Zolnierkiewicz
gned-off-by: Arvind Yadav <arvind.yadav...@gmail.com> Acked-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] pata_pdc2027x: Fix coding sytle error

2017-12-05 Thread Bartlomiej Zolnierkiewicz
; Signed-off-by: Arvind Yadav Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v3] pata_pdc2027x: Remove unnecessary error check

2017-12-05 Thread Bartlomiej Zolnierkiewicz
On Saturday, November 25, 2017 03:49:49 PM Arvind Yadav wrote: > Here, The function pdc_hardware_init always return zero. So it is not > necessary to check its return value. Please fix pdc_adjust_pll() to return the error value instead. Best regards, -- Bartlomiej Zolnierkiewicz Sam

Re: [PATCH v3] pata_pdc2027x: Remove unnecessary error check

2017-12-05 Thread Bartlomiej Zolnierkiewicz
On Saturday, November 25, 2017 03:49:49 PM Arvind Yadav wrote: > Here, The function pdc_hardware_init always return zero. So it is not > necessary to check its return value. Please fix pdc_adjust_pll() to return the error value instead. Best regards, -- Bartlomiej Zolnierkiewicz Sam

Re: [PATCH v3 12/14] nubus: Adopt standard linked list implementation

2017-12-05 Thread Bartlomiej Zolnierkiewicz
On Tuesday, December 05, 2017 01:20:02 AM Finn Thain wrote: > This increases code re-use and improves readability. > > Cc: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> > Signed-off-by: Finn Thain <fth...@telegraphics.com.au> > Tested-by: Stan Johnson

Re: [PATCH v3 12/14] nubus: Adopt standard linked list implementation

2017-12-05 Thread Bartlomiej Zolnierkiewicz
On Tuesday, December 05, 2017 01:20:02 AM Finn Thain wrote: > This increases code re-use and improves readability. > > Cc: Bartlomiej Zolnierkiewicz > Signed-off-by: Finn Thain > Tested-by: Stan Johnson Acked-by: Bartlomiej Zolnierkiewicz for fbdev part > --- > driv

<    3   4   5   6   7   8   9   10   11   12   >