Re: [PATCH 1/6] arm64: dts: qcom: sm8150: add apps_smmu node

2020-06-05 Thread Nicolas Dechesne
On Fri, Jun 5, 2020 at 4:39 PM Sai Prakash Ranjan wrote: > > Hi Nico, > > On 2020-06-05 20:01, Nicolas Dechesne wrote: > > On Fri, Jun 5, 2020 at 4:14 PM Sai Prakash Ranjan > > wrote: > >> > >> On 2020-06-05 19:40, Jonathan Marek wrote: > >

Re: [PATCH 1/6] arm64: dts: qcom: sm8150: add apps_smmu node

2020-06-05 Thread Nicolas Dechesne
On Fri, Jun 5, 2020 at 4:14 PM Sai Prakash Ranjan wrote: > > On 2020-06-05 19:40, Jonathan Marek wrote: > > On 6/5/20 10:03 AM, Sai Prakash Ranjan wrote: > >> On 2020-05-29 08:45, Bjorn Andersson wrote: > >>> On Thu 28 May 20:02 PDT 2020, Jonathan Marek wrote: > >>> > > > On

Re: [PATCH] arm64: dts: qcom: Add Dragonboard 845c

2019-02-27 Thread Nicolas Dechesne
On Wed, Feb 27, 2019 at 8:39 AM Bjorn Andersson wrote: > > This adds an initial dts for the Dragonboard 845. Supported > functionality includes Debug UART, UFS, USB-C (peripheral), USB-A > (host), Ethernet, microSD-card and Bluetooth. > > Initializing the SMMU is clearing the mapping used for the

Re: [PATCH v2] arm64: dts: qcom: sdm845: Add GEN2 PCIe controller and PHY

2019-02-27 Thread Nicolas Dechesne
On Wed, Feb 27, 2019 at 10:06 AM Marc Gonzalez wrote: > > On 27/02/2019 08:00, Bjorn Andersson wrote: > > > SDM845 sports two PCIe controller/phy pairs; one GEN2 and one GEN3. Add > > the nodes for the GEN2 pair. > > > > Signed-off-by: Bjorn Andersson > > --- > > > > Changes since v1: > > -

Re: Firmware files for QCA BT chip WCN3990.

2019-02-18 Thread Nicolas Dechesne
hi Balakrishna, On Mon, Feb 18, 2019 at 7:13 AM Balakrishna Godavarthi wrote: > > > Hi, > > The following changes since commit > a9c22d3d8af87bd39a078ec6c846b0674dd2ca38: > >qca: Add firmware files for BT chip wcn3990. (2019-02-15 16:07:56 > +0530) > > are available in the Git repository at:

Re: [PATCH v3 7/7] arm64: dts: qcom: apq8016-sbc: Standardize LED labels

2019-02-05 Thread Nicolas Dechesne
default-trigger: phy0tx > > blue:bt default-trigger: hci0-power > > > > So lets adopt the same for APQ8016 SBC (Dragonboard410c), which is > > one of the 96Boards CE platform. > > > > Hello, > > Any update on this patch? Reviewed-by: Nicolas Dechesne &

Re: [PATCH] arm64: dts: msm8916: drop legacy suffix for clocks used by MSM DRM driver

2018-07-19 Thread Nicolas Dechesne
> msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "iface" instead of > "iface_clk" > msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "bus" instead of > "bus_clk" > msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "byte&qu

Re: [PATCH] arm64: dts: msm8916: drop legacy suffix for clocks used by MSM DRM driver

2018-07-19 Thread Nicolas Dechesne
> msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "iface" instead of > "iface_clk" > msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "bus" instead of > "bus_clk" > msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "byte&qu

[PATCH] net: qrtr: add MODULE_ALIAS_NETPROTO macro

2018-04-17 Thread Nicolas Dechesne
To ensure that qrtr can be loaded automatically, when needed, if it is compiled as module. Signed-off-by: Nicolas Dechesne <nicolas.deche...@linaro.org> --- net/qrtr/qrtr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/qrtr/qrtr.c b/net/qrtr/qrtr.c index b33e5aeb4c06..2aa07b

[PATCH] net: qrtr: add MODULE_ALIAS_NETPROTO macro

