Re: [PATCH v8 0/2] Add Spreadtrum Sharkl64 Platform support

2015-03-12 Thread Chunyan Zhang
On Thu, Mar 12, 2015 at 6:01 AM, Arnd Bergmann  wrote:
> On Wednesday 11 March 2015 02:27:08 Chunyan Zhang wrote:
>> This patchset adds Spreadtrum's Sharkl64 support in arm64 device tree.
>>
>> Changes from v7:
>> - Added Mark Rutland's Acked-by
>> - Rebased v4.0-rc1
>>
>
> Applied both to next/arm64.

Thanks Arnd.

>
> I had some trouble applying the patches because of broken end-of-line
> markers and had to edit the patch manually. Please check what went
> wrong there so you can avoid the problem in the future. Thanks!
>

Sorry for that, I have found the reason about smpt server, I'll avoid
the same problem in the future.

Best regards,
Chunyan

> Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v8 0/2] Add Spreadtrum Sharkl64 Platform support

2015-03-12 Thread Chunyan Zhang
On Thu, Mar 12, 2015 at 6:01 AM, Arnd Bergmann a...@arndb.de wrote:
 On Wednesday 11 March 2015 02:27:08 Chunyan Zhang wrote:
 This patchset adds Spreadtrum's Sharkl64 support in arm64 device tree.

 Changes from v7:
 - Added Mark Rutland's Acked-by
 - Rebased v4.0-rc1


 Applied both to next/arm64.

Thanks Arnd.


 I had some trouble applying the patches because of broken end-of-line
 markers and had to edit the patch manually. Please check what went
 wrong there so you can avoid the problem in the future. Thanks!


Sorry for that, I have found the reason about smpt server, I'll avoid
the same problem in the future.

Best regards,
Chunyan

 Arnd
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v8 0/2] Add Spreadtrum Sharkl64 Platform support

2015-03-11 Thread Arnd Bergmann
On Wednesday 11 March 2015 02:27:08 Chunyan Zhang wrote:
> This patchset adds Spreadtrum's Sharkl64 support in arm64 device tree.
> 
> Changes from v7:
> - Added Mark Rutland's Acked-by
> - Rebased v4.0-rc1
> 

Applied both to next/arm64.

I had some trouble applying the patches because of broken end-of-line
markers and had to edit the patch manually. Please check what went
wrong there so you can avoid the problem in the future. Thanks!

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v8 0/2] Add Spreadtrum Sharkl64 Platform support

2015-03-11 Thread Arnd Bergmann
On Wednesday 11 March 2015 02:27:08 Chunyan Zhang wrote:
 This patchset adds Spreadtrum's Sharkl64 support in arm64 device tree.
 
 Changes from v7:
 - Added Mark Rutland's Acked-by
 - Rebased v4.0-rc1
 

Applied both to next/arm64.

I had some trouble applying the patches because of broken end-of-line
markers and had to edit the patch manually. Please check what went
wrong there so you can avoid the problem in the future. Thanks!

Arnd
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH v8 0/2] Add Spreadtrum Sharkl64 Platform support

2015-03-10 Thread 张春艳
This patchset adds Spreadtrum's Sharkl64 support in arm64 device tree.

Changes from v7:
- Added Mark Rutland's Acked-by
- Rebased v4.0-rc1

Changes from v6:
- Setted stdout-path with "serial1:115200n8"

Changes from v5:
- Added maintenance interrupt for gic
- Removed reg property from 'soc' and 'apb' nodes


Zhizhou Zhang (2):
  arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile
  arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and
defconfig

 arch/arm64/Kconfig|  5 ++
 arch/arm64/boot/dts/Makefile  |  1 +
 arch/arm64/boot/dts/sprd/Makefile |  5 ++
 arch/arm64/boot/dts/sprd/sc9836-openphone.dts | 49 ++
 arch/arm64/boot/dts/sprd/sc9836.dtsi  | 74 +++
 arch/arm64/boot/dts/sprd/sharkl64.dtsi| 65 +++
 arch/arm64/configs/defconfig  |  1 +
 7 files changed, 200 insertions(+)
 create mode 100644 arch/arm64/boot/dts/sprd/Makefile
 create mode 100644 arch/arm64/boot/dts/sprd/sc9836-openphone.dts
 create mode 100644 arch/arm64/boot/dts/sprd/sc9836.dtsi
 create mode 100644 arch/arm64/boot/dts/sprd/sharkl64.dtsi

-- 
1.9.1


[PATCH v8 0/2] Add Spreadtrum Sharkl64 Platform support

2015-03-10 Thread 张春艳
This patchset adds Spreadtrum's Sharkl64 support in arm64 device tree.

Changes from v7:
- Added Mark Rutland's Acked-by
- Rebased v4.0-rc1

Changes from v6:
- Setted stdout-path with serial1:115200n8

Changes from v5:
- Added maintenance interrupt for gic
- Removed reg property from 'soc' and 'apb' nodes


Zhizhou Zhang (2):
  arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile
  arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and
defconfig

 arch/arm64/Kconfig|  5 ++
 arch/arm64/boot/dts/Makefile  |  1 +
 arch/arm64/boot/dts/sprd/Makefile |  5 ++
 arch/arm64/boot/dts/sprd/sc9836-openphone.dts | 49 ++
 arch/arm64/boot/dts/sprd/sc9836.dtsi  | 74 +++
 arch/arm64/boot/dts/sprd/sharkl64.dtsi| 65 +++
 arch/arm64/configs/defconfig  |  1 +
 7 files changed, 200 insertions(+)
 create mode 100644 arch/arm64/boot/dts/sprd/Makefile
 create mode 100644 arch/arm64/boot/dts/sprd/sc9836-openphone.dts
 create mode 100644 arch/arm64/boot/dts/sprd/sc9836.dtsi
 create mode 100644 arch/arm64/boot/dts/sprd/sharkl64.dtsi

-- 
1.9.1