Re: [U-Boot] [PATCH] ARM64: zynqmp: Fix i2c node's compatible string

2016-12-21 Thread Michal Simek
On 22.12.2016 06:49, Moritz Fischer wrote: > From: Moritz Fischer > > The Zynq Ultrascale MP uses version 1.4 of the Cadence IP core > which fixes some silicon bugs that needed software workarounds > in Version 1.0 that was used on Zynq systems. > > Signed-off-by: Moritz

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-21 Thread Marek Vasut
On 12/22/2016 07:38 AM, Peng Fan wrote: > > >> -Original Message- >> From: Marek Vasut [mailto:ma...@denx.de] >> Sent: Thursday, December 22, 2016 2:12 PM >> To: Peng Fan ; sba...@denx.de >> Cc: u-boot@lists.denx.de; van.free...@gmail.com >> Subject: Re: [PATCH 3/3]

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-21 Thread Peng Fan
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Thursday, December 22, 2016 2:12 PM > To: Peng Fan ; sba...@denx.de > Cc: u-boot@lists.denx.de; van.free...@gmail.com > Subject: Re: [PATCH 3/3] imx: mx6sllevk: add usb support > > On 12/22/2016

Re: [U-Boot] [PATCH] usb: storage: Show number of storage devices detected for DM_USB

2016-12-21 Thread Michal Simek
On 21.12.2016 15:38, Michal Simek wrote: > On 21.12.2016 15:11, Marek Vasut wrote: >> On 12/21/2016 09:35 AM, Michal Simek wrote: >>> By enabling DM_USB information about number of storage devices >>> was lost. >>> Get this information back simply by printing number of devices detected >>> via BLK

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-21 Thread Marek Vasut
On 12/22/2016 07:03 AM, Peng Fan wrote: > > Hi Marek, > >> -Original Message- >> From: Marek Vasut [mailto:ma...@denx.de] >> Sent: Thursday, December 22, 2016 12:40 PM >> To: Peng Fan ; sba...@denx.de >> Cc: u-boot@lists.denx.de; van.free...@gmail.com >> Subject: Re:

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-21 Thread Peng Fan
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Thursday, December 22, 2016 12:40 PM > To: Peng Fan ; sba...@denx.de > Cc: u-boot@lists.denx.de; van.free...@gmail.com > Subject: Re: [PATCH 3/3] imx: mx6sllevk: add usb support > > On

[U-Boot] [PATCH] ARM64: zynqmp: Fix i2c node's compatible string

2016-12-21 Thread Moritz Fischer
From: Moritz Fischer The Zynq Ultrascale MP uses version 1.4 of the Cadence IP core which fixes some silicon bugs that needed software workarounds in Version 1.0 that was used on Zynq systems. Signed-off-by: Moritz Fischer Cc: Michal Simek

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-21 Thread Marek Vasut
On 12/22/2016 02:13 AM, Peng Fan wrote: > > >> -Original Message- >> From: Marek Vasut [mailto:ma...@denx.de] >> Sent: Wednesday, December 21, 2016 10:10 PM >> To: Peng Fan ; sba...@denx.de >> Cc: u-boot@lists.denx.de; van.free...@gmail.com >> Subject: Re: [PATCH 3/3]

[U-Boot] [PATCH v3 3/6] mmc: tegra: move CONFIG_TEGRA_MMC from headers to defconfigs

2016-12-21 Thread Marcel Ziswiler
From: Marcel Ziswiler Basically running the following script: tools/moveconfig.py CONFIG_TEGRA_MMC Note that I left the SPL specific handling in include/configs/tegra-common-post.h unchanged. Signed-off-by: Marcel Ziswiler

[U-Boot] [PATCH v3 4/6] mmc: tegra: allow disabling external clock loopback

