linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] ARM: multi_v7_defconfig: add driver support for hix5hd2
@ 2014-11-25  7:37 Zhangfei Gao
  2014-11-28 15:07 ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Zhangfei Gao @ 2014-11-25  7:37 UTC (permalink / raw)
  To: linux-arm-kernel

Tested on hix5hd2 platform with mmc, usb, network, reboot etc.

Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
---
 arch/arm/configs/multi_v7_defconfig |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index a72780a2afd2..930bfcbcd68e 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -10,6 +10,7 @@ CONFIG_PERF_EVENTS=y
 CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
 CONFIG_PARTITION_ADVANCED=y
+CONFIG_CMDLINE_PARTITION=y
 CONFIG_ARCH_VIRT=y
 CONFIG_ARCH_MVEBU=y
 CONFIG_MACH_ARMADA_370=y
@@ -153,6 +154,7 @@ CONFIG_AHCI_TEGRA=y
 CONFIG_SATA_HIGHBANK=y
 CONFIG_SATA_MV=y
 CONFIG_NETDEVICES=y
+CONFIG_HIX5HD2_GMAC=y
 CONFIG_SUN4I_EMAC=y
 CONFIG_MACB=y
 CONFIG_NET_CALXEDA_XGMAC=y
@@ -289,6 +291,8 @@ CONFIG_REGULATOR_AB8500=y
 CONFIG_REGULATOR_AS3722=y
 CONFIG_REGULATOR_BCM590XX=y
 CONFIG_REGULATOR_GPIO=y
+CONFIG_MFD_SYSCON=y
+CONFIG_POWER_RESET_SYSCON=y
 CONFIG_REGULATOR_MAX8907=y
 CONFIG_REGULATOR_PALMAS=y
 CONFIG_REGULATOR_S2MPS11=y
@@ -369,6 +373,8 @@ CONFIG_MMC_OMAP_HS=y
 CONFIG_MMC_MVSDIO=y
 CONFIG_MMC_SUNXI=y
 CONFIG_MMC_DW=y
+CONFIG_MMC_DW_IDMAC=y
+CONFIG_MMC_DW_PLTFM=y
 CONFIG_MMC_DW_EXYNOS=y
 CONFIG_MMC_DW_ROCKCHIP=y
 CONFIG_NEW_LEDS=y
@@ -440,6 +446,7 @@ CONFIG_AK8975=y
 CONFIG_PWM=y
 CONFIG_PWM_TEGRA=y
 CONFIG_PWM_VT8500=y
+CONFIG_PHY_HIX5HD2_SATA=y
 CONFIG_OMAP_USB2=y
 CONFIG_TI_PIPE3=y
 CONFIG_PHY_MIPHY365X=y
-- 
1.7.9.5

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

* [PATCH v1] ARM: multi_v7_defconfig: add driver support for hix5hd2
  2014-11-25  7:37 [PATCH v1] ARM: multi_v7_defconfig: add driver support for hix5hd2 Zhangfei Gao
@ 2014-11-28 15:07 ` Arnd Bergmann
  2014-11-28 15:15   ` zhangfei
  0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2014-11-28 15:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 25 November 2014, Zhangfei Gao wrote:
> Tested on hix5hd2 platform with mmc, usb, network, reboot etc.
> 
> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>

Applied to next/defconfig, thanks!

You mentioned earlier that you'd like me to apply this patch so I took it, but
you did not send it to arm at kernel.org or ask for it to be applied in the email,
so there was still a chance for it to get lost. Please try to be explict
about these things as you can.

	Arnd

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

* [PATCH v1] ARM: multi_v7_defconfig: add driver support for hix5hd2
  2014-11-28 15:07 ` Arnd Bergmann
@ 2014-11-28 15:15   ` zhangfei
  2014-11-28 15:17     ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: zhangfei @ 2014-11-28 15:15 UTC (permalink / raw)
  To: linux-arm-kernel



On 11/28/2014 11:07 PM, Arnd Bergmann wrote:
> On Tuesday 25 November 2014, Zhangfei Gao wrote:
>> Tested on hix5hd2 platform with mmc, usb, network, reboot etc.
>>
>> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
>
> Applied to next/defconfig, thanks!
>
> You mentioned earlier that you'd like me to apply this patch so I took it, but
> you did not send it to arm at kernel.org or ask for it to be applied in the email,
> so there was still a chance for it to get lost. Please try to be explict
> about these things as you can.
>

Thanks Arnd

Usually, should this info be listed in the git msg or reply with the 
original patch?

Thanks

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

* [PATCH v1] ARM: multi_v7_defconfig: add driver support for hix5hd2
  2014-11-28 15:15   ` zhangfei
@ 2014-11-28 15:17     ` Arnd Bergmann
  2014-11-28 15:21       ` zhangfei
  0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2014-11-28 15:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 28 November 2014 23:15:48 zhangfei wrote:
> On 11/28/2014 11:07 PM, Arnd Bergmann wrote:
> > On Tuesday 25 November 2014, Zhangfei Gao wrote:
> >> Tested on hix5hd2 platform with mmc, usb, network, reboot etc.
> >>
> >> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
> >
> > Applied to next/defconfig, thanks!
> >
> > You mentioned earlier that you'd like me to apply this patch so I took it, but
> > you did not send it to arm at kernel.org or ask for it to be applied in the email,
> > so there was still a chance for it to get lost. Please try to be explict
> > about these things as you can.
> >
> 
> Thanks Arnd
> 
> Usually, should this info be listed in the git msg or reply with the 
> original patch?

The best way to do this is to put it under the '---' line that separates
the changelog part of the patch from the additional info like the diffstat.

If you are sending more than one patch at once, use a [PATCH 0/x] introductory
mail and put it in there.

	Arnd

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

* [PATCH v1] ARM: multi_v7_defconfig: add driver support for hix5hd2
  2014-11-28 15:17     ` Arnd Bergmann
@ 2014-11-28 15:21       ` zhangfei
  0 siblings, 0 replies; 5+ messages in thread
From: zhangfei @ 2014-11-28 15:21 UTC (permalink / raw)
  To: linux-arm-kernel



On 11/28/2014 11:17 PM, Arnd Bergmann wrote:
> On Friday 28 November 2014 23:15:48 zhangfei wrote:
>> On 11/28/2014 11:07 PM, Arnd Bergmann wrote:
>>> On Tuesday 25 November 2014, Zhangfei Gao wrote:
>>>> Tested on hix5hd2 platform with mmc, usb, network, reboot etc.
>>>>
>>>> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
>>>
>>> Applied to next/defconfig, thanks!
>>>
>>> You mentioned earlier that you'd like me to apply this patch so I took it, but
>>> you did not send it to arm at kernel.org or ask for it to be applied in the email,
>>> so there was still a chance for it to get lost. Please try to be explict
>>> about these things as you can.
>>>
>>
>> Thanks Arnd
>>
>> Usually, should this info be listed in the git msg or reply with the
>> original patch?
>
> The best way to do this is to put it under the '---' line that separates
> the changelog part of the patch from the additional info like the diffstat.
>
> If you are sending more than one patch at once, use a [PATCH 0/x] introductory
> mail and put it in there.
>

Thanks Arnd for the kind education.

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

end of thread, other threads:[~2014-11-28 15:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25  7:37 [PATCH v1] ARM: multi_v7_defconfig: add driver support for hix5hd2 Zhangfei Gao
2014-11-28 15:07 ` Arnd Bergmann
2014-11-28 15:15   ` zhangfei
2014-11-28 15:17     ` Arnd Bergmann
2014-11-28 15:21       ` zhangfei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).