From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 9 May 2017 16:45:55 +0200 Subject: [U-Boot] Please pull u-boot-marvell/master Message-ID: <97757cf8-7c81-220c-db39-63dae8c26e93@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Tom, please pull the first batch of Marvell related patches in this merge window. Thanks, Stefan The following changes since commit 2f92629112a1055ed37f8b05dfcf00c3f1875503: Merge branch 'next' of git://git.denx.de/u-boot-spi (2017-05-08 15:44:52 = -0400) are available in the git repository at: git://www.denx.de/git/u-boot-marvell.git=20 for you to fetch changes up to e38f5fc8d80d946b401ba0e9ba0fcb52d6e7e74b: ARM: mvebu: switch db-88f6820-amc to DM for i2c (2017-05-09 13:38:18 +020= 0) ---------------------------------------------------------------- Chris Packham (1): ARM: mvebu: switch db-88f6820-amc to DM for i2c Igal Liberman (5): fix: phy: marvell: cp110: sata: update analog parameters according to= latest ETP phy: marvell: cp110: add 5G XFI mode fix: phy: marvell: cp110: sfi: update analog parameters according to = latest ETP fix: phy: marvell: cp110: rename comphy_index to cp_index fix: phy: marvell: cp110: pcie: update analog parameters according to= latest ETP Konstantin Porotchkin (9): fix: mvebu: pcie_dw: Allow probing empty PCIe slots mvebu: dts: a80x0: Sync the DB DTS with standard config A arm64: mvebu: Trigger PCI devices scan at early init stage arm64: mvebu: a8k: Add support for NAND clock get arm64: a8k: dts: Add support for NAND devices on A8K platform arm64: mvebu: a8k: Add NAND configuration parameters fix: mvebu_ comphy: Update COMPHY sequence number fix: nand: pxa3xx: Remove hardcode values from the driver arm64: mvebu: Fix the bubt comamnd NAND device support Stefan Roese (9): net: mvpp2: Add remove function that is called before the OS is start= ed phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFI phy: marvell: cp110: add support for end point configuration phy: marvell: cp110: update utmi phy connection type phy: marvell: add IGNORE COMPHY type fix: phy: marvell: cp110: fix the KR/SFI line 4 selector fix: phy: marvell: cp110: update comphy selector option fix: phy: marvell: cp110: fix comphy lane 4 selection options phy: marvell: print comphy status even when it's disconnected Uwe Kleine-K=C3=B6nig (1): arm: mvebu: Minor fixes in the AXP / A38x SERDES code arch/arm/dts/Makefile | 1 + arch/arm/dts/armada-385-amc.dts | 3 + arch/arm/dts/armada-7040-db-nand.dts | 223 ++++++++++ arch/arm/dts/armada-7040-db.dts | 3 +- arch/arm/dts/armada-8040-db.dts | 222 +++++----- arch/arm/dts/armada-8040-mcbin.dts | 14 +- arch/arm/dts/armada-cp110-master.dtsi | 18 +- arch/arm/dts/armada-cp110-slave.dtsi | 2 +- arch/arm/mach-mvebu/arm64-common.c | 6 + arch/arm/mach-mvebu/armada8k/cpu.c | 18 + .../serdes/a38x/high_speed_env_spec-38x.c | 2 - .../mach-mvebu/serdes/a38x/high_speed_env_spec.c | 4 +- .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c | 6 +- .../mach-mvebu/serdes/axp/high_speed_env_spec.c | 1 - cmd/mvebu/bubt.c | 13 +- configs/db-88f6820-amc_defconfig | 2 + configs/mvebu_db-88f7040-nand_defconfig | 72 ++++ drivers/mtd/nand/pxa3xx_nand.c | 62 ++- drivers/net/mvpp2.c | 24 ++ drivers/pci/pcie_dw_mvebu.c | 10 +- drivers/phy/marvell/comphy.h | 3 +- drivers/phy/marvell/comphy_core.c | 16 +- drivers/phy/marvell/comphy_cp110.c | 449 +++++++++++++++++= +--- drivers/phy/marvell/comphy_hpipe.h | 277 ++++++++++++- drivers/phy/marvell/comphy_mux.c | 7 + include/configs/db-88f6820-amc.h | 7 - include/configs/mvebu_armada-8k.h | 11 + include/dt-bindings/comphy/comphy_data.h | 20 +- 28 files changed, 1247 insertions(+), 249 deletions(-) create mode 100644 arch/arm/dts/armada-7040-db-nand.dts create mode 100644 configs/mvebu_db-88f7040-nand_defconfig