From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 12 Apr 2016 11:19:18 +0200 Subject: [U-Boot] Please pull u-boot-marvell/master Message-ID: <570CBD96.4050806@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, please pull the following small fixes and board-specific changes: The following changes since commit bbf8bef196ae52517284a0a2e2ffc94a4ff89f5f: Prepare v2016.05-rc1 (2016-04-11 22:22:25 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-marvell.git for you to fetch changes up to aca84a214d70953505d56b7c9717d1a7c019902c: arm: mvebu: theadorable: Remove Board name output in checkboard (2016-04-12 11:13:40 +0200) ---------------------------------------------------------------- Stefan Roese (7): gpio: mvebu_gpio: Add missing out value set to gpio_direction_output() arm: mvebu: theadorable: Add USB power toggle and tweak USB PHY register arm: mvebu: theadorable: Add bootcounter support arm: mvebu: Add base address for 2nd I2C controller arm: mvebu: theadorable: Enable 2nd I2C controller arm: mvebu: theadorable: Add PEX-switch detection and reset code arm: mvebu: theadorable: Remove Board name output in checkboard arch/arm/mach-mvebu/include/mach/soc.h | 1 + board/theadorable/theadorable.c | 103 ++++++++++++++++++++++++++++++++- drivers/gpio/mvebu_gpio.c | 4 ++ include/configs/theadorable.h | 10 ++++ 4 files changed, 116 insertions(+), 2 deletions(-)