All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Enable configs for 96boards HiKey and general arm64
@ 2016-03-11  0:09 ` Guodong Xu
  0 siblings, 0 replies; 10+ messages in thread
From: Guodong Xu @ 2016-03-11  0:09 UTC (permalink / raw)
  To: catalin.marinas, will.deacon, arnd, horms+renesas, treding,
	kuninori.morimoto.gx, alim.akhtar, srinivas.kandagatla, xuwei5
  Cc: linux-arm-kernel, linux-kernel, Guodong Xu

This patch enables a number of devices currently supported by the Hi6220
and 96boards HiKey. These include
a) Hi655x PMIC and regulator
b) Hi6220 I2C, USB, MMC, mailbox, and reset
c) CONFIG_PINCTRL_SINGLE, and CONFIG_LEDS_GPIO

Also added general features required in arm64:
 - SPIDEV
 - USB network adapters

v2:
 - rebase to next-20160310, CONFIG_MMC_BLOCK_MINORS=16 is already in.
 - set CONFIG_I2C_DESIGNWARE_PLATFORM to be build as module
 - Add general features for arm64

Akira Tsukamoto (1):
  ARM64: defconfig: enable several common USB network adapters

Guodong Xu (2):
  arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey
  arm64: defconfig: add CONFIG_SPI_SPIDEV as module

 arch/arm64/configs/defconfig | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH v2 0/3] Enable configs for 96boards HiKey and general arm64
@ 2016-03-11  0:09 ` Guodong Xu
  0 siblings, 0 replies; 10+ messages in thread
From: Guodong Xu @ 2016-03-11  0:09 UTC (permalink / raw)
  To: linux-arm-kernel

This patch enables a number of devices currently supported by the Hi6220
and 96boards HiKey. These include
a) Hi655x PMIC and regulator
b) Hi6220 I2C, USB, MMC, mailbox, and reset
c) CONFIG_PINCTRL_SINGLE, and CONFIG_LEDS_GPIO

Also added general features required in arm64:
 - SPIDEV
 - USB network adapters

v2:
 - rebase to next-20160310, CONFIG_MMC_BLOCK_MINORS=16 is already in.
 - set CONFIG_I2C_DESIGNWARE_PLATFORM to be build as module
 - Add general features for arm64

Akira Tsukamoto (1):
  ARM64: defconfig: enable several common USB network adapters

Guodong Xu (2):
  arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey
  arm64: defconfig: add CONFIG_SPI_SPIDEV as module

 arch/arm64/configs/defconfig | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH v2 1/3] arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey
  2016-03-11  0:09 ` Guodong Xu
@ 2016-03-11  0:09   ` Guodong Xu
  -1 siblings, 0 replies; 10+ messages in thread
From: Guodong Xu @ 2016-03-11  0:09 UTC (permalink / raw)
  To: catalin.marinas, will.deacon, arnd, horms+renesas, treding,
	kuninori.morimoto.gx, alim.akhtar, srinivas.kandagatla, xuwei5
  Cc: linux-arm-kernel, linux-kernel, Guodong Xu

This patch enables a number of devices currently supported by the Hi6220
and 96boards HiKey. These include
a) Hi655x PMIC and regulator
b) Hi6220 I2C, USB, MMC, mailbox, and reset
c) CONFIG_PINCTRL_SINGLE, and CONFIG_LEDS_GPIO

v2:
 - rebase to next-20160310, CONFIG_MMC_BLOCK_MINORS=16 is already in.
 - set CONFIG_I2C_DESIGNWARE_PLATFORM to be build as module

Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm64/configs/defconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0f51943..dbd6694 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -146,6 +146,7 @@ CONFIG_VIRTIO_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
 CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=y
+CONFIG_I2C_DESIGNWARE_PLATFORM=m
 CONFIG_I2C_MV64XXX=y
 CONFIG_I2C_QUP=y
 CONFIG_I2C_UNIPHIER_F=y
@@ -154,6 +155,7 @@ CONFIG_SPI=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_QUP=y
 CONFIG_SPMI=y
+CONFIG_PINCTRL_SINGLE=y
 CONFIG_PINCTRL_MSM8916=y
 CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
 CONFIG_GPIO_SYSFS=y
@@ -169,8 +171,10 @@ CONFIG_THERMAL_EMULATION=y
 CONFIG_EXYNOS_THERMAL=y
 CONFIG_MFD_SPMI_PMIC=y
 CONFIG_MFD_SEC_CORE=y
+CONFIG_MFD_HI655X_PMIC=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_HI655X=y
 CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_QCOM_SPMI=y
 CONFIG_REGULATOR_S2MPS11=y
