[U-Boot] [GIT PULL] clk command

Hi Tom,
please pull this one patch to your tree. It is adding new clk command which I want to use for zynq. When it is applied I will prepare zynq specific patches which will go through arm tree.
i.MXes are other users for this as was pointed by Stefano. He also gave me his ACK for this.
Thanks, Michal
The following changes since commit 07e2822d158940a0e8ba45b6ab0344ffa1011a07:
board: nios2: Check if flash is configured before calling early_flash_cmd_reset() (2014-01-29 16:44:18 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git clk
for you to fetch changes up to 08d0d6f32ecf75a6c5dede5fc9ee84b84d8b90e7:
common: Add new clk command (2014-02-04 16:32:20 +0100)
---------------------------------------------------------------- Michal Simek (1): common: Add new clk command
README | 1 + common/Makefile | 1 + common/cmd_clk.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ include/clk.h | 6 ++++++ include/config_cmd_all.h | 1 + 5 files changed, 60 insertions(+) create mode 100644 common/cmd_clk.c create mode 100644 include/clk.h

On Tue, Feb 04, 2014 at 04:36:08PM +0100, Michal Simek wrote:
Hi Tom,
please pull this one patch to your tree. It is adding new clk command which I want to use for zynq. When it is applied I will prepare zynq specific patches which will go through arm tree.
i.MXes are other users for this as was pointed by Stefano. He also gave me his ACK for this.
Thanks, Michal
The following changes since commit 07e2822d158940a0e8ba45b6ab0344ffa1011a07:
board: nios2: Check if flash is configured before calling early_flash_cmd_reset() (2014-01-29 16:44:18 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git clk
for you to fetch changes up to 08d0d6f32ecf75a6c5dede5fc9ee84b84d8b90e7:
common: Add new clk command (2014-02-04 16:32:20 +0100)
Michal Simek (1): common: Add new clk command
README | 1 + common/Makefile | 1 + common/cmd_clk.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ include/clk.h | 6 ++++++ include/config_cmd_all.h | 1 + 5 files changed, 60 insertions(+) create mode 100644 common/cmd_clk.c create mode 100644 include/clk.h
Applied to u-boot/master, thanks!
participants (2)
-
Michal Simek
-
Tom Rini