[U-Boot] [PATCH] sf: params: Removed flag SECT_4K for Micron N25Q128

2014-01-07 Thread Siva Durga Prasad Paladugu
Remove the flag SECT_4K for device N25Q128 as the 4K-byte sub sector erase granularity is available only for top/bottom 8 sectors in some of the N25Q128 chips. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/mtd/spi/sf_params.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[U-Boot] [PATCH] arm: zynq: correct the argument to lldiv

2014-02-16 Thread Siva Durga Prasad Paladugu
Typecast the argument with unsigned long long for proper calculation of lldiv Signed-off-by: Siva Durga Prasad Paladugu --- -Fixes the issue of rounding of the multiplication result to 32-bit value --- arch/arm/cpu/armv7/zynq/timer.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions

[U-Boot] [PATCH v3 3/7] zynq: Add zynq_zc770 xm011 board support

2014-02-17 Thread Siva Durga Prasad Paladugu
-UART Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: -Separated out the nand patch series as per Michal comment. Changes for v2: -None --- boards.cfg |1 + include/configs/zynq_zc770.h |4 2 files changed, 5

[U-Boot] [PATCH v3 6/7] doc: README.zynq: Updated with nand support addition

2014-02-17 Thread Siva Durga Prasad Paladugu
From: Jagannadha Sutradharudu Teki Updated README.zynq with nand support additions, nand driver and nand board. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: -Separated out the nand patch series as per Michal comment. Changes for v2

[U-Boot] [PATCH v3 5/7] zynq: Add support for auto nandboot

2014-02-17 Thread Siva Durga Prasad Paladugu
From: Jagannadha Sutradharudu Teki Added support to find the nand bootmode and also updated the default env. with nandboot. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: -Separated out the nand patch series as per Michal comment

[U-Boot] [PATCH v3 0/7]zynq: Add nand support

2014-02-17 Thread Siva Durga Prasad Paladugu
This series of patches adds nand support for zynq by fixing the review comments provided in version v1. These are well tested on xilinx zynq platform. Jagannadha Sutradharudu Teki (7): nand: Add zynq nand controller driver support zynq-common: Define CONFIG_NAND_ZYNQ zynq: Add zynq_zc770 xm

[U-Boot] [PATCH v3 2/7] zynq-common: Define CONFIG_NAND_ZYNQ

2014-02-17 Thread Siva Durga Prasad Paladugu
From: Jagannadha Sutradharudu Teki Defined CONFIG_NAND_ZYNQ for enabling zynq nand controller with onfi detection support. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: -Separated out the nand patch series as per Michal comment

[U-Boot] [PATCH v3 4/7] zynq: zc770: Add base dts for zc770_xm011

2014-02-17 Thread Siva Durga Prasad Paladugu
From: Jagannadha Sutradharudu Teki Added base dts support for zc770_xm011 (nand) board. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: -Separated out the nand patch series as per Michal comment. Changes for v2: -None --- board

[U-Boot] [PATCH v3 1/7] nand: Add zynq nand controller driver support

2014-02-17 Thread Siva Durga Prasad Paladugu
From: Jagannadha Sutradharudu Teki Added support for Zynq Nand controller driver. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: -Fixed all review comments on v1 as some comments are not fixed on v2. -Separeted out the nand patch

[U-Boot] [PATCH v3 7/7] zynq: Enable nand env. support

2014-02-17 Thread Siva Durga Prasad Paladugu
From: Jagannadha Sutradharudu Teki Added nand environment support - last 128Kb sector of 1st 1MB of nand can be used for u-boot environment. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v3: -Separated out the nand patch series as per

Re: [U-Boot] [RESEND PATCH] f_thor: Dont perform reset at the end of thor

2015-04-15 Thread Siva Durga Prasad Paladugu
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Wednesday, April 15, 2015 5:17 PM > To: Michal Simek > Cc: Lukasz Majewski; u-boot@lists.denx.de; Siva Durga Prasad Paladugu; Tom > Rini > Subject: Re: [RESEND PATCH] f_thor: Dont perfor

Re: [U-Boot] [PATCH 1/2] armv8: caches: Disable dcache after flush

