[PATCH v2 05/20] PCI: imx6: Remove PCIE_PL_PFLR_* constants

2019-01-04 Thread Andrey Smirnov
Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-i

[PATCH v2 08/20] PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()

2019-01-04 Thread Andrey Smirnov
Helgaas Cc: Fabio Estevam Cc: Chris Healy Cc: Lucas Stach Cc: Leonard Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Acked-by: Gustavo Pimentel Signed-off-by: Andr

[PATCH v2 12/20] PCI: imx6: Simplify bit operations in PHY functions

2019-01-04 Thread Andrey Smirnov
rd Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 28 +-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git

[PATCH v2 19/20] PCI: dwc: Make use of GENMASK/FIELD_PREP

2019-01-04 Thread Andrey Smirnov
Helgaas Cc: Fabio Estevam Cc: Chris Healy Cc: Lucas Stach Cc: Leonard Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Acked-by: Gustavo Pimentel Signed-off-by: Andr

[PATCH v2 13/20] PCI: imx6: Simplify pcie_phy_poll_ack()

2019-01-04 Thread Andrey Smirnov
ichard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/d

[PATCH v2 14/20] PCI: imx6: Restrict PHY register data to 16-bit

2019-01-04 Thread Andrey Smirnov
Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 13 ++--- 1 file changed, 6 insert

[PATCH v2 20/20] PCI: dwc: Remove superfluous shifting in definitions

2019-01-04 Thread Andrey Smirnov
Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Acked-by: Gustavo Pimentel Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pcie-designware.h | 14 +++--- 1 file changed, 7 insertions(+),

[PATCH v2 15/20] PCI: imx6: Pass data to dw_pcie_writel_dbi() directly

2019-01-04 Thread Andrey Smirnov
c: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/d

[PATCH v2 10/20] PCI: dwc: Make use of BIT() in constant definitions

2019-01-04 Thread Andrey Smirnov
nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Acked-by: Gustavo Pimentel Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pcie-designware.c | 2 +- drivers/pci/controller/dwc/pcie-designware.h | 18 +- 2 fil

[PATCH v2 11/20] PCI: imx6: Make use of BIT() in constant definitions

2019-01-04 Thread Andrey Smirnov
nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/d

[PATCH v2 16/20] PCI: imx6: Use common mask in imx6_pcie_reset_phy()

2019-01-04 Thread Andrey Smirnov
radead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/drivers/pci/controller/dwc/pci-im

[PATCH v2 17/20] PCI: imx6: Simplify bit operations in imx6_setup_phy_mpll()

2019-01-04 Thread Andrey Smirnov
linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/d

[PATCH v2 18/20] PCI: imx6: Remove magic numbers from imx6_pcie_establish_link()

2019-01-04 Thread Andrey Smirnov
Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/pci/controller/dwc/pci

[PATCH v2 03/20] PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()

2019-01-04 Thread Andrey Smirnov
..@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/d

[PATCH v2 09/20] PCI: dwc: imx6: Share PHY debug register definitions

2019-01-04 Thread Andrey Smirnov
: Fabio Estevam Cc: Chris Healy Cc: Lucas Stach Cc: Leonard Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controll

[PATCH v2 06/20] PCI: imx6: Remove PCIE_PHY_RX_ASIC_OUT* constants

2019-01-04 Thread Andrey Smirnov
Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-i

[PATCH v2 02/20] PCI: imx6: Remove redundant debug tracing

2019-01-04 Thread Andrey Smirnov
Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/drivers/pci/controller/dwc/

[PATCH v2 00/20] i.MX6, DesignWare PCI improvements

2019-01-04 Thread Andrey Smirnov
is self-explanatory. I tested this series on i.MX6Q, i.MX7D and i.MX8MQ. Feedback is welcome! Thanks, Andrey Smirnov Changes since [v1]: - Dropped "PCI: imx6: Drop imx6_pcie_link_up()" due to the matter already having been addressed by "PCI: imx6: Fix link training s

[PATCH v2 04/20] PCI: imx6: Remove duplicate macro definitions

2019-01-04 Thread Andrey Smirnov
Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/d

[PATCH v4 0/4] PCIE support for i.MX8MQ

