All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 00/13] net: Add Allwinner EMAC CLK, RESET support
Date: Thu, 28 Feb 2019 00:26:48 +0530	[thread overview]
Message-ID: <20190227185701.15545-1-jagan@amarulasolutions.com> (raw)

This is v2 version for Allwinner EMAC CLK, RESET support, which
was initially be a part of previous series[1].

Changes for v3:
- rebase on master
- collecet review tags from Simon
- fixed the comment by Simon, keep clk_get_by_indexed_prop()
  and call clk_get_by_index_tail
Changes for v2:
- rebase on master
- add dm tests for new clk and reset functions.

Any inputs?
Jagan.

[1] https://patchwork.ozlabs.org/cover/1039666/

Jagan Teki (13):
  clk: sunxi: Implement A10 EMAC clocks
  net: sunxi_emac: Add CLK support
  net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandle
  clk: Get the CLK by index without device
  clk: Use clk_get_by_index_tail()
  test/dm: clk: Add clk_get_by_index[_nodev] test
  reset: Get the RESET by index without device
  test/dm: reset: Add reset_get_by_index[_nodev] test
  clk: sunxi: Implement EMAC, GMAC clocks, resets
  net: sun8i_emac: Add CLK and RESET support
  clk: sunxi: h3: Implement EPHY CLK and RESET
  net: sun8i_emac: Add EPHY CLK and RESET support
  board: sunxi: gmac: Remove Ethernet clock and reset

 board/sunxi/gmac.c           |   8 --
 drivers/clk/clk-uclass.c     |  75 ++++++++++----
 drivers/clk/sunxi/clk_a10.c  |   1 +
 drivers/clk/sunxi/clk_a10s.c |   1 +
 drivers/clk/sunxi/clk_a31.c  |   2 +
 drivers/clk/sunxi/clk_a64.c  |   2 +
 drivers/clk/sunxi/clk_a83t.c |   2 +
 drivers/clk/sunxi/clk_h3.c   |   6 ++
 drivers/clk/sunxi/clk_h6.c   |   4 +
 drivers/clk/sunxi/clk_r40.c  |   3 +
 drivers/net/sun8i_emac.c     | 184 ++++++++++++++++++++++++-----------
 drivers/net/sunxi_emac.c     |  28 ++++--
 drivers/reset/reset-uclass.c |  53 ++++++----
 include/clk.h                |  15 +++
 include/reset.h              |  16 +++
 test/dm/clk.c                |  21 ++++
 test/dm/reset.c              |  23 +++++
 17 files changed, 336 insertions(+), 108 deletions(-)

-- 
2.18.0.321.gffc6fa0e3

             reply	other threads:[~2019-02-27 18:56 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-27 18:56 Jagan Teki [this message]
2019-02-27 18:56 ` [U-Boot] [PATCH v3 01/13] clk: sunxi: Implement A10 EMAC clocks Jagan Teki
2019-02-27 18:56 ` [U-Boot] [PATCH v3 02/13] net: sunxi_emac: Add CLK support Jagan Teki
2019-03-01 18:59   ` Joe Hershberger
2019-02-27 18:56 ` [U-Boot] [PATCH v3 03/13] net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandle Jagan Teki
2019-03-01 18:59   ` Joe Hershberger
2019-03-05 16:16     ` Jagan Teki
2019-03-05 17:25       ` Joe Hershberger
2019-03-07 16:22         ` Jagan Teki
2019-03-07 17:49           ` Joe Hershberger
2019-02-27 18:56 ` [U-Boot] [PATCH v3 04/13] clk: Get the CLK by index without device Jagan Teki
2019-02-27 18:56 ` [U-Boot] [PATCH v3 05/13] clk: Use clk_get_by_index_tail() Jagan Teki
2019-03-10 21:51   ` Simon Glass
2019-02-27 18:56 ` [U-Boot] [PATCH v3 06/13] test/dm: clk: Add clk_get_by_index[_nodev] test Jagan Teki
2019-02-27 18:56 ` [U-Boot] [PATCH v3 07/13] reset: Get the RESET by index without device Jagan Teki
2019-02-27 18:56 ` [U-Boot] [PATCH v3 08/13] test/dm: reset: Add reset_get_by_index[_nodev] test Jagan Teki
2019-02-27 18:56 ` [U-Boot] [PATCH v3 09/13] clk: sunxi: Implement EMAC, GMAC clocks, resets Jagan Teki
2019-03-01 19:00   ` Joe Hershberger
2019-02-27 18:56 ` [U-Boot] [PATCH v3 10/13] net: sun8i_emac: Add CLK and RESET support Jagan Teki
2019-03-01 21:17   ` Joe Hershberger
2019-02-27 18:56 ` [U-Boot] [PATCH v3 11/13] clk: sunxi: h3: Implement EPHY CLK and RESET Jagan Teki
2019-03-01 21:12   ` Joe Hershberger
2019-02-27 18:57 ` [U-Boot] [PATCH v3 12/13] net: sun8i_emac: Add EPHY CLK and RESET support Jagan Teki
2019-03-01 21:29   ` Joe Hershberger
2019-02-27 18:57 ` [U-Boot] [PATCH v3 13/13] board: sunxi: gmac: Remove Ethernet clock and reset Jagan Teki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190227185701.15545-1-jagan@amarulasolutions.com \
    --to=jagan@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.