mbox series

[U-Boot,0/2] Add clock support for designware net driver

Message ID 1511887299-15776-1-git-send-email-patrice.chotard@st.com
Headers show
Series Add clock support for designware net driver | expand

Message

Patrice CHOTARD Nov. 28, 2017, 4:41 p.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

_ Patch 1 adds dev_count_phandle_with_args() in read.c to avoid compilation
  errors for Rockchip puma-rk3399 and lion-rk3368 platforms with patch 2.

_ Patch 2 adds clock support to designware net driver.

Patrice Chotard (2):
  dm: core: add missing dev_count_phandle_with_args()
  net: designware: add clock support

 drivers/core/read.c      |  7 +++++++
 drivers/net/designware.c | 43 +++++++++++++++++++++++++++++++++++++++++++
 drivers/net/designware.h |  4 ++++
 3 files changed, 54 insertions(+)

Comments

Patrice CHOTARD Nov. 29, 2017, 7:59 a.m. UTC | #1
I forgot to add Simon Glass in review, i will resend this serie.

Sorry

Patrice

On 11/28/2017 05:41 PM, patrice.chotard@st.com wrote:
> From: Patrice Chotard <patrice.chotard@st.com>

> 

> _ Patch 1 adds dev_count_phandle_with_args() in read.c to avoid compilation

>    errors for Rockchip puma-rk3399 and lion-rk3368 platforms with patch 2.

> 

> _ Patch 2 adds clock support to designware net driver.

> 

> Patrice Chotard (2):

>    dm: core: add missing dev_count_phandle_with_args()

>    net: designware: add clock support

> 

>   drivers/core/read.c      |  7 +++++++

>   drivers/net/designware.c | 43 +++++++++++++++++++++++++++++++++++++++++++

>   drivers/net/designware.h |  4 ++++

>   3 files changed, 54 insertions(+)

>