2016-12-21 Thread Marcel Ziswiler
From: Marcel Ziswiler Introduce CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK to disable the external clock loopback and use the internal one on SDMMC3 as per the SDMMC_VENDOR_MISC_CNTRL_0 register's SDMMC_SPARE1 bits being set to 0xfffd according to the TRM.

[U-Boot] [PATCH v3 5/6] apalis-tk1: disable external clock loopback on SDMMC3

2016-12-21 Thread Marcel Ziswiler
From: Marcel Ziswiler Actually make use of that shiny new CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK. Signed-off-by: Marcel Ziswiler --- Changes in v3: None Changes in v2: None configs/apalis-tk1_defconfig | 1 + 1 file changed, 1

[U-Boot] [PATCH v3 6/6] apalis-tk1: clean-up defconfig

2016-12-21 Thread Marcel Ziswiler
From: Marcel Ziswiler Use make savedefconfig to clean-up defconfig. Signed-off-by: Marcel Ziswiler --- Changes in v3: - Cleaned-up defconfig using savedefconfig. Changes in v2: None configs/apalis-tk1_defconfig | 9 - 1

[U-Boot] [PATCH v3 2/6] mmc: tegra: introduce CONFIG_TEGRA_MMC to Kconfig

2016-12-21 Thread Marcel Ziswiler
From: Marcel Ziswiler Signed-off-by: Marcel Ziswiler Reviewed-by: Simon Glass --- Changes in v3: None Changes in v2: - Added Simon's reviewed-by. drivers/mmc/Kconfig | 6 ++ 1 file changed, 6 insertions(+)

Re: [U-Boot] [GIT PULL] Please pull u-boot-mmc master

2016-12-21 Thread Tom Rini
On Thu, Dec 22, 2016 at 07:12:35AM +0900, Jaehoon Chung wrote: > Dear Tom, > > Could you pull these patches on your master branch? > > The following changes since commit 0d92f2141ac5ef5c80d13e9501890f914525d43c: > > arm64: mvebu: Fix A8K memory mapping and add documentation (2016-12-21 >

Re: [U-Boot] Please pull u-boot-mpc85xx master

2016-12-21 Thread Tom Rini
On Tue, Dec 20, 2016 at 05:15:57PM +, york sun wrote: > Tom, > > The following changes since commit 0b4bc1b3ab1850fccbade3e6103f2036f6bdb364: > >Merge branch 'master' of git://git.denx.de/u-boot-spi (2016-12-16 > 18:32:43 -0500) > > are available in the git repository at: > >

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-21 Thread Peng Fan
> -Original Message- > From: Jagan Teki [mailto:ja...@openedev.com] > Sent: Wednesday, December 21, 2016 10:02 PM > To: Peng Fan > Cc: Stefano Babic ; Marek Vasut ; u- > b...@lists.denx.de > Subject: Re: [U-Boot] [PATCH 3/3] imx:

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-21 Thread Peng Fan
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Wednesday, December 21, 2016 10:10 PM > To: Peng Fan ; sba...@denx.de > Cc: u-boot@lists.denx.de; van.free...@gmail.com > Subject: Re: [PATCH 3/3] imx: mx6sllevk: add usb support > > On 12/21/2016

Re: [U-Boot] [PATCH 1/3] usb: ehci-mx6: implement ofdata_to_platdata

2016-12-21 Thread Peng Fan
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Wednesday, December 21, 2016 10:08 PM > To: Peng Fan ; sba...@denx.de > Cc: u-boot@lists.denx.de; van.free...@gmail.com; Simon Glass > > Subject: Re: [PATCH 1/3] usb: ehci-mx6:

[U-Boot] [GIT PULL] Please pull u-boot-mmc master

2016-12-21 Thread Jaehoon Chung
Dear Tom, Could you pull these patches on your master branch? The following changes since commit 0d92f2141ac5ef5c80d13e9501890f914525d43c: arm64: mvebu: Fix A8K memory mapping and add documentation (2016-12-21 09:52:35 +0100) are available in the git repository at:

Re: [U-Boot] [PATCH 0/3] dm: goni: support the DM PMIC

2016-12-21 Thread Jaehoon Chung
Hi, On 12/21/2016 11:54 PM, Minkyu Kang wrote: > Hi, > > On 15 December 2016 at 18:21, Jaehoon Chung wrote: > >> This patchest is for supporting pmic driver-model on Goni board. >> (Goni board is S5PC110.) >> >> For using that, add the new file as max8998.c for only

[U-Boot] [PATCH] imx6ul: geam6ul: Enable I2C support

2016-12-21 Thread Jagan Teki
From: Jagan Teki Enable I2C support for Engicam GEAM6UL NAND module. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH 1/2] sunxi: add proper device tree for Lichee Pi One

