All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730
Date: Tue, 3 Jan 2012 08:15:23 -0700	[thread overview]
Message-ID: <4F031B8B.8050604@ti.com> (raw)
In-Reply-To: <1325512895-10917-1-git-send-email-grinberg@compulab.co.il>

On 01/02/2012 07:01 AM, Igor Grinberg wrote:
> This patch series some what clean up cm-t35 board files,
> add separate EEPROM handling file,
> fixes the incorrect board revision passed to Linux.
> 
> Nikita Kiryanov (6):
>   cm-t35: cleanup the config file
>   cm-t35: various cleanups
>   cm-t35: add EEPROM module and pass Linux a serial number
>   omap3: make get_board_rev() function weak
>   cm-t35: pass correct revision information to Linux
>   cm-t35: use the new EEPROM module to read the MAC address
> 
>  arch/arm/cpu/armv7/omap3/sys_info.c |    3 +-
>  board/cm_t35/Makefile               |    4 +-
>  board/cm_t35/cm_t35.c               |   16 ++---
>  board/cm_t35/eeprom.c               |  125 +++++++++++++++++++++++++++++++++++
>  board/cm_t35/eeprom.h               |   45 +++++++++++++
>  include/configs/cm_t35.h            |   80 +++++++++++-----------
>  6 files changed, 223 insertions(+), 50 deletions(-)
>  create mode 100644 board/cm_t35/eeprom.c
>  create mode 100644 board/cm_t35/eeprom.h

I've read the whole series now and commented on a few of them.  Thanks.

-- 
Tom

  parent reply	other threads:[~2012-01-03 15:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-02 14:01 [U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730 Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 1/6] cm-t35: cleanup the config file Igor Grinberg
2012-01-03  6:35   ` Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 2/6] cm-t35: various cleanups Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 3/6] cm-t35: add EEPROM module and pass Linux a serial number Igor Grinberg
2012-01-03 14:52   ` Tom Rini
2012-01-05 12:02     ` [U-Boot] [PATCH v2 " Igor Grinberg
2012-01-05 14:56       ` Wolfgang Denk
2012-01-09  8:30         ` Nikita Kiryanov
2012-02-06 22:56           ` Albert ARIBAUD
2012-02-07  8:01             ` Igor Grinberg
2012-02-17  9:50               ` Albert ARIBAUD
2012-02-17 17:10                 ` Tom Rini
2012-02-18 10:30                   ` Albert ARIBAUD
2012-02-21 13:44                 ` Igor Grinberg
2012-01-12 13:26         ` [U-Boot] [PATCH v3 " Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 4/6] omap3: make get_board_rev() function weak Igor Grinberg
2012-01-03 14:36   ` Tom Rini
2012-01-05 12:03     ` [U-Boot] [PATCH v2 " Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 5/6] cm-t35: pass correct revision information to Linux Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 6/6] cm-t35: use the new EEPROM module to read the MAC address Igor Grinberg
2012-01-12 13:28   ` [U-Boot] [PATCH v2 " Igor Grinberg
2012-01-03 15:15 ` Tom Rini [this message]
2012-01-13 17:21   ` [U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730 Tom Rini

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=4F031B8B.8050604@ti.com \
    --to=trini@ti.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.