[PATCH 3/3] ARM: BCM: Add SMP support for Broadcom NSP

2015-10-14 Thread Kapil Hali
Errata 764369 for SMP. This change adds the needed configuration option. Signed-off-by: Kapil Hali <kap...@broadcom.com> --- arch/arm/mach-bcm/Kconfig | 2 + arch/arm/mach-bcm/Makefile | 8 +- arch/arm/mach-bcm/bcm_nsp.h | 19 arch/ar

[PATCH 0/3] SMP support for Broadcom NSP

2015-10-14 Thread Kapil Hali
on BCM NSP. It also consolidates common SMP handling between BCM NSP and BCM Kona. This patch series is constructed based on Linux v4.3-rc2. The source code is available at GITHUB: https://github.com/Broadcom/cygnus-linux/tree/nsp-smp-v1 Kapil Hali (3): dt-bindings: add SMP enable-method for Broadcom

[PATCH 2/3] ARM: dts: add SMP support for Broadcom NSP

2015-10-14 Thread Kapil Hali
Add device tree changes required for providing SMP support for Broadcom Northstar Plus SoC. Signed-off-by: Kapil Hali <kap...@broadcom.com> --- arch/arm/boot/dts/bcm-nsp.dtsi | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/arch/arm/bo

[PATCH 1/3] dt-bindings: add SMP enable-method for Broadcom NSP

2015-10-14 Thread Kapil Hali
Add a compatible string "brcm,bcm-nsp-smp" for Broadcom's Northstar Plus CPU to the 32-bit ARM CPU device tree binding documentation file and create a new binding documentation for Northstar Plus CPU pen-release mechanism. Signed-off-by: Kapil Hali <kap...@broadcom.com> --- .../

Re: [PATCH 3/4] drm/msm: Initial add DSI connector support

2015-03-23 Thread hali
Hi Archit, > Hi Hai, > > On 03/19/2015 02:35 AM, h...@codeaurora.org wrote: >> Hi Archit, >> >> Thanks for your comments. Please see my response for some comments >> below. >> Comments without response will be addressed in patch version 2. I will >> wait for other comments if any to push patch

Re: [PATCH 3/4] drm/msm: Initial add DSI connector support

2015-03-23 Thread hali
Hi Archit, Hi Hai, On 03/19/2015 02:35 AM, h...@codeaurora.org wrote: Hi Archit, Thanks for your comments. Please see my response for some comments below. Comments without response will be addressed in patch version 2. I will wait for other comments if any to push patch V2. +static int

Re: [PATCH 3/4] drm/msm: Initial add DSI connector support

2015-03-18 Thread hali
Hi Archit, Thanks for your comments. Please see my response for some comments below. Comments without response will be addressed in patch version 2. I will wait for other comments if any to push patch V2. >> +static int dsi_gpio_init(struct msm_dsi_host *msm_host) >> +{ >> +int ret; >> + >>

Re: [PATCH 3/4] drm/msm: Initial add DSI connector support

2015-03-18 Thread hali
Hi Archit, Thanks for your comments. Please see my response for some comments below. Comments without response will be addressed in patch version 2. I will wait for other comments if any to push patch V2. +static int dsi_gpio_init(struct msm_dsi_host *msm_host) +{ +int ret; + +

Re: [PATCH 4/4] drm/msm: Fix default fb var width and height

2015-03-06 Thread hali
Hi Rob, > On Fri, Mar 6, 2015 at 1:12 PM, Rob Clark wrote: >> On Thu, Mar 5, 2015 at 3:20 PM, Hai Li wrote: >>> The framebuffer var width and height should reflect the size of >>> framebuffer memory allocated, which is the entire surface size. >>> >>> In case of dual DSI connectors with TILE

Re: [PATCH 4/4] drm/msm: Fix default fb var width and height

2015-03-06 Thread hali
Hi Rob, On Fri, Mar 6, 2015 at 1:12 PM, Rob Clark robdcl...@gmail.com wrote: On Thu, Mar 5, 2015 at 3:20 PM, Hai Li h...@codeaurora.org wrote: The framebuffer var width and height should reflect the size of framebuffer memory allocated, which is the entire surface size. In case of dual DSI

Re: [PATCH 1/2] drm/msm: Initial add eDP support in msm drm driver (V2)

2014-12-11 Thread hali
>> +static int edp_bind(struct device *dev, struct device *master, void >> *data) >> +{ >> +struct drm_device *drm = dev_get_drvdata(master); >> +struct msm_drm_private *priv = drm->dev_private; >> +struct msm_edp *edp; >> + >> +DBG(""); >> +edp =

Re: [PATCH 1/2] drm/msm: Initial add eDP support in msm drm driver (V2)

2014-12-11 Thread hali
+static int edp_bind(struct device *dev, struct device *master, void *data) +{ +struct drm_device *drm = dev_get_drvdata(master); +struct msm_drm_private *priv = drm-dev_private; +struct msm_edp *edp; + +DBG(); +edp = edp_init(to_platform_device(dev)); There's a lot

Re: [PATCH] drm/msm: Implement msm drm fb_mmap callback function

2014-06-20 Thread hali
Re-send the patch to remove the unnecessary initialization and the comment > This change implements msm drm specific fb_mmap function for fb device > to properly map the fb address to userspace. > > Signed-off-by: Hai Li > Signed-off-by: Stephane Viau > --- > drivers/gpu/drm/msm/msm_fbdev.c |

Re: [PATCH] drm/msm: Implement msm drm fb_mmap callback function

2014-06-20 Thread hali
Re-send the patch to remove the unnecessary initialization and the comment This change implements msm drm specific fb_mmap function for fb device to properly map the fb address to userspace. Signed-off-by: Hai Li h...@codeaurora.org Signed-off-by: Stephane Viau sv...@codeaurora.org ---

<    1   2