24 Oct, 2015
3 commits
-
Upon registering a FPGA Manager low level driver, FPGA Manager
core overwrites the platform drvdata pointer. Prior to this commit
zynq-fpga falsely relied on this pointer to still be valid at remove()
time.Reported-by: Alan Tull
Signed-off-by: Moritz Fischer
Acked-by: Alan Tull
Signed-off-by: Greg Kroah-Hartman -
This gets rid of the code to strip away the header and byteswap,
as well as the check for the sync word.Signed-off-by: Moritz Fischer
Reviewed-by: Josh Cartwright
Acked-by: Michal Simek
Signed-off-by: Greg Kroah-Hartman -
This commit fixes the unbalanced clock handling, where
a failed probe would leave the clock with an enable count of -1.Reported-by: Josh Cartwright
Signed-off-by: Moritz Fischer
Signed-off-by: Greg Kroah-Hartman
18 Oct, 2015
1 commit
-
This commit adds FPGA Manager support for the Xilinx Zynq chip.
The code borrows some from the xdevcfg driver in Xilinx'
vendor tree.Signed-off-by: Moritz Fischer
Signed-off-by: Greg Kroah-Hartman