mbox series

[v2,00/10] ClearFog Base static variant support

Message ID 20200119075249.32226-1-mrjoel@lixil.net
Headers show
Series ClearFog Base static variant support | expand

Message

Joel Johnson Jan. 19, 2020, 7:52 a.m. UTC
This patch series adds support for ClearFog Base static configuration,
as well as updating and fixing the ClearFog support for MMC and SPI
booting.

V2 changes:
  - updated against, and dependent on, https://patchwork.ozlabs.org/cover/1200324


Joel Johnson (10):
  arm: mvebu: fix SerDes table alignment
  arm: mvebu: solidrun: remove hardcoded DTS MAC address
  arm: mvebu: clearfog: initial ClearFog Base variant
  arm: mvebu: clearfog: Use Pro DT by default
  arm: mvebu: clearfog: Add SATA mode flags
  arm: mvebu: clearfog: Add option for 2.5 Gbps SFP
  arm: mvebu: clearfog: add SPI offsets
  arm: mvebu: enable working default boot support
  arm: mvebu: clearfog: move ENV params to Kconfig
  arm: mvebu: clearfog: reduce MMC boot assumptions

 .../arm/dts/armada-38x-solidrun-microsom.dtsi |  1 -
 arch/arm/mach-mvebu/Kconfig                   | 13 ++++
 .../serdes/a38x/high_speed_env_spec.c         |  6 +-
 board/solidrun/clearfog/Kconfig               | 62 +++++++++++++++++++
 board/solidrun/clearfog/clearfog.c            | 26 +++++++-
 configs/clearfog_defconfig                    |  5 --
 include/configs/clearfog.h                    |  1 -
 7 files changed, 103 insertions(+), 11 deletions(-)
 create mode 100644 board/solidrun/clearfog/Kconfig

Comments

Baruch Siach Jan. 19, 2020, 8:38 a.m. UTC | #1
Hi Joel,

On Sun, Jan 19 2020, Joel Johnson wrote:
> This patch series adds support for ClearFog Base static configuration,
> as well as updating and fixing the ClearFog support for MMC and SPI
> booting.
>
> V2 changes:
>   - updated against, and dependent on, https://patchwork.ozlabs.org/cover/1200324

Thanks for the update.

Next time please Cc at least me and Stefan on the entire series.

baruch

> Joel Johnson (10):
>   arm: mvebu: fix SerDes table alignment
>   arm: mvebu: solidrun: remove hardcoded DTS MAC address
>   arm: mvebu: clearfog: initial ClearFog Base variant
>   arm: mvebu: clearfog: Use Pro DT by default
>   arm: mvebu: clearfog: Add SATA mode flags
>   arm: mvebu: clearfog: Add option for 2.5 Gbps SFP
>   arm: mvebu: clearfog: add SPI offsets
>   arm: mvebu: enable working default boot support
>   arm: mvebu: clearfog: move ENV params to Kconfig
>   arm: mvebu: clearfog: reduce MMC boot assumptions
>
>  .../arm/dts/armada-38x-solidrun-microsom.dtsi |  1 -
>  arch/arm/mach-mvebu/Kconfig                   | 13 ++++
>  .../serdes/a38x/high_speed_env_spec.c         |  6 +-
>  board/solidrun/clearfog/Kconfig               | 62 +++++++++++++++++++
>  board/solidrun/clearfog/clearfog.c            | 26 +++++++-
>  configs/clearfog_defconfig                    |  5 --
>  include/configs/clearfog.h                    |  1 -
>  7 files changed, 103 insertions(+), 11 deletions(-)
>  create mode 100644 board/solidrun/clearfog/Kconfig
Joel Johnson Jan. 19, 2020, 4:05 p.m. UTC | #2
On 2020-01-19 01:38, Baruch Siach wrote:
> Hi Joel,
> 
> On Sun, Jan 19 2020, Joel Johnson wrote:
>> This patch series adds support for ClearFog Base static configuration,
>> as well as updating and fixing the ClearFog support for MMC and SPI
>> booting.
>> 
>> V2 changes:
>>   - updated against, and dependent on, 
>> https://patchwork.ozlabs.org/cover/1200324
> 
> Thanks for the update.
> 
> Next time please Cc at least me and Stefan on the entire series.
> 
> baruch

I certainly intended to, and based on the email headers it appears that 
I did...

Actually, I see what you're saying, not all of the patches in the series 
were delivered to you. I neglected to add (or notice during sending) the 
Series-cc line for patman. My apologizes - I've added it for my local 
branch on this series and I'll keep an eye out for that in the future.

Relatedly, I've been directing the series to Prafulla Wadaskar as noted 
in the custodians listing for marvell, but am getting email delivery 
failures. Any updated guidance or contact updates would be appreciated.

Joel
Baruch Siach Jan. 19, 2020, 4:11 p.m. UTC | #3
Hi Joel,

