[U-Boot] [UBOOT PATCH 0/2] eeprom: Moved eeprom u-boot headers to the Kconfig

2018-02-22 Thread Vipul Kumar
This series of patch added Kconfig support for eeprom u-boot headers and enabled in respective defconfig. These are the configs: -CONFIG_ZYNQ_EEPROM -CONFIG_ZYNQ_EEPROM_BUS -CONFIG_ZYNQ_GEM_EEPROM_ADDR Vipul Kumar (2): eeprom: Added Kconfig support for ZYNQ_EEPROM eeprom: Added Kconfig suppor

[U-Boot] [UBOOT PATCH 2/2] eeprom: Added Kconfig support for eeprom u-boot headers

2018-02-22 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_EEPROM_BUS and CONFIG_ZYNQ_GEM_EEPROM_ADDR and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- configs/syzygy_hub_defconfig | 1 + configs/xilinx_zynqmp_zcu102_rev1_0_

Re: [U-Boot] [UBOOT PATCH 2/2] spi: Added Kconfig support for SYS_ZYNQ_SPI_WAIT and XILINX_SPI_IDLE_VAL

2018-02-26 Thread Michal Simek
On 16.2.2018 15:14, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_SYS_ZYNQ_SPI_WAIT > and CONFIG_XILINX_SPI_IDLE_VAL and set default value. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > drivers/spi/Kconfig | 12 > drivers

Re: [U-Boot] [UBOOT PATCH 6/6] i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1

2018-02-26 Thread Michal Simek
On 16.2.2018 14:37, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_I2C0 and > CONFIG_ZYNQ_I2C1 and enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > configs/syzygy_hub_defconfig | 1 + >

Re: [U-Boot] [UBOOT PATCH 0/6] i2c: Moved i2c u-boot headers to Kconfig

2018-02-26 Thread Michal Simek
On 16.2.2018 14:37, Vipul Kumar wrote: > This series of patch moved i2c u-boot headers to > the Kconfig and enabled in respective defconfig. > > These are the configs: > -CONFIG_SYS_I2C_ZYNQ > -CONFIG_SYS_I2C_ZYNQ_SLAVE > -CONFIG_SYS_I2C_ZYNQ_SPEED > -CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET > -CONFIG_ZYNQ_