@@ -195,6 +199,7 @@ CONFIG_USB_EHCI_HCD_PLATFORM=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_HCD_PLATFORM=y
 CONFIG_USB_STORAGE=y
+CONFIG_USB_DWC2=y
 CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_UDC=y
 CONFIG_USB_CHIPIDEA_HOST=y
@@ -212,9 +217,11 @@ CONFIG_MMC_SPI=y
 CONFIG_MMC_SUNXI=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_DW_EXYNOS=y
+CONFIG_MMC_DW_K3=y
 CONFIG_MMC_BLOCK_MINORS=16
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_SYSCON=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
@@ -241,6 +248,8 @@ CONFIG_COMMON_CLK_QCOM=y
 CONFIG_MSM_GCC_8916=y
 CONFIG_HWSPINLOCK_QCOM=y
 CONFIG_ARM_SMMU=y
+CONFIG_MAILBOX=y
+CONFIG_HI6220_MBOX=y
 CONFIG_QCOM_SMEM=y
 CONFIG_QCOM_SMD=y
 CONFIG_QCOM_SMD_RPM=y
@@ -249,6 +258,8 @@ CONFIG_ARCH_TEGRA_210_SOC=y
 CONFIG_HISILICON_IRQ_MBIGEN=y
 CONFIG_EXTCON_USB_GPIO=y
 CONFIG_PHY_RCAR_GEN3_USB2=y
+CONFIG_COMMON_RESET_HI6220=y
+CONFIG_PHY_HI6220_USB=y
 CONFIG_PHY_XGENE=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH v2 1/3] arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey
@ 2016-03-11  0:09   ` Guodong Xu
  0 siblings, 0 replies; 10+ messages in thread
From: Guodong Xu @ 2016-03-11  0:09 UTC (permalink / raw)
  To: linux-arm-kernel

This patch enables a number of devices currently supported by the Hi6220
and 96boards HiKey. These include
a) Hi655x PMIC and regulator
b) Hi6220 I2C, USB, MMC, mailbox, and reset
c) CONFIG_PINCTRL_SINGLE, and CONFIG_LEDS_GPIO

v2:
 - rebase to next-20160310, CONFIG_MMC_BLOCK_MINORS=16 is already in.
 - set CONFIG_I2C_DESIGNWARE_PLATFORM to be build as module

Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm64/configs/defconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0f51943..dbd6694 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -146,6 +146,7 @@ CONFIG_VIRTIO_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
 CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=y
+CONFIG_I2C_DESIGNWARE_PLATFORM=m
 CONFIG_I2C_MV64XXX=y
 CONFIG_I2C_QUP=y
 CONFIG_I2C_UNIPHIER_F=y
@@ -154,6 +155,7 @@ CONFIG_SPI=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_QUP=y
 CONFIG_SPMI=y
+CONFIG_PINCTRL_SINGLE=y
 CONFIG_PINCTRL_MSM8916=y
 CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
 CONFIG_GPIO_SYSFS=y
@@ -169,8 +171,10 @@ CONFIG_THERMAL_EMULATION=y
 CONFIG_EXYNOS_THERMAL=y
 CONFIG_MFD_SPMI_PMIC=y
 CONFIG_MFD_SEC_CORE=y
+CONFIG_MFD_HI655X_PMIC=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_HI655X=y
 CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_QCOM_SPMI=y
 CONFIG_REGULATOR_S2MPS11=y
@@ -195,6 +199,7 @@ CONFIG_USB_EHCI_HCD_PLATFORM=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_HCD_PLATFORM=y
 CONFIG_USB_STORAGE=y
+CONFIG_USB_DWC2=y
 CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_UDC=y
 CONFIG_USB_CHIPIDEA_HOST=y
@@ -212,9 +217,11 @@ CONFIG_MMC_SPI=y
 CONFIG_MMC_SUNXI=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_DW_EXYNOS=y
+CONFIG_MMC_DW_K3=y
 CONFIG_MMC_BLOCK_MINORS=16
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_SYSCON=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
@@ -241,6 +248,8 @@ CONFIG_COMMON_CLK_QCOM=y
 CONFIG_MSM_GCC_8916=y
 CONFIG_HWSPINLOCK_QCOM=y
 CONFIG_ARM_SMMU=y
+CONFIG_MAILBOX=y
+CONFIG_HI6220_MBOX=y
 CONFIG_QCOM_SMEM=y
 CONFIG_QCOM_SMD=y
 CONFIG_QCOM_SMD_RPM=y
@@ -249,6 +258,8 @@ CONFIG_ARCH_TEGRA_210_SOC=y
 CONFIG_HISILICON_IRQ_MBIGEN=y
 CONFIG_EXTCON_USB_GPIO=y
 CONFIG_PHY_RCAR_GEN3_USB2=y
+CONFIG_COMMON_RESET_HI6220=y
+CONFIG_PHY_HI6220_USB=y
 CONFIG_PHY_XGENE=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH v2 2/3] arm64: defconfig: add CONFIG_SPI_SPIDEV as module
  2016-03-11  0:09 ` Guodong Xu