2018-04-17 Thread Nicolas Dechesne
To ensure that qrtr can be loaded automatically, when needed, if it is compiled as module. Signed-off-by: Nicolas Dechesne --- net/qrtr/qrtr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/qrtr/qrtr.c b/net/qrtr/qrtr.c index b33e5aeb4c06..2aa07b547b16 100644 --- a/net/qrtr/qrtr.c

Re: [GIT PULL] arm64 spectre and meltdown mitigations for v4.14-stable

2018-02-23 Thread Nicolas Dechesne
hi, On Mon, Feb 12, 2018 at 12:38 PM, Ard Biesheuvel wrote: > Hi Greg, > > As mentioned by Will, I have created the v4.14 counterpart of his stable > backport of the arm64/ARM Spectre/Meltdown mitigations that have been pulled > into v4.16-rc1. > > Given that this is

Re: [GIT PULL] arm64 spectre and meltdown mitigations for v4.14-stable

2018-02-23 Thread Nicolas Dechesne
hi, On Mon, Feb 12, 2018 at 12:38 PM, Ard Biesheuvel wrote: > Hi Greg, > > As mentioned by Will, I have created the v4.14 counterpart of his stable > backport of the arm64/ARM Spectre/Meltdown mitigations that have been pulled > into v4.16-rc1. > > Given that this is the v4.15 version backported

[PATCH] arm64: defconfig: Enable QCOM_IOMMU

2017-10-11 Thread Nicolas Dechesne
Enable QCOM IOMMU driver for 'B' family devices, such as APQ8016 found on the Dragonboard 410c. With this change, graphics console and GPU are working fine (using mesa/freedreno for GPU driver). Signed-off-by: Nicolas Dechesne <nicolas.deche...@linaro.org> --- arch/arm64/configs/defconf

[PATCH] arm64: defconfig: Enable QCOM_IOMMU

2017-10-11 Thread Nicolas Dechesne
Enable QCOM IOMMU driver for 'B' family devices, such as APQ8016 found on the Dragonboard 410c. With this change, graphics console and GPU are working fine (using mesa/freedreno for GPU driver). Signed-off-by: Nicolas Dechesne --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion

[PATCH] ASoC: codecs: msm8916-wcd-analog: fix module autoload

2017-10-03 Thread Nicolas Dechesne
snd_soc_msm8916_analog | grep alias $ After this patch: $ modinfo snd_soc_msm8916_analog | grep alias alias: of:N*T*Cqcom,pm8916-wcd-analog-codecC* alias: of:N*T*Cqcom,pm8916-wcd-analog-codec Signed-off-by: Nicolas Dechesne <nicolas.deche...@linaro.org> --- sound/soc/codecs/m

[PATCH] ASoC: codecs: msm8916-wcd-analog: fix module autoload

2017-10-03 Thread Nicolas Dechesne
snd_soc_msm8916_analog | grep alias $ After this patch: $ modinfo snd_soc_msm8916_analog | grep alias alias: of:N*T*Cqcom,pm8916-wcd-analog-codecC* alias: of:N*T*Cqcom,pm8916-wcd-analog-codec Signed-off-by: Nicolas Dechesne --- sound/soc/codecs/msm8916-wcd-analog.c | 2 ++ 1 file

Re: [PATCH v2] tty: serial: msm: Don't reconfigure same baud rate

2016-06-21 Thread Nicolas Dechesne
On Fri, Jun 17, 2016 at 1:02 PM, Nicolas Dechesne <nicolas.deche...@linaro.org> wrote: > <bjorn.anders...@linaro.org> wrote: >> msm_set_termios() is called whenever the tty is opened. Setting the baud >> rate requires a full reset of the msm serial block, even wh

Re: [PATCH v2] tty: serial: msm: Don't reconfigure same baud rate

2016-06-21 Thread Nicolas Dechesne
On Fri, Jun 17, 2016 at 1:02 PM, Nicolas Dechesne wrote: > wrote: >> msm_set_termios() is called whenever the tty is opened. Setting the baud >> rate requires a full reset of the msm serial block, even when the rate >> is unchanged. In the case when the same uart is used as

Re: [PATCH v2] tty: serial: msm: Don't reconfigure same baud rate

