Re: [PATCH v2] doc: dma-buf: fix grammar typo

2024-04-18 Thread Baruch Siach
fixed it up and pushed the patch, but please take a bit more care next time. Thanks. I'm curious to know what kind of care I should take. baruch > Am 17.04.24 um 06:59 schrieb Baruch Siach: >> Use 'supported' instead of 'support'. 'support' makes no sense in

[PATCH v2] doc: dma-buf: fix grammar typo

2024-04-16 Thread Baruch Siach
Use 'supported' instead of 'support'. 'support' makes no sense in this context. Signed-off-by: Baruch Siach --- v2: Add commit log message (Christian König) --- Documentation/driver-api/dma-buf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] doc: dma-buf: fix grammar typo

2024-04-15 Thread Baruch Siach
Hi Christian, On Mon, Apr 15 2024, Christian König wrote: > Am 14.04.24 um 15:07 schrieb Baruch Siach: >> Signed-off-by: Baruch Siach >> --- >> Documentation/driver-api/dma-buf.rst | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git

[PATCH] doc: dma-buf: fix grammar typo

2024-04-14 Thread Baruch Siach
Signed-off-by: Baruch Siach --- Documentation/driver-api/dma-buf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index 0c153d79ccc4..29abf1eebf9f 100644 --- a/Documentation/driver-api/dma-buf.rst

QAIC reset failure

2024-01-16 Thread Baruch Siach
Hi qaic driver maintainers, I am testing an A100 device on arm64 platform. Kernel version is current Linus master as of commit 052d534373b7. The driver is unable to reset the device properly. [ 137.706765] pci :01:00.0: enabling device ( -> 0002) [ 137.712528] pci :02:00.0: enabling

Re: [PATCH 1/1] drm/mediatek: Remove redundant error printing in mtk_cec_probe()

2021-05-11 Thread Baruch Siach
Hi Zhen Lei, On Tue, May 11 2021, Zhen Lei wrote: > When devm_ioremap_resource() fails, a clear enough error message will be > printed by its subfunction __devm_ioremap_resource(). The error > information contains the device name, failure cause, and possibly resource > information. > > Therefore,

[PATCH] drm: of: simplify component probe code

2018-02-23 Thread Baruch Siach
Use positive logic for better readability. This also eliminates one of_node_put() call, making the code shorter. Signed-off-by: Baruch Siach --- drivers/gpu/drm/drm_of.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_of.c b/drivers/gpu/drm

[PATCH] drm: panels: lvds: fix driver description heading

2018-01-23 Thread Baruch Siach
Cc: Laurent Pinchart Signed-off-by: Baruch Siach --- drivers/gpu/drm/panel/panel-lvds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-lvds.c b/drivers/gpu/drm/panel/panel-lvds.c index e2d57c01200b..e651bf07df9a 100644 --- a/drivers/gpu/drm

[PATCH RESEND 2/2] dt/bindings: display: move rotation into a common place

2017-08-04 Thread Baruch Siach
: Baruch Siach --- Documentation/devicetree/bindings/display/panel/panel-common.txt | 6 ++ Documentation/devicetree/bindings/display/panel/panel.txt| 4 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 Documentation/devicetree/bindings/display/panel/panel.txt diff

[PATCH RESEND 1/2] dt/bindings: display: fix display-timing reference

2017-08-04 Thread Baruch Siach
Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel properties") Cc: Laurent Pinchart Acked-by: Rob Herring Signed-off-by: Baruch Siach --- Documentation/devicetree/bindings/display/panel/panel-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH 1/2] dt/bindings: display: fix display-timing reference

2017-05-24 Thread Baruch Siach
Hi Daniel, On Wed, May 24, 2017 at 02:23:22PM +0200, Daniel Vetter wrote: > On Tue, May 23, 2017 at 09:47:56AM -0500, Rob Herring wrote: > > On Tue, May 16, 2017 at 11:19:04AM +0300, Baruch Siach wrote: > > > Fixes: 14da3ed8dd08 ("devicetree/bindings: display

[PATCH 1/2] dt/bindings: display: fix display-timing reference

2017-05-17 Thread Baruch Siach
Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel properties") Cc: Laurent Pinchart Cc: Rob Herring Signed-off-by: Baruch Siach --- Documentation/devicetree/bindings/display/panel/panel-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[PATCH 2/2] dt/bindings: display: move rotation into a common place

2017-05-17 Thread Baruch Siach
Commit b60c1be74741 (dt-bindings: display/panel: Add common rotation property) added the rotation property description in a new file. We have a place for common display panel properties already. Move there the rotation property. Cc: Noralf Trønnes Cc: Rob Herring Signed-off-by: Baruch Siach

gma500: color distortion on framebuffer console unbind

2016-10-25 Thread Baruch Siach
r a few minutes. The application is idle during that time. Not sure what to make of that. Thanks, baruch > On Mon, Oct 10, 2016 at 10:01 AM, Baruch Siach wrote: > > I am using the gma500 driver of the latest stable kernel, 4.8.1. My > > hardware is Atom N2600 processor integrated g

gma500: color distortion on framebuffer console unbind

2016-10-10 Thread Baruch Siach
Hi Patrik, I am using the gma500 driver of the latest stable kernel, 4.8.1. My hardware is Atom N2600 processor integrated graphics controller, PCI PID: 0x0be1. Output is LVDS. The system starts with framebuffer console enabled. Later in the boot process I unbind the console with the following c