Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1544869
| From | Dongpo Li <lidongpo@hisilicon.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] net: hix5hd2_gmac: keep the compatible string not changed |
| Date | 2016-12-20 03:20 +0100 |
| Message-ID | <sQic1-7Ht-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series fix the patch:
d0fb6ba75dc0 ("net: hix5hd2_gmac: add generic compatible string")
The SoC hix5hd2 compatible string has the suffix "-gmac" and
we should not change its compatible string.
So we should name all the compatible string with the suffix "-gmac".
Creating a new name suffix "-gemac" is unnecessary.
Dongpo Li (2):
net: hix5hd2_gmac: fix compatible strings name
ARM: dts: hix5hd2: don't change the existing compatible string
.../devicetree/bindings/net/hisilicon-hix5hd2-gmac.txt | 13 ++++++++-----
arch/arm/boot/dts/hisi-x5hd2.dtsi | 4 ++--
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 13 +++++++------
3 files changed, 17 insertions(+), 13 deletions(-)
--
2.8.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] net: hix5hd2_gmac: keep the compatible string not changed Dongpo Li <lidongpo@hisilicon.com> - 2016-12-20 03:20 +0100 [PATCH 1/2] net: hix5hd2_gmac: fix compatible strings name Dongpo Li <lidongpo@hisilicon.com> - 2016-12-20 03:20 +0100 [PATCH 2/2] ARM: dts: hix5hd2: don't change the existing compatible string Dongpo Li <lidongpo@hisilicon.com> - 2016-12-20 03:20 +0100 Re: [PATCH 0/2] net: hix5hd2_gmac: keep the compatible string not changed David Miller <davem@davemloft.net> - 2016-12-20 20:20 +0100
csiph-web