[PATCH v3 2/5] arm64: dts: qcom: msm8998: Allow drivers to set-load

2019-02-04 Thread Marc Gonzalez
The UFS host controller driver needs to set the load on 3 power rails (l20, l26, s4) but the operation fails silently unless we specify the regulator-allow-set-load property in the corresponding DT nodes. Signed-off-by: Marc Gonzalez --- arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 3 +++ 1 file

[PATCH v3 1/5] arm64: dts: qcom: msm8998: Add UFS nodes

2019-02-04 Thread Marc Gonzalez
Add host controller and PHY DT nodes. Signed-off-by: Marc Gonzalez --- vddp-ref-clk-max-microamp = <100>; sounds tiny and fishy. Jeffrey, Bjorn, can you check? The PHY driver doesn't seem to try to set any load... --- arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 19 +++ arch/arm64/bo

[PATCH v3 0/5] UFS on APQ8098/MSM8998

2019-02-04 Thread Marc Gonzalez
enabled in bootloader) - Delete GCC_UFS_ICE_CORE_CLK (ICE not used upstream, I think) - Fix sizes of ufsphy register areas based on Jeffrey's feedback - Hack ufshcd_set_vccq_rail_unused into a NOP to work around lock up + reboot Marc Gonzalez (5): arm64: dts: qcom: msm8998: Add UFS nodes arm64: dts

[RESEND PATCH v2] of: fix kmemleak crash caused by imbalance in early memory reservation

2019-02-04 Thread Marc Gonzalez
From: Mike Rapoport Marc Gonzalez reported the following kmemleak crash: Unable to handle kernel paging request at virtual address ffc021e0 Mem abort info: ESR = 0x9606 Exception class = DABT (current EL), IL = 32 bits SET = 0, FnV = 0 EA = 0, S1PTW = 0 Data abort info

Re: [PATCH v2] of: fix kmemleak crash

2019-02-04 Thread Marc Gonzalez
+ GKH On 01/02/2019 17:23, Marc Gonzalez wrote: > On 23/01/2019 13:31, Mike Rapoport wrote: > >> Signed-off-by: Mike Rapoport >> Tested-by: Marc Gonzalez >> Acked-by: Marek Szyprowski >> --- >> drivers/of/of_reserved_mem.c | 18 +- >

Re: [PATCH v2] of: fix kmemleak crash

2019-02-01 Thread Marc Gonzalez
On 23/01/2019 13:31, Mike Rapoport wrote: > Signed-off-by: Mike Rapoport > Tested-by: Marc Gonzalez > Acked-by: Marek Szyprowski > --- > drivers/of/of_reserved_mem.c | 18 +- > 1 file changed, 5 insertions(+), 13 deletions(-) Thanks for the patch, Mike.

msm8998: Hacking the USB3 controller (force controller to host/source mode)

2019-02-01 Thread Marc Gonzalez
Still no cookie. Perhaps VBUS needs to be kicked in the nads... Boot log at https://pastebin.ubuntu.com/p/3fqgQkRmyF/ --- drivers/base/regmap/regmap.c | 1 + drivers/mfd/qcom-spmi-pmic.c | 8 +++- drivers/spmi/spmi-pmic-arb.c | 10 + drivers/spmi/spmi.c | 4 ++--

[RESEND PATCH v2] arm64: dts: qcom: msm8998: Add rpmcc node

2019-01-30 Thread Marc Gonzalez
Add MSM8998 Resource Power Manager Clock Controller DT node. Reviewed-by: Jeffrey Hugo Reviewed-by: Bjorn Andersson Signed-off-by: Marc Gonzalez --- Detach this patch from UFS series Resend because SMTP server was blacklisted. --- arch/arm64/boot/dts/qcom/msm8998.dtsi | 6 ++ 1 file

[PATCH v2] arm64: dts: qcom: msm8998: Add rpmcc node

2019-01-30 Thread Marc Gonzalez
Add MSM8998 Resource Power Manager Clock Controller DT node. Reviewed-by: Jeffrey Hugo Reviewed-by: Bjorn Andersson Signed-off-by: Marc Gonzalez --- Detach this patch from UFS series --- arch/arm64/boot/dts/qcom/msm8998.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64

Re: [PATCHv5 0/7] Add coresight support for SDM845, MSM8998 and MSM8996

2019-01-29 Thread Marc Gonzalez
On 28/01/2019 20:13, Sai Prakash Ranjan wrote: > This patch series adds support for coresight on SDM845, MSM8998, and MSM8996. > > Patch 2 adds device tree nodes for MSM8998 coresight components. > > Patch 2 depends on MSM8998 rpm clocks and rpmcc nodes: > >

Re: [PATCHv4 1/4] arm64: dts: qcom: sdm845: Add Coresight support

2019-01-24 Thread Marc Gonzalez
On 23/01/2019 21:17, Sai Prakash Ranjan wrote: > On 1/24/2019 12:44 AM, Mathieu Poirier wrote: > >> What version of the Kryo CPU? > > There is no Kryo version for MSM8996 (its only given as Kryo), MSM8998 > onwards we have Kryo versions like Kryo 280 and so on. Hence I skipped > for this one and

Re: Potential info leak: Kernel pointer leak?