2016-12-21 Thread Icenowy Zheng
Signed-off-by: Icenowy Zheng --- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun5i-a13-licheepi-one.dts | 224 2 files changed, 225 insertions(+) create mode 100644 arch/arm/dts/sun5i-a13-licheepi-one.dts diff --git

Re: [U-Boot] [linux-sunxi] Problems to Allwinner H3's eFUSE/SID

2016-12-21 Thread Bernhard Nortmann
Side note: Am 19.12.2016 um 16:22 schrieb Icenowy Zheng: [...] According to some facts: - The register based access to SID is weird: it needs ~5 register operations per word of SID. [...] My experiments seem to indicate that Allwinner's implementation might be overly complicated. I have

Re: [U-Boot] [PATCH 0/3] dm: goni: support the DM PMIC

2016-12-21 Thread Minkyu Kang
Hi, On 15 December 2016 at 18:21, Jaehoon Chung wrote: > This patchest is for supporting pmic driver-model on Goni board. > (Goni board is S5PC110.) > > For using that, add the new file as max8998.c for only driver-model. > pmic_max8998.c is remained for legacy. > In

Re: [U-Boot] [PATCH] usb: storage: Show number of storage devices detected for DM_USB

2016-12-21 Thread Michal Simek
On 21.12.2016 15:11, Marek Vasut wrote: > On 12/21/2016 09:35 AM, Michal Simek wrote: >> By enabling DM_USB information about number of storage devices >> was lost. >> Get this information back simply by printing number of devices detected >> via BLK uclass. >> >> For example: >> scanning bus 0

Re: [U-Boot] [PATCH] usb: storage: Show number of storage devices detected for DM_USB

2016-12-21 Thread Marek Vasut
On 12/21/2016 09:35 AM, Michal Simek wrote: > By enabling DM_USB information about number of storage devices > was lost. > Get this information back simply by printing number of devices detected > via BLK uclass. > > For example: > scanning bus 0 for devices... 7 USB Device(s) found >

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-21 Thread Marek Vasut
On 12/21/2016 09:14 AM, Peng Fan wrote: > Add usb support for mx6sllevk board. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > --- > board/freescale/mx6sllevk/mx6sllevk.c | 18 ++ > configs/mx6sllevk_defconfig | 5 + >

Re: [U-Boot] [PATCH 1/3] usb: ehci-mx6: implement ofdata_to_platdata

2016-12-21 Thread Marek Vasut
On 12/21/2016 09:14 AM, Peng Fan wrote: > Implement ofdata_to_platdata to set the type to host or device. > - Check "dr-mode" property. > - If there is no "dr-mode", check phy_ctrl for i.MX6 >and phy_status for i.MX7 > > Signed-off-by: Peng Fan > Cc: Marek Vasut

Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-21 Thread Jagan Teki
On Wed, Dec 21, 2016 at 9:14 AM, Peng Fan wrote: > Add usb support for mx6sllevk board. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > --- > board/freescale/mx6sllevk/mx6sllevk.c | 18 ++ > configs/mx6sllevk_defconfig

Re: [U-Boot] [PATCH] drivers: usb: Add USB_XHCI_ZYNQMP to Kconfig

