All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [RFC PATCH 00/10] arm: add support for SoC S5P4418
Date: Fri, 7 Feb 2020 11:11:32 -0500	[thread overview]
Message-ID: <20200207161132.GC13379@bill-the-cat> (raw)
In-Reply-To: <1580758773-5287-1-git-send-email-stefan_b@posteo.net>

On Mon, Feb 03, 2020 at 08:39:22PM +0100, Stefan Bosch wrote:

> This patch adds support for SAMSUNG's/NEXELL's ARM Cortex-A9 based
> S5P4418 SoC, especially FriendlyARM's NanoPi2 and NanoPC-T2 boards.
> It is based on the following FriendlyARM's U-Boot version:
> https://github.com/friendlyarm/u-boot/tree/nanopi2-v2016.01.
> 
> The added mach-nexell also supports the S5P6818 SoC which is a
> follow-up of the S5P4418.
> 
> Main changes in relation to nanopi2-v2016.01:
> - Cosmetic changes due to patman warnings/errors.
> - MMC and Video drivers changed to DM.
> - Configs reworked (e.g. "CONFIG_..." moved from s5p4418_nanopi2.h
>   to s5p4418_nanopi2_defconfig)
> - SPL related files are not included.
> - MACH_TYPE_S5P4418 is not defined/used anymore.
> - arch/arm/mach-nexell/include/mach/boot0.h added to generate the NSIH
>   (Nexell System Information Header), substitudes tools/nexell.
> - board/s5p4418/ renamed to board/friendlyarm/
> - Only the NanoPi2 and NanoPC-T2 boards are supported yet because I
>   do only have the NanoPC-T2 board to test the code (this board uses
>   the NanoPi2 code).
> 
> 
> Stefan Bosch (10):
>   arm: add mach-nexell (header files)
>   arm: add mach-nexell (all files except header files)
>   i2c: mmc: add nexell driver (gpio, i2c, mmc, pwm)
>   video: add nexell video driver (soc: displaytop)
>   video: add nexell video driver (soc: mlc, mipi)
>   video: add nexell video driver (soc: lvds, hdmi)
>   video: add nexell video driver (soc: dpc, makefile)
>   video: add nexell video driver (display/video driver)
>   arm: add support for SoC s5p4418 (cpu) / nanopi2 board
>   arm: add (default) config for nanopi2 board

In general:
- Make sure everything is checkpatch clean (or when not, explainable).
- Don't include unused (by the end of the series at least) code.
- Don't include both SPDX tags and then the whole license boilerplate.
- Do make sure that there's nothing in the config.h file that should be
  in a _defconfig file at this point.

Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200207/1da83665/attachment.sig>

  parent reply	other threads:[~2020-02-07 16:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03 19:39 [RFC PATCH 00/10] arm: add support for SoC S5P4418 Stefan Bosch
2020-02-03 20:32 ` [RFC PATCH 01/10] arm: add mach-nexell (header files) Stefan Bosch
2020-02-03 20:38 ` [RFC PATCH 02/10] arm: add mach-nexell (all files except header files) Stefan Bosch
2020-02-03 20:40 ` [RFC PATCH 03/10] i2c: mmc: add nexell driver (gpio, i2c, mmc, pwm) Stefan Bosch
2020-02-04  6:58   ` Heiko Schocher
2020-02-04 18:29     ` Stefan B.
2020-02-20 17:49     ` Stefan B.
2020-02-22 12:34       ` Heiko Schocher
2020-02-03 20:41 ` [RFC PATCH 04/10] video: add nexell video driver (soc: displaytop) Stefan Bosch
2020-02-03 20:43 ` [RFC PATCH 05/10] video: add nexell video driver (soc: mlc, mipi) Stefan Bosch
2020-02-03 20:44 ` [RFC PATCH 06/10] video: add nexell video driver (soc: lvds, hdmi) Stefan Bosch
2020-02-03 20:45 ` [RFC PATCH 07/10] video: add nexell video driver (soc: dpc, makefile) Stefan Bosch
2020-02-03 20:45 ` [RFC PATCH 08/10] video: add nexell video driver (display/video driver) Stefan Bosch
2020-02-03 20:46 ` [RFC PATCH 09/10] arm: add support for SoC s5p4418 (cpu) / nanopi2 board Stefan Bosch
2020-02-07 16:10   ` Tom Rini
2020-02-03 20:47 ` [RFC PATCH 10/10] arm: add (default) config for " Stefan Bosch
2020-02-07 16:11 ` Tom Rini [this message]
2020-02-22 13:06 ` [RFC PATCH 00/10] arm: add support for SoC S5P4418 Amit Tomer
2020-02-25 19:13   ` Stefan B.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200207161132.GC13379@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.