2019-01-04 Thread Andrey Smirnov
]: - Driver changed to use single "fsl,controller-id" property to distinguish between two intances of PCIE IP block - All code pertaining to L1SS was dropped to simplify the patch - Documented additions to DT bindings Feedback is welcome! Thanks, Andrey Smirnov [v3] ht

[PATCH v4 2/4] PCI: imx6: Mark PHY functions as i.MX6 specific

2019-01-04 Thread Andrey Smirnov
PCIE PHY IP block on i.MX7D differs from the one used on i.MX6 family, so none of the code in current implementation of imx6_setup_phy_mpll() is applicable. Tested-by: Trent Piepho Signed-off-by: Andrey Smirnov Reviewed-by: Lucas Stach Cc: Bjorn Helgaas Cc: Fabio Estevam Cc: Chris Healy Cc

[PATCH v4 4/4] PCI: imx6: Add support for i.MX8MQ

2019-01-04 Thread Andrey Smirnov
Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- .../bindings/pci/fsl,imx6q-pcie.txt | 3 +- drivers/pci/controller/dwc/Kconfig| 4 +- drivers/pci/controller/dwc/pci-imx6.c | 77 ++- 3 files changed, 79

[PATCH v4 1/4] PCI: imx6: introduce drvdata

2019-01-04 Thread Andrey Smirnov
nux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Stefan Agner Reviewed-by: Lucas Stach [andrew.smir...@gmail.com reformatted drvdata, to simplify future diffs] Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 56 ++- 1 file c

[PATCH v4 3/4] PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flag

2019-01-04 Thread Andrey Smirnov
: Lucas Stach Cc: Leonard Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 13 + 1 fi

Re: [PATCH 11/21] PCI: designware: Make use of BIT() in constant definitions

2019-01-02 Thread Andrey Smirnov
On Wed, Dec 26, 2018 at 7:19 AM Gustavo Pimentel wrote: > > Hi, > > On 21/12/2018 07:27, Andrey Smirnov wrote: > > Avoid using explicit left shifts and convert various definitions to > > use BIT() instead. No functional change intended. > > > > Cc: Lorenzo Pier

Re: [PATCH 09/21] PCI: imx6: Drop imx6_pcie_link_up()

2018-12-21 Thread Andrey Smirnov
On Fri, Dec 21, 2018 at 10:55 AM Trent Piepho wrote: > > On Thu, 2018-12-20 at 23:27 -0800, Andrey Smirnov wrote: > > Until commit 4d107d3b5a68 ("PCI: imx6: Move link up check into > > imx6_pcie_wait_for_link()") the driver relied on both LINK_UP and > > LINK_IN_

[PATCH 05/21] PCI: imx6: Remove PCIE_PL_PFLR_* constants

2018-12-20 Thread Andrey Smirnov
Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-i

[PATCH 02/21] PCI: imx6: Remove redundant debug tracing

2018-12-20 Thread Andrey Smirnov
Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/drivers/pci/controller/dwc/

[PATCH 03/21] PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()

2018-12-20 Thread Andrey Smirnov
..@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/d

[PATCH 06/21] PCI: imx6: Remove PCIE_PHY_RX_ASIC_OUT* constants

2018-12-20 Thread Andrey Smirnov
Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-i

[PATCH 07/21] PCI: designware: Make use of IS_ALIGNED()

2018-12-20 Thread Andrey Smirnov
rd Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pcie-designware.c | 4 ++-- 1 file changed, 2 inser

[PATCH 11/21] PCI: designware: Make use of BIT() in constant definitions

2018-12-20 Thread Andrey Smirnov
nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pcie-designware.c | 2 +- drivers/pci/controller/dwc/pcie-designware.h | 18 +- 2 files changed, 10 inserti

[PATCH 10/21] PCI: designware: imx6: Share PHY debug register definitions

2018-12-20 Thread Andrey Smirnov
: Fabio Estevam Cc: Chris Healy Cc: Lucas Stach Cc: Leonard Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controll

[PATCH 09/21] PCI: imx6: Drop imx6_pcie_link_up()

2018-12-20 Thread Andrey Smirnov
nux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/drivers/pci/controller/dwc/pci-imx6.c i

