[LEDE-DEV] [PATCH] ipq806x: cleanup kernel config

2018-05-17 Thread Ram Chandra Jangir
Disable MSM8960, MSM8974 and APQ8084 - since these are different SoC's than IPQ806x Removed unrequired serial configs - since ipq806x uses SERIAL_MSM only Signed-off-by: Ram Chandra Jangir <rjan...@codeaurora.org> --- target/linux/ipq806x/config-4.14 | 22 -- 1 file c

Re: [LEDE-DEV] [PATCH v2] ipq806x: add kernel 4.14 support

2018-05-17 Thread Ram Chandra Jangir
600v and hence seeking help to update partition size for these boards. Thanks, Ram -Original Message- From: Michael Yartys [mailto:michael.yar...@protonmail.com] Sent: Saturday, May 05, 2018 2:26 AM To: Stefan Lippers-Hollmann <s@gmx.de> Cc: Ram Chandra Jangir <rjan...@c

[LEDE-DEV] [PATCH v2] uboot-envtools: Add support for IPQ806x AP148 and DB149

2017-06-28 Thread Ram Chandra Jangir
IPQ806x AP148 and DB149 boards didn't have the UCI ubootenv section initialized, so the usage of fw_printenv required manual configuration. With this change, the "fw_printenv" and "fw_setenv" command will automatically work on NOR and NAND based platforms. Signed-off-by: Ram

[LEDE-DEV] [PATCH] ipq806x: Enable AP148 fit image(.itb) generation

2017-06-26 Thread Ram Chandra Jangir
This change enables .itb image generation for AP148, It will help us to boot and test AP148 with NOR flash. Signed-off-by: Ram Chandra Jangir <rjan...@codeaurora.org> --- target/linux/ipq806x/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq806x/image/Ma

[LEDE-DEV] [PATCH] uboot-envtools: Add support for IPQ806x AP148 and DB149

2017-06-26 Thread Ram Chandra Jangir
IPQ806x AP148 and DB149 boards didn't have the UCI ubootenv section initialized, so the usage of fw_printenv required manual configuration. With this change, the "fw_printenv" and "fw_setenv" command will automatically work on NOR and NAND based platforms. Signed-off-by: Ram

[LEDE-DEV] [PATCH v4 1/2] ipq806x: Updated various ipq40xx pin definitions

2017-05-31 Thread Ram Chandra Jangir
This change populates default values for various GPIO functions in ipq40xx pinctrl driver. Signed-off-by: Ram Chandra Jangir <rjan...@codeaurora.org> --- Changes since v3: *Added pinctrl defs,required for nand pinmux pullups. ...9-pinctrl-Updated-various-Pin-definitions.patch

[LEDE-DEV] [PATCH v4 2/2] ipq806x: Enable ubi image for ipq40xx AP-DK04.1-C1 board

2017-05-31 Thread Ram Chandra Jangir
Chandra Jangir <rjan...@codeaurora.org> --- Changes since v3: *Rebased the patch with TOT target/linux/ipq806x/base-files/lib/upgrade/platform.sh | 1 + target/linux/ipq806x/image/Makefile | 15 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff

Re: [LEDE-DEV] [PATCH v3 6/6] ipq806x: Enable ubi image for ipq40xx AP-DK04.1-C1 board

2017-05-29 Thread Ram Chandra Jangir
atches into my tree, however the final patch fails to apply. could you rebase/resend just that last one please ? > John >On 25/05/17 01:31, Ram Chandra Jangir wrote: > This change enables ubi image for IPQ40xx AP-DK04.1-C1 board, also add > sysupgrage support for AP-DK04.

[LEDE-DEV] [PATCH v3 6/6] ipq806x: Enable ubi image for ipq40xx AP-DK04.1-C1 board

2017-05-24 Thread Ram Chandra Jangir
This change enables ubi image for IPQ40xx AP-DK04.1-C1 board, also add sysupgrage support for AP-DK04.1-C1 and generates a sysupgrade.tar image. Testing: *Tested on IPQ40xx AP-DK04.1-C1: a. NAND boot b. ubi sysupgrade Signed-off-by: Ram Chandra Jangir <rjan...@codeaurora.org> --- C

