mbox series

[net-next,0/2] axienet clock additions

Message ID 20210311201117.3802311-1-robert.hancock@calian.com (mailing list archive)
Headers show
Series axienet clock additions | expand

Message

Robert Hancock March 11, 2021, 8:11 p.m. UTC
Add support to the axienet driver for controlling all of the clocks that
the logic core may utilize.

Robert Hancock (2):
  dt-bindings: net: xilinx_axienet: Document additional clocks
  net: axienet: Enable more clocks

 .../bindings/net/xilinx_axienet.txt           | 23 +++++++++----
 drivers/net/ethernet/xilinx/xilinx_axienet.h  |  8 +++--
 .../net/ethernet/xilinx/xilinx_axienet_main.c | 34 +++++++++++++++----
 .../net/ethernet/xilinx/xilinx_axienet_mdio.c |  4 +--
 4 files changed, 52 insertions(+), 17 deletions(-)

Comments

David Miller March 14, 2021, 9:27 p.m. UTC | #1
From: Robert Hancock <robert.hancock@calian.com>
Date: Thu, 11 Mar 2021 14:11:15 -0600

> Add support to the axienet driver for controlling all of the clocks that
> the logic core may utilize.

This series does not apply to net-next, please respin.

Thanks.
Robert Hancock March 14, 2021, 11:25 p.m. UTC | #2
On Sun, 2021-03-14 at 14:27 -0700, David Miller wrote:
> From: Robert Hancock <robert.hancock@calian.com>
> Date: Thu, 11 Mar 2021 14:11:15 -0600
> 
> > Add support to the axienet driver for controlling all of the clocks that
> > the logic core may utilize.
> 
> This series does not apply to net-next, please respin.
> 
> Thanks.

It's dependent on this patch which is now in the net tree:

https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=59cd4f19267a0aab87a8c07e4426eb7187ee548d

I could respin a version without that dependency to apply to net-next now, but
that will cause some conflicts later when net is merged into net-next.. not
sure how this should be handled?