[PATCH 13/21] PCI: imx6: Simplify bit operations in PHY functions

2018-12-20 Thread Andrey Smirnov
rd Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 28 +-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git

[PATCH 14/21] PCI: imx6: Simplify pcie_phy_poll_ack()

2018-12-20 Thread Andrey Smirnov
ichard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/d

[PATCH 2/5] ihex: Check if zero-length record is at the end of the blob

2018-12-20 Thread Andrey Smirnov
McMartin Cc: Andrew Morton Cc: Masahiro Yamada Cc: David Woodhouse Cc: Greg Kroah-Hartman Cc: linux-kernel Signed-off-by: Andrey Smirnov --- include/linux/ihex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/ihex.h b/include/linux/ihex.h index

[PATCH 4/5] tools/firmware/ihex2fw: Simplify next record offset calculation

2018-12-20 Thread Andrey Smirnov
Cc: David Woodhouse Cc: Greg Kroah-Hartman Cc: linux-kernel Signed-off-by: Andrey Smirnov --- tools/firmware/ihex2fw.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tools/firmware/ihex2fw.c b/tools/firmware/ihex2fw.c index b58dd061e978..e081cef730d8 100644 -

[PATCH 20/21] PCI: designware: Make use of GENMASK/FIELD_PREP

2018-12-20 Thread Andrey Smirnov
Helgaas Cc: Fabio Estevam Cc: Chris Healy Cc: Lucas Stach Cc: Leonard Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/cont

[PATCH 1/5] ihex: Share code between ihex_validate_fw() and ihex_next_binrec()

2018-12-20 Thread Andrey Smirnov
Yamada Cc: David Woodhouse Cc: Greg Kroah-Hartman Cc: linux-kernel Signed-off-by: Andrey Smirnov --- include/linux/ihex.h | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/include/linux/ihex.h b/include/linux/ihex.h index 75c194391869..9c701521176b 100644

[PATCH 5/5] tools/firmware/ihex2fw: Replace explicit alignment with ALIGN

2018-12-20 Thread Andrey Smirnov
drew Morton Cc: Masahiro Yamada Cc: David Woodhouse Cc: Greg Kroah-Hartman Cc: linux-kernel Signed-off-by: Andrey Smirnov --- tools/firmware/ihex2fw.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/firmware/ihex2fw.c b/tools/firmware/ihex2fw.c index e081cef7

[PATCH 3/5] ihex: Simplify next record offset calculation

2018-12-20 Thread Andrey Smirnov
to 4 bytes, to the location of the current one. No functional change intended. Cc: Chris Healy Cc: Kyle McMartin Cc: Andrew Morton Cc: Masahiro Yamada Cc: David Woodhouse Cc: Greg Kroah-Hartman Cc: linux-kernel Signed-off-by: Andrey Smirnov --- include/linux/ihex.h | 10 +++--- 1 file

[PATCH 17/21] PCI: imx6: Use common mask in imx6_pcie_reset_phy()

2018-12-20 Thread Andrey Smirnov
radead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/drivers/pci/controller/dwc/pci-im

[PATCH 0/5] IHEX bug fix and some improvements

2018-12-20 Thread Andrey Smirnov
. Hopefully each commit is self-explanatory. Feedback is welcome! Thanks, Andrey Smirnov NOTE: This series is expected to be applied on top of [fimrware-patch] [firmware-patch] lkml.kernel.org/r/20181017182718.32740-1-andrew.smir...@gmail.com Andrey Smirnov (5): ihex: Share code between

[PATCH 16/21] PCI: imx6: Pass data to dw_pcie_writel_dbi() directly

2018-12-20 Thread Andrey Smirnov
c: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/d

[PATCH 12/21] PCI: imx6: Make use of BIT() in constant definitions

2018-12-20 Thread Andrey Smirnov
nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/d

[PATCH 21/21] PCI: designware: Remove superfluous shifting in definitions

2018-12-20 Thread Andrey Smirnov
Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pcie-designware.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/

[PATCH 18/21] PCI: imx6: Simplify bit operations in imx6_setup_phy_mpll()

