linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Add Ceva ahci to the defconfig
@ 2015-06-29  5:02 Michal Simek
  2015-07-06 16:26 ` Catalin Marinas
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2015-06-29  5:02 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Suneel Garapati, monstr, Robert Richter, Linus Walleij,
	linux-kernel, Abhimanyu Kapur, Will Deacon, Catalin Marinas,
	Daniel Lezcano

From: Suneel Garapati <suneel.garapati@xilinx.com>

The Ceva ahci controller is available on the Xilinx Zynq UltraScale+
MPSoC.

Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm64/configs/defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f38c94f1d898..ef5b5d27a226 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -35,10 +35,10 @@ CONFIG_ARCH_EXYNOS7=y
 CONFIG_ARCH_FSL_LS2085A=y
 CONFIG_ARCH_HISI=y
 CONFIG_ARCH_MEDIATEK=y
+CONFIG_ARCH_QCOM=y
 CONFIG_ARCH_SEATTLE=y
 CONFIG_ARCH_TEGRA=y
 CONFIG_ARCH_TEGRA_132_SOC=y
-CONFIG_ARCH_QCOM=y
 CONFIG_ARCH_SPRD=y
 CONFIG_ARCH_THUNDER=y
 CONFIG_ARCH_VEXPRESS=y
@@ -82,7 +82,7 @@ CONFIG_BLK_DEV_SD=y
 # CONFIG_SCSI_LOWLEVEL is not set
 CONFIG_ATA=y
 CONFIG_SATA_AHCI=y
-CONFIG_SATA_AHCI_PLATFORM=y
+CONFIG_AHCI_CEVA=y
 CONFIG_AHCI_XGENE=y
 CONFIG_PATA_PLATFORM=y
 CONFIG_PATA_OF_PLATFORM=y
-- 
2.3.5


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

* Re: [PATCH] arm64: defconfig: Add Ceva ahci to the defconfig
  2015-06-29  5:02 [PATCH] arm64: defconfig: Add Ceva ahci to the defconfig Michal Simek
@ 2015-07-06 16:26 ` Catalin Marinas
  2015-07-08  8:36   ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Catalin Marinas @ 2015-07-06 16:26 UTC (permalink / raw)
  To: Michal Simek
  Cc: linux-arm-kernel, monstr, Linus Walleij, Daniel Lezcano,
	Will Deacon, linux-kernel, Robert Richter, Abhimanyu Kapur,
	Suneel Garapati

On Mon, Jun 29, 2015 at 07:02:08AM +0200, Michal Simek wrote:
> From: Suneel Garapati <suneel.garapati@xilinx.com>
> 
> The Ceva ahci controller is available on the Xilinx Zynq UltraScale+
> MPSoC.
> 
> Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  arch/arm64/configs/defconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index f38c94f1d898..ef5b5d27a226 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -82,7 +82,7 @@ CONFIG_BLK_DEV_SD=y
>  # CONFIG_SCSI_LOWLEVEL is not set
>  CONFIG_ATA=y
>  CONFIG_SATA_AHCI=y
> -CONFIG_SATA_AHCI_PLATFORM=y
> +CONFIG_AHCI_CEVA=y

Any reason why CONFIG_SATA_AHCI_PLATFORM is removed by this patch?

I merged the patch but modified it to only add CONFIG_AHCI_CEVA without
changing any other lines.

-- 
Catalin

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

* Re: [PATCH] arm64: defconfig: Add Ceva ahci to the defconfig
  2015-07-06 16:26 ` Catalin Marinas
@ 2015-07-08  8:36   ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2015-07-08  8:36 UTC (permalink / raw)
  To: Catalin Marinas, Michal Simek
  Cc: linux-arm-kernel, monstr, Linus Walleij, Daniel Lezcano,
	Will Deacon, linux-kernel, Robert Richter, Abhimanyu Kapur,
	Suneel Garapati

Hi Catalin,

On 07/06/2015 06:26 PM, Catalin Marinas wrote:
> On Mon, Jun 29, 2015 at 07:02:08AM +0200, Michal Simek wrote:
>> From: Suneel Garapati <suneel.garapati@xilinx.com>
>>
>> The Ceva ahci controller is available on the Xilinx Zynq UltraScale+
>> MPSoC.
>>
>> Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>> ---
>>
>>  arch/arm64/configs/defconfig | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index f38c94f1d898..ef5b5d27a226 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -82,7 +82,7 @@ CONFIG_BLK_DEV_SD=y
>>  # CONFIG_SCSI_LOWLEVEL is not set
>>  CONFIG_ATA=y
>>  CONFIG_SATA_AHCI=y
>> -CONFIG_SATA_AHCI_PLATFORM=y
>> +CONFIG_AHCI_CEVA=y
> 
> Any reason why CONFIG_SATA_AHCI_PLATFORM is removed by this patch?

that's bug. :-( I thought that there was dependency but that's not truth.

> 
> I merged the patch but modified it to only add CONFIG_AHCI_CEVA without
> changing any other lines.

Thank you so much.

Thanks,
Michal



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

end of thread, other threads:[~2015-07-08  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29  5:02 [PATCH] arm64: defconfig: Add Ceva ahci to the defconfig Michal Simek
2015-07-06 16:26 ` Catalin Marinas
2015-07-08  8:36   ` Michal Simek

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).