2015-04-15 Thread Siva Durga Prasad Paladugu
Hi Mark. > -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: Wednesday, April 15, 2015 6:41 PM > To: Michal Simek > Cc: u-boot@lists.denx.de; Tom Rini; Siva Durga Prasad Paladugu; Varun Sethi; > Arnab Basu; York Sun > Subject: Re: [U-Bo

Re: [U-Boot] [PATCH 1/2] armv8: caches: Disable dcache after flush

2015-04-16 Thread Siva Durga Prasad Paladugu
Hi Mark, > -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: Thursday, April 16, 2015 3:29 PM > To: Siva Durga Prasad Paladugu > Cc: Michal Simek; u-boot@lists.denx.de; Tom Rini; Varun Sethi; Arnab Basu; > York Sun > Subject: Re: [U-Bo

Re: [U-Boot] [PATCH 1/2] armv8: caches: Disable dcache after flush

2015-04-17 Thread Siva Durga Prasad Paladugu
Hi Mark, > -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: Friday, April 17, 2015 3:36 PM > To: Siva Durga Prasad Paladugu > Cc: Michal Simek; u-boot@lists.denx.de; Tom Rini; Varun Sethi; Arnab Basu; > York Sun > Subject: Re: [U-Bo

Re: [U-Boot] [PATCH 4/6] zynqmp: Add SPI driver support for ZynqMP

2015-04-20 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: Friday, April 17, 2015 2:11 PM > To: Michal Simek > Cc: u-boot@lists.denx.de; Tom Rini; Siva Durga Prasad Paladugu > Subject: Re: [U-Boot] [PATCH 4/6] zynqmp: Add SPI driver su

Re: [U-Boot] [PATCH 1/2] armv8: caches: Disable dcache after flush

2015-04-20 Thread Siva Durga Prasad Paladugu
Hi Mark, > -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: Monday, April 20, 2015 3:48 PM > To: Siva Durga Prasad Paladugu > Cc: Michal Simek; u-boot@lists.denx.de; Tom Rini; Varun Sethi; Arnab Basu; > York Sun > Subject: Re: [U-Bo

[U-Boot] [UBOOT PATCH] mtd: nand: Increase max sizes of OOB and Page size

2015-04-28 Thread Siva Durga Prasad Paladugu
From: Siva Durga Prasad Paladugu Increase max sizes for OOB, Page size and eccpos to suit for Micron MT29F32G08 part Signed-off-by: Siva Durga Prasad Paladugu --- include/linux/mtd/mtd.h | 2 +- include/linux/mtd/nand.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a

[U-Boot] [UBOOT PATCH] arasan: nfc: Add initial nand driver support for arasan

2015-04-28 Thread Siva Durga Prasad Paladugu
Added initial nand driver support for arasan nand flash controller.This supports nand erase,nand read, nand write This uses the hardware ECC for read and write operations Signed-off-by: Siva Durga Prasad Paladugu --- drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/arasan_nfc.c | 1187

Re: [U-Boot] [U-Boot 0/7] dm: spi: Convert few drivers to driver model

2015-04-28 Thread Siva Durga Prasad Paladugu
sts.denx.de; Siva Durga Prasad Paladugu > Cc: Jagannadha Sutradharudu Teki; Michal Simek > Subject: Re: [U-Boot 0/7] dm: spi: Convert few drivers to driver model > > Hi Siva Durga Prasad, > > On 23 April 2015 at 19:45, Jagannadha Sutradharudu Teki > wrote: > > Dri

[U-Boot] [UBOOT PATCH v2] ci_udc: Update the ci_udc driver to support bulk transfers

2015-04-28 Thread Siva Durga Prasad Paladugu
Update the ci_udc driver to support bulk transfer and also added capability of having multiple dtds if requested data is more than 16K. These changes are tested for both the DFU and lthor. Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v2: - Rebase it to u-boot-usb/master --- drivers

[U-Boot] [UBOOT PATCH] ci_udc: Update the ci_udc driver to support bulk transfers

2014-09-05 Thread Siva Durga Prasad Paladugu
Update the ci_udc driver to support bulk transfer and also added capability of having multiple dtds if requested data is more thank 16K. These changes are tested for both the DFU and lthor. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/usb/gadget/ci_udc.c | 135

[U-Boot] [UBOOT PATCH] f_thor: Dont perform reset at the end of thor

2014-09-05 Thread Siva Durga Prasad Paladugu
Dont perform reset at the end of thor download if configured to do reset off. Reset may not be required in all cases and hence provided an option to do so. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/usb/gadget/f_thor.c |7 +++ drivers/usb/gadget/f_thor.h |3 +++ 2 files

[U-Boot] [UBOOT PATCH] usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZE

2014-09-05 Thread Siva Durga Prasad Paladugu
Allocate request up to THOR_PACKET_SIZE not the ep0->maxpacket as the descriptors data depend on the number of descriptors and this 64 bytes were not enough and the buffer might overflow which results in memalign failures later. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/usb/gad

[U-Boot] [PATCH v3] fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZE

2014-05-26 Thread Siva Durga Prasad Paladugu
Define the MAX_CLUSTSIZE to default of 65536 only if CONFIG_FS_FAT_MAX_CLUSTSIZE is not defined. This option has been provided to save memory in some memory constrained cases. Signed-off-by: Siva Durga Prasad Paladugu --- Changes in v3: -Used CONFIG_FS_FAT_MAX_CLUSTSIZE to define MAX_CLUSTSIZE

[U-Boot] [PATCH v2] env_eeprom: Assign default environment during board_init_f

2014-05-26 Thread Siva Durga Prasad Paladugu
Assign default environment and set env valid during board_init_f before relocation as the actual environment will be read from eeprom later. Signed-off-by: Siva Durga Prasad Paladugu --- Changes in v2: -Handled the same in redundant env case also as per review comment. common/env_eeprom.c

[U-Boot] eMMC issue with dcache ON

2013-12-03 Thread Siva Durga Prasad Paladugu
Hi all, I am facing an issue in detecting eMMC device when the dcache was enabled on zynq board. When I entered command "mmcinfo". I am getting an error as shown in below log. The same thing works fine if I disable the dcache. Timeout for status update! Device: zynq_sdhci Manufacturer ID: fe OE

[U-Boot] [PATCH v2] fat: Define MAX_CLUSTSIZE only if not defined in config

2014-05-26 Thread Siva Durga Prasad Paladugu
. Signed-off-by: Siva Durga Prasad Paladugu --- Changes in v2: -Defined CONFIG_FS_FAT_MAX_CLUSTSIZE and documented as per review comment. README|7 +++ include/fat.h |2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/README b/README index 5f89552..0d947cb

Re: [U-Boot] [PATCH V6] sf: Turn SPI flash chip into 3-Byte address mode

2015-08-13 Thread Siva Durga Prasad Paladugu
scale.com; Siva Durga Prasad > Paladugu; Hou Zhiqiang > Subject: [PATCH V6] sf: Turn SPI flash chip into 3-Byte address mode > > From: Hou Zhiqiang > > For more than 16MiB SPI flash chips, there are 3-Byte and 4-Byte address > mode, and only the 3-Byte address mode is supported i

Re: [U-Boot] [PATCH V6] sf: Turn SPI flash chip into 3-Byte address mode

2015-08-13 Thread Siva Durga Prasad Paladugu
> -Original Message- > From: Stefan Roese [mailto:s...@denx.de] > Sent: Thursday, August 13, 2015 4:51 PM > To: Hou Zhiqiang; Siva Durga Prasad Paladugu; u-boot@lists.denx.de; > jt...@openedev.com > Cc: nofooter; York Sun > Subject: Re: [U-Boot] [PATCH V6] sf: Turn

Re: [U-Boot] [PATCH V6] sf: Turn SPI flash chip into 3-Byte address mode

2015-08-13 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Thursday, August 13, 2015 5:16 PM > To: Siva Durga Prasad Paladugu > Cc: Stefan Roese; Hou Zhiqiang; u-boot@lists.denx.de; nofooter; York Sun > Subject: Re: [U-Boot] [PATCH V6] sf: T

Re: [U-Boot] [PATCH V6] sf: Turn SPI flash chip into 3-Byte address mode

2015-08-13 Thread Siva Durga Prasad Paladugu
> -Original Message- > From: Hou Zhiqiang [mailto:b48...@freescale.com] > Sent: Friday, August 14, 2015 9:37 AM > To: Siva Durga Prasad Paladugu; Jagan Teki > Cc: Stefan Roese; u-boot@lists.denx.de; nofooter; York Sun > Subject: RE: [U-Boot] [PATCH V6] sf: Turn SPI flas

Re: [U-Boot] [PATCH V6] sf: Turn SPI flash chip into 3-Byte address mode

2015-08-13 Thread Siva Durga Prasad Paladugu
Hi Zhiqiang, > -Original Message- > From: Zhiqiang Hou [mailto:b48...@freescale.com] > Sent: Wednesday, August 12, 2015 11:48 AM > To: u-boot@lists.denx.de; jt...@openedev.com > Cc: york...@freescale.com; mingkai...@freescale.com; Siva Durga Prasad > Paladugu; Hou

Re: [U-Boot] [PATCH V6] sf: Turn SPI flash chip into 3-Byte address mode

2015-08-17 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Monday, August 17, 2015 1:43 PM > To: Siva Durga Prasad Paladugu > Cc: Hou Zhiqiang; Stefan Roese; nofooter; York Sun; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH V6] sf: Turn S

Re: [U-Boot] [PATCH V6] sf: Turn SPI flash chip into 3-Byte address mode

2015-08-17 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Monday, August 17, 2015 2:42 PM > To: Siva Durga Prasad Paladugu > Cc: Stefan Roese; u-boot@lists.denx.de; Hou Zhiqiang; York Sun > Subject: Re: [U-Boot] [PATCH V6] sf: Turn SPI flas

Re: [U-Boot] [UBOOT PATCH v2 1/2] zynqmp: nand: Add Nand driver support for zynqmp

2015-11-09 Thread Siva Durga Prasad Paladugu
Hi Scott, > -Original Message- > From: Scott Wood [mailto:scottw...@freescale.com] > Sent: Friday, November 06, 2015 10:33 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Michal Simek; Siva Durga Prasad Paladugu > Subject: Re: [UBOOT PATCH v2 1/2] zynq

[U-Boot] [PATCH v5 2/2] usb: zynqmp: Enable USB XHCI support

2015-11-16 Thread Siva Durga Prasad Paladugu
From: Siva Durga Prasad Paladugu Enable USB XHCI support for ZynqMP Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v5: - None Changes for v4: - None Changes for v3: - Removed extra space between # and define as per review comment Changes for v2: - None --- include/configs

Re: [U-Boot] [PATCH v5 1/2] usb: zynqmp: Add XHCI driver support

2015-11-16 Thread Siva Durga Prasad Paladugu
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Monday, November 16, 2015 11:39 AM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Siva Durga Prasad Paladugu > Subject: Re: [PATCH v5 1/2] usb: zynqmp: Add XHCI driver supp

[U-Boot] [PATCH v5 1/2] usb: zynqmp: Add XHCI driver support

2015-11-16 Thread Siva Durga Prasad Paladugu
From: Siva Durga Prasad Paladugu Added USB XHCI driver support for zynqmp. Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v5: - Removed __board_usb_init() as per review comment Changes for v4: - Added sanity check for index as per review comment Changes for v3: - Decreased the

[U-Boot] [PATCH v6 2/2] usb: zynqmp: Enable USB XHCI support

2015-11-16 Thread Siva Durga Prasad Paladugu
From: Siva Durga Prasad Paladugu Enable USB XHCI support for ZynqMP Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v6: - None Changes for v5: - None Changes for v4: - None Changes for v3: - Removed extra space between # and define as per review comment Changes for v2: - None

[U-Boot] [PATCH v6 1/2] usb: zynqmp: Add XHCI driver support

2015-11-16 Thread Siva Durga Prasad Paladugu
From: Siva Durga Prasad Paladugu Added USB XHCI driver support for zynqmp. Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v6: - Used void* instead of char* - Define and used variable hclen to get rid of code duplication - used %p to print pointers and avoid tyepcasts. Changes

[U-Boot] [PATCH v3 1/2] zynqmp: nand: Add Nand driver support for zynqmp

2015-11-17 Thread Siva Durga Prasad Paladugu
Add nand driver support for zynqmp. The Nand controller used in ZynqMP is Arasan Nand Flash controller. Signed-off-by: Siva Durga Prasad Paladugu --- Changes from v2: - Moved config NAND_ARASAN to driver/mtd/nand/Kconfig as per review comment Changes from v1: - Newly added in series

[U-Boot] [PATCH v3 2/2] arasan: nfc: Add initial nand driver support for arasan

2015-11-17 Thread Siva Durga Prasad Paladugu
Added initial nand driver support for arasan nand flash controller.This supports nand erase,nand read, nand write This uses the hardware ECC for read and write operations ZynqMP uses this driver. Signed-off-by: Siva Durga Prasad Paladugu --- Changes from v2: - Changed licensing to GPL2.0

[U-Boot] [PATCH] board: Xilinx: zynqmp: Define checkboard() function

2015-08-04 Thread Siva Durga Prasad Paladugu
Define checkboard() function for zynqMP Signed-off-by: Siva Durga Prasad Paladugu --- board/xilinx/zynqmp/zynqmp.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c index 0c9a814..70d9c2c 100644 --- a/board

[U-Boot] [PATCH 2/3] usb: zynqmp: Add XHCI driver support

2015-08-04 Thread Siva Durga Prasad Paladugu
Added USB XHCI driver support for zynqmp. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/usb/host/Makefile |1 + drivers/usb/host/xhci-zynqmp.c | 113 +++ include/linux/usb/xhci-zynqmp.h | 56 +++ 3 files changed, 170

[U-Boot] [PATCH 1/3] zynqmp: usb: Add usb dwc3 driver support for zynqmp

2015-08-04 Thread Siva Durga Prasad Paladugu
Added usb dwc3 driver support for zynqmp this also supports the DFU and LTHOR to download the linux images on to RAM and cen be booted from those linux images. Signed-off-by: Siva Durga Prasad Paladugu --- arch/arm/cpu/armv8/zynqmp/Kconfig |3 ++ arch/arm/include/asm/arch-zynqmp

[U-Boot] [PATCH 3/3] usb: zynqmp: Enable USB XHCI support

2015-08-04 Thread Siva Durga Prasad Paladugu
Enable USB XHCI support for ZynqMP Signed-off-by: Siva Durga Prasad Paladugu --- include/configs/xilinx_zynqmp.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 927c917..e00d4ec 100644 --- a

[U-Boot] [PATCH v2 2/2] usb: zynqmp: Enable USB XHCI support

2015-09-01 Thread Siva Durga Prasad Paladugu
Enable USB XHCI support for ZynqMP Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v2: - None --- include/configs/xilinx_zynqmp.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index

[U-Boot] [PATCH v2 1/2] usb: zynqmp: Add XHCI driver support

2015-09-01 Thread Siva Durga Prasad Paladugu
Added USB XHCI driver support for zynqmp. Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v2: - Moved all from xhci-zynqmp.h to .c file as per review comment - Removed ad-hoc function zynqmp_xhci_core_exit() as per review comment --- drivers/usb/host/Makefile |1

Re: [U-Boot] [PATCH v2 1/2] usb: zynqmp: Add XHCI driver support

2015-09-01 Thread Siva Durga Prasad Paladugu
HI Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, September 01, 2015 5:09 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Siva Durga Prasad Paladugu; mon...@monstr.eu > Subject: Re: [PATCH v2 1/2] usb: zynqm

Re: [U-Boot] [PATCH v2 2/2] usb: zynqmp: Enable USB XHCI support

2015-09-01 Thread Siva Durga Prasad Paladugu
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, September 01, 2015 5:09 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Siva Durga Prasad Paladugu > Subject: Re: [PATCH v2 2/2] usb: zynqmp: Enable USB XHCI suppo

Re: [U-Boot] [PATCH v2 1/2] usb: zynqmp: Add XHCI driver support

2015-09-01 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, September 01, 2015 6:50 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; mon...@monstr.eu > Subject: Re: [PATCH v2 1/2] usb: zynqmp: Add XHCI driver support > >

Re: [U-Boot] [PATCH v2 1/2] usb: zynqmp: Add XHCI driver support

2015-09-01 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, September 01, 2015 7:28 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; mon...@monstr.eu > Subject: Re: [PATCH v2 1/2] usb: zynqmp: Add XHCI driver support > >

[U-Boot] [PATCH v3 1/2] usb: zynqmp: Add XHCI driver support

2015-09-03 Thread Siva Durga Prasad Paladugu
Added USB XHCI driver support for zynqmp. Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v3: - Decreased the phy reset delay to 10 micro secs - Defined base addresses in board config file as per review comment. Changes for v2: - Moved all from xhci-zynqmp.h to .c file as per

[U-Boot] [PATCH v3 2/2] usb: zynqmp: Enable USB XHCI support

2015-09-03 Thread Siva Durga Prasad Paladugu
Enable USB XHCI support for ZynqMP Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v3: - Removed extra space between # and define as per review comment Changes for v2: - None --- include/configs/xilinx_zynqmp.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff

Re: [U-Boot] [PATCH v4 01/16] spi: Add zynq qspi controller driver

2015-09-03 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Tuesday, September 01, 2015 11:42 AM > To: u-boot@lists.denx.de > Cc: Jagan Teki; Michal Simek; Siva Durga Prasad Paladugu > Subject: [PATCH v4 01/16] spi: Add zynq qspi controller driver &g

[U-Boot] [PATCH v3 1/2] usb: zynqmp: Add XHCI driver support

2015-09-03 Thread Siva Durga Prasad Paladugu
Added USB XHCI driver support for zynqmp. Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v3: - Decreased the phy reset delay to 10 micro secs - Defined base addresses in board config file as per review comment. Changes for v2: - Moved all from xhci-zynqmp.h to .c file as per

[U-Boot] [PATCH v3 2/2] usb: zynqmp: Enable USB XHCI support

2015-09-03 Thread Siva Durga Prasad Paladugu
Enable USB XHCI support for ZynqMP Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v3: - Removed extra space between # and define as per review comment Changes for v2: - None --- include/configs/xilinx_zynqmp.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff

Re: [U-Boot] [PATCH v4 01/16] spi: Add zynq qspi controller driver

2015-09-03 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Thursday, September 03, 2015 1:38 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Michal Simek > Subject: Re: [PATCH v4 01/16] spi: Add zynq qspi controller driver >

Re: [U-Boot] [PATCH v3 1/2] usb: zynqmp: Add XHCI driver support

2015-09-03 Thread Siva Durga Prasad Paladugu
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Thursday, September 03, 2015 3:04 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Siva Durga Prasad Paladugu > Subject: Re: [PATCH v3 1/2] usb: zynqmp: Add XHCI driver suppo

[U-Boot] [PATCH v4 2/2] usb: zynqmp: Enable USB XHCI support

2015-09-04 Thread Siva Durga Prasad Paladugu
Enable USB XHCI support for ZynqMP Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v4: - None Changes for v3: - Removed extra space between # and define as per review comment Changes for v2: - None --- include/configs/xilinx_zynqmp.h |8 1 files changed, 8 insertions

[U-Boot] [PATCH v4 1/2] usb: zynqmp: Add XHCI driver support

2015-09-04 Thread Siva Durga Prasad Paladugu
Added USB XHCI driver support for zynqmp. Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v4: - Added sanity check for index as per review comment Changes for v3: - Decreased the phy reset delay to 10 micro secs - Defined base addresses in board config file as per review comment

Re: [U-Boot] [PATCH v4 01/16] spi: Add zynq qspi controller driver

2015-09-04 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Thursday, September 03, 2015 1:38 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Michal Simek > Subject: Re: [PATCH v4 01/16] spi: Add zynq qspi controller driver >

Re: [U-Boot] [PATCH v4 1/2] usb: zynqmp: Add XHCI driver support

2015-09-06 Thread Siva Durga Prasad Paladugu
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Saturday, September 05, 2015 6:46 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Siva Durga Prasad Paladugu > Subject: Re: [PATCH v4 1/2] usb: zynqmp: Add XHCI driver supp

Re: [U-Boot] Zynq build failure

2015-09-09 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Wednesday, September 09, 2015 12:57 PM > To: Siva Durga Prasad Paladugu > Cc: Michal Simek; u-boot@lists.denx.de > Subject: Re: [U-Boot] Zynq build failure > > On 9 September 2

Re: [U-Boot] Zynq build failure

2015-09-09 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Tuesday, September 08, 2015 11:22 PM > To: Michal Simek > Cc: Siva Durga Prasad Paladugu; u-boot@lists.denx.de > Subject: Re: [U-Boot] Zynq build failure > > On 8 September 201

[U-Boot] [PATCH] zynq-common: Define spi args offset and size

2015-09-10 Thread Siva Durga Prasad Paladugu
Define CONFIG_SYS_SPI_ARGS_OFFS, CONFIG_SYS_SPI_ARGS_SIZE and CONFIG_SYS_SPI_KERNEL_OFFS which will be used in SPL spi mode. Signed-off-by: Siva Durga Prasad Paladugu --- - This patch is based on u-boot-spi/master branch --- include/configs/zynq-common.h | 4 1 file changed, 4 insertions

Re: [U-Boot] [PATCH 1/4] sf: params: Add IS25LP032 part support

2015-09-14 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Tuesday, September 08, 2015 2:52 PM > To: u-boot@lists.denx.de > Cc: Jagan Teki; Siva Durga Prasad Paladugu; Michal Simek > Subject: Re: [PATCH 1/4] sf: params: Add IS25LP032 part su

[U-Boot] [PATCH v2] zynq-common: Define spi args offset and size

2015-09-14 Thread Siva Durga Prasad Paladugu
Define CONFIG_SYS_SPI_ARGS_OFFS, CONFIG_SYS_SPI_ARGS_SIZE and CONFIG_SYS_SPI_KERNEL_OFFS which will be used in SPL spi mode. These macros defines the device tree offset, size and the kernel image offset in flash respectively. Signed-off-by: Siva Durga Prasad Paladugu --- Changes for v2: - Moved

[U-Boot] [PATCH] sf: probe: Add support to set Quad enable bit for ISSI

2015-09-14 Thread Siva Durga Prasad Paladugu
Added support to set the quad enable bit in status register for ISSI parts. Tis would be same as for Macronix parts. Signed-off-by: Siva Durga Prasad Paladugu --- - This patch is based on u-boot-spi/master --- drivers/mtd/spi/sf_internal.h |1 + drivers/mtd/spi/sf_probe.c|5 +++-- 2

Re: [U-Boot] [PATCH 1/4] sf: params: Add IS25LP032 part support

2015-09-14 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Monday, September 14, 2015 12:11 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Michal Simek > Subject: Re: [PATCH 1/4] sf: params: Add IS25LP032 part support >

Re: [U-Boot] [PATCH v2] zynq-common: Define spi args offset and size

2015-09-14 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Monday, September 14, 2015 1:06 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Siva Durga Prasad Paladugu > Subject: Re: [PATCH v2] zynq-common: Define spi args offset

Re: [U-Boot] [PATCH v3 2/2] arasan: nfc: Add initial nand driver support for arasan

2015-12-08 Thread Siva Durga Prasad Paladugu
Hi Scott, > -Original Message- > From: Siva Durga Prasad Paladugu [mailto:siva.durga.palad...@xilinx.com] > Sent: Tuesday, November 17, 2015 2:30 PM > To: u-boot@lists.denx.de > Cc: scottw...@freescale.com; Michal Simek; Siva Durga Prasad Paladugu > Subject: [PATCH v

Re: [U-Boot] [PATCH v2] armv8: caches: Added routine to set non cacheable region

2015-05-11 Thread Siva Durga Prasad Paladugu
Hi Mark, > -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: Wednesday, April 29, 2015 10:00 PM > To: Michal Simek > Cc: u-boot@lists.denx.de; Albert Aribaud; Marek Vasut; Tom Rini; Siva Durga > Prasad Paladugu; Varun Sethi; Thierry Reding

Re: [U-Boot] [PATCH v2] armv8: caches: Added routine to set non cacheable region

2015-05-13 Thread Siva Durga Prasad Paladugu
Hi Mark, > -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: Wednesday, May 13, 2015 11:01 PM > To: Siva Durga Prasad Paladugu > Cc: Michal Simek; u-boot@lists.denx.de; Albert Aribaud; Marek Vasut; Tom > Rini; Varun Sethi; Thierry Reding; Ar

[U-Boot] [PATCH v3] armv8: caches: Added routine to set non cacheable region

2015-05-25 Thread Siva Durga Prasad Paladugu
Added routine mmu_set_region_dcache_behaviour() to set a particular region as non cacheable. Define dummy routine for mmu_set_region_dcache_behaviour() to handle incase of dcache off. Signed-off-by: Siva Durga Prasad Paladugu Acked-by: Michal Simek --- Changes in v3: - Removed board

[U-Boot] [PATCH 3/4] Kconfig: zynqMP: Move CONFIG_SYS_TEXT_BASE to defconfig

2015-06-10 Thread Siva Durga Prasad Paladugu
Move CONFIG_SYS_TEXT_BASE of ZynqMP_ep to its respective defconfig Signed-off-by: Siva Durga Prasad Paladugu --- Kconfig |2 +- configs/zynqmp_ep_defconfig |1 + include/configs/xilinx_zynqmp.h |1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff

[U-Boot] [PATCH 2/4] zynqmp: Define ep config for ZynqMP

2015-06-10 Thread Siva Durga Prasad Paladugu
Define a new config "zynqmp_ep" for ZynqMP instead of xilinx_zynqmp. This defconfig supports all emulation platforms of ZynqMP. Also renamed TARGET_XILINX_ZYNQMP to ARCH_ZYNQMP. Signed-off-by: Siva Durga Prasad Paladugu --- arch/arm/Kconfig |2 +-

[U-Boot] [PATCH 4/4] zynqmp: Provide option to enable uart dcc support for zynqmp

2015-06-10 Thread Siva Durga Prasad Paladugu
Provide option to enable uart dcc support for zynqmp This config can be enabled as per board config file. Signed-off-by: Siva Durga Prasad Paladugu --- include/configs/xilinx_zynqmp.h |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/include/configs

[U-Boot] [PATCH 1/4] zynqmp: Kconfig: Move zynqmp Kconfig

2015-06-10 Thread Siva Durga Prasad Paladugu
Move the zynqmp Kconfig from board to arch as there may be different boards under same architecture. Signed-off-by: Siva Durga Prasad Paladugu --- arch/arm/Kconfig |3 ++- .../xilinx => arch/arm/cpu/armv8}/zynqmp/Kconfig |0 2 files changed

Re: [U-Boot] [PATCH v3] armv8: caches: Added routine to set non cacheable region

2015-06-11 Thread Siva Durga Prasad Paladugu
Hi Mark, > -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: Thursday, May 28, 2015 3:10 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Michal Simek; Siva Durga Prasad Paladugu > Subject: Re: [PATCH v3] armv8: caches: Added

[U-Boot] [PATCH v4] armv8: caches: Added routine to set non cacheable region

2015-06-26 Thread Siva Durga Prasad Paladugu
Added routine mmu_set_region_dcache_behaviour() to set a particular region as non cacheable. Define dummy routine for mmu_set_region_dcache_behaviour() to handle incase of dcache off. Signed-off-by: Siva Durga Prasad Paladugu Acked-by: Michal Simek --- Changes for v4: - Added DSB and ISB'

Re: [U-Boot] [PATCH v4] armv8: caches: Added routine to set non cacheable region

2015-07-06 Thread Siva Durga Prasad Paladugu
Hi Mark, Do you have any more comments on this. If not, can you take up this patch. Regards, DP > -Original Message- > From: Siva Durga Prasad Paladugu [mailto:siva.durga.palad...@xilinx.com] > Sent: Friday, June 26, 2015 6:05 PM > To: u-boot@lists.denx.de > Cc: mark.

[U-Boot] [PATCH] sf: Correct the macros as per new array fast read command

2015-03-11 Thread Siva Durga Prasad Paladugu
Correct the macros as per insertion of array fast read command CMD_READ_ARRAY_FAST in spi_read_cmds_array in file sf_probe.c Signed-off-by: Siva Durga Prasad Paladugu --- include/spi.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/spi.h b/include/spi.h

[U-Boot] [PATCH] sf: Poll both the read status and flag status

2015-03-11 Thread Siva Durga Prasad Paladugu
Poll both the Read status and Flag status registers for sucessful erase and program operations for the Micron devices with E_FSR flag set in params table. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/mtd/spi/sf_ops.c | 32 +--- 1 file changed, 25 insertions

Re: [U-Boot] [PATCH v5 01/23] spi: zynq_[q]spi: Use BIT macro

2015-10-25 Thread Siva Durga Prasad Paladugu
> -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Saturday, October 24, 2015 9:09 AM > To: u-boot@lists.denx.de > Cc: Jagan Teki; Siva Durga Prasad Paladugu; Michal Simek > Subject: [PATCH v5 01/23] spi: zynq_[q]spi: Use BIT macro >

Re: [U-Boot] [PATCH v5 02/23] spi: zynq_[q]spi: Use GENMASK macro

2015-10-26 Thread Siva Durga Prasad Paladugu
> -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: Saturday, October 24, 2015 9:09 AM > To: u-boot@lists.denx.de > Cc: Jagan Teki; Siva Durga Prasad Paladugu; Michal Simek > Subject: [PATCH v5 02/23] spi: zynq_[q]spi: Use GENMASK macro > &g

[U-Boot] [UBOOT PATCH v2 1/2] zynqmp: nand: Add Nand driver support for zynqmp

2015-11-06 Thread Siva Durga Prasad Paladugu
Add nand driver support for zynqmp. The Nand controller used in ZynqMP is Arasan Nand Flash controller. Signed-off-by: Siva Durga Prasad Paladugu --- Changes from v1: - Newly added in series --- arch/arm/cpu/armv8/zynqmp/Kconfig | 3 +++ arch/arm/include/asm/arch-zynqmp/hardware.h | 2

[U-Boot] [UBOOT PATCH v2 2/2] arasan: nfc: Add initial nand driver support for arasan

2015-11-06 Thread Siva Durga Prasad Paladugu
Added initial nand driver support for arasan nand flash controller.This supports nand erase,nand read, nand write This uses the hardware ECC for read and write operations ZynqMP uses this driver. Signed-off-by: Siva Durga Prasad Paladugu --- Changes from v1: - Made some variables global to

[U-Boot] [PATCH 1/2] net: zynq_gem: Added 64-bit addressing support

2018-11-26 Thread Siva Durga Prasad Paladugu
From: Vipul Kumar This patch adds 64-bit addressing support for zynq gem. This means it can perform send and receive operations on 64-bit address buffers. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- drivers/net/zynq_gem.c | 63

[U-Boot] [PATCH 2/2] net: zynq_gem: Add check for 64-bit dma support by hardware

2018-11-26 Thread Siva Durga Prasad Paladugu
This patch throws an error if 64-bit support is expected but DMA hardware is not capable of 64-bit support. It also prints a debug message if DMA is capable of 64-bit but not using it. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- drivers/net/zynq_gem.c | 24

[U-Boot] [PATCH 1/2] net: phy: Move fixed link code to separate routine

2018-11-26 Thread Siva Durga Prasad Paladugu
This patch moves fixed-link functionality code to a separate routine inorder to make it more modular and cleaner. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- drivers/net/phy/phy.c | 34 +++--- 1 file changed, 27 insertions(+), 7

[U-Boot] [PATCH 2/2] net: phy: Add gmiitorgmii converter support

2018-11-26 Thread Siva Durga Prasad Paladugu
This bridge just needs to be configured based on real phy negotiated speed and duplex. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- drivers/net/phy/Kconfig | 7 +++ drivers/net/phy/Makefile| 1 + drivers/net/phy/phy.c

[U-Boot] [RFC PATCH] mmc: sdhci: zynqmp: Added support to read tap delay values from DT

2018-12-03 Thread Siva Durga Prasad Paladugu
From: Vipul Kumar This patch added support to read ITAP and OTAP delay values from the device tree. If the DT does not contain tap delay values, the predefined values will be used for the same. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek

[U-Boot] [RFC PATCH] usb: composite: Fix max packet size for USB3.0

2018-12-12 Thread Siva Durga Prasad Paladugu
superspeed. With out this patch, the max packet size is overflowed to zero as the bMaxPacketsize is of u8 and hence host is not able to detect this device. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/usb/gadget/composite.c | 17 +++-- 1 file changed, 15 insertions(+), 2

[U-Boot] [PATCH] usb: composite: Fix max packet size for USB3.0

2018-12-13 Thread Siva Durga Prasad Paladugu
superspeed. Without this patch, the max packet size is overflowed to zero as the bMaxPacketsize is of u8 and hence host is not able to detect this device. Signed-off-by: Siva Durga Prasad Paladugu Reviewed-by: Bin Meng --- Changes from RFC: - Fixed typo in description as per comment. --- drivers

[U-Boot] Query on FAT file system

2018-08-29 Thread Siva Durga Prasad Paladugu
Hi, I have below queries on FAT filesystem support in uboot. It would be really helpful if someone can provide some insight into these. 1. fatwrite command is not able to write into subdirectories, but able to perform same ops on to root directory, its treating / as part of file name whi

[U-Boot] [PATCH] net: zynq_gem: Fix reading of max-speed property

2018-09-04 Thread Siva Durga Prasad Paladugu
max-speed property is part of phynode and it has to be read using ofnode_read_u32_default(). This fixes the issue of incorrect max-speed read from DT. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/net/zynq_gem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a

[U-Boot] [PATCH v2] usb: dwc3: convert to livetree

2018-09-06 Thread Siva Durga Prasad Paladugu
From: Vipul Kumar Update the DWC3 USB driver to support a live tree. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Vipul Kumar Tested-by: Michal Simek --- Changes in v2: - Fixed travis build issues with some platforms. --- drivers/usb/common/common.c | 11

Re: [U-Boot] [PATCH v2] usb: dwc3: convert to livetree

2018-09-06 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Thursday, September 06, 2018 4:28 PM > To: Siva Durga Prasad Paladugu ; u- > b...@lists.denx.de > Cc: Michal Simek ; bmeng...@gmail.com; > s...@chromium.org; yamada.masah...@socionext.com; Vip

Re: [U-Boot] [PATCH v2] usb: dwc3: convert to livetree

2018-09-06 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Michal Simek [mailto:michal.si...@xilinx.com] > Sent: Thursday, September 06, 2018 7:36 PM > To: Siva Durga Prasad Paladugu ; u- > b...@lists.denx.de > Cc: Michal Simek ; ma...@denx.de; > bmeng...@gmail.com; s...@chromiu

  1   2   3   4   >