2019-01-23 Thread Marc Gonzalez
On 23/01/2019 13:24, Vinod Koul wrote: > On 22-01-19, 21:25, Fuqian Huang wrote: > >> Recently I came across some code and it seems to be able to leak kernel >> address? >> Is the following code cause info leak in the Linux kernel? >> linux-4.14.90 > > Doesn't %p not print kernel addresses

Re: kmemleak panic

2019-01-22 Thread Marc Gonzalez
On 22/01/2019 15:02, Marc Gonzalez wrote: > On 21/01/2019 18:42, Mike Rapoport wrote: > >> If I understood correctly, the trouble comes from no-map range allocated in >> early_init_dt_alloc_reserved_memory_arch(). >> >> There's indeed imbalance, because memblo

Re: kmemleak panic

2019-01-22 Thread Marc Gonzalez
On 21/01/2019 18:42, Mike Rapoport wrote: > If I understood correctly, the trouble comes from no-map range allocated in > early_init_dt_alloc_reserved_memory_arch(). > > There's indeed imbalance, because memblock_alloc() does kmemleak_alloc(), but > memblock_remove() does not do

Re: [RFC PATCH v2 2/4] arm64: dts: qcom: msm8998: Add UFS nodes

2019-01-21 Thread Marc Gonzalez
On 16/01/2019 16:36, Jeffrey Hugo wrote: > On 1/16/2019 3:56 AM, Marc Gonzalez wrote: > >> Add host controller and PHY DT nodes. >> >> Signed-off-by: Marc Gonzalez >> --- >> TODO: check whether the driver uses the 'resets' prop >> --- >>

Re: kmemleak panic

2019-01-21 Thread Marc Gonzalez
On 21/01/2019 14:35, Rob Herring wrote: > On Mon, Jan 21, 2019 at 6:19 AM Robin Murphy wrote: >> >> On 21/01/2019 11:57, Marc Gonzalez wrote: >> [...] >>> # echo dump=0xffc021e0 > /sys/kernel/debug/kmemleak >>> kmemleak: Object 0xffc021e

Re: kmemleak panic

2019-01-21 Thread Marc Gonzalez
On 21/01/2019 12:57, Marc Gonzalez wrote: > On 19/01/2019 14:28, Catalin Marinas wrote: > >> As per Robin's remark, this address seems to be pretty easy to >> reproduce. It also happens via scan_gray_list() which indicates an >> object kmemleak was informed about

Re: kmemleak panic

2019-01-21 Thread Marc Gonzalez
On 19/01/2019 14:28, Catalin Marinas wrote: > As per Robin's remark, this address seems to be pretty easy to > reproduce. It also happens via scan_gray_list() which indicates an > object kmemleak was informed about via kmemleak_alloc() (so this > excludes the pfn that Qian noticed). > > Can you

Re: kmemleak panic

2019-01-19 Thread Marc Gonzalez
On 18/01/2019 18:38, Qian Cai wrote: > On 1/18/19 12:05 PM, Marc Gonzalez wrote: > >> On 18/01/2019 17:14, Qian Cai wrote: >> >>> This looks like something different from the original "invalid PFNs from >>> pfn_to_online_page()" issue. W

Re: kmemleak panic

2019-01-18 Thread Marc Gonzalez
On 18/01/2019 17:14, Qian Cai wrote: > This looks like something different from the original "invalid PFNs from > pfn_to_online_page()" issue. What's your .config ? Here's my defconfig: # CONFIG_SWAP is not set CONFIG_NO_HZ_IDLE=y CONFIG_HIGH_RES_TIMERS=y CONFIG_PREEMPT=y CONFIG_IKCONFIG=y

Re: kmemleak panic

2019-01-18 Thread Marc Gonzalez
On 18/01/2019 15:34, Catalin Marinas wrote: > On Fri, Jan 18, 2019 at 02:36:46PM +0100, Marc Gonzalez wrote: > >> Trying to diagnose a separate issue, I enabled a raft of debugging options, >> including kmemleak. However, it looks like kmemleak itself is crashing? >> &

Re: [PATCH v11 0/9] Add power domain driver for corners on msm8996/sdm845

2019-01-18 Thread Marc Gonzalez
On 18/01/2019 04:54, Rajendra Nayak wrote: > On 1/17/2019 8:33 PM, Marc Gonzalez wrote: > >> On 10/01/2019 05:02, Rajendra Nayak wrote: >> >>> Rajendra Nayak (9): >>>dt-bindings: opp: Introduce opp-level bindings >>>OPP: Add support for parsin

Re: [PATCH v2 0/6] MSM8998 basic USB support

2019-01-17 Thread Marc Gonzalez
On 14/01/2019 17:35, Jeffrey Hugo wrote: > This series provides basic USB support for MSM8998. Currently missing is > wiring up the Type-C detection logic so that the controller can correctly > switch between host and peripheral modes. Work to implement that is > ongoing, and expected to appear

Re: [PATCH v11 0/9] Add power domain driver for corners on msm8996/sdm845

2019-01-17 Thread Marc Gonzalez
On 10/01/2019 05:02, Rajendra Nayak wrote: > Rajendra Nayak (9): > dt-bindings: opp: Introduce opp-level bindings > OPP: Add support for parsing the 'opp-level' property > dt-bindings: power: Add qcom rpm power domain driver bindings > soc: qcom: rpmpd: Add a Power domain driver to model