2016-12-21 Thread Marek Vasut
On 12/21/2016 02:18 PM, Michal Simek wrote: > Move symbol to Kconfig to cleanup configuration file. > > Signed-off-by: Michal Simek Reviewed-by: Marek Vasut > --- > > configs/xilinx_zynqmp_ep_defconfig | 1 + >

[U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support

2016-12-21 Thread Peng Fan
Add usb support for mx6sllevk board. Signed-off-by: Peng Fan Cc: Stefano Babic --- board/freescale/mx6sllevk/mx6sllevk.c | 18 ++ configs/mx6sllevk_defconfig | 5 + configs/mx6sllevk_plugin_defconfig| 5 +

[U-Boot] [PATCH] drivers: usb: Add USB_XHCI_ZYNQMP to Kconfig

2016-12-21 Thread Michal Simek
Move symbol to Kconfig to cleanup configuration file. Signed-off-by: Michal Simek --- configs/xilinx_zynqmp_ep_defconfig | 1 + configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 + configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 1 +

Re: [U-Boot] driver micrel ksz8873 in U-BOOT

2016-12-21 Thread Fabio Estevam
On Wed, Dec 21, 2016 at 9:42 AM, Дмитрий Мелоневич wrote: > I am a student, and I have the task to collect the U-boot driver micrel > ksz8873 ethernet switch, but I do not get it, you can describe what you need > to do. The micrel drivers are available at

Re: [U-Boot] Please pull u-boot-marvell/master

2016-12-21 Thread Tom Rini
On Wed, Dec 21, 2016 at 10:56:58AM +0100, Stefan Roese wrote: > Hi Tom, > > please pull the following A7k/8k fix. > > Thanks, > Stefan > > The following changes since commit 0bd1f96aa2f18d29e8321e519b0152853e500d4d: > > Merge git://git.denx.de/u-boot-mpc85xx (2016-12-20 12:20:12 -0500) > >

Re: [U-Boot] [PATCH v2 2/2] spl: move RAM boot support in separate file

2016-12-21 Thread Tom Rini
On Tue, Dec 20, 2016 at 05:54:59PM +0100, Stefan Agner wrote: > From: Stefan Agner > > Add a new top-level config option so support booting an image stored > in RAM. This allows to move the RAM boot support into a sparate file > and having a single condition to compile

Re: [U-Boot] [PATCH v2 1/2] Convert CONFIG_SPL_RAM_DEVICE to defconfig

2016-12-21 Thread Tom Rini
On Tue, Dec 20, 2016 at 05:54:58PM +0100, Stefan Agner wrote: > From: Stefan Agner > > This converts the following to Kconfig: > CONFIG_SPL_RAM_DEVICE > > Signed-off-by: Stefan Agner > --- > > Changes in v2: None > > common/spl/Kconfig

[U-Boot] [PATCH] Update Maintainer and Auther's email address

2016-12-21 Thread Ajay Bhargav
I am not longer using my old email address "ajay.bhar...@einfochips.com". For U-Boot development email address is now updated to cont...@8051projects.net Signed-off-by: Ajay Bhargav --- arch/arm/include/asm/arch-armada100/gpio.h | 2 +-

[U-Boot] driver micrel ksz8873 in U-BOOT

2016-12-21 Thread Дмитрий Мелоневич
I am a student, and I have the task to collect the U-boot driver micrel ksz8873 ethernet switch, but I do not get it, you can describe what you need to do. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] sf: ids: Correct Micron n25q128 flags

2016-12-21 Thread Phil Edworthy
Hi Jagan, On 21 December 2016 11:21, Jagan Teki wrote: > On Wed, Dec 21, 2016 at 12:15 PM, Phil Edworthy > wrote: > > On 21 December 2016 11:10, Jagan Teki wrote: > >> On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy > >> wrote: > >> > The

Re: [U-Boot] [PATCH] zynq: spi: Honour the activation / deactivation delay

