Re: [PATCH v2 11/25] firmware: arm_scmi: virtio: drop owner assignment

2024-03-31 Thread Sudeep Holla
On Sun, Mar 31, 2024 at 10:43:58AM +0200, Krzysztof Kozlowski wrote: > virtio core already sets the .owner, so driver does not need to. > Acked-by: Sudeep Holla -- Regards, Sudeep

Re: About upstreaming ArmChina NPU driver

2024-03-28 Thread Sudeep Holla
On Thu, Mar 28, 2024 at 07:46:01AM +, Dejia Shang wrote: > IMPORTANT NOTICE: The contents of this email and any attachments may be > privileged and confidential. If you are not the intended recipient, please > delete the email immediately. It is strictly prohibited to disclose the > contents

Re: [PATCH v3 00/15] Canaan devicetree fixes

2022-07-01 Thread Sudeep Holla
On Fri, Jul 01, 2022 at 06:16:14AM +0900, Damien Le Moal wrote: > On 7/1/22 02:53, Sudeep Holla wrote: > > On Thu, Jun 30, 2022 at 04:28:26PM +, Niklas Cassel wrote: > >> On Wed, Jun 29, 2022 at 07:43:29PM +0100, Conor Dooley wrote: > >>> From: Conor Dooley &

Re: [PATCH v3 00/15] Canaan devicetree fixes

2022-06-30 Thread Sudeep Holla
On Thu, Jun 30, 2022 at 06:01:09PM +, conor.doo...@microchip.com wrote: > On 30/06/2022 18:53, Sudeep Holla wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > On Thu, Jun 30, 2022 at 04:28:26PM +, N

Re: [PATCH v3 00/15] Canaan devicetree fixes

2022-06-30 Thread Sudeep Holla
On Thu, Jun 30, 2022 at 04:28:26PM +, Niklas Cassel wrote: > On Wed, Jun 29, 2022 at 07:43:29PM +0100, Conor Dooley wrote: > > From: Conor Dooley > > > > Hey all, > > This series should rid us of dtbs_check errors for the RISC-V Canaan k210 > > based boards. To make keeping it that way a litt

Re: [PATCH] efifb: Check efifb_pci_dev before using it

2021-04-22 Thread Sudeep Holla
On Wed, Apr 14, 2021 at 8:20 AM Alex Deucher wrote: > > On Tue, Apr 13, 2021 at 2:37 PM Daniel Vetter wrote: > > > > On Tue, Apr 13, 2021 at 8:02 PM Alex Deucher wrote: > > > > > > On Tue, Apr 13, 2021 at 1:05 PM Kai-Heng Feng > > > wrote: > > > > > > > > On some platforms like Hyper-V and RPi4

Re: [PATCH] efifb: Fix runtime pm calls for non PCI efifb device

2021-04-20 Thread Sudeep Holla
On Tue, Apr 20, 2021 at 04:12:26PM +0800, Kai-Heng Feng wrote: > Hi Sudeep, > > On Tue, Apr 20, 2021 at 3:53 PM Sudeep Holla wrote: > > > > Gentle Ping! There is boot failure because of this issue with linux-next > > on few arm platforms with non PCIe efifb. Pl

Re: [PATCH] efifb: Fix runtime pm calls for non PCI efifb device

2021-04-20 Thread Sudeep Holla
Gentle Ping! There is boot failure because of this issue with linux-next on few arm platforms with non PCIe efifb. Please review and get the fix merged ASAP so the testing on these platforms can continue with linux-next. On Thu, Apr 15, 2021 at 11:22:24AM +0100, Sudeep Holla wrote: > Com

[PATCH] efifb: Fix runtime pm calls for non PCI efifb device

2021-04-15 Thread Sudeep Holla
Cc: Thomas Zimmermann Cc: Peter Jones Signed-off-by: Sudeep Holla --- drivers/video/fbdev/efifb.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/video/fbdev/efifb.c b/drivers/video/fbdev/efifb.c index f58a545b3bf3..8ea8f079cde2 100644 --- a/drivers/video/fbdev/e

[PATCH] drm/i915/selftests: Fix compare functions provided for sorting

2020-07-10 Thread Sudeep Holla
Both cmp_u32 and cmp_u64 are comparing the pointers instead of the value at those pointers. This will result in incorrect/unsorted list. Fix it by deferencing the pointers before comparison. Cc: Chris Wilson Cc: Mika Kuoppala Signed-off-by: Sudeep Holla --- drivers/gpu/drm/i915/gt