Re: [PATCH v2] arm64: dts: qcom: sdm845: Expand soc bus address range

2019-01-17 Thread Marc Gonzalez
On 16/01/2019 07:49, Bjorn Andersson wrote: > DMA addresses for devices on the soc bus must be constrained to the 36 > address bits that the bus provides. When no IOMMU is present then this > is easy--DMA addresses are just physical addresses and physical > addresses are (by definition) within

[RFC PATCH v2 4/4] ufshcd_set_vccq_rail_unused locks up the board

2019-01-16 Thread Marc Gonzalez
Better solution required. Suggestions? A quirk? Specify that the vccq rail cannot be disabled in the DT? --- drivers/scsi/ufs/ufshcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c index 9ba7671b84f8..d0d340210ccf 100644 ---

[RFC PATCH v2 3/4] Add regulator-allow-set-load

2019-01-16 Thread Marc Gonzalez
BLURB --- Set the prop for all vregs or just the UFS vregs? --- arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 32 +++ 1 file changed, 32 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi b/arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi index

[RFC PATCH v2 2/4] arm64: dts: qcom: msm8998: Add UFS nodes

2019-01-16 Thread Marc Gonzalez
Add host controller and PHY DT nodes. Signed-off-by: Marc Gonzalez --- TODO: check whether the driver uses the 'resets' prop --- arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 20 +++ arch/arm64/boot/dts/qcom/msm8998.dtsi | 63 +++ 2 files changed, 83 insertions

[RFC PATCH v2 0/4] UFS on APQ8098

2019-01-16 Thread Marc Gonzalez
+ reboot Marc Gonzalez (4): arm64: dts: qcom: msm8998: Add rpmcc node arm64: dts: qcom: msm8998: Add UFS nodes Add regulator-allow-set-load ufshcd_set_vccq_rail_unused locks up the board arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 52 + arch/arm64/boot/dts/qcom/msm8998

[RFC PATCH v2 1/4] arm64: dts: qcom: msm8998: Add rpmcc node

2019-01-16 Thread Marc Gonzalez
Add MSM8998 Resource Power Manager Clock Controller DT node. Reviewed-by: Jeffrey Hugo Reviewed-by: Bjorn Andersson Signed-off-by: Marc Gonzalez --- arch/arm64/boot/dts/qcom/msm8998.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch

Re: [PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2019-01-16 Thread Marc Gonzalez
On 16/01/2019 10:24, Kishon Vijay Abraham I wrote: > On 16/01/19 2:40 PM, Marc Gonzalez wrote: > >> Would this patch go through your tree or Kishon's tree? > > I've merged this in phy -next. Thanks Kishon. Do you mean here? https://git.kernel.org/pub/scm/linux/kernel/git/ki

Re: [PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2019-01-16 Thread Marc Gonzalez
On 28/12/2018 17:05, Andy Gross wrote: > On Fri, Dec 21, 2018 at 11:13:18AM +0100, Marc Gonzalez wrote: > >> The private copy of readl_poll_timeout is no longer needed. >> Use the implementation in iopoll.h instead. >> >> Signed-off-by: Marc Gonzalez >

[PATCH v1] phy: qcom-ufs: Use iopoll.h readl_poll_timeout macro

2018-12-21 Thread Marc Gonzalez
The private copy of readl_poll_timeout is no longer needed. Use the implementation in iopoll.h instead. Signed-off-by: Marc Gonzalez --- drivers/phy/qualcomm/phy-qcom-ufs-i.h | 19 +-- 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/drivers/phy/qualcomm/phy-qcom

Re: [PATCH v1 1/1] MAINTAINERS: update list of qcom drivers

2018-12-18 Thread Marc Gonzalez
On 18/12/2018 08:42, Kalle Valo wrote: > Amit Kucheria wrote: > >> Several drivers didn't have a specific maintainer (other than the >> subsystem maintainer). Switch to using the 'qcom' and 'msm' regex >> patterns to capture all of them and add exceptions to the couple of >> drivers that contain

Re: [PATCH v1 1/1] MAINTAINERS: update list of qcom drivers

2018-12-17 Thread Marc Gonzalez
s > -F: arch/arm/boot/dts/qcom-*.dtsi > -F: arch/arm/mach-qcom/ > -F: arch/arm64/boot/dts/qcom/* > +N: qcom > +N: msm > +X: drivers/rtc/rtc-msm6242.c > +X: drivers/net/wireless/broadcom/brcm80211/brcmsmac/ I would exclude all of drivers/net/wireless/broadcom Aside from that trivial issue, Reviewed-by: Marc Gonzalez Regards.

Re: [PATCH v3 0/9] Regenerate arm64 defconfig for current kernel

2018-12-14 Thread Marc Gonzalez
On 13/12/2018 07:51, Olof Johansson wrote: > I've applied the patches from the series that were still needed. When > re-running savedefconfig as part of patch 1, several of them were no longer > applicable. FWIW, Arnd had suggested that the first patch should only deal with the trivial case

Re: [PATCH] clk: qcom: Drop unused 8998 clock

2018-12-13 Thread Marc Gonzalez
lk is > initialized by rpmcc. > > Signed-off-by: Jeffrey Hugo > --- > drivers/clk/qcom/gcc-msm8998.c | 14 -- > 1 file changed, 14 deletions(-) Reviewed-by: Marc Gonzalez Regards.

Re: [PATCH v2] clk: qcom: smd: Add support for MSM8998 rpm clocks

2018-12-07 Thread Marc Gonzalez
On 06/12/2018 23:11, Jeffrey Hugo wrote: > Add rpm smd clocks, PMIC and bus clocks which are required on MSM8998 > for clients to vote on. > > Signed-off-by: Jeffrey Hugo > --- > v2 > -fix compatible ordering nits per Stephen > > .../devicetree/bindings/clock/qcom,rpmcc.txt | 1 + >

Re: [PATCH v2] clk: qcom: smd: Add support for MSM8998 rpm clocks

2018-12-07 Thread Marc Gonzalez
On 06/12/2018 23:11, Jeffrey Hugo wrote: > Add rpm smd clocks, PMIC and bus clocks which are required on MSM8998 > for clients to vote on. > > Signed-off-by: Jeffrey Hugo > --- > v2 > -fix compatible ordering nits per Stephen > > .../devicetree/bindings/clock/qcom,rpmcc.txt | 1 + >

Re: [PATCH v2] clk: qcom: smd: Add support for MSM8998 rpm clocks

2018-12-07 Thread Marc Gonzalez
On 06/12/2018 23:11, Jeffrey Hugo wrote: > Add rpm smd clocks, PMIC and bus clocks which are required on MSM8998 > for clients to vote on. > > Signed-off-by: Jeffrey Hugo > --- > v2 > -fix compatible ordering nits per Stephen > > .../devicetree/bindings/clock/qcom,rpmcc.txt | 1 + >

Re: [PATCH v2] clk: qcom: smd: Add support for MSM8998 rpm clocks

2018-12-07 Thread Marc Gonzalez
On 06/12/2018 23:11, Jeffrey Hugo wrote: > Add rpm smd clocks, PMIC and bus clocks which are required on MSM8998 > for clients to vote on. > > Signed-off-by: Jeffrey Hugo > --- > v2 > -fix compatible ordering nits per Stephen > > .../devicetree/bindings/clock/qcom,rpmcc.txt | 1 + >

Re: [PATCH v3 0/9] Regenerate arm64 defconfig for current kernel

2018-12-05 Thread Marc Gonzalez
On 09/11/2018 01:54, Marc Gonzalez wrote: > Hello ARM maintainers, > > v3: Keep CRYPTO_DEV_FSL_DPAA2_CAAM in patch 7/9 > > v2: Improve commit message for a few patches > > The set of Kconfig options slowly changes with every kernel version. > This patch series regener

Re: [PATCH v3 0/9] Regenerate arm64 defconfig for current kernel

2018-12-05 Thread Marc Gonzalez
On 09/11/2018 01:54, Marc Gonzalez wrote: > Hello ARM maintainers, > > v3: Keep CRYPTO_DEV_FSL_DPAA2_CAAM in patch 7/9 > > v2: Improve commit message for a few patches > > The set of Kconfig options slowly changes with every kernel version. > This patch series regener

Re: [PATCH v2 1/3] clk: qcom: gcc-msm8998: Drop hmss_dvm and lpass_at

2018-12-04 Thread Marc Gonzalez
On 03/12/2018 19:33, Bjorn Andersson wrote: > Disabling gcc_hmss_dvm_bus_clk and gcc_lpass_at_clk causes the board to > lock up, and by that preventing the kernel to boot without > clk_ignore_unused. > > gcc_hmss_dvm_bus_clk is marked always-on downstream, but not referenced, > and

Re: [PATCH v2 1/3] clk: qcom: gcc-msm8998: Drop hmss_dvm and lpass_at

2018-12-04 Thread Marc Gonzalez
On 03/12/2018 19:33, Bjorn Andersson wrote: > Disabling gcc_hmss_dvm_bus_clk and gcc_lpass_at_clk causes the board to > lock up, and by that preventing the kernel to boot without > clk_ignore_unused. > > gcc_hmss_dvm_bus_clk is marked always-on downstream, but not referenced, > and

Re: [PATCH 2/3] clk: qcom: gcc-msm8998: Disable halt check of UFS clocks

2018-11-30 Thread Marc Gonzalez
On 30/11/2018 11:55, Marc Gonzalez wrote: > On 30/11/2018 07:52, Bjorn Andersson wrote: > >> Drop the halt check of the UFS symbol clocks, in accordance with other >> platforms. This makes clk_disable_unused() happy and makes it possible >> to turn the clocks o

Re: [PATCH 2/3] clk: qcom: gcc-msm8998: Disable halt check of UFS clocks

2018-11-30 Thread Marc Gonzalez
On 30/11/2018 11:55, Marc Gonzalez wrote: > On 30/11/2018 07:52, Bjorn Andersson wrote: > >> Drop the halt check of the UFS symbol clocks, in accordance with other >> platforms. This makes clk_disable_unused() happy and makes it possible >> to turn the clocks o

Re: [PATCH 2/3] clk: qcom: gcc-msm8998: Disable halt check of UFS clocks

2018-11-30 Thread Marc Gonzalez
On 30/11/2018 07:52, Bjorn Andersson wrote: > Drop the halt check of the UFS symbol clocks, in accordance with other > platforms. This makes clk_disable_unused() happy and makes it possible > to turn the clocks on again without an error. > > Signed-off-by: Bjorn Andersson > --- >

Re: [PATCH 2/3] clk: qcom: gcc-msm8998: Disable halt check of UFS clocks

2018-11-30 Thread Marc Gonzalez
On 30/11/2018 07:52, Bjorn Andersson wrote: > Drop the halt check of the UFS symbol clocks, in accordance with other > platforms. This makes clk_disable_unused() happy and makes it possible > to turn the clocks on again without an error. > > Signed-off-by: Bjorn Andersson > --- >

Re: [PATCH 1/3] clk: qcom: gcc-msm8998: Mark hmss_dvm and lpass_at critical

2018-11-30 Thread Marc Gonzalez
On 30/11/2018 09:12, Stephen Boyd wrote: > Quoting Bjorn Andersson (2018-11-29 23:24:20) > >> On Thu 29 Nov 23:05 PST 2018, Stephen Boyd wrote: >> >>> Quoting Bjorn Andersson (2018-11-29 22:52:57) >>> Keep the two clocks enabled, so that the platform passes clk_disable_unused().

Re: [PATCH 1/3] clk: qcom: gcc-msm8998: Mark hmss_dvm and lpass_at critical

2018-11-30 Thread Marc Gonzalez
On 30/11/2018 09:12, Stephen Boyd wrote: > Quoting Bjorn Andersson (2018-11-29 23:24:20) > >> On Thu 29 Nov 23:05 PST 2018, Stephen Boyd wrote: >> >>> Quoting Bjorn Andersson (2018-11-29 22:52:57) >>> Keep the two clocks enabled, so that the platform passes clk_disable_unused().

Re: [PATCH v2 2/9] arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ

2018-11-10 Thread Marc Gonzalez
On 10/11/2018 09:57, Arnd Bergmann wrote: > On Thu, Nov 8, 2018 at 10:36 AM Sudeep Holla wrote: >> >> On Wed, Nov 07, 2018 at 11:39:42PM +0100, Marc Gonzalez wrote: >>> Commit a7314405d83c ("drop ARM_BIG_LITTLE_CPUFREQ support for ARM64") >>> dropp

Re: [PATCH v2 2/9] arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ

2018-11-10 Thread Marc Gonzalez
On 10/11/2018 09:57, Arnd Bergmann wrote: > On Thu, Nov 8, 2018 at 10:36 AM Sudeep Holla wrote: >> >> On Wed, Nov 07, 2018 at 11:39:42PM +0100, Marc Gonzalez wrote: >>> Commit a7314405d83c ("drop ARM_BIG_LITTLE_CPUFREQ support for ARM64") >>> dropp

Re: [PATCH v3 5/9] arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE

2018-11-09 Thread Marc Gonzalez
On 09/11/2018 14:03, Matthias Brugger wrote: > On 09/11/2018 02:03, Marc Gonzalez wrote: > >> Commit e78d57b2f87c ("pinctrl: mediatek: add pinctrl-moore that >> implements the generic pinctrl dt-bindings") made PINCTRL_MT7622 >> depend on PINCTRL_MTK_MOORE.

Re: [PATCH v3 5/9] arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE

2018-11-09 Thread Marc Gonzalez
On 09/11/2018 14:03, Matthias Brugger wrote: > On 09/11/2018 02:03, Marc Gonzalez wrote: > >> Commit e78d57b2f87c ("pinctrl: mediatek: add pinctrl-moore that >> implements the generic pinctrl dt-bindings") made PINCTRL_MT7622 >> depend on PINCTRL_MTK_MOORE.

[PATCH v3 9/9] arm64: defconfig: Drop redundant sound codec options

2018-11-08 Thread Marc Gonzalez
SND_SOC_RK3399_GRU_SOUND selects SND_SOC_DA7219, SND_SOC_MAX98357A, SND_SOC_RT5514, SND_SOC_RT5514_SPI. SND_SOC_ROCKCHIP_RT5645 selects SND_SOC_RT5645. SND_SOC_RL6231 is pulled in for SND_SOC_RT5514 and SND_SOC_RT5645. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 6

[PATCH v3 9/9] arm64: defconfig: Drop redundant sound codec options

2018-11-08 Thread Marc Gonzalez
SND_SOC_RK3399_GRU_SOUND selects SND_SOC_DA7219, SND_SOC_MAX98357A, SND_SOC_RT5514, SND_SOC_RT5514_SPI. SND_SOC_ROCKCHIP_RT5645 selects SND_SOC_RT5645. SND_SOC_RL6231 is pulled in for SND_SOC_RT5514 and SND_SOC_RT5645. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 6

[PATCH v3 7/9] arm64: defconfig: Enable FSL_MC_BUS and FSL_MC_DPIO

2018-11-08 Thread Marc Gonzalez
Commit e8342cc7954e ("enable CAAM crypto engine on QorIQ DPAA2 SoCs") enabled CRYPTO_DEV_FSL_DPAA2_CAAM, which depends on FSL_MC_DPIO, which is not set. Enable FSL_MC_BUS, and build FSL_MC_DPIO and CRYPTO_DEV_FSL_DPAA2_CAAM as modules. Signed-off-by: Marc Gonzalez --- arch/arm

[PATCH v3 5/9] arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE

2018-11-08 Thread Marc Gonzalez
Commit e78d57b2f87c ("pinctrl: mediatek: add pinctrl-moore that implements the generic pinctrl dt-bindings") made PINCTRL_MT7622 depend on PINCTRL_MTK_MOORE. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH v3 6/9] arm64: defconfig: Drop redundant SND_SOC_ROCKCHIP_I2S

2018-11-08 Thread Marc Gonzalez
SND_SOC_ROCKCHIP_RT5645 selects SND_SOC_ROCKCHIP_I2S Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 725b9471b21c..8e181cca0a05 100644 --- a/arch/arm64/configs

[PATCH v3 8/9] arm64: defconfig: Change SCSI_UFS_HISI=m

2018-11-08 Thread Marc Gonzalez
SCSI_UFS_HISI depends on SCSI_UFSHCD_PLATFORM=m Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2662f83c481c..2e173978eef8 100644 --- a/arch/arm64

[PATCH v3 7/9] arm64: defconfig: Enable FSL_MC_BUS and FSL_MC_DPIO

2018-11-08 Thread Marc Gonzalez
Commit e8342cc7954e ("enable CAAM crypto engine on QorIQ DPAA2 SoCs") enabled CRYPTO_DEV_FSL_DPAA2_CAAM, which depends on FSL_MC_DPIO, which is not set. Enable FSL_MC_BUS, and build FSL_MC_DPIO and CRYPTO_DEV_FSL_DPAA2_CAAM as modules. Signed-off-by: Marc Gonzalez --- arch/arm

[PATCH v3 5/9] arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE

2018-11-08 Thread Marc Gonzalez
Commit e78d57b2f87c ("pinctrl: mediatek: add pinctrl-moore that implements the generic pinctrl dt-bindings") made PINCTRL_MT7622 depend on PINCTRL_MTK_MOORE. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH v3 6/9] arm64: defconfig: Drop redundant SND_SOC_ROCKCHIP_I2S

2018-11-08 Thread Marc Gonzalez
SND_SOC_ROCKCHIP_RT5645 selects SND_SOC_ROCKCHIP_I2S Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 725b9471b21c..8e181cca0a05 100644 --- a/arch/arm64/configs

[PATCH v3 8/9] arm64: defconfig: Change SCSI_UFS_HISI=m

2018-11-08 Thread Marc Gonzalez
SCSI_UFS_HISI depends on SCSI_UFSHCD_PLATFORM=m Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2662f83c481c..2e173978eef8 100644 --- a/arch/arm64

[PATCH v3 3/9] arm64: defconfig: Drop NF_CONNTRACK_IPV{4,6}

2018-11-08 Thread Marc Gonzalez
Commit a0ae2562c6c4 ("netfilter: conntrack: remove l3proto abstraction") folded NF_CONNTRACK_IPV4 and NF_CONNTRACK_IPV6 into NF_CONNTRACK. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/configs/defconfig b/

[PATCH v3 3/9] arm64: defconfig: Drop NF_CONNTRACK_IPV{4,6}

2018-11-08 Thread Marc Gonzalez
Commit a0ae2562c6c4 ("netfilter: conntrack: remove l3proto abstraction") folded NF_CONNTRACK_IPV4 and NF_CONNTRACK_IPV6 into NF_CONNTRACK. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/configs/defconfig b/

[PATCH v3 2/9] arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ

2018-11-08 Thread Marc Gonzalez
Commit a7314405d83c ("drop ARM_BIG_LITTLE_CPUFREQ support for ARM64") dropped ARM_BIG_LITTLE_CPUFREQ support for ARM64, so remove it from the defconfig. Acked-by: Viresh Kumar Acked-by: Sudeep Holla Acked-by: Mark Rutland Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfi

[PATCH v3 1/9] arm64: defconfig: Regenerate for v4.20

2018-11-08 Thread Marc Gonzalez
Run the platform defconfig through kbuild, and handle the trivial case where options merely move around. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 90 ++-- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/arch/arm64

[PATCH v3 4/9] arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI

2018-11-08 Thread Marc Gonzalez
Commit a930d8bd94d8 ("usb: chipidea: Always build ULPI code") made USB_CHIPIDEA select USB_ULPI_BUS, and removed USB_CHIPIDEA_ULPI. Reviewed-by: Fabio Estevam Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm

[PATCH v3 0/9] Regenerate arm64 defconfig for current kernel

2018-11-08 Thread Marc Gonzalez
PINCTRL_MTK_MOORE to keep PINCTRL_MT7622, and adding FSL_MC_BUS and FSL_MC_DPIO to keep CRYPTO_DEV_FSL_DPAA2_CAAM. Marc Gonzalez (9): arm64: defconfig: Regenerate for v4.20 arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ arm64: defconfig: Drop NF_CONNTRACK_IPV{4,6} arm64: defconfig: Drop

[PATCH v3 0/9] Regenerate arm64 defconfig for current kernel

2018-11-08 Thread Marc Gonzalez
PINCTRL_MTK_MOORE to keep PINCTRL_MT7622, and adding FSL_MC_BUS and FSL_MC_DPIO to keep CRYPTO_DEV_FSL_DPAA2_CAAM. Marc Gonzalez (9): arm64: defconfig: Regenerate for v4.20 arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ arm64: defconfig: Drop NF_CONNTRACK_IPV{4,6} arm64: defconfig: Drop

[PATCH v3 2/9] arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ

2018-11-08 Thread Marc Gonzalez
Commit a7314405d83c ("drop ARM_BIG_LITTLE_CPUFREQ support for ARM64") dropped ARM_BIG_LITTLE_CPUFREQ support for ARM64, so remove it from the defconfig. Acked-by: Viresh Kumar Acked-by: Sudeep Holla Acked-by: Mark Rutland Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfi

[PATCH v3 1/9] arm64: defconfig: Regenerate for v4.20

2018-11-08 Thread Marc Gonzalez
Run the platform defconfig through kbuild, and handle the trivial case where options merely move around. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 90 ++-- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/arch/arm64

[PATCH v3 4/9] arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI

2018-11-08 Thread Marc Gonzalez
Commit a930d8bd94d8 ("usb: chipidea: Always build ULPI code") made USB_CHIPIDEA select USB_ULPI_BUS, and removed USB_CHIPIDEA_ULPI. Reviewed-by: Fabio Estevam Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm

Re: [PATCH 7/9] arm64: defconfig: Drop CRYPTO_DEV_FSL_DPAA2_CAAM

2018-11-08 Thread Marc Gonzalez
On November 8, 2018 12:38:10 PM GMT+01:00, Horia Geanta wrote: >On 11/8/2018 1:23 PM, Horia Geanta wrote: >> On 11/7/2018 10:49 PM, Marc Gonzalez wrote: >>> [ Add interested parties ] >>> >>> On 07/11/2018 21:18, Marc Gonzalez wrote: >>> >>

Re: [PATCH 7/9] arm64: defconfig: Drop CRYPTO_DEV_FSL_DPAA2_CAAM

2018-11-08 Thread Marc Gonzalez
On November 8, 2018 12:38:10 PM GMT+01:00, Horia Geanta wrote: >On 11/8/2018 1:23 PM, Horia Geanta wrote: >> On 11/7/2018 10:49 PM, Marc Gonzalez wrote: >>> [ Add interested parties ] >>> >>> On 07/11/2018 21:18, Marc Gonzalez wrote: >>> >>

[PATCH v2 9/9] arm64: defconfig: Drop redundant sound codec options

2018-11-07 Thread Marc Gonzalez
SND_SOC_RK3399_GRU_SOUND selects SND_SOC_DA7219, SND_SOC_MAX98357A, SND_SOC_RT5514, SND_SOC_RT5514_SPI. SND_SOC_ROCKCHIP_RT5645 selects SND_SOC_RT5645. SND_SOC_RL6231 is pulled in for SND_SOC_RT5514 and SND_SOC_RT5645. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 6

[PATCH v2 9/9] arm64: defconfig: Drop redundant sound codec options

2018-11-07 Thread Marc Gonzalez
SND_SOC_RK3399_GRU_SOUND selects SND_SOC_DA7219, SND_SOC_MAX98357A, SND_SOC_RT5514, SND_SOC_RT5514_SPI. SND_SOC_ROCKCHIP_RT5645 selects SND_SOC_RT5645. SND_SOC_RL6231 is pulled in for SND_SOC_RT5514 and SND_SOC_RT5645. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 6

[PATCH v2 8/9] arm64: defconfig: Change SCSI_UFS_HISI=m

2018-11-07 Thread Marc Gonzalez
SCSI_UFS_HISI depends on SCSI_UFSHCD_PLATFORM=m Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e4957df18f23..75d5ed7ea53d 100644 --- a/arch/arm64

[PATCH v2 7/9] arm64: defconfig: Drop CRYPTO_DEV_FSL_DPAA2_CAAM

2018-11-07 Thread Marc Gonzalez
Commit e8342cc7954e ("enable CAAM crypto engine on QorIQ DPAA2 SoCs") enabled CRYPTO_DEV_FSL_DPAA2_CAAM, which depends on FSL_MC_DPIO, which is not set. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs

[PATCH v2 8/9] arm64: defconfig: Change SCSI_UFS_HISI=m

2018-11-07 Thread Marc Gonzalez
SCSI_UFS_HISI depends on SCSI_UFSHCD_PLATFORM=m Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e4957df18f23..75d5ed7ea53d 100644 --- a/arch/arm64

[PATCH v2 7/9] arm64: defconfig: Drop CRYPTO_DEV_FSL_DPAA2_CAAM

2018-11-07 Thread Marc Gonzalez
Commit e8342cc7954e ("enable CAAM crypto engine on QorIQ DPAA2 SoCs") enabled CRYPTO_DEV_FSL_DPAA2_CAAM, which depends on FSL_MC_DPIO, which is not set. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs

[PATCH v2 5/9] arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE

2018-11-07 Thread Marc Gonzalez
Commit e78d57b2f87c ("pinctrl: mediatek: add pinctrl-moore that implements the generic pinctrl dt-bindings") made PINCTRL_MT7622 depend on PINCTRL_MTK_MOORE. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH v2 1/9] arm64: defconfig: Regenerate for v4.20

2018-11-07 Thread Marc Gonzalez
Run the platform defconfig through kbuild, and handle the trivial case where options merely move around. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 90 ++-- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/arch/arm64/configs

[PATCH v2 2/9] arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ

2018-11-07 Thread Marc Gonzalez
Commit a7314405d83c ("drop ARM_BIG_LITTLE_CPUFREQ support for ARM64") dropped ARM_BIG_LITTLE_CPUFREQ support for ARM64. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs

[PATCH v2 6/9] arm64: defconfig: Drop redundant SND_SOC_ROCKCHIP_I2S

2018-11-07 Thread Marc Gonzalez
SND_SOC_ROCKCHIP_RT5645 selects SND_SOC_ROCKCHIP_I2S Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 725b9471b21c..8e181cca0a05 100644 --- a/arch/arm64/configs

[PATCH v2 1/9] arm64: defconfig: Regenerate for v4.20

2018-11-07 Thread Marc Gonzalez
Run the platform defconfig through kbuild, and handle the trivial case where options merely move around. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 90 ++-- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/arch/arm64/configs

[PATCH v2 2/9] arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ

2018-11-07 Thread Marc Gonzalez
Commit a7314405d83c ("drop ARM_BIG_LITTLE_CPUFREQ support for ARM64") dropped ARM_BIG_LITTLE_CPUFREQ support for ARM64. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs

[PATCH v2 6/9] arm64: defconfig: Drop redundant SND_SOC_ROCKCHIP_I2S

2018-11-07 Thread Marc Gonzalez
SND_SOC_ROCKCHIP_RT5645 selects SND_SOC_ROCKCHIP_I2S Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 725b9471b21c..8e181cca0a05 100644 --- a/arch/arm64/configs

[PATCH v2 5/9] arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE

2018-11-07 Thread Marc Gonzalez
Commit e78d57b2f87c ("pinctrl: mediatek: add pinctrl-moore that implements the generic pinctrl dt-bindings") made PINCTRL_MT7622 depend on PINCTRL_MTK_MOORE. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH v2 3/9] arm64: defconfig: Drop NF_CONNTRACK_IPV{4,6}

2018-11-07 Thread Marc Gonzalez
Commit a0ae2562c6c4 ("netfilter: conntrack: remove l3proto abstraction") folded NF_CONNTRACK_IPV4 and NF_CONNTRACK_IPV6 into NF_CONNTRACK. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/configs/defconfig b/

[PATCH v2 4/9] arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI

2018-11-07 Thread Marc Gonzalez
Commit a930d8bd94d8 ("usb: chipidea: Always build ULPI code") made USB_CHIPIDEA select USB_ULPI_BUS, and removed USB_CHIPIDEA_ULPI. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/configs/defconfig b/

[PATCH v2 3/9] arm64: defconfig: Drop NF_CONNTRACK_IPV{4,6}

2018-11-07 Thread Marc Gonzalez
Commit a0ae2562c6c4 ("netfilter: conntrack: remove l3proto abstraction") folded NF_CONNTRACK_IPV4 and NF_CONNTRACK_IPV6 into NF_CONNTRACK. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/configs/defconfig b/

[PATCH v2 4/9] arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI

2018-11-07 Thread Marc Gonzalez
Commit a930d8bd94d8 ("usb: chipidea: Always build ULPI code") made USB_CHIPIDEA select USB_ULPI_BUS, and removed USB_CHIPIDEA_ULPI. Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/configs/defconfig b/

[PATCH v2 0/9] Regenerate arm64 defconfig for current kernel

2018-11-07 Thread Marc Gonzalez
Hello ARM maintainers, v2: Improve commit message for a few patches The set of Kconfig options slowly changes with every kernel version. This patch series regenerates the arm64 defconfig for v4.20 No functional change intended, except adding PINCTRL_MTK_MOORE to keep PINCTRL_MT7622. Marc

[PATCH v2 0/9] Regenerate arm64 defconfig for current kernel

2018-11-07 Thread Marc Gonzalez
Hello ARM maintainers, v2: Improve commit message for a few patches The set of Kconfig options slowly changes with every kernel version. This patch series regenerates the arm64 defconfig for v4.20 No functional change intended, except adding PINCTRL_MTK_MOORE to keep PINCTRL_MT7622. Marc

Re: [PATCH 4/9] arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI

2018-11-07 Thread Marc Gonzalez
[ Add interested parties ] On 07/11/2018 21:15, Marc Gonzalez wrote: > Commit a930d8bd94d8 ("usb: chipidea: Always build ULPI code") > > Signed-off-by: Marc Gonzalez > --- > arch/arm64/configs/defconfig | 2 -- > 1 file changed, 2 deletions(-) > > diff --gi

Re: [PATCH 4/9] arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI

2018-11-07 Thread Marc Gonzalez
[ Add interested parties ] On 07/11/2018 21:15, Marc Gonzalez wrote: > Commit a930d8bd94d8 ("usb: chipidea: Always build ULPI code") > > Signed-off-by: Marc Gonzalez > --- > arch/arm64/configs/defconfig | 2 -- > 1 file changed, 2 deletions(-) > > diff --gi

Re: [PATCH 2/9] arm64: defconfig: Drop ARM_BIG_LITTLE_CPUFREQ

2018-11-07 Thread Marc Gonzalez
[ Add interested parties ] On 07/11/2018 21:14, Marc Gonzalez wrote: > Commit a7314405d83c ("drop ARM_BIG_LITTLE_CPUFREQ support for ARM64") > > Signed-off-by: Marc Gonzalez > --- > arch/arm64/configs/defconfig | 1 - > 1 file changed, 1 deletion(-) > &g

<    1   2   3   4   5   6   >