Re: [PATCH] MAINTAINERS/vfio-ccw: add Farhan and Eric, make Halil Reviewer

2018-12-12 Thread Farhan Ali
On 12/12/2018 09:59 AM, Christian Borntraeger wrote: Eric and Farhan will help with maintaining vfio-ccw. Cc: Cornelia Huck Cc: Halil Pasic Cc: Farhan Ali Cc: Eric Farman Signed-off-by: Christian Borntraeger --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion

[PATCH v4 0/3] Enable CONFIG_VT support for S390

2018-02-22 Thread Farhan Ali
one patch (patch 1). - Additional patches to enable CONFIG_VT for S390. Thanks Farhan Farhan Ali (3): Kconfig : Remove HAS_IOMEM dependency for Graphics support s390/char : Rename EBCDIC keymap variables s390/setup : enable display support for KVM guest arch/s390/kernel/setup.c |

[PATCH v4 0/3] Enable CONFIG_VT support for S390

2018-02-22 Thread Farhan Ali
one patch (patch 1). - Additional patches to enable CONFIG_VT for S390. Thanks Farhan Farhan Ali (3): Kconfig : Remove HAS_IOMEM dependency for Graphics support s390/char : Rename EBCDIC keymap variables s390/setup : enable display support for KVM guest arch/s390/kernel/setup.c |

[PATCH v4 2/3] s390/char : Rename EBCDIC keymap variables

2018-02-22 Thread Farhan Ali
-by: Farhan Ali <al...@linux.vnet.ibm.com> Acked-by: Christian Borntraeger <borntrae...@de.ibm.com> Reviewed-by: Thomas Huth <th...@redhat.com> --- drivers/s390/char/defkeymap.c | 66 ++- drivers/s390/char/keyboard.c | 32 ++---

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

2018-02-22 Thread Farhan Ali
So let's remove the HAS_IOMEM dependency. Move this dependency 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> --- drivers/video/Kconfig | 5 - drivers/video/cons

[PATCH v4 2/3] s390/char : Rename EBCDIC keymap variables

2018-02-22 Thread Farhan Ali
-by: Farhan Ali Acked-by: Christian Borntraeger Reviewed-by: Thomas Huth --- drivers/s390/char/defkeymap.c | 66 ++- drivers/s390/char/keyboard.c | 32 ++--- drivers/s390/char/keyboard.h | 11 3 files changed, 61 insertions(+), 48

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

2018-02-22 Thread Farhan Ali
So let's remove the HAS_IOMEM dependency. Move this dependency to sub menu items and console drivers that use io memory. Signed-off-by: Farhan Ali Reviewed-by: Thomas Huth --- drivers/video/Kconfig | 5 - drivers/video/console/Kconfig | 6 +++--- 2 files changed, 7 insertions(

[PATCH v4 3/3] s390/setup : enable display support for KVM guest