Re: [PATCH 1/2] arm64: dts: juno: add GPU subsystem

2019-10-02 Thread Sudeep Holla
> > Mali-T624 integrated behind an MMU-400 (as a gesture towards > > virtualisation), in their own dedicated power domain with DVFS > > controlled by the SCP. > > > > CC: Liviu Dudau > > CC: Sudeep Holla > > CC: Lorenzo Pieralisi > > Signed-off-by

Re: [PATCH 1/2] arm64: dts: juno: add GPU subsystem

2019-10-02 Thread Sudeep Holla
On Tue, Oct 01, 2019 at 01:45:30PM +0100, Robin Murphy wrote: > On 01/10/2019 09:59, Sudeep Holla wrote: > > On Mon, Sep 30, 2019 at 12:46:33PM -0500, Rob Herring wrote: > > > On Mon, Sep 30, 2019 at 10:25 AM Robin Murphy > > > wrote: > > > > > > &g

Re: [PATCH v2] arm64: dts: fast models: Remove clcd's max-memory-bandwidth

2019-07-29 Thread Sudeep Holla
On Thu, Jul 25, 2019 at 06:12:14PM +0100, Kevin Brodsky wrote: > It is unclear why max-memory-bandwidth should be set for CLCD on the > fast model. Removing that property allows allocating and using 32bpp > buffers, which may be desirable on certain platforms such as > Android. > > Reported-by: Ru

Re: [PATCH 1/3 v4] ARM: dts: Modernize the Vexpress PL111 integration

2018-07-15 Thread Sudeep Holla
On 10/07/18 10:46, Sudeep Holla wrote: > > On 09/07/18 08:52, Linus Walleij wrote: [...] > > Still get below warnings, not sure if I need to upgrade my DTC ? > > vexpress-v2f-1xv7-ca53x2.dtb: Warning (graph_child_address): > /smb@800/motherboard/iofpga@3,00

Re: [PATCH 1/3 v4] ARM: dts: Modernize the Vexpress PL111 integration

2018-07-11 Thread Sudeep Holla
do the same manouver for all the Versatile Express > boards, taking into account the different location of the > video RAM depending on which chip select is used on > each platform. > > This plays nicely with the new PL111 DRM driver and > follows the standard ways of assigning bri

Re: [PATCH 1/3 v3] ARM: dts: Modernize the Vexpress PL111 integration

2018-07-09 Thread Sudeep Holla
do the same manouver for all the Versatile Express > boards, taking into account the different location of the > video RAM depending on which chip select is used on > each platform. > > This plays nicely with the new PL111 DRM driver and > follows the standard ways of assigning bri

Re: [PATCH 2/4] ARM: dts: Modernize the Vexpress PL111 integration

2018-06-14 Thread Sudeep Holla
DRM driver and > follows the standard ways of assigning bridges and > memory pools for graphics. > > Cc: Sudeep Holla > Cc: Lorenzo Pieralisi > Cc: Liviu Dudau > Cc: Mali DP Maintainers > Cc: Robin Murphy > Signed-off-by: Linus Walleij > --- > ChangeLog v1-&

Re: [PATCH 1/4] ARM: dts: Restructure Vexpress motherboard includes

2018-05-30 Thread Sudeep Holla
On 29/05/18 12:48, Linus Walleij wrote: > On Tue, May 29, 2018 at 11:25 AM, Sudeep Holla wrote: >> On 28/05/18 13:26, Linus Walleij wrote: > >>> This is a purely syntactic change that result in the same >>> DTB files from the DTS/DTSI files. > >> Is i

Re: [PATCH 1/4] ARM: dts: Restructure Vexpress motherboard includes

2018-05-30 Thread Sudeep Holla
Hi Linus, On 28/05/18 13:26, Linus Walleij wrote: > It is a bit unorthodox to just include a file in the middle > of a another DTS file, it breaks the pattern from other device > trees and also makes it really hard to reference things > across the files with phandles. > > Restructure the include

Re: [PATCH 1/2] ARM: dts: Restructure Vexpress motherboard includes

2018-05-18 Thread Sudeep Holla
Hi Linus, On 17/05/18 10:04, Linus Walleij wrote: > On Wed, May 9, 2018 at 6:44 PM, Sudeep Holla wrote: > >> Please copy me and Lorenzo also in future. >> Applied now(with typo in hierarchy fixed), thanks. > > Sure thing, sorry I didn't realize you were working