2016-06-17 Thread Nicolas Dechesne
d-off-by: Bjorn Andersson <bjorn.anders...@linaro.org> Tested-by: Nicolas Dechesne <nicolas.deche...@linaro.org> I no longer see this type of corruption on serial console [6.325118] ALSA device �[6.38] Freeing unused kernel memory: 572K (ffc000c1 - ffc000c9f000) [

Re: [PATCH v2] tty: serial: msm: Don't reconfigure same baud rate

2016-06-17 Thread Nicolas Dechesne
will discard any console output data still being clocked out of > the TX fifo. > > By skipping the rate-change in the case where the baud rate is unchanged > since last request we can avoid the reset and the discarding of the > data. > > Signed-off-by: Bjorn Andersson Tested-b

Re: [PATCH 10/12] ARM: dts: dragonboard-600c: Add on board leds support

2016-03-29 Thread Nicolas Dechesne
On Tue, Mar 29, 2016 at 4:51 PM, Bjorn Andersson wrote: >> Am ok, to change, did you get activity leds works with any of these strings >> with WLAN or BT? >> > > I did test them; rx, assoc and radio seems to work. Tx does not tickle > the led, but should probably. > >

Re: [PATCH 10/12] ARM: dts: dragonboard-600c: Add on board leds support

2016-03-29 Thread Nicolas Dechesne
On Tue, Mar 29, 2016 at 4:51 PM, Bjorn Andersson wrote: >> Am ok, to change, did you get activity leds works with any of these strings >> with WLAN or BT? >> > > I did test them; rx, assoc and radio seems to work. Tx does not tickle > the led, but should probably. > > I didn't find the spec for

Re: [PATCH 04/12] ARM: dts: dragonboard-600c: add board support with serial

2016-03-24 Thread Nicolas Dechesne
On Thu, Mar 24, 2016 at 2:48 AM, Stephen Boyd wrote: > I don't make up the names, but for other qcom sbc products the > bootloader is looking for sbc there to make sure it picks the right dtb > blob. So I guess this is _the_ qcom 8064 sbc? Definitely not _the_ 8064 > sbc

Re: [PATCH 04/12] ARM: dts: dragonboard-600c: add board support with serial

2016-03-24 Thread Nicolas Dechesne
On Thu, Mar 24, 2016 at 2:48 AM, Stephen Boyd wrote: > I don't make up the names, but for other qcom sbc products the > bootloader is looking for sbc there to make sure it picks the right dtb > blob. So I guess this is _the_ qcom 8064 sbc? Definitely not _the_ 8064 > sbc though. > > If this

Re: [PATCH 10/12] ARM: dts: dragonboard-600c: Add on board leds support

2016-03-24 Thread Nicolas Dechesne
On Wed, Mar 23, 2016 at 8:48 PM, Srinivas Kandagatla wrote: > + led@1 { > + label = "dragonboard-600c:green:user1"; > + gpios = <_pinmux 3 GPIO_ACTIVE_HIGH>; > +

Re: [PATCH 10/12] ARM: dts: dragonboard-600c: Add on board leds support

2016-03-24 Thread Nicolas Dechesne
On Wed, Mar 23, 2016 at 8:48 PM, Srinivas Kandagatla wrote: > + led@1 { > + label = "dragonboard-600c:green:user1"; > + gpios = <_pinmux 3 GPIO_ACTIVE_HIGH>; > + linux,default-trigger =

Re: [PATCH v2] clk: qcom: Fix parent_map translations

2015-04-08 Thread Nicolas Dechesne
_freq_tbl_determine_rate() tested this v2 as well, on ifc6410, I have done the same functional tests as mentioned in [1]. Tested-by: Nicolas Dechesne [1] https://lkml.org/lkml/2015/4/3/298 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH v2] clk: qcom: Fix parent_map translations

2015-04-08 Thread Nicolas Dechesne
parent map to _freq_tbl_determine_rate() tested this v2 as well, on ifc6410, I have done the same functional tests as mentioned in [1]. Tested-by: Nicolas Dechesne nicolas.deche...@linaro.org [1] https://lkml.org/lkml/2015/4/3/298 -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH] clk: qcom: Fix parent_map translations

2015-04-03 Thread Nicolas Dechesne
the initial problem was reported/detected. and this branch had the faulty commit: commit 23cdacef13714d17d28b51fa942937b619203f24 Author: Georgi Djakov Date: Fri Mar 20 18:30:26 2015 +0200 clk: qcom: Introduce parent_map tables I've tested sd, emmc, display and gpu, so Tested-by: Nicolas D

Re: [PATCH] clk: qcom: Fix parent_map translations

2015-04-03 Thread Nicolas Dechesne
tested sd, emmc, display and gpu, so Tested-by: Nicolas Dechesne nicolas.deche...@linaro.org [1] https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/shortlog/refs/heads/integration-linux-qcomlt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [GIT PULL] qcom SoC changes for v4.1

2015-04-02 Thread Nicolas Dechesne
On Thu, Apr 2, 2015 at 9:43 PM, Stephen Boyd wrote: > What about this patch squashed on top? Just guessing but I suspect we > don't care about cell-index if we're not doing the tcsr stuff. Also, I > imagine we could get rid of cell-index entirely if we matched against > the address of the gsbi

Re: [GIT PULL] qcom SoC changes for v4.1

2015-04-02 Thread Nicolas Dechesne
Andy, Kumar, On Mon, Mar 16, 2015 at 10:03 PM, Kumar Gala wrote: > Andy Gross (1): > soc: qcom: gsbi: Add support for ADM CRCI muxing this commit seems to break the boot on IFC6410, it was initially reported on kernelci.org, see report and bootlog [1]. running git bisect led me to:

Re: [GIT PULL] qcom SoC changes for v4.1

2015-04-02 Thread Nicolas Dechesne
Andy, Kumar, On Mon, Mar 16, 2015 at 10:03 PM, Kumar Gala ga...@codeaurora.org wrote: Andy Gross (1): soc: qcom: gsbi: Add support for ADM CRCI muxing this commit seems to break the boot on IFC6410, it was initially reported on kernelci.org, see report and bootlog [1]. running git

Re: [GIT PULL] qcom SoC changes for v4.1

2015-04-02 Thread Nicolas Dechesne
On Thu, Apr 2, 2015 at 9:43 PM, Stephen Boyd sb...@codeaurora.org wrote: What about this patch squashed on top? Just guessing but I suspect we don't care about cell-index if we're not doing the tcsr stuff. Also, I imagine we could get rid of cell-index entirely if we matched against the

Re: [PATCH v2 3/3] ARM: dts: qcom: Add SDHC nodes for APQ8084 platform

2014-10-09 Thread Nicolas Dechesne
On Wed, Oct 8, 2014 at 9:45 PM, Josh Cartwright wrote: > This has bitten me more times than I care to admit, but have you checked > that you've set CONFIG_MMC_BLOCK_MINORS higher than 16? Perhaps we > should be doing that in qcom_defconfig if we aren't already. ouch... i was using

Re: [PATCH v2 3/3] ARM: dts: qcom: Add SDHC nodes for APQ8084 platform

2014-10-09 Thread Nicolas Dechesne
On Wed, Oct 8, 2014 at 9:45 PM, Josh Cartwright jo...@codeaurora.org wrote: This has bitten me more times than I care to admit, but have you checked that you've set CONFIG_MMC_BLOCK_MINORS higher than 16? Perhaps we should be doing that in qcom_defconfig if we aren't already. ouch... i was

Re: [PATCH v2 3/3] ARM: dts: qcom: Add SDHC nodes for APQ8084 platform

2014-10-08 Thread Nicolas Dechesne
Georgi, On Tue, Sep 2, 2014 at 5:40 PM, Georgi Djakov wrote: > Enable support for the two SD host controllers on the APQ8084 platform > by adding the required nodes to the DT files. > On the IFC6540 board, the first controller is connected to the onboard > eMMC and the second is connected to a

Re: [PATCH v2 3/3] ARM: dts: qcom: Add SDHC nodes for APQ8084 platform

2014-10-08 Thread Nicolas Dechesne
Georgi, On Tue, Sep 2, 2014 at 5:40 PM, Georgi Djakov gdja...@mm-sol.com wrote: Enable support for the two SD host controllers on the APQ8084 platform by adding the required nodes to the DT files. On the IFC6540 board, the first controller is connected to the onboard eMMC and the second is