@ 2016-03-11  0:09   ` Guodong Xu
  -1 siblings, 0 replies; 10+ messages in thread
From: Guodong Xu @ 2016-03-11  0:09 UTC (permalink / raw)
  To: catalin.marinas, will.deacon, arnd, horms+renesas, treding,
	kuninori.morimoto.gx, alim.akhtar, srinivas.kandagatla, xuwei5
  Cc: linux-arm-kernel, linux-kernel, Guodong Xu

add CONFIG_SPI_SPIDEV as module, for arm64.

Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index dbd6694..2d92343 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -154,6 +154,7 @@ CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_QUP=y
+CONFIG_SPI_SPIDEV=m
 CONFIG_SPMI=y
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_PINCTRL_MSM8916=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH v2 2/3] arm64: defconfig: add CONFIG_SPI_SPIDEV as module
@ 2016-03-11  0:09   ` Guodong Xu
  0 siblings, 0 replies; 10+ messages in thread
From: Guodong Xu @ 2016-03-11  0:09 UTC (permalink / raw)
  To: linux-arm-kernel

add CONFIG_SPI_SPIDEV as module, for arm64.

Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index dbd6694..2d92343 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -154,6 +154,7 @@ CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_QUP=y
+CONFIG_SPI_SPIDEV=m
 CONFIG_SPMI=y
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_PINCTRL_MSM8916=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH v2 3/3] ARM64: defconfig: enable several common USB network adapters
  2016-03-11  0:09 ` Guodong Xu
@ 2016-03-11  0:09   ` Guodong Xu
  -1 siblings, 0 replies; 10+ messages in thread
From: Guodong Xu @ 2016-03-11  0:09 UTC (permalink / raw)
  To: catalin.marinas, will.deacon, arnd, horms+renesas, treding,
	kuninori.morimoto.gx, alim.akhtar, srinivas.kandagatla, xuwei5
  Cc: linux-arm-kernel, linux-kernel, Akira Tsukamoto, Guodong Xu

From: Akira Tsukamoto <akira.tsukamoto@linaro.org>

The arm64 system is likely to be used as a host computer instead of
embedded devices and adding USB-Ethernet dongles to make it behave as
host PC is mandatory.

Changelog:
v2: Changed drivers to be as modules instead of built-in.

Signed-off-by: Akira Tsukamoto <akira.tsukamoto@linaro.org>
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm64/configs/defconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 2d92343..7cd7056 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -117,6 +117,16 @@ CONFIG_RAVB=y
 CONFIG_SMC91X=y
 CONFIG_SMSC911X=y
 CONFIG_MICREL_PHY=y
+CONFIG_USB_PEGASUS=m
+CONFIG_USB_RTL8150=m
+CONFIG_USB_RTL8152=m
+CONFIG_USB_USBNET=m
+CONFIG_USB_NET_DM9601=m
+CONFIG_USB_NET_SR9800=m
+CONFIG_USB_NET_SMSC75XX=m
+CONFIG_USB_NET_SMSC95XX=m
+CONFIG_USB_NET_PLUSB=m
+CONFIG_USB_NET_MCS7830=m
 # CONFIG_WLAN is not set
 CONFIG_INPUT_EVDEV=y
 CONFIG_KEYBOARD_GPIO=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH v2 3/3] ARM64: defconfig: enable several common USB network adapters