Re: [PATCH 1/2] ARM: dts: Restructure Vexpress motherboard includes

2018-05-10 Thread Sudeep Holla
On 27/04/18 19:54, Linus Walleij wrote: > It is a bit unorthodox to just include a file in the middle > of a another DTS file, it breaks the pattern from other device > trees and also makes it really hard to reference things > across the files with phandles. > > Restructure the include for the V

[PATCH 1/3] of: base: add support to get machine compatible string

2016-11-23 Thread Sudeep Holla
On 23/11/16 12:13, Sekhar Nori wrote: > On Wednesday 23 November 2016 05:37 PM, Sudeep Holla wrote: >>> So, the if(!of_node_get()) is just an expensive NULL pointer check. I >>> think >>> it is better to be explicit about it by not using of_node_get/put() at >>

[PATCH 1/3] of: base: add support to get machine compatible string

2016-11-23 Thread Sudeep Holla
On 23/11/16 11:47, Sekhar Nori wrote: > On Wednesday 23 November 2016 03:35 PM, Sudeep Holla wrote: >> >> >> On 23/11/16 07:49, Sekhar Nori wrote: >>> On Tuesday 22 November 2016 09:16 PM, Sudeep Holla wrote: >>>> Hi Sekhar, >>>> >

[PATCH v2 1/5] ARM: memory: da8xx-ddrctl: new driver

2016-11-23 Thread Sudeep Holla
On 22/11/16 01:43, Frank Rowand wrote: > Hi Sekhar, > > (And adding Sudeep since he becomes involved in this further > down thread and at that point says he will re-work this > proposed work around in a manner that is incorrect in a > manner that is similar to this proposed work around.) > > On 1

[PATCH 1/3] of: base: add support to get machine compatible string

2016-11-23 Thread Sudeep Holla
On 23/11/16 07:49, Sekhar Nori wrote: > On Tuesday 22 November 2016 09:16 PM, Sudeep Holla wrote: >> Hi Sekhar, >> >> On 22/11/16 15:06, Sekhar Nori wrote: >>> Hi Sudeep, >>> >>> On Tuesday 22 November 2016 04:23 PM, Sudeep Holla wrote: >>>

[PATCH 1/3] of: base: add support to get machine compatible string

2016-11-22 Thread Sudeep Holla
Hi Sekhar, On 22/11/16 15:06, Sekhar Nori wrote: > Hi Sudeep, > > On Tuesday 22 November 2016 04:23 PM, Sudeep Holla wrote: >> >> >> On 22/11/16 10:41, Bartosz Golaszewski wrote: >>> Add a function allowing to retrieve the compatible string of the root >&g

[PATCH 1/3] of: base: add support to get machine compatible string

2016-11-22 Thread Sudeep Holla
On 22/11/16 10:57, Bartosz Golaszewski wrote: > 2016-11-22 11:53 GMT+01:00 Sudeep Holla : >> >> >> On 22/11/16 10:41, Bartosz Golaszewski wrote: >>> >>> Add a function allowing to retrieve the compatible string of the root >>> node of the devic

[PATCH 1/3] of: base: add support to get machine compatible string

2016-11-22 Thread Sudeep Holla
On 22/11/16 10:41, Bartosz Golaszewski wrote: > Add a function allowing to retrieve the compatible string of the root > node of the device tree. > Rob has queued [1] and it's in -next today. You can reuse that if you are planning to target this for v4.11 or just use open coding in your driver fo

[PATCH v2 1/5] ARM: memory: da8xx-ddrctl: new driver

2016-11-21 Thread Sudeep Holla
Hi Robin, On 21/11/16 17:47, Robin Murphy wrote: > Hi Bartosz, Sekhar, > > On 21/11/16 16:48, Bartosz Golaszewski wrote: [...] >> Hi Sekhar, >> >> thanks for spotting that. >> >> I think we should introduce this function right away, rather than >> having two static functions doing the same thing

[PATCH v3 1/7] firmware: rockchip: sip: Add rockchip SIP runtime service

2016-07-25 Thread Sudeep Holla
On 22/07/16 21:50, Heiko Stübner wrote: > Hi again, > > one bigger thing I noticed only now. > > Am Freitag, 22. Juli 2016, 17:07:14 schrieben Sie: >> diff --git a/drivers/firmware/rockchip_sip.c >> b/drivers/firmware/rockchip_sip.c new file mode 100644 >> index 000..7756af9 >> --- /dev/null