2018-12-20 Thread Andrey Smirnov
linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/d

[PATCH 15/21] PCI: imx6: Restrict PHY register data to 16-bit

2018-12-20 Thread Andrey Smirnov
Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 13 ++--- 1 file changed, 6 insert

[PATCH 04/21] PCI: imx6: Remove duplicate macro definitions

2018-12-20 Thread Andrey Smirnov
Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/d

[PATCH 19/21] PCI: imx6: Remove magic numbers from imx6_pcie_establish_link()

2018-12-20 Thread Andrey Smirnov
Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/pci/controller/dwc/pci

[PATCH 01/21] PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()

2018-12-20 Thread Andrey Smirnov
nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/drivers/pci/controller/dwc/

[PATCH 08/21] PCI: designware: Share code for dw_pcie_rd/wr_other_conf()

2018-12-20 Thread Andrey Smirnov
Helgaas Cc: Fabio Estevam Cc: Chris Healy Cc: Lucas Stach Cc: Leonard Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- .../pci/controlle

[PATCH 00/21] i.MX6, DesignWare PCI improvements

2018-12-20 Thread Andrey Smirnov
is self-explanatory. I tested this series on i.MX6Q, i.MX7D and i.MX8MQ. Feedback is welcome! Thanks, Andrey Smirnov Andrey Smirnov (21): PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock() PCI: imx6: Remove redundant debug tracing PCI: imx6: Return -ETIMEOUT from

[PATCH v4 3/3] reset: imx7: Add support for i.MX8MQ IP block variant

2018-12-19 Thread Andrey Smirnov
..@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/reset/Kconfig | 4 +- drivers/reset/reset-imx7.c | 106 + 2 files changed, 108 insertions(+), 2 deletions(-) diff --git a/dri

[PATCH v4 2/3] dt-bindings: reset: imx7: Document usage on i.MX8MQ SoCs

2018-12-19 Thread Andrey Smirnov
nux-kernel@vger.kernel.org Reviewed-by: Rob Herring Signed-off-by: Andrey Smirnov --- .../bindings/reset/fsl,imx7-src.txt | 7 +- include/dt-bindings/reset/imx8mq-reset.h | 64 +++ 2 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 include/dt-bind

[PATCH v4 1/3] reset: imx7: Add plubming to support multiple IP variants

2018-12-19 Thread Andrey Smirnov
ob Herring Cc: devicet...@vger.kernel.org Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/reset/reset-imx7.c | 62 +++--- 1 file changed, 45 insertions(+), 17 deletions(-)

[PATCH v4 0/3] Reset controller support for i.MX8MQ

2018-12-19 Thread Andrey Smirnov
Everyone: This patch contains changes I made in order to add support for i.MX8MQ to reset-imx7.c in order to enable support of PCIE IP block on i.MX8MQ SoCs. Feedback is welcome! Thanks, Andrey Smirnov Changes since [v3] - Kconfig entry is converted to use ARCH_MXC - Collected Reviewed

Re: [PATCH v3 3/3] PCI: imx6: Add support for i.MX8MQ

2018-12-19 Thread Andrey Smirnov
On Tue, Dec 18, 2018 at 1:10 PM Rob Herring wrote: > > On Tue, Dec 18, 2018 at 12:09 PM Leonard Crestez > wrote: > > > > On 12/18/2018 5:15 PM, Rob Herring wrote: > > > On Mon, Dec 17, 2018 at 08:07:02PM -0800, Andrey Smirnov wrote: > > >>

[PATCH] mmc: sdhci-esdhc-imx: Constify driver data

2018-12-18 Thread Andrey Smirnov
Variant specific driver data doesn't change at run-time, so mark it as const to reflect that. Signed-off-by: Andrey Smirnov --- drivers/mmc/host/sdhci-esdhc-imx.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers

[PATCH] ASoC: eukrea-tlv320: Do not enable on ARM64

2018-12-18 Thread Andrey Smirnov
to have any use on i.MX8, disable it by adding a !ARM64 as a dependecy. Signed-off-by: Andrey Smirnov --- Sorry for the noise if this is fixed already. Thanks, Andrey Smirnov sound/soc/fsl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/fsl/Kconfig b/sound

