mbox

[GIT,PULL] CSR atlas7 init dts for 3.20

Message ID CAGsJ_4wBEmLa8t-bVBQTBhJDHSU=-ciycpAnH4arWPNUq-tHWA@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Message

Barry Song Jan. 11, 2015, 2:51 p.m. UTC
Hi Arnd, Kevin, Olof,

The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6:

  Linux 3.19-rc2 (2014-12-28 16:49:37 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

for you to fetch changes up to e57574b88f1d29de0b0e9a3a994cd60c8b800253:

  ARM: dts: add init dts file for CSR atlas7 SoC (2015-01-11 22:39:10 +0800)

----------------------------------------------------------------
drop marco and add init dts for atlas7

marco chip has been dropped and the new replacement is atlas7.
so, drop marco dts, and add dts for atlas7.

----------------------------------------------------------------
Barry Song (1):
      ARM: dts: drop MARCO platform DT stuff

Zhiwu Song (1):
      ARM: dts: add init dts file for CSR atlas7 SoC

 Documentation/devicetree/bindings/arm/sirf.txt |    2 -
 arch/arm/boot/dts/Makefile                     |    2 +-
 arch/arm/boot/dts/atlas7-evb.dts               |  110 ++++
 arch/arm/boot/dts/atlas7.dtsi                  |  813 ++++++++++++++++++++++++
 arch/arm/boot/dts/marco-evb.dts                |   54 --
 arch/arm/boot/dts/marco.dtsi                   |  757 ----------------------
 6 files changed, 924 insertions(+), 814 deletions(-)
 create mode 100644 arch/arm/boot/dts/atlas7-evb.dts
 create mode 100644 arch/arm/boot/dts/atlas7.dtsi
 delete mode 100644 arch/arm/boot/dts/marco-evb.dts
 delete mode 100644 arch/arm/boot/dts/marco.dtsi

-barry

Comments

Olof Johansson Jan. 13, 2015, 2:13 a.m. UTC | #1
On Sun, Jan 11, 2015 at 10:51:40PM +0800, Barry Song wrote:
> Hi Arnd, Kevin, Olof,
> 
> The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6:
> 
>   Linux 3.19-rc2 (2014-12-28 16:49:37 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> 
> for you to fetch changes up to e57574b88f1d29de0b0e9a3a994cd60c8b800253:
> 
>   ARM: dts: add init dts file for CSR atlas7 SoC (2015-01-11 22:39:10 +0800)
> 
> ----------------------------------------------------------------
> drop marco and add init dts for atlas7
> 
> marco chip has been dropped and the new replacement is atlas7.
> so, drop marco dts, and add dts for atlas7.

Hi,

Can you please elaborate a bit. Was marco never shipped to customers
that could be interested in mainline support, and atlas7 is a replacement
SoC that is in development or has shipped?


Thanks,

-Olof
Barry Song Jan. 13, 2015, 2:22 a.m. UTC | #2
2015-01-13 10:13 GMT+08:00 Olof Johansson <olof@lixom.net>:
> On Sun, Jan 11, 2015 at 10:51:40PM +0800, Barry Song wrote:
>> Hi Arnd, Kevin, Olof,
>>
>> The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6:
>>
>>   Linux 3.19-rc2 (2014-12-28 16:49:37 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>
>> for you to fetch changes up to e57574b88f1d29de0b0e9a3a994cd60c8b800253:
>>
>>   ARM: dts: add init dts file for CSR atlas7 SoC (2015-01-11 22:39:10 +0800)
>>
>> ----------------------------------------------------------------
>> drop marco and add init dts for atlas7
>>
>> marco chip has been dropped and the new replacement is atlas7.
>> so, drop marco dts, and add dts for atlas7.
>
> Hi,
>
> Can you please elaborate a bit. Was marco never shipped to customers
> that could be interested in mainline support, and atlas7 is a replacement
> SoC that is in development or has shipped?
>

marco never shipped to customers that could be interested in mainline support.
atlas7 is a replacement SoC that is in development.

do you mean i need to put this into tag log?

>
> Thanks,
>
> -Olof

-barry
Barry Song Jan. 13, 2015, 2:26 p.m. UTC | #3
2015-01-13 10:22 GMT+08:00 Barry Song <21cnbao@gmail.com>:
> 2015-01-13 10:13 GMT+08:00 Olof Johansson <olof@lixom.net>:
>> On Sun, Jan 11, 2015 at 10:51:40PM +0800, Barry Song wrote:
>>> Hi Arnd, Kevin, Olof,
>>>
>>> The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6:
>>>
>>>   Linux 3.19-rc2 (2014-12-28 16:49:37 -0800)
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>>
>>> for you to fetch changes up to e57574b88f1d29de0b0e9a3a994cd60c8b800253:
>>>
>>>   ARM: dts: add init dts file for CSR atlas7 SoC (2015-01-11 22:39:10 +0800)
>>>
>>> ----------------------------------------------------------------
>>> drop marco and add init dts for atlas7
>>>
>>> marco chip has been dropped and the new replacement is atlas7.
>>> so, drop marco dts, and add dts for atlas7.
>>
>> Hi,
>>
>> Can you please elaborate a bit. Was marco never shipped to customers
>> that could be interested in mainline support, and atlas7 is a replacement
>> SoC that is in development or has shipped?
>>
>
> marco never shipped to customers that could be interested in mainline support.
> atlas7 is a replacement SoC that is in development.
>
> do you mean i need to put this into tag log?

Hi Olof, i did a refine for this tag according to your suggestion, see:
https://git.kernel.org/cgit/linux/kernel/git/baohua/linux.git/tag/?id=atlas7-init-dts-for-3.20

>
>>
>> Thanks,
>>
>> -Olof
>

-barry
Olof Johansson Jan. 13, 2015, 11:11 p.m. UTC | #4
On Tue, Jan 13, 2015 at 10:26:44PM +0800, Barry Song wrote:
> 2015-01-13 10:22 GMT+08:00 Barry Song <21cnbao@gmail.com>:
> > 2015-01-13 10:13 GMT+08:00 Olof Johansson <olof@lixom.net>:
> >> On Sun, Jan 11, 2015 at 10:51:40PM +0800, Barry Song wrote:
> >>> Hi Arnd, Kevin, Olof,
> >>>
> >>> The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6:
> >>>
> >>>   Linux 3.19-rc2 (2014-12-28 16:49:37 -0800)
> >>>
> >>> are available in the git repository at:
> >>>
> >>>   git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> >>>
> >>> for you to fetch changes up to e57574b88f1d29de0b0e9a3a994cd60c8b800253:
> >>>
> >>>   ARM: dts: add init dts file for CSR atlas7 SoC (2015-01-11 22:39:10 +0800)
> >>>
> >>> ----------------------------------------------------------------
> >>> drop marco and add init dts for atlas7
> >>>
> >>> marco chip has been dropped and the new replacement is atlas7.
> >>> so, drop marco dts, and add dts for atlas7.
> >>
> >> Hi,
> >>
> >> Can you please elaborate a bit. Was marco never shipped to customers
> >> that could be interested in mainline support, and atlas7 is a replacement
> >> SoC that is in development or has shipped?
> >>
> >
> > marco never shipped to customers that could be interested in mainline support.
> > atlas7 is a replacement SoC that is in development.
> >
> > do you mean i need to put this into tag log?
> 
> Hi Olof, i did a refine for this tag according to your suggestion, see:
> https://git.kernel.org/cgit/linux/kernel/git/baohua/linux.git/tag/?id=atlas7-init-dts-for-3.20

Yeah, that's better -- please format the message a little nicer if you don't
mind though (capital letters, etc). And please send a fresh pull request for
it.


Thanks!

-Olof