]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'gmac-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 1 Jan 2015 00:14:52 +0000 (19:14 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Jan 2015 00:14:52 +0000 (19:14 -0500)
commit0cfa69c586185d6e95af1782414b727ff5fae5f7
tree8ac054f40fc388c380ed5dc75a603e36f0f89f91
parent2f9ad4166faf50166e59888c3ba21989ecc889b7
parente4f811bb03c99fa6d0937c5c48665433ed49b145
Merge branch 'gmac-next'

Roger Chen says:

====================
support GMAC driver for RK3288

Roger Chen (6):
  patch1: add driver for Rockchip RK3288 SoCs integrated GMAC
  patch2: define clock ID used for GMAC
  patch3: modify CRU config for Rockchip RK3288 SoCs integrated GMAC
  patch4: dts: rockchip: add gmac info for rk3288
  patch5: dts: rockchip: enable gmac on RK3288 evb board
  patch6: add document for Rockchip RK3288 GMAC

Tested on rk3288 evb board:
Execute the following command to enable ethernet,
set local IP and ping a remote host.

busybox ifconfig eth0 up
busybox ifconfig eth0 192.168.1.111
ping 192.168.1.1
====================

Signed-off-by: David S. Miller <davem@davemloft.net>