[LEDE-DEV] [PATCH v3 4/6] ipq806x: Add support for custom data mapping in bam_dma dmaengine

2017-05-24 Thread Ram Chandra Jangir
This change adds a new function to support for preparing DMA descriptor for custom data. Signed-off-by: Ram Chandra Jangir <rjan...@codeaurora.org> --- Changes since v2: *Splitted to individual patches ...gine-qcom-bam_dma-Add-custom-data-mapping.patch | 217 +

[LEDE-DEV] [PATCH v3 5/6] ipq806x: add qpic nand and bam dma node's in ipq4019 dts tree

2017-05-24 Thread Ram Chandra Jangir
This change adds QPIC BAM dma and NAND driver node's in IPQ4019 device tree, also enable this for AP-DK04.1 based boards. Signed-off-by: Ram Chandra Jangir <rjan...@codeaurora.org> --- Changes since v2: *Splitted to individual patches ...ts-ipq4019-add-nand-and-qpic-bam-dma-node.patch

[LEDE-DEV] [PATCH v3 3/6] ipq806x: Added bam transaction and support additional CSRs

2017-05-24 Thread Ram Chandra Jangir
This change adds support for below: - Bam transaction which will be used for any NAND request. - Reset function for NAND BAM transaction - Add support for additional CSRs. Signed-off-by: Ram Chandra Jangir <rjan...@codeaurora.org> --- Changes since v2: *Splitted to individual patches

[LEDE-DEV] [PATCH v3 2/6] ipq806x: Add bam_dma support in qcom_nand driver

2017-05-24 Thread Ram Chandra Jangir
The existing qcom_nand driver supports ADM DMA which is mainly required for ipq806x family based boards, IPQ40xx based boards uses BAM DMA in NAND driver, so this patch adds BAM DMA support with compatible string as qcom,ebi2-nandc-bam. Signed-off-by: Ram Chandra Jangir <rjan...@codeaurora.

[LEDE-DEV] [PATCH v3 1/6] ipq806x: Add support to configure ipq40xx GPIO_PULL bits

2017-05-24 Thread Ram Chandra Jangir
+++ b/target/linux/ipq806x/patches-4.9/859-msm-pinctrl-Add-support-to-configure-ipq40xx-GPIO_PU.patch @@ -0,0 +1,260 @@ +From e77af7de404eb464f7da9e0daeb8b362cc66a7ba Mon Sep 17 00:00:00 2001 +From: Ram Chandra Jangir <rjan...@codeaurora.org> +Date: Tue, 9 May 2017 11:45:00 +0530 +Subject:

Re: [LEDE-DEV] [PATCH v2] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-23 Thread Ram Chandra Jangir
Thanks Sven, John has already requested changes in this patch, and I will be sharing the new patches soon(by tomorrow) which will consider this. Thanks, Ram >On Donnerstag, 11. Mai 2017 21:59:02 CEST Ram Chandra Jangir wrote: > ++

Re: [LEDE-DEV] [PATCH v2] ipq806x: Add support for ipq40xx AP-DK01.1-C1 and AP-DK04.1-C1