2018-02-22 Thread Farhan Ali
). The SCLP console can still be accessed by management applications (eg: via Libvirt's virsh console). Signed-off-by: Farhan Ali <al...@linux.vnet.ibm.com> Acked-by: Christian Borntraeger <borntrae...@de.ibm.com> Reviewed-by: Thomas Huth <th...@redhat.com> --- arch/s390/kerne

[PATCH v4 3/3] s390/setup : enable display support for KVM guest

2018-02-22 Thread Farhan Ali
). The SCLP console can still be accessed by management applications (eg: via Libvirt's virsh console). Signed-off-by: Farhan Ali Acked-by: Christian Borntraeger Reviewed-by: Thomas Huth --- arch/s390/kernel/setup.c | 2 ++ drivers/tty/Kconfig | 2 +- drivers/video/console/Kconfig

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

2018-02-21 Thread Farhan Ali
On 02/21/2018 07:11 AM, Christian Borntraeger wrote: On 02/21/2018 01:07 PM, Cornelia Huck wrote: [...] But if you need to enable PCI to get IOMEM, I wonder why this patch here is needed at all? The Graphics menu / VT dummy console should be available in the config if IOMEM is enabled

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

2018-02-21 Thread Farhan Ali
On 02/21/2018 07:11 AM, Christian Borntraeger wrote: On 02/21/2018 01:07 PM, Cornelia Huck wrote: [...] But if you need to enable PCI to get IOMEM, I wonder why this patch here is needed at all? The Graphics menu / VT dummy console should be available in the config if IOMEM is enabled

Re: [PATCH v3 0/3] Enable CONFIG_VT support for S390

2018-02-20 Thread Farhan Ali
On 02/20/2018 04:43 AM, Christian Borntraeger wrote: Added to my linux next tree to check for any fallout. Thanks!

Re: [PATCH v3 0/3] Enable CONFIG_VT support for S390

2018-02-20 Thread Farhan Ali
On 02/20/2018 04:43 AM, Christian Borntraeger wrote: Added to my linux next tree to check for any fallout. Thanks!

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

2018-02-19 Thread Farhan Ali
On 02/19/2018 11:25 AM, Thomas Huth wrote: On 19.02.2018 16:47, Farhan Ali wrote: The 'commit e25df1205f37 ("[S390] Kconfig: menus with depends on HAS_IOMEM.")' added the HAS_IOMEM dependecy for "Graphics support". This disabled the "Graphics support" menu for S

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

2018-02-19 Thread Farhan Ali
On 02/19/2018 11:25 AM, Thomas Huth wrote: On 19.02.2018 16:47, Farhan Ali wrote: The 'commit e25df1205f37 ("[S390] Kconfig: menus with depends on HAS_IOMEM.")' added the HAS_IOMEM dependecy for "Graphics support". This disabled the "Graphics support" menu for S

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

2018-02-19 Thread Farhan Ali
So let's remove the HAS_IOMEM dependency. Move this dependency to sub menu items and console drivers that use io memory. Signed-off-by: Farhan Ali <al...@linux.vnet.ibm.com> --- drivers/video/Kconfig | 21 +++-- drivers/video/console/Kconfig | 4 ++-- 2 files cha

[PATCH v3 2/3] s390/char : Rename EBCDIC keymap variables

2018-02-19 Thread Farhan Ali
-by: Farhan Ali <al...@linux.vnet.ibm.com> Acked-by: Christian Borntraeger <borntrae...@de.ibm.com> --- drivers/s390/char/defkeymap.c | 66 ++- drivers/s390/char/keyboard.c | 32 ++--- drivers/s390/char/keyboard.h | 11 3 f

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

2018-02-19 Thread Farhan Ali
So let's remove the HAS_IOMEM dependency. Move this dependency to sub menu items and console drivers that use io memory. Signed-off-by: Farhan Ali --- drivers/video/Kconfig | 21 +++-- drivers/video/console/Kconfig | 4 ++-- 2 files changed, 13 insertions(+), 12 dele

[PATCH v3 2/3] s390/char : Rename EBCDIC keymap variables

2018-02-19 Thread Farhan Ali
-by: Farhan Ali Acked-by: Christian Borntraeger --- drivers/s390/char/defkeymap.c | 66 ++- drivers/s390/char/keyboard.c | 32 ++--- drivers/s390/char/keyboard.h | 11 3 files changed, 61 insertions(+), 48 deletions(-) diff --git

[PATCH v3 3/3] s390/setup : enable display support for KVM guest

2018-02-19 Thread Farhan Ali
). The SCLP console can still be accessed by management applications (eg: via Libvirt's virsh console). Signed-off-by: Farhan Ali <al...@linux.vnet.ibm.com> Acked-by: Christian Borntraeger <borntrae...@de.ibm.com> --- arch/s390/kernel/setup.c | 2 ++ drivers/tty/Kconfig | 2

[PATCH v3 0/3] Enable CONFIG_VT support for S390

2018-02-19 Thread Farhan Ali
ink to it: https://www.spinics.net/lists/linux-s390/msg18175.html - Combine patch 1 and 2 from v1 into one patch (patch 1). - Additional patches to enable CONFIG_VT for S390. Thanks Farhan Farhan Ali (3): Kconfig : Remove HAS_IOMEM dependency for Graphics support s390/char : Rename EBCDIC

[PATCH v3 3/3] s390/setup : enable display support for KVM guest

2018-02-19 Thread Farhan Ali
). The SCLP console can still be accessed by management applications (eg: via Libvirt's virsh console). Signed-off-by: Farhan Ali Acked-by: Christian Borntraeger --- arch/s390/kernel/setup.c | 2 ++ drivers/tty/Kconfig | 2 +- drivers/video/console/Kconfig | 2 +- 3 files changed, 4

[PATCH v3 0/3] Enable CONFIG_VT support for S390

2018-02-19 Thread Farhan Ali
ink to it: https://www.spinics.net/lists/linux-s390/msg18175.html - Combine patch 1 and 2 from v1 into one patch (patch 1). - Additional patches to enable CONFIG_VT for S390. Thanks Farhan Farhan Ali (3): Kconfig : Remove HAS_IOMEM dependency for Graphics support s390/char : Rename EBCDIC

Re: [PATCH] s390/console: enable dummy console for vt

2018-02-19 Thread Farhan Ali
On 02/19/2018 08:37 AM, Christian Borntraeger wrote: On 02/19/2018 02:35 PM, Farhan Ali wrote: On 02/15/2018 07:02 AM, Christian Borntraeger wrote: On 02/15/2018 12:57 PM, Thomas Huth wrote: On 15.02.2018 12:26, Geert Uytterhoeven wrote: Hi Christian, On Thu, Feb 15, 2018 at 12:14

Re: [PATCH] s390/console: enable dummy console for vt

2018-02-19 Thread Farhan Ali
On 02/19/2018 08:37 AM, Christian Borntraeger wrote: On 02/19/2018 02:35 PM, Farhan Ali wrote: On 02/15/2018 07:02 AM, Christian Borntraeger wrote: On 02/15/2018 12:57 PM, Thomas Huth wrote: On 15.02.2018 12:26, Geert Uytterhoeven wrote: Hi Christian, On Thu, Feb 15, 2018 at 12:14

Re: [PATCH] s390/console: enable dummy console for vt

2018-02-19 Thread Farhan Ali
On 02/15/2018 07:02 AM, Christian Borntraeger wrote: On 02/15/2018 12:57 PM, Thomas Huth wrote: On 15.02.2018 12:26, Geert Uytterhoeven wrote: Hi Christian, On Thu, Feb 15, 2018 at 12:14 PM, Christian Borntraeger wrote: To enable the virtual terminal layer with

Re: [PATCH] s390/console: enable dummy console for vt

2018-02-19 Thread Farhan Ali
On 02/15/2018 07:02 AM, Christian Borntraeger wrote: On 02/15/2018 12:57 PM, Thomas Huth wrote: On 15.02.2018 12:26, Geert Uytterhoeven wrote: Hi Christian, On Thu, Feb 15, 2018 at 12:14 PM, Christian Borntraeger wrote: To enable the virtual terminal layer with virtio-gpu, we need to

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

2018-02-08 Thread Farhan Ali
On 02/08/2018 08:11 AM, Bartlomiej Zolnierkiewicz wrote: Hi, [ dri-devel ML & arch/[score,um] Maintainers added to Cc: ] On Friday, February 02, 2018 08:59:57 AM Christian Borntraeger wrote: On 02/01/2018 07:41 PM, Farhan Ali wrote: The 'commit e25df1205f37 ("[S390] Kconf

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

2018-02-08 Thread Farhan Ali
On 02/08/2018 08:11 AM, Bartlomiej Zolnierkiewicz wrote: Hi, [ dri-devel ML & arch/[score,um] Maintainers added to Cc: ] On Friday, February 02, 2018 08:59:57 AM Christian Borntraeger wrote: On 02/01/2018 07:41 PM, Farhan Ali wrote: The 'commit e25df1205f37 ("[S390] Kconf

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

2018-02-01 Thread Farhan Ali
So let's remove the HAS_IOMEM dependency. Move this dependency to Opencores framebuffer driver which would fail to build with CONFIG_HAS_IOMEM disabled: ERROR: "devm_ioremap_resource" [drivers/video/fbdev/ocfb.ko] undefined! Signed-off-by: Farhan Ali <al...@linux.v

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

2018-02-01 Thread Farhan Ali
So let's remove the HAS_IOMEM dependency. Move this dependency to Opencores framebuffer driver which would fail to build with CONFIG_HAS_IOMEM disabled: ERROR: "devm_ioremap_resource" [drivers/video/fbdev/ocfb.ko] undefined! Signed-off-by: Farhan Ali Tested-by: Dong Jia Shi --- dr

[PATCH v2 2/3] s390/char : Rename EBCDIC keymap variables

2018-02-01 Thread Farhan Ali
-by: Farhan Ali <al...@linux.vnet.ibm.com> Acked-by: Christian Borntraeger <borntrae...@de.ibm.com> --- drivers/s390/char/defkeymap.c | 66 ++- drivers/s390/char/keyboard.c | 32 ++--- drivers/s390/char/keyboard.h | 11 3 f

[PATCH v2 2/3] s390/char : Rename EBCDIC keymap variables

2018-02-01 Thread Farhan Ali
-by: Farhan Ali Acked-by: Christian Borntraeger --- drivers/s390/char/defkeymap.c | 66 ++- drivers/s390/char/keyboard.c | 32 ++--- drivers/s390/char/keyboard.h | 11 3 files changed, 61 insertions(+), 48 deletions(-) diff --git

[PATCH v2 0/3]Enable CONFIG_VT support for S390

2018-02-01 Thread Farhan Ali
nto one patch (patch 1). - Additional patches to enable CONFIG_VT for S390. Thanks Farhan [1] https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg04184.html Farhan Ali (3): Kconfig : Remove HAS_IOMEM dependency for Graphics support s390/char : Rename EBCDIC keymap variables s390/s

[PATCH v2 0/3]Enable CONFIG_VT support for S390

2018-02-01 Thread Farhan Ali
nto one patch (patch 1). - Additional patches to enable CONFIG_VT for S390. Thanks Farhan [1] https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg04184.html Farhan Ali (3): Kconfig : Remove HAS_IOMEM dependency for Graphics support s390/char : Rename EBCDIC keymap variables s390/s

[PATCH v2 3/3] s390/setup : enable display support for KVM guest

2018-02-01 Thread Farhan Ali
). The SCLP console can still be accessed by management applications (eg: via Libvirt's virsh console). Signed-off-by: Farhan Ali <al...@linux.vnet.ibm.com> Acked-by: Christian Borntraeger <borntrae...@de.ibm.com> --- arch/s390/kernel/setup.c | 2 ++ drivers/tty/Kconfig | 2

[PATCH v2 3/3] s390/setup : enable display support for KVM guest

2018-02-01 Thread Farhan Ali
). The SCLP console can still be accessed by management applications (eg: via Libvirt's virsh console). Signed-off-by: Farhan Ali Acked-by: Christian Borntraeger --- arch/s390/kernel/setup.c | 2 ++ drivers/tty/Kconfig | 2 +- drivers/video/console/Kconfig | 2 +- 3 files changed, 4

Re: [PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-26 Thread Farhan Ali
On 01/26/2018 10:06 AM, Geert Uytterhoeven wrote: Hi Geert, I wasn't sure what would be the best ordering since we would never hit the issue if patch 1 didn't exist. But if the preference is to invert the ordering of patches, then I will change the ordering. Alternatively, you can combine

Re: [PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-26 Thread Farhan Ali
On 01/26/2018 10:06 AM, Geert Uytterhoeven wrote: Hi Geert, I wasn't sure what would be the best ordering since we would never hit the issue if patch 1 didn't exist. But if the preference is to invert the ordering of patches, then I will change the ordering. Alternatively, you can combine

Re: [PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-26 Thread Farhan Ali
On 01/26/2018 08:41 AM, Geert Uytterhoeven wrote: Hi Farhan, On Thu, Jan 25, 2018 at 4:47 PM, Farhan Ali <al...@linux.vnet.ibm.com> wrote: This series of patches are in preparation for enabling an additional tty and console for a S390 KVM guest using a virtio-gpu device[1]. One of the

Re: [PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-26 Thread Farhan Ali
On 01/26/2018 08:41 AM, Geert Uytterhoeven wrote: Hi Farhan, On Thu, Jan 25, 2018 at 4:47 PM, Farhan Ali wrote: This series of patches are in preparation for enabling an additional tty and console for a S390 KVM guest using a virtio-gpu device[1]. One of the steps to do this would

Re: [PATCH v1 2/2] fbdev: Kconfig: Add HAS_IOMEM dependency for FB_OPENCORES

2018-01-26 Thread Farhan Ali
On 01/26/2018 07:38 AM, Tomi Valkeinen wrote: On 26/01/18 14:33, Thomas Huth wrote: On 25.01.2018 16:47, Farhan Ali wrote: The Opencores framebuffer device uses I/O memory and with CONFIG_HAS_IOMEM disabled will lead to build errors: ERROR: "devm_ioremap_resource" [drivers/v

Re: [PATCH v1 2/2] fbdev: Kconfig: Add HAS_IOMEM dependency for FB_OPENCORES

2018-01-26 Thread Farhan Ali
On 01/26/2018 07:38 AM, Tomi Valkeinen wrote: On 26/01/18 14:33, Thomas Huth wrote: On 25.01.2018 16:47, Farhan Ali wrote: The Opencores framebuffer device uses I/O memory and with CONFIG_HAS_IOMEM disabled will lead to build errors: ERROR: "devm_ioremap_resource" [drivers/v

[PATCH v1 1/2] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-01-25 Thread Farhan Ali
So let's remove the HAS_IOMEM dependency. Signed-off-by: Farhan Ali <al...@linux.vnet.ibm.com> Tested-by: Dong Jia Shi <bjsdj...@linux.vnet.ibm.com> --- drivers/video/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3

[PATCH v1 1/2] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-01-25 Thread Farhan Ali
So let's remove the HAS_IOMEM dependency. Signed-off-by: Farhan Ali Tested-by: Dong Jia Shi --- drivers/video/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3c20af9..41e7ba9 100644 --- a/drivers/video/Kconfig +++ b/driv

[PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-25 Thread Farhan Ali
el/2017-09/msg04184.html Farhan Ali (2): Kconfig : Remove HAS_IOMEM dependency for Graphics support fbdev: Kconfig: Add HAS_IOMEM dependency for FB_OPENCORES drivers/video/Kconfig | 1 - drivers/video/fbdev/Kconfig | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) -- 2.7.4

[PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-25 Thread Farhan Ali
el/2017-09/msg04184.html Farhan Ali (2): Kconfig : Remove HAS_IOMEM dependency for Graphics support fbdev: Kconfig: Add HAS_IOMEM dependency for FB_OPENCORES drivers/video/Kconfig | 1 - drivers/video/fbdev/Kconfig | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) -- 2.7.4

[PATCH v1 2/2] fbdev: Kconfig: Add HAS_IOMEM dependency for FB_OPENCORES

2018-01-25 Thread Farhan Ali
The Opencores framebuffer device uses I/O memory and with CONFIG_HAS_IOMEM disabled will lead to build errors: ERROR: "devm_ioremap_resource" [drivers/video/fbdev/ocfb.ko] undefined! Fix this by adding HAS_IOMEM dependency for FB_OPENCORES. Signed-off-by: Farhan Ali <al...@linux

[PATCH v1 2/2] fbdev: Kconfig: Add HAS_IOMEM dependency for FB_OPENCORES

2018-01-25 Thread Farhan Ali
The Opencores framebuffer device uses I/O memory and with CONFIG_HAS_IOMEM disabled will lead to build errors: ERROR: "devm_ioremap_resource" [drivers/video/fbdev/ocfb.ko] undefined! Fix this by adding HAS_IOMEM dependency for FB_OPENCORES. Signed-off-by: Farhan Ali --- drivers/v