@ 2016-03-11  0:09   ` Guodong Xu
  0 siblings, 0 replies; 10+ messages in thread
From: Guodong Xu @ 2016-03-11  0:09 UTC (permalink / raw)
  To: linux-arm-kernel

From: Akira Tsukamoto <akira.tsukamoto@linaro.org>

The arm64 system is likely to be used as a host computer instead of
embedded devices and adding USB-Ethernet dongles to make it behave as
host PC is mandatory.

Changelog:
v2: Changed drivers to be as modules instead of built-in.

Signed-off-by: Akira Tsukamoto <akira.tsukamoto@linaro.org>
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm64/configs/defconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 2d92343..7cd7056 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -117,6 +117,16 @@ CONFIG_RAVB=y
 CONFIG_SMC91X=y
 CONFIG_SMSC911X=y
 CONFIG_MICREL_PHY=y
+CONFIG_USB_PEGASUS=m
+CONFIG_USB_RTL8150=m
+CONFIG_USB_RTL8152=m
+CONFIG_USB_USBNET=m
+CONFIG_USB_NET_DM9601=m
+CONFIG_USB_NET_SR9800=m
+CONFIG_USB_NET_SMSC75XX=m
+CONFIG_USB_NET_SMSC95XX=m
+CONFIG_USB_NET_PLUSB=m
+CONFIG_USB_NET_MCS7830=m
 # CONFIG_WLAN is not set
 CONFIG_INPUT_EVDEV=y
 CONFIG_KEYBOARD_GPIO=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH v2 0/3] Enable configs for 96boards HiKey and general arm64
  2016-03-11  0:09 ` Guodong Xu
@ 2016-04-18 15:17   ` Wei Xu
  -1 siblings, 0 replies; 10+ messages in thread
From: Wei Xu @ 2016-04-18 15:17 UTC (permalink / raw)
  To: Guodong Xu, catalin.marinas, will.deacon, arnd, horms+renesas,
	treding, kuninori.morimoto.gx, alim.akhtar, srinivas.kandagatla
  Cc: linux-arm-kernel, linux-kernel

Hi Guodong,

On 11/03/2016 00:09, Guodong Xu wrote:
> This patch enables a number of devices currently supported by the Hi6220
> and 96boards HiKey. These include
> a) Hi655x PMIC and regulator
> b) Hi6220 I2C, USB, MMC, mailbox, and reset
> c) CONFIG_PINCTRL_SINGLE, and CONFIG_LEDS_GPIO
> 
> Also added general features required in arm64:
>  - SPIDEV
>  - USB network adapters

Applied to the hisilicon soc tree.
Thanks!

Best Regards,
Wei

> 
> v2:
>  - rebase to next-20160310, CONFIG_MMC_BLOCK_MINORS=16 is already in.
>  - set CONFIG_I2C_DESIGNWARE_PLATFORM to be build as module
>  - Add general features for arm64
> 
> Akira Tsukamoto (1):
>   ARM64: defconfig: enable several common USB network adapters
> 
> Guodong Xu (2):
>   arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey
>   arm64: defconfig: add CONFIG_SPI_SPIDEV as module
> 
>  arch/arm64/configs/defconfig | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH v2 0/3] Enable configs for 96boards HiKey and general arm64
@ 2016-04-18 15:17   ` Wei Xu
  0 siblings, 0 replies; 10+ messages in thread
From: Wei Xu @ 2016-04-18 15:17 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Guodong,

On 11/03/2016 00:09, Guodong Xu wrote:
> This patch enables a number of devices currently supported by the Hi6220
> and 96boards HiKey. These include
> a) Hi655x PMIC and regulator
> b) Hi6220 I2C, USB, MMC, mailbox, and reset
> c) CONFIG_PINCTRL_SINGLE, and CONFIG_LEDS_GPIO
> 
> Also added general features required in arm64:
>  - SPIDEV
>  - USB network adapters

Applied to the hisilicon soc tree.
Thanks!

Best Regards,
Wei

> 
> v2:
>  - rebase to next-20160310, CONFIG_MMC_BLOCK_MINORS=16 is already in.
>  - set CONFIG_I2C_DESIGNWARE_PLATFORM to be build as module
>  - Add general features for arm64
> 
> Akira Tsukamoto (1):
>   ARM64: defconfig: enable several common USB network adapters
> 
> Guodong Xu (2):
>   arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey
>   arm64: defconfig: add CONFIG_SPI_SPIDEV as module
> 
>  arch/arm64/configs/defconfig | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-04-18 15:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-11  0:09 [PATCH v2 0/3] Enable configs for 96boards HiKey and general arm64 Guodong Xu
2016-03-11  0:09 ` Guodong Xu
2016-03-11  0:09 ` [PATCH v2 1/3] arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey Guodong Xu
2016-03-11  0:09   ` Guodong Xu
2016-03-11  0:09 ` [PATCH v2 2/3] arm64: defconfig: add CONFIG_SPI_SPIDEV as module Guodong Xu
2016-03-11  0:09   ` Guodong Xu
2016-03-11  0:09 ` [PATCH v2 3/3] ARM64: defconfig: enable several common USB network adapters Guodong Xu
2016-03-11  0:09   ` Guodong Xu
2016-04-18 15:17 ` [PATCH v2 0/3] Enable configs for 96boards HiKey and general arm64 Wei Xu
2016-04-18 15:17   ` Wei Xu

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.