2016-12-21 Thread Jagan Teki
On Sun, Dec 11, 2016 at 9:27 PM, Simon Glass wrote: > On 8 December 2016 at 15:11, Moritz Fischer wrote: >> This is not currently implemented. Add support for this so that the >> Chrome OS EC can be used reliably. >> >> Signed-off-by: Moritz Fischer

Re: [U-Boot] [PATCH] sf: ids: Correct Micron n25q128 flags

2016-12-21 Thread Jagan Teki
On Wed, Dec 21, 2016 at 12:15 PM, Phil Edworthy wrote: > Hi Jagan, > > On 21 December 2016 11:10, Jagan Teki wrote: >> On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy >> wrote: >> > The n25q128 devices support 4K erase. >> >> It's OK, but go

Re: [U-Boot] [PATCH] spi: Zap armada100_spi.c and env

2016-12-21 Thread Jagan Teki
On Fri, Nov 25, 2016 at 6:06 AM, Ajay Bhargav wrote: > I will update driver and submit. Thanks for notification. Any further update? I'm going with this and submit the dm driver whenever possible. thanks! -- Jagan Teki Free Software Engineer | www.openedev.com

Re: [U-Boot] [PATCH] sf: ids: Correct Micron n25q128 flags

2016-12-21 Thread Phil Edworthy
Hi Jagan, On 21 December 2016 11:10, Jagan Teki wrote: > On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy > wrote: > > The n25q128 devices support 4K erase. > > It's OK, but go with 64K erase. Sorry, I don’t understand your comment. Do you mean we should stick with 64K

Re: [U-Boot] [PATCH] sf: ids: Correct Micron n25q128 flags

2016-12-21 Thread Jagan Teki
On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy wrote: > The n25q128 devices support 4K erase. It's OK, but go with 64K erase. thanks! -- Jagan Teki Free Software Engineer | www.openedev.com U-Boot, Linux | Upstream Maintainer Hyderabad, India.

[U-Boot] [PATCH 10/10] configs: engicam: Add fitboot env support

2016-12-21 Thread Jagan Teki
From: Jagan Teki Add FIT image booting from MMC device, during MMC bootcmd u-boot env script look for bootscript, else fit image or else finally look for legacy image uImage. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael

[U-Boot] [PATCH] imx6ul: geam6ul: Add MAINTAINERS for nand_defconfig

2016-12-21 Thread Jagan Teki
From: Jagan Teki Add Jagan as MAINTAINERS of configs/imx6ul_geam_nand_defconfig Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki

[U-Boot] [PATCH 07/10] defconfigs: imx6: engicam: Enable FIT

2016-12-21 Thread Jagan Teki
From: Jagan Teki Enable Flattened Image Tree support for all Engicam boards. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH 08/10] configs: engicam: Enable CONFIG_IMAGE_FORMAT_LEGACY

2016-12-21 Thread Jagan Teki
From: Jagan Teki Enabling FIT along with Signature will make bootm to not-understanding u-boot legacy image formats like uImage, etc. So this patch enabling legacy image format for backward compatibility. Cc: Stefano Babic Cc: Matteo Lisi

[U-Boot] [PATCH 09/10] configs: engicam: Cleanup on mmcboot env

2016-12-21 Thread Jagan Teki
From: Jagan Teki - Add tab space - remove exctra 'mmc dev ${mmcdev}' Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH 06/10] imx6: engicam: Add nandboot env support

2016-12-21 Thread Jagan Teki
From: Jagan Teki Add config options for booting Linux from NAND in UBI format. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH 04/10] defconfigs: engicam: Enable MMC commands in nand

2016-12-21 Thread Jagan Teki
From: Jagan Teki For writing Linux or rootfs on to NAND, the best suitable way is to use MMC commands since MMC driver by default enabled by mx6_common.h, hence enabled MMC commands in nand defconfigs. Cc: Stefano Babic Cc: Matteo Lisi