Re: [U-Boot] [UBOOT PATCH 1/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI0

2018-02-26 Thread Michal Simek
On 22.2.2018 12:49, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_SDHCI0 and > enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > arch/arm/cpu/armv8/zynqmp/Kconfig| 5 + > configs/xil

[U-Boot] [UBOOT PATCH v2 0/2] spi: Moved spi u-bbot headers to Kconfig

2018-02-27 Thread Vipul Kumar
This seris of patch moved spi headers to Kconfig. These are the configs: -CONFIG_SYS_ZYNQ_SPI_WAIT -CONFIG_XILINX_SPI_IDLE_VAL -CONFIG_SYS_ZYNQ_QSPI_WAIT -Changes in V2: - Added depends on ZYNQ_QSPI - Added depends on XILINX_SPI - Branch: u-boot-microblaze/kconfig Vipul Kumar (2): qspi: Added K

[U-Boot] [UBOOT PATCH v2 2/2] spi: Added Kconfig support for SYS_ZYNQ_SPI_WAIT and XILINX_SPI_IDLE_VAL

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_ZYNQ_SPI_WAIT and CONFIG_XILINX_SPI_IDLE_VAL and set default value. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in V2: - Added depends on XILINX_SPI - Branch: u-boot-microblaze/kconfig --- drivers/spi/Kconfig

[U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and enabled it in defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Added depends on MMC_SDHCI_ZYNQ - Branch: u-boot-microblaze/kconfig --- arch/arm/cpu/armv8/zynqmp/Kconfig

[U-Boot] [UBOOT PATCH v2 1/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI0

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI0 and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Added depends on MMC_SDHCI_ZYNQ - Branch: u-boot-microblaze/kconfig --- arch/arm/cpu/armv8/zynqmp/Kconfig

[U-Boot] [UBOOT PATCH v2 1/2] eeprom: Enabled eeprom u-boot headers in defconfig

2018-02-28 Thread Vipul Kumar
This patch enabled eeprom related u-boot headers in the respective defconfig and removed CONFIG_ZYNQ_EEPROM. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Removed CONFIG_ZYNQ_EEPROM for zynqmp. - Enabled configs defined under CONFIG_ZYNQ_EEPROM for z

Re: [U-Boot] [UBOOT PATCH v2 2/2] microblaze: wdt: Added Kconfig support for CONFIG_XILINX_TB_WATCHDOG

2018-03-01 Thread Michal Simek
On 28.2.2018 07:02, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_XILINX_TB_WATCHDOG > and enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > - Changes in v2: > - Added select HW_WATCHDOG > - Branch: u-boot-mi

[U-Boot] [UBOOT PATCH v3 2/7] mmc: sdhci: Handle execute tuning command in sdhci_send_command

2018-04-19 Thread Siva Durga Prasad Paladugu
From: Siva Durga Prasad Paladugu This patch upadted sdhci_send_command to handle execute tuning command. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/mmc/sdhci.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index

[U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP

2018-04-19 Thread Siva Durga Prasad Paladugu
This patch series is meant to add SD3.0 support for ZynqMP platform. The first five patches in the series mostly setting up things in sdhci layer to support SD3.0 , the sixth patch is to add SD3.0 support for ZynqMP platform and the last patch is to enable this support for ZynqMP zcu102 rev1.0 eval

[U-Boot] [UBOOT PATCH] env: mmc: Fix misaligned buffer address when saving envvars to FAT

2018-05-17 Thread Vipul Kumar
From: Gary Mussar When doing a u-boot saveenv with the environment in FAT we see the following warning: ZynqMP> saveenv Saving Environment to FAT... writing uboot.env FAT: Misaligned buffer address (7deb9b60) done This can be eliminated by aligning the environment to an appropriate boun

Re: [U-Boot] [Uboot-stm32] [PATCH v3 14/15] stm32mp1: board: add spi nand support

2019-10-23 Thread Patrice CHOTARD
Hi Patrick On 10/14/19 9:28 AM, Patrick Delaunay wrote: > This patch adds the support of the spi nand device in mtdparts command > and in dfu_alt_info. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v3: None > Changes in v2: None > > board/st/stm32mp1/stm32mp1.c | 32 ++

[U-Boot] [uboot PATCH 3/4] phy: ti-pipe3: improve DPLL stability for SATA & USB

2019-11-06 Thread Roger Quadros
For increased DPLL stability use the settings recommended in the TRM [1] for PHY_RX registers for SATA and USB. For SATA we need to use spread spectrum settings even though we don't have spread spectrum enabled. The suggested non-spread spectrum settings don't work. [1] DRA75x, DRA74x TRM - http:

[U-Boot] [uboot PATCH 2/4] phy: ti-pipe3: Introduce mode property in driver data

2019-11-06 Thread Roger Quadros
Introduce a mode property in the driver data so that we don't have to keep using "of_device_is_compatible()" throughtout the driver. No functional change. Signed-off-by: Roger Quadros --- drivers/phy/ti-pipe3-phy.c | 34 -- 1 file changed, 28 insertions(+), 6 del

Re: [U-Boot] Uboot is rejecting valid initramfs (compressed cpio) with "Wrong Ramdisk Image Format"

2019-10-12 Thread Qu Wenruo
On 2019/10/12 下午6:52, Qu Wenruo wrote: > Hi, > > I'm using initramfs (gzipped cpio) to boot my board (RockPi4). > > The problem is, if initramfs is loaded other than old initrd, booti > command will just fail with "Wrong Ramdisk Image Format". Well, it looks like Uboot is using wrapped image c

[U-Boot] [uBoot] [Patch v2 2/4] spl: common: Move FAT funcs to a common file

2014-01-16 Thread Dan Murphy
Move the FAT functions to a common location for reuse. Signed-off-by: Dan Murphy --- v2 - No change just a rebase - http://patchwork.ozlabs.org/patch/309264/ common/spl/Makefile |1 + common/spl/spl_fat.c | 96 ++ common/spl/spl_mmc.c |

[U-Boot] [uBoot] [Patch v2 3/4] spl: common: Support for USB MSD FAT image loading

2014-01-16 Thread Dan Murphy
Add SPL support to be able to detect a USB Mass Storage device connected to a USB host. Once a USB Mass storage device is detected the SPL will load the u-boot.img from a FAT partition to target address. Signed-off-by: Dan Murphy --- v2 - Updated spl.h after rebase because the #define did not g

[U-Boot] [UBOOT][PATCH 3/3] ti: qspi: populate slave device to set flash quad bit.

2014-05-05 Thread Sourav Poddar
The patch populates the slave data which will be used by flash driver to set the flash quad enable bit. Signed-off-by: Sourav Poddar --- drivers/spi/ti_qspi.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/ti_qspi.c b/drivers/spi/ti_qspi.c index c5d2245..fd7fea8 100644 --- a

[U-Boot] [UBOOT PATCH 2/2] ARM: Panda: Add flag to allow runtime enviroment varibale mods

2013-04-18 Thread Dan Murphy
Add the flag to allow runtime enviroment variable modifications. This is being added so that the board-name can be modified at runtime to indicate either a panda(4430) or a panda-es(4460) Signed-off-by: Dan Murphy --- include/configs/omap4_panda.h |2 ++ 1 file changed, 2 insertions(+) diff

[U-Boot] [uBoot] [PATCH v2] musb: Move linux and usb compat files to include/linux/usb

2013-06-13 Thread Dan Murphy
Move the linux and usb compat files to the include/linux/usb directory in order for the files to be reused. Added GPLv2 license to the linux and usb compat as well. Signed-off-by: Dan Murphy --- v2 - Fix checkpatch issues only for newly introduced code - http://patchwork.ozlabs.org/patch/251127

Re: [U-Boot] [UBOOT] [PATCH V2 2/2] gpio: omap5-uevm: Configure the tca6424 gpio expander

2013-07-22 Thread Tom Rini
On Tue, Jul 09, 2013 at 12:26:15PM -0500, Dan Murphy wrote: > Configure the tca6424 gpio expander > This allows use of the debug and tri color LEDs. > > Signed-off-by: Dan Murphy Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [UBOOT] [PATCH V2 1/2] gpio: tca642x: Add the tca642x gpio expander driver

2013-07-23 Thread Tom Rini
On Tue, Jul 09, 2013 at 12:26:14PM -0500, Dan Murphy wrote: > Add the tca642x gpio expander driver > > Datasheet: > http://www.ti.com/product/tca6424a > > Signed-off-by: Dan Murphy Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [UBOOT][PATCH 3/5] configs: dra7-evm: Add mtd parts info for qspi.

2014-04-02 Thread Tom Rini
On Wed, Apr 02, 2014 at 04:06:11PM +0530, Sourav Poddar wrote: > Add MTD partition info for qspi on dra7 evm > > Signed-off-by: Sourav Poddar [snip] > +/* > + * Default to using SPI for environment, etc. > + * 0x00 - 0x01 : QSPI.SPL (64KiB) > + * 0x01 - 0x02 : QSPI.SPL.backup1 (6

Re: [U-Boot] [UBOOT][PATCH 3/5] configs: dra7-evm: Add mtd parts info for qspi.

2014-04-02 Thread Jagan Teki
On Wed, Apr 2, 2014 at 4:06 PM, Sourav Poddar wrote: > Add MTD partition info for qspi on dra7 evm > > Signed-off-by: Sourav Poddar > --- > include/configs/dra7xx_evm.h | 46 > ++ > 1 file changed, 46 insertions(+) > > diff --git a/include/configs/dra7x

Re: [U-Boot] [UBOOT][PATCH 3/5] configs: dra7-evm: Add mtd parts info for qspi.

2014-04-02 Thread Sourav Poddar
On Thursday 03 April 2014 11:59 AM, Jagan Teki wrote: On Wed, Apr 2, 2014 at 4:06 PM, Sourav Poddar wrote: Add MTD partition info for qspi on dra7 evm Signed-off-by: Sourav Poddar --- include/configs/dra7xx_evm.h | 46 ++ 1 file changed, 46 insertio

[U-Boot] [UBOOT RFC PATCH 01/13] include: linux: preparation for porting dwc3 from linux kernel

2014-08-18 Thread Kishon Vijay Abraham I
Fixes a bunch of header files in linux/usb in order to seamlessly port dwc3 usb driver from linux kernel to uboot. Signed-off-by: Kishon Vijay Abraham I --- include/linux/compat.h | 12 +-- include/linux/usb/composite.h | 12 +++ include/linux/usb/gadget.h | 75 ++

[U-Boot] [UBOOT RFC PATCH 05/13] usb: dwc3-omap: Add dwc3 glue driver for OMAP

2014-08-18 Thread Kishon Vijay Abraham I
Ported dwc3-omap driver from linux kernel to uboot. Signed-off-by: Kishon Vijay Abraham I --- drivers/usb/dwc3/Makefile | 2 + drivers/usb/dwc3/dwc3-omap.c | 447 ++ include/dwc3-omap-uboot.h | 32 +++ include/linux/usb/dwc3-omap.h | 19 ++ 4

[U-Boot] [UBOOT RFC PATCH 11/13] commom: usb: implement "__weak" functions to make compiler happy

2014-08-18 Thread Kishon Vijay Abraham I
Implemented __weak functions for board_usb_cleanup, board_usb_gadget_handle_interrupts and usb_gadget_handle_interrupts to get of compiler errors in platforms that haven't implemented these functions. Signed-off-by: Kishon Vijay Abraham I --- common/usb.c | 18 ++ 1 file changed,

[U-Boot] [UBOOT RFC PATCH 13/13] dwc3: core: Change the bounce buffer size to 4096

2014-08-18 Thread Kishon Vijay Abraham I
Bounce buffer is used for transferring requests which is not maxpacket aligned. In the case of DFU the requests can be upto 4096 bytes. While the actual fix for this should be using two chained TRBs to handle the transfer, this can be used as a temporary fix. Signed-off-by: Kishon Vijay Abraham I

Re: [U-Boot] [UBOOT RFC PATCH 00/13] DRA7xx: Add DWC3 USB driver and enable DFU

2014-08-18 Thread Tom Rini
On Mon, Aug 18, 2014 at 07:58:22PM +0530, Kishon Vijay Abraham I wrote: > Ported DWC3 driver from linux kernel v3.16 to uboot and enabled DFU in DRA7xx. > Tested only with DFU ram. > > While I kept the dwc3 driver pretty much the same from linux kernel, I have > created a single driver for both U

Re: [U-Boot] [UBOOT RFC PATCH 00/13] DRA7xx: Add DWC3 USB driver and enable DFU

2014-08-19 Thread Lukasz Majewski
Hi Kishon, > Ported DWC3 driver from linux kernel v3.16 to uboot and enabled DFU > in DRA7xx. Tested only with DFU ram. I'm afraid that only testing the code with DFU ram is not enough. I'd _appreciate_ if you had CCed other people involved in DFU/UDC/USB development to this RFC. I've CCed Marek

[U-Boot] [UBOOT PATCH v4 3/3] x86: Add DSDT table for supporting ACPI on QEMU

2015-08-17 Thread Saket Sinha
The DSDT table contains a bytecode that is executed by a driver in the kernel. Signed-off-by: Saket Sinha --- arch/x86/cpu/qemu/Makefile | 2 +- arch/x86/cpu/qemu/acpi/cpu-hotplug.asl | 78 +++ arch/x86/cpu/qemu/acpi/dbug.asl| 26 +++ arch/x86/cpu/qemu/acpi/hpet.asl

[U-Boot] [UBOOT PATCH v5 3/3] x86: Add DSDT table for supporting ACPI on QEMU

2015-08-17 Thread Saket Sinha
The DSDT table contains a bytecode that is executed by a driver in the kernel. Signed-off-by: Saket Sinha --- arch/x86/cpu/qemu/Makefile | 2 +- arch/x86/cpu/qemu/acpi/cpu-hotplug.asl | 78 +++ arch/x86/cpu/qemu/acpi/dbug.asl| 26 +++ arch/x86/cpu/qemu/acpi/hpet.asl

[U-Boot] [UBOOT PATCH v6 3/3] x86: Add DSDT table for supporting ACPI on QEMU

2015-08-21 Thread Saket Sinha
The DSDT table contains a bytecode that is executed by a driver in the kernel. Signed-off-by: Saket Sinha --- arch/x86/cpu/qemu/Makefile | 2 +- arch/x86/cpu/qemu/acpi/cpu-hotplug.asl | 80 +++ arch/x86/cpu/qemu/acpi/dbug.asl| 25 ++ arch/x86/cpu/qemu/acpi/hpet.asl

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

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

2015-11-06 Thread Scott Wood
On Fri, 2015-11-06 at 16:52 +0530, Siva Durga Prasad Paladugu wrote: > 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

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] zynqmp: nand: Add Nand dri

[U-Boot] [UBOOT PATCH 2/2] zynqmp: zcu102: Add qspi driver support for ZynqMP ZCU102 board

2017-10-24 Thread Siva Durga Prasad Paladugu
This patch adds qspi driver support for ZynqMP ZCU102 board. Signed-off-by: Siva Durga Prasad Paladugu --- configs/xilinx_zynqmp_zcu102_revB_defconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig b/configs/xilinx_zynqmp_zcu102_revB_defcon

Re: [U-Boot] [UBOOT PATCH 1/4] armv7: psci: make v7_flush_dcache_all public for all psci code

2016-08-19 Thread Tom Rini
On Fri, Aug 19, 2016 at 05:20:30PM +0800, macro.wav...@gmail.com wrote: > From: Hongbo Zhang > > The v7_flush_dcache_all function will be called by ls102xa platform system > suspend, it is necessary to make it a public call instead of a local one, but > changing the LENTRY to ENTRY isn't enough,

Re: [U-Boot] [UBoot] [PATCH] configs: am4xhs: Modify SPL load address to fix UART boot issue

2016-08-29 Thread Tom Rini
On Wed, Aug 24, 2016 at 04:41:22PM -0400, Srinivas, Madan wrote: > From: Madan Srinivas > > An issue in the TI secure image generation tool causes the ROM to > load the SPL at a different load address than what is specified by > CONFIG_ISW_ENTRY_ADDR while doing a peripheral boot on HS devices.

[U-Boot] [UBOOT v2 13/15] mmc: sdhci: Update execute tuning and set clock for HS200

2017-01-30 Thread Siva Durga Prasad Paladugu
Update execute tuning and set clock to support for HS200 mode. Signed-off-by: Siva Durga Prasad Paladugu --- Changes from v1: - Split the patch with only sdhci related changes --- drivers/mmc/sdhci.c | 18 +- include/mmc.h | 1 + 2 files changed, 14 insertions(+), 5 deleti

Re: [U-Boot] [UBOOT PATCH 1/4] armv7: psci: make v7_flush_dcache_all public for all psci code

2016-09-20 Thread york sun
On 08/19/2016 02:20 AM, macro.wav...@gmail.com wrote: > From: Hongbo Zhang > > The v7_flush_dcache_all function will be called by ls102xa platform system > suspend, it is necessary to make it a public call instead of a local one, but > changing the LENTRY to ENTRY isn't enough, because there is an

[U-Boot] [uboot] [PATCH 2/2] net: phy: ti: Allow the driver to be more configurable

2016-04-05 Thread Dan Murphy
Not all devices use the same internal delay or fifo depth. Add the ability to set the internal delay for rx or tx and the fifo depth via the devicetree. If the value is not set in the devicetree then set the delay to the default. If devicetree is not used then use the default defines within the d

Re: [U-Boot] [uboot] [PATCH 1/2] net: phy: dp83867: Add device tree bindings and documentation

2016-04-05 Thread Tom Rini
On Tue, Apr 05, 2016 at 10:05:21AM -0500, Dan Murphy wrote: > Add the device tree bindings and the accompanying documentation > for the TI DP83867 Giga bit ethernet phy driver. > > The original document was from: > [commit 2a10154abcb75ad0d7b6bfea6210ac743ec60897 from the Linux kernel] > > S

[U-Boot] [uboot] [PATCH v2 1/2] net: phy: dp83867: Add device tree bindings and documentation

2016-04-05 Thread Dan Murphy
Add the device tree bindings and the accompanying documentation for the TI DP83867 Giga bit ethernet phy driver. The original document was from: [commit 2a10154abcb75ad0d7b6bfea6210ac743ec60897 from the Linux kernel] Signed-off-by: Dan Murphy --- v2 - Align the documentation with the actual

[U-Boot] [uboot][PATCH v3 1/2] net: phy: dp83867: Add device tree bindings and documentation

2016-04-06 Thread Dan Murphy
Add the device tree bindings and the accompanying documentation for the TI DP83867 Giga bit ethernet phy driver. The original document was from: [commit 2a10154abcb75ad0d7b6bfea6210ac743ec60897 from the Linux kernel] Signed-off-by: Dan Murphy --- v3 - Modify the binding to the kernel change

[U-Boot] [uboot] [PATCH 1/7] drivers: net: cpsw: Add readinf of DT phy-handle node

2016-04-08 Thread Dan Murphy
Add the ability to read the phy-handle node of the cpsw slave. Upon reading this handle the phy-id can be stored based on the reg node in the DT. The phy-handle also needs to be stored and passed to the phy to access any phy data that is available. Signed-off-by: Dan Murphy --- drivers/net/cps

[U-Boot] [uboot] [PATCH v4 3/7] net: phy: dp83867: Add device tree bindings and documentation

2016-04-08 Thread Dan Murphy
Add the device tree bindings and the accompanying documentation for the TI DP83867 Giga bit ethernet phy driver. The original document was from: [commit 2a10154abcb75ad0d7b6bfea6210ac743ec60897 from the Linux kernel] Signed-off-by: Dan Murphy --- v3- Update the bindings to the reflect the i

[U-Boot] [uboot] [PATCH 2/7] net: zynq_gem: Add the passing of the phy-handle node

2016-04-08 Thread Dan Murphy
Add the ability to pass the phy-handle node offset to the phy driver. This allows the phy driver to access the DT subnode's data and parse accordingly. Signed-off-by: Dan Murphy --- drivers/net/zynq_gem.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/n

[U-Boot] [uboot] [PATCH v5 3/7] net: phy: dp83867: Add device tree bindings and documentation

2016-04-11 Thread Dan Murphy
Add the device tree bindings and the accompanying documentation for the TI DP83867 Giga bit ethernet phy driver. The original document was from: [commit 2a10154abcb75ad0d7b6bfea6210ac743ec60897 from the Linux kernel] Signed-off-by: Dan Murphy --- v5 - Removed /t between define and variable

Re: [U-Boot] [uboot] [PATCH v5 7/7] net: phy: dp83867: Add SGMII helper for configuration

2016-04-13 Thread Dan Murphy
Adding Joe On 04/11/2016 07:18 AM, Dan Murphy wrote: > The code assumed that if the interface is not RGMII configured > then it must be SGMII configured. This device has the ability > to support most of the MII interfaces. Therefore add the > helper for SGMII and only configure the device if the

[U-Boot] [UBOOT PATCH v4 1/4] spi: xilinx: Read reg base address from DTS file

2018-06-28 Thread Vipul Kumar
From: Michal Simek This patch added support to read register base address from DTS file. Signed-off-by: Vipul Kumar --- Changes in v4: - No change --- drivers/spi/xilinx_spi.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/spi/xilinx_spi.c b/drivers/spi/xilin

[U-Boot] [UBOOT PATCH v5 1/4] spi: xilinx: Read reg base address from DTS file

2018-06-29 Thread Vipul Kumar
From: Michal Simek This patch added support to read register base address from DTS file. Signed-off-by: Michal Simek Signed-off-by: Vipul Kumar --- Changes in v5: - No change --- drivers/spi/xilinx_spi.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/spi/xil

[U-Boot] [UBOOT PATCH v4 1/5] lib: fdtdec: Update ram_base to store ram start adddress

2018-07-16 Thread Siva Durga Prasad Paladugu
This patch updates the ram_base to store the start address of the first bank DRAM and the use this ram_base to calculate ram_top properly. This patch fixes the erroneous calculation of ram_top incase of non zero ram start address. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Si

[U-Boot] [UBOOT PATCH v4 3/5] arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h

2018-07-16 Thread Siva Durga Prasad Paladugu
Remove the SDRAM_BASE nad SDRAM_SIZE as it can now get these details from DT. Signed-off-by: Siva Durga Prasad Paladugu --- Changes from v3: - None Changes from v2: - None Changes from v1: - Removed commit reference from description as per comment --- include/configs/zynq_cse.h | 3 --- 1 file

[U-Boot] [UBOOT PATCH] gpio: zynq: Used platdata structure for storing static data instead of priv

2018-07-20 Thread Vipul Kumar
This patch used platdata structure instead of priv for storing static information read from DT. Signed-off-by: Vipul Kumar --- drivers/gpio/zynq_gpio.c | 67 1 file changed, 34 insertions(+), 33 deletions(-) diff --git a/drivers/gpio/zynq_gpio.c

[U-Boot] [UBOOT PATCH v2 1/3] spi: xilinx: Read reg base address from DTS file

2018-06-11 Thread Vipul Kumar
From: Michal Simek This patch added support to read register base address from DTS file. Signed-off-by: Michal Simek Signed-off-by: Vipul Kumar --- drivers/spi/xilinx_spi.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/drivers/spi/xilinx_spi.c b

[U-Boot] [UBOOT PATCH v3 1/3] spi: xilinx: Read reg base address from DTS file

2018-06-21 Thread Vipul Kumar
From: Michal Simek This patch added support to read register base address from DTS file. Signed-off-by: Michal Simek Signed-off-by: Vipul Kumar --- Changes in v3: - Read reg in probe function - Removed xilinx_spi_ofdata_to_platdata function - Removed reading of fifo_depth --- drivers/spi/xili

[U-Boot] [UBOOT PATCH] clk: zynqmp: Fixed the same if/else part error reported by coverity

2018-06-26 Thread Vipul Kumar
This patch fixed the same if/else part error by adding the required source select on the basis of is_pre_src check. Signed-off-by: Vipul Kumar --- drivers/clk/clk_zynqmp.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/clk/clk_zynqmp.c b/drivers/clk/clk_zynqmp.

Re: [U-Boot] [UBOOT PATCH 0/4] fpga: Moved fpga u-boot headers to the Kconfig

2018-02-26 Thread Michal Simek
On 16.2.2018 13:32, Vipul Kumar wrote: > This series of patch moved fpga u-boot headers to the > kconfig and enabled in respective defconfig. > These are the configs: > -CONFIG_FPGA_SPARTAN3 > -CONFIG_FPGA_ZYNQPL > > Vipul Kumar (4): > fpga: Added Kconfig support for FPGA_SPARTAN3 > fpga: Adde

Re: [U-Boot] [UBOOT PATCH 2/2] eeprom: Added Kconfig support for eeprom u-boot headers

2018-02-26 Thread Michal Simek
On 22.2.2018 13:45, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_EEPROM_BUS > and CONFIG_ZYNQ_GEM_EEPROM_ADDR and enabled it in > respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > configs/syzygy_hub_defconfig

Re: [U-Boot] [UBOOT PATCH 2/2] eeprom: Added Kconfig support for eeprom u-boot headers

2018-02-26 Thread Michal Simek
On 26.2.2018 12:08, Michal Simek wrote: > On 22.2.2018 13:45, Vipul Kumar wrote: >> This patch added Kconfig support for CONFIG_ZYNQ_EEPROM_BUS >> and CONFIG_ZYNQ_GEM_EEPROM_ADDR and enabled it in >> respective defconfig. >> >> Signed-off-by: Vipul Kumar >> Signed-off-by: Siva Durga Prasad Paladug

Re: [U-Boot] [UBOOT PATCH v2 0/2] spi: Moved spi u-bbot headers to Kconfig

2018-02-27 Thread Jagan Teki
On Wed, Feb 28, 2018 at 10:57 AM, Vipul Kumar wrote: > This seris of patch moved spi headers to Kconfig. > These are the configs: > -CONFIG_SYS_ZYNQ_SPI_WAIT > -CONFIG_XILINX_SPI_IDLE_VAL > -CONFIG_SYS_ZYNQ_QSPI_WAIT This make unnecessary of adding Kconfig options for local defined macros, Better

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-02-27 Thread Jaehoon Chung
Hi, On 02/28/2018 03:28 PM, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and > enabled it in defconfig. I think that CONFIG_ZYNQ_SDHCI1 is meaningful when CONFIG_ZYNQ_SDHCI0 is enabled. It's used in zynqmp.c and spl.c ..like below.. #if defined(CONFIG_ZYNQ_SDHCI0

[U-Boot] [UBOOT PATCH v2 0/2] eeprom: Moved eeprom u-boot headers to the Kconfig

2018-02-28 Thread Vipul Kumar
This series of patch added Kconfig support for eeprom u-boot headers and enabled in respective defconfig. These are the configs: -CONFIG_ZYNQ_EEPROM_BUS -CONFIG_ZYNQ_GEM_EEPROM_ADDR -Changes in v2: - Removed CONFIG_ZYNQ_EEPROM for zynqmp - Enabled configs defined under CONFIG_ZYNQ_EEPROM for zynq

[U-Boot] [UBOOT PATCH v2 2/2] eeprom: Added Kconfig support for eeprom u-boot headers

2018-02-28 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_EEPROM_BUS and CONFIG_ZYNQ_GEM_EEPROM_ADDR and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in V2: - Added depends on ARCH_ZYNQ - Branch: u-boot-microblaze/kconfig --- conf

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-02-28 Thread Vipul Kumar
Hi Jaehoon, > -Original Message- > From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Sent: Wednesday, February 28, 2018 1:13 PM > To: Vipul Kumar ; u-boot@lists.denx.de > Cc: Vipul Kumar ; michal.si...@xilinx.com; Siva Durga > Prasad Paladugu > Subject: Re: [U-Bo

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-01 Thread Michal Simek
On 28.2.2018 08:42, Jaehoon Chung wrote: > Hi, > > On 02/28/2018 03:28 PM, Vipul Kumar wrote: >> This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and >> enabled it in defconfig. > > I think that CONFIG_ZYNQ_SDHCI1 is meaningful when CONFIG_ZYNQ_SDHCI0 is > enabled. > It's used in zynqmp.c

Re: [U-Boot] [UBOOT PATCH v2 1/2] eeprom: Enabled eeprom u-boot headers in defconfig

2018-03-01 Thread Michal Simek
On 28.2.2018 10:30, Vipul Kumar wrote: > This patch enabled eeprom related u-boot headers in > the respective defconfig and removed CONFIG_ZYNQ_EEPROM. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > - Changes in v2: > - Removed CONFIG_ZYNQ_EEPROM for zynqmp. >

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-01 Thread Jaehoon Chung
On 03/02/2018 12:13 AM, Michal Simek wrote: > On 28.2.2018 08:42, Jaehoon Chung wrote: >> Hi, >> >> On 02/28/2018 03:28 PM, Vipul Kumar wrote: >>> This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and >>> enabled it in defconfig. >> >> I think that CONFIG_ZYNQ_SDHCI1 is meaningful when CONFIG

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-01 Thread Michal Simek
On 2.3.2018 07:27, Jaehoon Chung wrote: > On 03/02/2018 12:13 AM, Michal Simek wrote: >> On 28.2.2018 08:42, Jaehoon Chung wrote: >>> Hi, >>> >>> On 02/28/2018 03:28 PM, Vipul Kumar wrote: This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and enabled it in defconfig. >>> >>> I think

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-02 Thread Jaehoon Chung
On 03/02/2018 04:44 PM, Michal Simek wrote: > On 2.3.2018 07:27, Jaehoon Chung wrote: >> On 03/02/2018 12:13 AM, Michal Simek wrote: >>> On 28.2.2018 08:42, Jaehoon Chung wrote: Hi, On 02/28/2018 03:28 PM, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_SDHC

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-02 Thread Michal Simek
On 2.3.2018 10:01, Jaehoon Chung wrote: > On 03/02/2018 04:44 PM, Michal Simek wrote: >> On 2.3.2018 07:27, Jaehoon Chung wrote: >>> On 03/02/2018 12:13 AM, Michal Simek wrote: On 28.2.2018 08:42, Jaehoon Chung wrote: > Hi, > > On 02/28/2018 03:28 PM, Vipul Kumar wrote: >> This

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-05 Thread Jaehoon Chung
On 03/02/2018 06:18 PM, Michal Simek wrote: > On 2.3.2018 10:01, Jaehoon Chung wrote: >> On 03/02/2018 04:44 PM, Michal Simek wrote: >>> On 2.3.2018 07:27, Jaehoon Chung wrote: On 03/02/2018 12:13 AM, Michal Simek wrote: > On 28.2.2018 08:42, Jaehoon Chung wrote: >> Hi, >> >> O

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-05 Thread Michal Simek
On 5.3.2018 10:38, Jaehoon Chung wrote: > On 03/02/2018 06:18 PM, Michal Simek wrote: >> On 2.3.2018 10:01, Jaehoon Chung wrote: >>> On 03/02/2018 04:44 PM, Michal Simek wrote: On 2.3.2018 07:27, Jaehoon Chung wrote: > On 03/02/2018 12:13 AM, Michal Simek wrote: >> On 28.2.2018 08:42,

Re: [U-Boot] [UBOOT PATCH v2 0/2] spi: Moved spi u-bbot headers to Kconfig

2018-03-05 Thread Michal Simek
On 28.2.2018 08:17, Jagan Teki wrote: > On Wed, Feb 28, 2018 at 10:57 AM, Vipul Kumar wrote: >> This seris of patch moved spi headers to Kconfig. >> These are the configs: >> -CONFIG_SYS_ZYNQ_SPI_WAIT >> -CONFIG_XILINX_SPI_IDLE_VAL >> -CONFIG_SYS_ZYNQ_QSPI_WAIT > > This make unnecessary of adding

Re: [U-Boot] [UBOOT PATCH v2 1/2] eeprom: Enabled eeprom u-boot headers in defconfig

2018-03-06 Thread Michal Simek
On 1.3.2018 16:37, Michal Simek wrote: > On 28.2.2018 10:30, Vipul Kumar wrote: >> This patch enabled eeprom related u-boot headers in >> the respective defconfig and removed CONFIG_ZYNQ_EEPROM. >> >> Signed-off-by: Vipul Kumar >> Signed-off-by: Siva Durga Prasad Paladugu >> --- >> - Changes in v

[U-Boot] [UBOOT PATCH v3 4/7] mmc: sdhci: Invoke platform specific tuning and delay routines

2018-04-19 Thread Siva Durga Prasad Paladugu
From: Siva Durga Prasad Paladugu This patch adds support to invoke any platform specific tuning and delay routines if available. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/mmc/sdhci.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/mmc/sdhci.c b

[U-Boot] [UBOOT PATCH v3 7/7] zynqmp: zcu102: Enable UHS support for ZCU102 Rev1.0 board

2018-04-19 Thread Siva Durga Prasad Paladugu
This patch enables UHS support for ZynqMP zcu102 rev 1.0 board. Signed-off-by: Siva Durga Prasad Paladugu --- configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig b/configs/xilinx_zynqmp_zcu102_rev1_0_d

[U-Boot] [UBOOT PATCH v3 5/7] mmc : sdhci: Read capabilities register1 and update host caps

2018-04-19 Thread Siva Durga Prasad Paladugu
From: Siva Durga Prasad Paladugu This patch reads the capabilities register1 and update the host caps accordingly for mmc layer usage. This patch mainly reads for UHS capabilities inorder to support SD3.0. Signed-off-by: Siva Durga Prasad Paladugu --- drivers/mmc/sdhci.c | 28 +

Re: [U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP

2018-04-24 Thread Michal Simek
Hi Jaehoon, On 19.4.2018 09:07, Siva Durga Prasad Paladugu wrote: > This patch series is meant to add SD3.0 support for ZynqMP > platform. > The first five patches in the series mostly setting up > things in sdhci layer to support SD3.0 , the sixth patch > is to add SD3.0 support for ZynqMP platfo

Re: [U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP

2018-04-30 Thread Michal Simek
Hi Tom, On 19.4.2018 09:07, Siva Durga Prasad Paladugu wrote: > This patch series is meant to add SD3.0 support for ZynqMP > platform. > The first five patches in the series mostly setting up > things in sdhci layer to support SD3.0 , the sixth patch > is to add SD3.0 support for ZynqMP platform a

Re: [U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP

2018-04-30 Thread Tom Rini
On Mon, Apr 30, 2018 at 11:02:24AM +0200, Michal Simek wrote: > Hi Tom, > > On 19.4.2018 09:07, Siva Durga Prasad Paladugu wrote: > > This patch series is meant to add SD3.0 support for ZynqMP > > platform. > > The first five patches in the series mostly setting up > > things in sdhci layer to sup

Re: [U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP

2018-05-01 Thread Jaehoon Chung
On 04/30/2018 06:02 PM, Michal Simek wrote: > Hi Tom, > > On 19.4.2018 09:07, Siva Durga Prasad Paladugu wrote: >> This patch series is meant to add SD3.0 support for ZynqMP >> platform. >> The first five patches in the series mostly setting up >> things in sdhci layer to support SD3.0 , the sixth

Re: [U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP

2018-05-09 Thread Michal Simek
Hi Jaehoon, On 2.5.2018 04:05, Jaehoon Chung wrote: > On 04/30/2018 06:02 PM, Michal Simek wrote: >> Hi Tom, >> >> On 19.4.2018 09:07, Siva Durga Prasad Paladugu wrote: >>> This patch series is meant to add SD3.0 support for ZynqMP >>> platform. >>> The first five patches in the series mostly sett

Re: [U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP

2018-05-11 Thread Michal Simek
On 19.4.2018 09:07, Siva Durga Prasad Paladugu wrote: > This patch series is meant to add SD3.0 support for ZynqMP > platform. > The first five patches in the series mostly setting up > things in sdhci layer to support SD3.0 , the sixth patch > is to add SD3.0 support for ZynqMP platform and the la

Re: [U-Boot] [UBOOT PATCH] env: mmc: Fix misaligned buffer address when saving envvars to FAT

2018-05-17 Thread Alex Kiernan
On Thu, May 17, 2018 at 8:46 AM Vipul Kumar wrote: > From: Gary Mussar > When doing a u-boot saveenv with the environment in FAT we see the > following warning: > ZynqMP> saveenv > Saving Environment to FAT... > writing uboot.env > FAT: Misaligned buffer address (7deb9b60) > done > Th

Re: [U-Boot] [UBOOT PATCH] env: mmc: Fix misaligned buffer address when saving envvars to FAT

2018-05-17 Thread Vipul Kumar
Hi, > -Original Message- > From: Alex Kiernan [mailto:alex.kier...@gmail.com] > Sent: Thursday, May 17, 2018 1:31 PM > To: Vipul Kumar > Cc: u-boot ; gmus...@ciena.com; Michal Simek > ; Siva Durga Prasad Paladugu > > Subject: Re: [U-Boot] [UBOOT PATCH] env: mm

[U-Boot] uboot for MIPS: need help to skip relocate uboot and start uboot from RAM

2011-03-03 Thread Pandurang Kale
Hello Everyone, We have MIPS based development board and I am trying to get the uboot up and running on it. We have a primary bootloader which check for the valid mod-image stored on the flash. This mod-image consist of header, uboot and linux kernel. Depending on the recent, active and stable ima

Re: [U-Boot] [Uboot-stm32] [PATCH v3 11/15] stm32mp1: activate DFU support and command MTD

2019-10-23 Thread Patrice CHOTARD
Hi Patrick On 10/14/19 9:28 AM, Patrick Delaunay wrote: > Add support of DFU for MMC, MTD, RAM and MTD command. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v3: None > Changes in v2: None > > configs/stm32mp15_basic_defconfig | 4 > configs/stm32mp15_optee_defconfig | 4

[U-Boot] [uboot PATCH 4/4] phy: ti-pipe3: Fix SATA & USB PHY power up sequence

2019-11-06 Thread Roger Quadros
As per "Table 26-7. SATA PHY Subsystem Low-Level Programming Sequence" in TRM [1] we need to turn on SATA_PHY_TX before SATA_PHY_RX. [1] DRA75x, DRA74x TRM - http://www.ti.com/lit/ug/sprui30f/sprui30f.pdf Signed-off-by: Roger Quadros --- drivers/phy/ti-pipe3-phy.c | 36 +++--

[U-Boot] [uboot PATCH 1/4] phy: ti-pipe3: Use TRM recommended settings for SATA DPLL

2019-11-06 Thread Roger Quadros
The AM572x Technical Reference Manual, SPRUHZ6H, Revised November 2016 [1], shows recommended settings for the SATA DPLL in Table 26-8. DPLL CLKDCOLDO Recommended Settings. Use those settings in the driver. The TRM does not show a value for 20MHz SYS_CLK so we use something close to the 26MHz sett

Re: [U-Boot] [uboot PATCH 2/4] phy: ti-pipe3: Introduce mode property in driver data

2019-12-26 Thread Tom Rini
On Wed, Nov 06, 2019 at 04:21:16PM +0200, Roger Quadros wrote: > Introduce a mode property in the driver data so that > we don't have to keep using "of_device_is_compatible()" > throughtout the driver. > > No functional change. > > Signed-off-by: Roger Quadros Applied to u-boot/master, thanks!

Re: [U-Boot] [uboot PATCH 3/4] phy: ti-pipe3: improve DPLL stability for SATA & USB

2019-12-26 Thread Tom Rini
On Wed, Nov 06, 2019 at 04:21:17PM +0200, Roger Quadros wrote: > For increased DPLL stability use the settings recommended in > the TRM [1] for PHY_RX registers for SATA and USB. > > For SATA we need to use spread spectrum settings even > though we don't have spread spectrum enabled. The > sugges

Re: [U-Boot] [UBOOT PATCH 2/2] ARM: Panda: Add flag to allow runtime enviroment varibale mods

2013-04-19 Thread Dan Murphy
+ Sricharan On 04/18/2013 11:29 AM, Dan Murphy wrote: > Add the flag to allow runtime enviroment variable modifications. > This is being added so that the board-name can be modified at runtime > to indicate either a panda(4430) or a panda-es(4460) > > Signed-off-by: Dan Murphy > --- > include/con

Re: [U-Boot] [UBOOT PATCH 2/2] ARM: Panda: Add flag to allow runtime enviroment varibale mods

2013-04-26 Thread Dan Murphy
Bump On 04/19/2013 10:22 AM, Dan Murphy wrote: > + Sricharan > On 04/18/2013 11:29 AM, Dan Murphy wrote: >> Add the flag to allow runtime enviroment variable modifications. >> This is being added so that the board-name can be modified at runtime >> to indicate either a panda(4430) or a panda-es(446

<    5   6   7   8   9   10   11   12   >