2017-05-23 Thread Ram Chandra Jangir
On Freitag, Monday, May 22, 2017 7:22 PM Sven Eckelmann wrote: >On Freitag, 21. April 2017 00:25:37 CEST Ram Chandra Jangir wrote: > +@@ -419,18 +424,19 @@ > + status = "disabled"; > + > + gmac0: gmac0 { > +

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-15 Thread Ram Chandra Jangir
Thanks Chris Blake, >First off, thank you very much for this patch and your work on the ipq40xx >platform. I have been doing more testing, and it seems that some of the pins >in pinctl are not defined to the correct function. >This is what I am currently seeing on the board: > [1.278649]

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-15 Thread Ram Chandra Jangir
>Hello Ram, On Thursday, May 11, 2017 8:39:46 PM CEST Christian Lamparter wrote: > On Thursday, May 11, 2017 10:15:58 PM CEST Ram Chandra Jangir wrote: > > I added nand pinmux in https://patchwork.ozlabs.org/patch/761243/ , > > Could you please try with this, if it helps y

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-11 Thread Ram Chandra Jangir
>Hi Christian, >Hello, On Monday, May 08, 2017 10:24 PM Ram Chandra Jangir wrote: > On Saturday, May 06, 2017 11:24 PM Christian Lamparter wrote: >On Friday, May 5, 2017 9:19:36 PM CEST Ram Chandra Jangir wrote: > This change add nand boot support for IPQ40xx based > AP-DK0

[LEDE-DEV] [PATCH v2] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-11 Thread Ram Chandra Jangir
ort-in-qcom_nand-drive.patch @@ -0,0 +1,382 @@ +From 074036f9de6b8c5fc642e8e2540950f6a35aa804 Mon Sep 17 00:00:00 2001 +From: Ram Chandra Jangir <rjan...@codeaurora.org> +Date: Thu, 20 Apr 2017 10:31:10 +0530 +Subject: [PATCH] qcom: mtd: nand: Add bam_dma support in qcom_nand driver + +T

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-08 Thread Ram Chandra Jangir
Hi Christian, >Hello, On Saturday, May 06, 2017 11:24 PM Christian Lamparter wrote: >On Friday, May 5, 2017 9:19:36 PM CEST Ram Chandra Jangir wrote: > This change add nand boot support for IPQ40xx based > AP-DK04.1-C1 board using ubi image, also add sysupgrage support for &g

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-06 Thread Ram Chandra Jangir
On Fri, May 5, 2017 at 10:39 PM, Matthew McClintock <msm-...@mcclintock.net> wrote: >On Fri, May 5, 2017 at 12:00 PM, John Crispin <j...@phrozen.org> wrote: > On 05/05/17 17:49, Ram Chandra Jangir wrote: >> >> This change add nand boot support for IPQ40xx based &

[LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-05 Thread Ram Chandra Jangir
et/linux/ipq806x/patches-4.9/859-qcom-mtd-nand-Add-bam_dma-support-in-qcom_nand-drive.patch @@ -0,0 +1,382 @@ +From 074036f9de6b8c5fc642e8e2540950f6a35aa804 Mon Sep 17 00:00:00 2001 +From: Ram Chandra Jangir <rjan...@codeaurora.org> +Date: Thu, 20 Apr 2017 10:31:10 +0530 +Subject: [PATCH] qcom:

Re: [LEDE-DEV] [PATCH 2/2] ipq806x: Add support for ipq40xx subtarget

2017-04-17 Thread Ram Chandra Jangir
06x/patches-4.9/851-dts-ipq40xx-Add-support-for-spi > -nor-32-MB-flash-and-.patch > b/target/linux/ipq806x/patches-4.9/851-dts-ipq40xx-Add-support-for-spi > -nor-32-MB-flash-and-.patch > new file mode 100644 > index 000..5753f10 > --- /dev/null > +++ b/target/linux/ipq806x/pa

Re: [LEDE-DEV] [PATCH 2/2] ipq806x: Add support for ipq40xx subtarget

2017-04-17 Thread Ram Chandra Jangir
-- From: Felix Fietkau [mailto:n...@nbd.name] Sent: Friday, April 14, 2017 2:59 PM To: Ram Chandra Jangir <rjan...@codeaurora.org>; lede-dev@lists.infradead.org Subject: Re: [LEDE-DEV] [PATCH 2/2] ipq806x: Add support for ipq40xx subtarget On 2017-04-13 17:10, Ram Chandra Jangir wrote: >

[LEDE-DEV] [PATCH 2/2] ipq806x: Add support for ipq40xx subtarget

2017-04-13 Thread Ram Chandra Jangir
AP as well as STA Signed-off-by: Ram Chandra Jangir <rjan...@codeaurora.org> --- target/linux/ipq806x/Makefile |4 +- .../ipq806x/base-files/etc/board.d/02_network |6 + .../etc/hotplug.d/firmware/11-ath10k-caldata |8 + target/linux/ipq806x/base