Re: [PATCH v3 3/3] PCI: imx6: Add support for i.MX8MQ

2018-12-18 Thread Andrey Smirnov
On Tue, Dec 18, 2018 at 1:34 AM Leonard Crestez wrote: > > On Mon, 2018-12-17 at 20:07 -0800, Andrey Smirnov wrote: > > Add code needed to support i.MX8MQ variant. > > > static void imx6_pcie_init_phy(struct imx6_pcie *imx6_pcie) > > { > > + > > +

[PATCH v3 1/3] PCI: imx6: introduce drvdata

2018-12-17 Thread Andrey Smirnov
nux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Stefan Agner Reviewed-by: Lucas Stach [andrew.smir...@gmail.com reformatted drvdata, to simplify future diffs] Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 56 ++- 1 file c

[PATCH v3 2/3] PCI: imx6: Mark PHY functions as i.MX6 specific

2018-12-17 Thread Andrey Smirnov
PCIE PHY IP block on i.MX7D differs from the one used on i.MX6 family, so none of the code in current implementation of imx6_setup_phy_mpll() and imx6_pcie_reset_phy() is applicable. Tested-by: Trent Piepho Signed-off-by: Andrey Smirnov Reviewed-by: Lucas Stach Cc: Bjorn Helgaas Cc: Fabio

[PATCH v3 3/3] PCI: imx6: Add support for i.MX8MQ

2018-12-17 Thread Andrey Smirnov
Add code needed to support i.MX8MQ variant. Signed-off-by: Andrey Smirnov Reviewed-by: Lucas Stach Cc: Bjorn Helgaas Cc: Fabio Estevam Cc: Chris Healy Cc: Lucas Stach Cc: Leonard Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: Rob Herring Cc: devicet...@vger.kernel.org Cc: linux-.

[PATCH v3 0/3] PCIE support for i.MX8MQ

2018-12-17 Thread Andrey Smirnov
ropped to simplify the patch - Documented additions to DT bindings Feedback is welcome! Thanks, Andrey Smirnov [patch] https://patchwork.kernel.org/patch/10712261/ [fixes] https://lore.kernel.org/linux-arm-kernel/20181216230916.22982-1-andrew.smir...@gmail.com [v2] https://lore.kernel.or

Re: [PATCH 3/3] PCI: imx6: Make fallthrough comments more consistent

2018-12-17 Thread Andrey Smirnov
On Mon, Dec 17, 2018 at 5:58 AM Bjorn Helgaas wrote: > > On Sun, Dec 16, 2018 at 03:09:16PM -0800, Andrey Smirnov wrote: > > Convert all fallthrough comments to say "fall through", as well as > > modify their placement to the point where the "break" wo

Re: [PATCH 0/3] Fixes for "PCIE support for i.MX8MQ"

2018-12-17 Thread Andrey Smirnov
On Mon, Dec 17, 2018 at 3:01 AM Lorenzo Pieralisi wrote: > > On Sun, Dec 16, 2018 at 03:09:13PM -0800, Andrey Smirnov wrote: > > Lorenzo: > > > > These are patches fixing things pointed out by Bjorn in [1] and [2] as > > well as something I noticed while giving

Re: [PATCH 2/3] PCI: imx6: Invert checks in imx6_pcie_reset_phy() and imx6_setup_phy_mpll()

2018-12-17 Thread Andrey Smirnov
On Mon, Dec 17, 2018 at 2:24 AM Leonard Crestez wrote: > > On 12/17/2018 1:09 AM, Andrey Smirnov wrote: > > In order to avoid having potentially ever growing list of variants > > that don't support methods implemented in imx6_pcie_reset_phy() and > > imx6_setup_phy_mpll(

Re: [PATCH v3 3/3] reset: imx7: Add support for i.MX8MQ IP block variant

2018-12-17 Thread Andrey Smirnov
On Sun, Dec 16, 2018 at 8:30 PM Aisheng Dong wrote: > > > -Original Message- > > From: Andrey Smirnov [mailto:andrew.smir...@gmail.com] > > Sent: Monday, December 17, 2018 10:38 AM > > To: linux-kernel@vger.kernel.org > > Cc: Andrey Smirnov ; p.za...@

Re: [PATCH v3 2/3] dt-bindings: reset: imx7: Document usage on i.MX8MQ SoCs

2018-12-16 Thread Andrey Smirnov
On Sun, Dec 16, 2018 at 9:03 PM Baruch Siach wrote: > > Hi Andrey, > > Andrey Smirnov writes: > > The driver now supports i.MX8MQ, so update bindings accordingly. > > > > Cc: p.za...@pengutronix.de > > Cc: Fabio Estevam > > Cc: cphe...@gmail.com >

[PATCH v3 0/3] Reset controller support for i.MX8MQ

2018-12-16 Thread Andrey Smirnov
Everyone: This patch contains changes I made in order to add support for i.MX8MQ to reset-imx7.c in order to enable support of PCIE IP block on i.MX8MQ SoCs. NOTE: This patch depens on CONFIG_ARCH_IMX8MQ introduced in [imx8mq] Feedback is welcome! Thanks, Andrey Smirnov Changes since [v2

[PATCH v3 2/3] dt-bindings: reset: imx7: Document usage on i.MX8MQ SoCs

2018-12-16 Thread Andrey Smirnov
Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Andrey Smirnov --- .../bindings/reset/fsl,imx7-src.txt | 7 +- include/dt-bindings/reset/imx8mq-reset.h | 64 +++ 2 files changed, 69 insertions(+), 2 deletions(-) create m

[PATCH v3 1/3] reset: imx7: Add plubming to support multiple IP variants

2018-12-16 Thread Andrey Smirnov
ob Herring Cc: devicet...@vger.kernel.org Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/reset/reset-imx7.c | 62 +++--- 1 file changed, 45 insertions(+), 17 deletions(-)

[PATCH v3 3/3] reset: imx7: Add support for i.MX8MQ IP block variant

2018-12-16 Thread Andrey Smirnov
..@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/reset/Kconfig | 2 +- drivers/reset/reset-imx7.c | 106 + 2 files changed, 107 insertions(+), 1 deletion(-) diff --git a/dri

[PATCH 3/3] PCI: imx6: Make fallthrough comments more consistent

2018-12-16 Thread Andrey Smirnov
Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Suggested-by: Bjorn Helgaas Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 14 +- 1 file changed, 9 insertions(+), 5 deletion

[PATCH 0/3] Fixes for "PCIE support for i.MX8MQ"

2018-12-16 Thread Andrey Smirnov
Lorenzo: These are patches fixing things pointed out by Bjorn in [1] and [2] as well as something I noticed while giving pci/next branch a try (#endif placement). Hopefully this is at least somewhat helpful. Thanks, Andrey Smirnov [1] lkml.kernel.org/r/20181214203828.gd20...@google.com [2

[PATCH 1/3] PCI: imx6: Fixup Kconfig and #endif placement

2018-12-16 Thread Andrey Smirnov
chard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/Kconfig| 4 ++-- drivers/pci/controller/dwc/pci-imx6.c | 2 +- 2 files changed, 3 insertions(+),

[PATCH 2/3] PCI: imx6: Invert checks in imx6_pcie_reset_phy() and imx6_setup_phy_mpll()

2018-12-16 Thread Andrey Smirnov
Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/drivers/pci/controller/dwc/pci-imx6.c index 4b7f638b8aff..59658577e81d 100644 --- a/drivers/pci/controll

Re: [PATCH v2 0/3] PCIE support for i.MX8MQ

2018-12-14 Thread Andrey Smirnov
On Fri, Dec 14, 2018 at 12:38 PM Bjorn Helgaas wrote: > > [+cc Trent] > > On Thu, Dec 06, 2018 at 12:15:50PM +, Lorenzo Pieralisi wrote: > > On Wed, Dec 05, 2018 at 11:35:42PM -0800, Andrey Smirnov wrote: > > > Everyone: > > > > > > This seri

Re: [PATCH v2 3/3] PCI: imx: Add support for i.MX8MQ

2018-12-14 Thread Andrey Smirnov
On Fri, Dec 14, 2018 at 12:30 PM Bjorn Helgaas wrote: > > [+cc Gustavo for fallthrough annotation] > > On Wed, Dec 05, 2018 at 11:35:45PM -0800, Andrey Smirnov wrote: > > Add code needed to support i.MX8MQ variant. > > > @@ -245,7 +253,8 @@ static void imx6_pcie

Re: [PATCH v2 2/3] reset: imx7: Add support for i.MX8MQ IP block variant

2018-12-11 Thread Andrey Smirnov
On Tue, Dec 11, 2018 at 2:43 PM Rob Herring wrote: > > On Tue, Nov 27, 2018 at 08:37:37PM -0800, Andrey Smirnov wrote: > > Add bits and pieces needed to support IP block variant found on > > i.MX8MQ SoCs. > > > > Cc: p.za...@pengutronix.de > > Cc: Fabio Estev

Re: [PATCH] PCI: controller: dwc: Make PCI_IMX6 depend on PCIEPORTBUS

2018-12-07 Thread Andrey Smirnov
On Fri, Dec 7, 2018 at 5:11 AM Niklas Cassel wrote: > > On Thu, Dec 06, 2018 at 08:55:13PM -0800, Andrey Smirnov wrote: > > On Thu, Dec 6, 2018 at 2:28 AM Lucas Stach wrote: > > > > > > Am Mittwoch, den 05.12.2018, 23:45 -0800 schrieb Andrey Smir

Re: [PATCH] PCI: controller: dwc: Make PCI_IMX6 depend on PCIEPORTBUS

2018-12-07 Thread Andrey Smirnov
On Fri, Dec 7, 2018 at 5:11 AM Niklas Cassel wrote: > > On Thu, Dec 06, 2018 at 08:55:13PM -0800, Andrey Smirnov wrote: > > On Thu, Dec 6, 2018 at 2:28 AM Lucas Stach wrote: > > > > > > Am Mittwoch, den 05.12.2018, 23:45 -0800 schrieb Andrey Smir

Re: [PATCH] PCI: controller: dwc: Make PCI_IMX6 depend on PCIEPORTBUS

2018-12-06 Thread Andrey Smirnov
On Thu, Dec 6, 2018 at 2:28 AM Lucas Stach wrote: > > Am Mittwoch, den 05.12.2018, 23:45 -0800 schrieb Andrey Smirnov: > > Building a kernel with CONFIG_PCI_IMX6=y, but CONFIG_PCIEPORTBUS=n > > produces a system where built-in PCIE bridge (16c3:abcd) isn't bound >

Re: [PATCH] PCI: controller: dwc: Make PCI_IMX6 depend on PCIEPORTBUS

2018-12-06 Thread Andrey Smirnov
On Thu, Dec 6, 2018 at 2:28 AM Lucas Stach wrote: > > Am Mittwoch, den 05.12.2018, 23:45 -0800 schrieb Andrey Smirnov: > > Building a kernel with CONFIG_PCI_IMX6=y, but CONFIG_PCIEPORTBUS=n > > produces a system where built-in PCIE bridge (16c3:abcd) isn't bound >

Re: [PATCH v2 0/3] PCIE support for i.MX8MQ

2018-12-06 Thread Andrey Smirnov
On Thu, Dec 6, 2018 at 4:15 AM Lorenzo Pieralisi wrote: > > On Wed, Dec 05, 2018 at 11:35:42PM -0800, Andrey Smirnov wrote: > > Everyone: > > > > This series contains changes I made in order to enable support of PCIE > > IP block on i.MX8MQ SoCs (full t

Re: [PATCH v2 0/3] PCIE support for i.MX8MQ

2018-12-06 Thread Andrey Smirnov
On Thu, Dec 6, 2018 at 4:15 AM Lorenzo Pieralisi wrote: > > On Wed, Dec 05, 2018 at 11:35:42PM -0800, Andrey Smirnov wrote: > > Everyone: > > > > This series contains changes I made in order to enable support of PCIE > > IP block on i.MX8MQ SoCs (full t

[PATCH] PCI: controller: dwc: Make PCI_IMX6 depend on PCIEPORTBUS

2018-12-05 Thread Andrey Smirnov
-by: Andrey Smirnov --- Assuming this is a reasonable dependency, shold this be done to more than just i.MX6 driver? drivers/pci/controller/dwc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index 2b139acccf32

[PATCH] PCI: controller: dwc: Make PCI_IMX6 depend on PCIEPORTBUS

2018-12-05 Thread Andrey Smirnov
-by: Andrey Smirnov --- Assuming this is a reasonable dependency, shold this be done to more than just i.MX6 driver? drivers/pci/controller/dwc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index 2b139acccf32

[PATCH v2 1/3] PCI: imx: No-op imx6_setup_phy_mpll() on i.MX7D

2018-12-05 Thread Andrey Smirnov
" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Tested-by: Trent Piepho Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/d

[PATCH v2 3/3] PCI: imx: Add support for i.MX8MQ

2018-12-05 Thread Andrey Smirnov
Cc: linux-...@vger.kernel.org Cc: Mark Rutland Cc: Rob Herring Cc: devicet...@vger.kernel.org Signed-off-by: Andrey Smirnov --- .../bindings/pci/fsl,imx6q-pcie.txt | 6 +- drivers/pci/controller/dwc/Kconfig| 2 +- drivers/pci/controller/dwc/pci-imx6.c

[PATCH v2 2/3] PCI: imx: No-op imx6_pcie_reset_phy() on i.MX7D

2018-12-05 Thread Andrey Smirnov
" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Tested-by: Trent Piepho Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/d

[PATCH v2 1/3] PCI: imx: No-op imx6_setup_phy_mpll() on i.MX7D

2018-12-05 Thread Andrey Smirnov
" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Tested-by: Trent Piepho Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/d

[PATCH v2 3/3] PCI: imx: Add support for i.MX8MQ

2018-12-05 Thread Andrey Smirnov
Cc: linux-...@vger.kernel.org Cc: Mark Rutland Cc: Rob Herring Cc: devicet...@vger.kernel.org Signed-off-by: Andrey Smirnov --- .../bindings/pci/fsl,imx6q-pcie.txt | 6 +- drivers/pci/controller/dwc/Kconfig| 2 +- drivers/pci/controller/dwc/pci-imx6.c

[PATCH v2 2/3] PCI: imx: No-op imx6_pcie_reset_phy() on i.MX7D

2018-12-05 Thread Andrey Smirnov
" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-...@vger.kernel.org Tested-by: Trent Piepho Signed-off-by: Andrey Smirnov --- drivers/pci/controller/dwc/pci-imx6.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/d

[PATCH v2 0/3] PCIE support for i.MX8MQ

2018-12-05 Thread Andrey Smirnov
er-id" property to distinguish between two intances of PCIE IP block - All code pertaining to L1SS was dropped to simplify the patch - Documented additions to DT bindings Feedback is welcome! Thanks, Andrey Smirnov [v1] https://lore.kernel.org/linux-arm-kernel/20181117181225.10737-1-a

[PATCH v2 0/3] PCIE support for i.MX8MQ

2018-12-05 Thread Andrey Smirnov
er-id" property to distinguish between two intances of PCIE IP block - All code pertaining to L1SS was dropped to simplify the patch - Documented additions to DT bindings Feedback is welcome! Thanks, Andrey Smirnov [v1] https://lore.kernel.org/linux-arm-kernel/20181117181225.10737-1-a

[PATCH 3/5] irqchip/irq-imx-gpcv2: Make use of BIT() macro

2018-12-05 Thread Andrey Smirnov
c: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/irqchip/irq-imx-gpcv2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/irqchip/irq-imx-gpcv2.c b/drivers/irqchip/irq-imx-gpcv2.c index b262ba8b2652..077

[PATCH 3/5] irqchip/irq-imx-gpcv2: Make use of BIT() macro

2018-12-05 Thread Andrey Smirnov
c: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Andrey Smirnov --- drivers/irqchip/irq-imx-gpcv2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/irqchip/irq-imx-gpcv2.c b/drivers/irqchip/irq-imx-gpcv2.c index b262ba8b2652..077

<    2   3   4   5   6   7   8   9   10   11   >