[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 --- target/linux/ipq806x/config-4.14 | 22 -- 1 file changed, 8 insertions(+

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 Cc: Ram Chandra Jangir ; msm-...@mcclintock.net; lede

[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-o

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

2017-06-28 Thread Ram Chandra Jangir
Thanks Matt for the review, On Tue, Jun 27, 2017 8:05 PM, Matthew McClintock wrote: >On Mon, Jun 26, 2017 at 6:55 AM, Ram Chandra Jangir >wrote: > IPQ806x AP148 and DB149 boards didn't have the UCI ubootenv section > initialized, so the usage of fw_printen

[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 --- target/linux/ipq806x/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x

[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-o

[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 --- Changes since v3: *Added pinctrl defs,required for nand pinmux pullups. ...9-pinctrl-Updated-various-Pin-definitions.patch | 1332 1 file

[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 --- 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 --git a/target/linux/ipq806x/base

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.1-

[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 --- Changes since v2: *Splitted to

[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 --- Changes since v2: *Splitted to individual patches ...gine-qcom-bam_dma-Add-custom-data-mapping.patch | 217 + 1 file changed, 217 insertions

[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 --- Changes since v2: *Splitted to individual patches ...ts-ipq4019-add-nand-and-qpic-bam-dma-node.patch | 172 +++

[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 --- Changes since v2: *Splitted to individual patches ...nd-Added-bam-transaction-and

[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 --- Changes since v2

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

2017-05-24 Thread Ram Chandra Jangir
tches-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 +Date: Tue, 9 May 2017 11:45:00 +0530 +Subject: [PATCH] msm: pinctrl: Add support to configure ipq40xx GPIO

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] i

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
ch @@ -0,0 +1,382 @@ +From 074036f9de6b8c5fc642e8e2540950f6a35aa804 Mon Sep 17 00:00:00 2001 +From: Ram Chandra Jangir +Date: Thu, 20 Apr 2017 10:31:10 +0530 +Subject: [PATCH] qcom: mtd: nand: Add bam_dma support in qcom_nand driver + +The current driver only support ADM DMA so this patch adds th

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 > A

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 wrote: >On Fri, May 5, 2017 at 12:00 PM, John Crispin wrote: > On 05/05/17 17:49, Ram Chandra Jangir wrote: >> >> This change add nand boot support for IPQ40xx based >> AP-DK04.1-C1 board using ubi image, also ad

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

2017-05-05 Thread Ram Chandra Jangir
9-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 +Date: Thu, 20 Apr 2017 10:31:10 +0530 +Subject: [PATCH] qcom: mtd: nand: Add bam_dma support in qcom_nand driver + +T

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

2017-04-20 Thread Ram Chandra Jangir
LAN can ping through router. - WiFi connectivity AP as well as STA - Validated usb3 Signed-off-by: Ram Chandra Jangir --- Changes since v1: * updated review comments. target/linux/ipq806x/Makefile |2 +- .../ipq806x/base-files/etc/board.d/02_network |5

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

2017-04-17 Thread Ram Chandra Jangir
arget/linux/ipq806x/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/lin

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

2017-04-17 Thread Ram Chandra Jangir
ge- From: Felix Fietkau [mailto:n...@nbd.name] Sent: Friday, April 14, 2017 2:59 PM To: Ram Chandra Jangir ; 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: > This change adds QCA IP

[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 --- 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-files/lib/ipq806x.sh |6

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

2017-04-13 Thread Ram Chandra Jangir
Currently IPQ has IPQ806x and IPQ40xx SoC's available, So we can add both of them as subtargets. Signed-off-by: Ram Chandra Jangir --- target/linux/ipq806x/Makefile | 1 + target/linux/ipq806x/config-4.9 | 8 target/linux/ipq806x/image/Makefile