[U-Boot] [PATCH 03/10] configs: engicam: Rename nand with gpmi-name in mtdparts

2016-12-21 Thread Jagan Teki
From: Jagan Teki gpmi-nand is the proper name used in nand driver from Linux for all imx related nand boards, so rename mtdparts name as gpmi-nand instead of nand, this will eventually reflects all nand info to Linux from u-boot like mtdparts. Cc: Stefano Babic

[U-Boot] [PATCH 05/10] defconfigs: engicam: Enable UBI commands

2016-12-21 Thread Jagan Teki
From: Jagan Teki Create ubifs.img: $ mkfs.ubifs -q -r /rootfs -m 4096 -e 253952 -c 7936 -o ubifs.img Write ubifs.img: --- icorem6qdl> nand erase.part rootfs icorem6qdl> ubi part rootfs icorem6qdl> ubi create rootfs icorem6qdl> ext4load mmc 0:2

[U-Boot] [PATCH 02/10] imx6: engicam: Use bootm instead of bootz

2016-12-21 Thread Jagan Teki
From: Jagan Teki Boot Linux with uImage instead of zImage, so update bootz with bootm. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki

[U-Boot] [PATCH 00/10] i.MX6: engicam: Add nandboot env and FIT support

2016-12-21 Thread Jagan Teki
From: Jagan Teki This patchset, add support for - legacy image boot, with bootm - NAND boot env support, with UBIFS as rootfs - FIT image boot support on i.MX6 based Engicam Quad/DualLite/Dual/Solo module kits. Jagan Teki (10): configs: engicam: Increase nand

[U-Boot] [PATCH 01/10] configs: engicam: Increase nand kernel partition size

2016-12-21 Thread Jagan Teki
From: Jagan Teki Increase the nand kernel partition size, for supporting large uImage files, maximum 8MiB. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki

[U-Boot] [PATCH 2/3] usb: ehci-mx6: handle vbus-supply

2016-12-21 Thread Peng Fan
Drop board_ehci_power when dm usb used and switch to use regulator api to handle vbus. Signed-off-by: Peng Fan Cc: Marek Vasut Cc: Simon Glass Cc: Stefano Babic --- drivers/usb/host/ehci-mx6.c | 30

[U-Boot] Please pull u-boot-marvell/master

2016-12-21 Thread Stefan Roese
Hi Tom, please pull the following A7k/8k fix. Thanks, Stefan The following changes since commit 0bd1f96aa2f18d29e8321e519b0152853e500d4d: Merge git://git.denx.de/u-boot-mpc85xx (2016-12-20 12:20:12 -0500) are available in the git repository at: git://www.denx.de/git/u-boot-marvell.git

Re: [U-Boot] [PATCH v2] arm64: mvebu: Fix A8K memory mapping and add documentation

2016-12-21 Thread Stefan Roese
On 19.12.2016 16:04, kos...@marvell.com wrote: From: Konstantin Porotchkin Fix the MMU mapping for A8K device family: - Separate A7K and A8K memory mappings - Fix memory regions by including IO mapping for all 3 PCIe interfaces existing on each connected CP110

[U-Boot] [PATCH 1/3] usb: ehci-mx6: implement ofdata_to_platdata

2016-12-21 Thread Peng Fan
Implement ofdata_to_platdata to set the type to host or device. - Check "dr-mode" property. - If there is no "dr-mode", check phy_ctrl for i.MX6 and phy_status for i.MX7 Signed-off-by: Peng Fan Cc: Marek Vasut Cc: Simon Glass Cc: Stefano

[U-Boot] [PATCH] usb: storage: Show number of storage devices detected for DM_USB

2016-12-21 Thread Michal Simek
By enabling DM_USB information about number of storage devices was lost. Get this information back simply by printing number of devices detected via BLK uclass. For example: scanning bus 0 for devices... 7 USB Device(s) found scanning usb for storage devices... 3 Storage Device(s) found