On Sun, Jan 19 2020, Joel Johnson wrote:
> On 2020-01-19 01:38, Baruch Siach wrote:
>> On Sun, Jan 19 2020, Joel Johnson wrote:
>>> This patch series adds support for ClearFog Base static configuration,
>>> as well as updating and fixing the ClearFog support for MMC and SPI
>>> booting.
>>>
>>> V2 changes:
>>>   - updated against, and dependent on,
>>> https://patchwork.ozlabs.org/cover/1200324
>>
>> Thanks for the update.
>>
>> Next time please Cc at least me and Stefan on the entire series.
>>
>> baruch
>
> I certainly intended to, and based on the email headers it appears that I
> did...
>
> Actually, I see what you're saying, not all of the patches in the series were
> delivered to you. I neglected to add (or notice during sending) the Series-cc
> line for patman. My apologizes - I've added it for my local branch on this
> series and I'll keep an eye out for that in the future.
>
> Relatedly, I've been directing the series to Prafulla Wadaskar as noted in the
> custodians listing for marvell, but am getting email delivery failures. Any
> updated guidance or contact updates would be appreciated.

Prafulla has been removed from the Marvell entry in MAINTAINERS in
commit 1579faf52b9f4 (February 2019). I don't think you need to Cc him
on Marvell SoC related patches.

baruch
Joel Johnson Jan. 19, 2020, 4:16 p.m. UTC | #4
On 2020-01-19 09:11, Baruch Siach wrote:
> Hi Joel,
> 
> On Sun, Jan 19 2020, Joel Johnson wrote:
>> On 2020-01-19 01:38, Baruch Siach wrote:
>>> On Sun, Jan 19 2020, Joel Johnson wrote:
>>>> This patch series adds support for ClearFog Base static 
>>>> configuration,
>>>> as well as updating and fixing the ClearFog support for MMC and SPI
>>>> booting.
>>>> 
>>>> V2 changes:
>>>>   - updated against, and dependent on,
>>>> https://patchwork.ozlabs.org/cover/1200324
>>> 
>>> Thanks for the update.
>>> 
>>> Next time please Cc at least me and Stefan on the entire series.
>>> 
>>> baruch
>> 
>> I certainly intended to, and based on the email headers it appears 
>> that I
>> did...
>> 
>> Actually, I see what you're saying, not all of the patches in the 
>> series were
>> delivered to you. I neglected to add (or notice during sending) the 
>> Series-cc
>> line for patman. My apologizes - I've added it for my local branch on 
>> this
>> series and I'll keep an eye out for that in the future.
>> 
>> Relatedly, I've been directing the series to Prafulla Wadaskar as 
>> noted in the
>> custodians listing for marvell, but am getting email delivery 
>> failures. Any
>> updated guidance or contact updates would be appreciated.
> 
> Prafulla has been removed from the Marvell entry in MAINTAINERS in
> commit 1579faf52b9f4 (February 2019). I don't think you need to Cc him
> on Marvell SoC related patches.
> 
> baruch

Indeed, thanks. I had pulled his information from the Custodians wiki 
page at http://www.denx.de/wiki/U-Boot/Custodians, so perhaps something 
that Stefan or editor can update accordingly.

Joel
Stefan Roese Jan. 20, 2020, 6:55 a.m. UTC | #5
Hi Joel,

On 19.01.20 17:16, Joel Johnson wrote:
> On 2020-01-19 09:11, Baruch Siach wrote:
>> Hi Joel,
>>
>> On Sun, Jan 19 2020, Joel Johnson wrote:
>>> On 2020-01-19 01:38, Baruch Siach wrote:
>>>> On Sun, Jan 19 2020, Joel Johnson wrote:
>>>>> This patch series adds support for ClearFog Base static
>>>>> configuration,
>>>>> as well as updating and fixing the ClearFog support for MMC and SPI
>>>>> booting.
>>>>>
>>>>> V2 changes:
>>>>>    - updated against, and dependent on,
>>>>> https://patchwork.ozlabs.org/cover/1200324
>>>>
>>>> Thanks for the update.
>>>>
>>>> Next time please Cc at least me and Stefan on the entire series.
>>>>
>>>> baruch
>>>
>>> I certainly intended to, and based on the email headers it appears
>>> that I
>>> did...
>>>
>>> Actually, I see what you're saying, not all of the patches in the
>>> series were
>>> delivered to you. I neglected to add (or notice during sending) the
>>> Series-cc
>>> line for patman. My apologizes - I've added it for my local branch on
>>> this
>>> series and I'll keep an eye out for that in the future.
>>>
>>> Relatedly, I've been directing the series to Prafulla Wadaskar as
>>> noted in the
>>> custodians listing for marvell, but am getting email delivery
>>> failures. Any
>>> updated guidance or contact updates would be appreciated.
>>
>> Prafulla has been removed from the Marvell entry in MAINTAINERS in
>> commit 1579faf52b9f4 (February 2019). I don't think you need to Cc him
>> on Marvell SoC related patches.
>>
>> baruch
> 
> Indeed, thanks. I had pulled his information from the Custodians wiki
> page at http://www.denx.de/wiki/U-Boot/Custodians, so perhaps something
> that Stefan or editor can update accordingly.

Yes, thanks for the notification. We'll update this page accordingly
soon.

Thanks,
Stefan