All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 2/2] nios2: convert altera sysid to driver model
Date: Tue, 13 Oct 2015 21:18:52 +0800	[thread overview]
Message-ID: <561D04BC.7030509@wytron.com.tw> (raw)
In-Reply-To: <1444468025-17992-2-git-send-email-thomas@wytron.com.tw>



On 10/10/2015 05:07 PM, Thomas Chou wrote:
> Convert altera sysid to driver model with misc uclass.
>
> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
> Acked-by: Chin Liang See <clsee@altera.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> v2
>    fix coding style.
> v3
>    doc dts binding.
> v4
>    no change.
> v5
>    sort headers inclusion as Simon suggested.
>    add display_sysid() to asm/system.h.
> v6
>    replace DM_MISC to MISC.
>
>   arch/nios2/cpu/Makefile                    |   2 +-
>   arch/nios2/cpu/cpu.c                       |  13 +---
>   arch/nios2/cpu/sysid.c                     |  46 -------------
>   arch/nios2/dts/3c120_devboard.dts          |   6 ++
>   arch/nios2/include/asm/system.h            |   2 +
>   board/altera/nios2-generic/nios2-generic.c |   5 +-
>   configs/nios2-generic_defconfig            |   2 +
>   drivers/misc/Kconfig                       |   7 ++
>   drivers/misc/Makefile                      |   1 +
>   drivers/misc/altera_sysid.c                | 101 +++++++++++++++++++++++++++++
>   include/configs/nios2-generic.h            |   2 +-
>   11 files changed, 127 insertions(+), 60 deletions(-)
>   delete mode 100644 arch/nios2/cpu/sysid.c
>   create mode 100644 drivers/misc/altera_sysid.c
>

Applied to u-boot-nios.

  reply	other threads:[~2015-10-13 13:18 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-29  7:23 [U-Boot] [PATCH 1/2] dm: implement a Miscellaneous uclass Thomas Chou
2015-09-29  7:23 ` [U-Boot] [PATCH 2/2] nios2: convert altera sysid to driver model Thomas Chou
2015-09-30  0:54   ` Chin Liang See
2015-09-29  9:04 ` [U-Boot] [PATCH v2 1/2] dm: implement a Miscellaneous uclass Thomas Chou
2015-09-29  9:04   ` [U-Boot] [PATCH v2 2/2] nios2: convert altera sysid to driver model Thomas Chou
2015-09-29  9:30     ` Stefan Roese
2015-09-29 11:55       ` Thomas Chou
2015-09-29 11:59 ` [U-Boot] [PATCH v3 1/2] dm: implement a Miscellaneous uclass Thomas Chou
2015-09-29 11:59   ` [U-Boot] [PATCH v3 2/2] nios2: convert altera sysid to driver model Thomas Chou
2015-10-03 14:29   ` [U-Boot] [PATCH v3 1/2] dm: implement a Miscellaneous uclass Simon Glass
2015-10-05  2:18 ` [U-Boot] [PATCH v4 " Thomas Chou
2015-10-05  2:18   ` [U-Boot] [PATCH v4 2/2] nios2: convert altera sysid to driver model Thomas Chou
2015-10-06 22:49     ` Simon Glass
2015-10-07  2:20     ` Chin Liang See
2015-10-06 22:49   ` [U-Boot] [PATCH v4 1/2] dm: implement a Miscellaneous uclass Simon Glass
2015-10-07 12:29 ` [U-Boot] [PATCH v5 " Thomas Chou
2015-10-07 12:29   ` [U-Boot] [PATCH v5 2/2] nios2: convert altera sysid to driver model Thomas Chou
2015-10-07 22:47     ` Simon Glass
2015-10-10  9:07 ` [U-Boot] [PATCH v6 1/2] dm: implement a Miscellaneous uclass Thomas Chou
2015-10-10  9:07   ` [U-Boot] [PATCH v6 2/2] nios2: convert altera sysid to driver model Thomas Chou
2015-10-13 13:18     ` Thomas Chou [this message]
2015-10-13 13:18   ` [U-Boot] [PATCH v6 1/2] dm: implement a Miscellaneous uclass Thomas Chou

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=561D04BC.7030509@wytron.com.tw \
    --to=thomas@wytron.com.tw \
    --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.