On Wed, 2014-10-01 at 09:58PM +0300, Dan Carpenter wrote:
> On Wed, Oct 01, 2014 at 10:21:48AM -0700, Soren Brinkmann wrote:
> > +enum clk_wzrd_inp_clks {
> > + wzrd_clk_in1,
> > + wzrd_s_axi_aclk,
> > + wzrd_clk_inp_max
> > +};
> > +
> > +enum clk_wzrd_int_clks {
> > + wzrd_clk_mul,
> > +
On Wed, Oct 01, 2014 at 10:21:48AM -0700, Soren Brinkmann wrote:
> +enum clk_wzrd_inp_clks {
> + wzrd_clk_in1,
> + wzrd_s_axi_aclk,
> + wzrd_clk_inp_max
> +};
> +
> +enum clk_wzrd_int_clks {
> + wzrd_clk_mul,
> + wzrd_clk_mul_div,
> + wzrd_clk_int_max
> +};
> +
> +/**
> + *
On Wed, 2014-10-01 at 10:57AM -0700, Greg Kroah-Hartman wrote:
> On Wed, Oct 01, 2014 at 10:46:16AM -0700, Sören Brinkmann wrote:
> > On Wed, 2014-10-01 at 10:39AM -0700, Greg Kroah-Hartman wrote:
> > > On Wed, Oct 01, 2014 at 10:21:48AM -0700, Soren Brinkmann wrote:
> > > > Add a driver for the Xi
On Wed, 2014-10-01 at 10:39AM -0700, Greg Kroah-Hartman wrote:
> On Wed, Oct 01, 2014 at 10:21:48AM -0700, Soren Brinkmann wrote:
> > Add a driver for the Xilinx Clocking Wizard soft IP. The clocking wizard
> > provides an AXI interface to dynamically reconfigure the clocking
> > resources of Xilin
On Wed, Oct 01, 2014 at 10:46:16AM -0700, Sören Brinkmann wrote:
> On Wed, 2014-10-01 at 10:39AM -0700, Greg Kroah-Hartman wrote:
> > On Wed, Oct 01, 2014 at 10:21:48AM -0700, Soren Brinkmann wrote:
> > > Add a driver for the Xilinx Clocking Wizard soft IP. The clocking wizard
> > > provides an AXI
On Wed, Oct 01, 2014 at 10:21:48AM -0700, Soren Brinkmann wrote:
> Add a driver for the Xilinx Clocking Wizard soft IP. The clocking wizard
> provides an AXI interface to dynamically reconfigure the clocking
> resources of Xilinx FPGAs.
Why not just do the few things you have on the TODO list and
Add a driver for the Xilinx Clocking Wizard soft IP. The clocking wizard
provides an AXI interface to dynamically reconfigure the clocking
resources of Xilinx FPGAs.
Signed-off-by: Soren Brinkmann
---
drivers/staging/Kconfig| 2 +
drivers/staging/Makefile