]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: zynq_gem: Move RCLK details out of driver
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Thu, 21 Nov 2013 21:39:00 +0000 (13:39 -0800)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 19 Feb 2014 08:41:21 +0000 (09:41 +0100)
commit1cd46ed2d30a931a66400635f158b14861f2d3b4
treeee03e2c758c81e0cb325a8afb3b0db2779950600
parent2826fd320cf364077ccc64e645af468adcbe567e
net: zynq_gem: Move RCLK details out of driver

The GEM driver should not need to know about Zynq specific details of
RCLK related registers and bitfields in the SLCR. Move those details to
the slcr driver.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv7/zynq/slcr.c
arch/arm/include/asm/arch-zynq/sys_proto.h
drivers/net/zynq_gem.c