From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 30/35] Blackfin: unify default I2C settings for ADI boards
Date: Tue, 06 Jul 2010 06:47:54 +0200 [thread overview]
Message-ID: <4C32B57A.4060603@denx.de> (raw)
In-Reply-To: <1278322240-12609-31-git-send-email-vapier@gentoo.org>
Hello Mike,
Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
> include/configs/bf518f-ezbrd.h | 2 --
> include/configs/bf526-ezbrd.h | 2 --
> include/configs/bf527-ezkit.h | 2 --
> include/configs/bf533-ezkit.h | 2 --
> include/configs/bf533-stamp.h | 2 --
> include/configs/bf537-pnav.h | 2 --
> include/configs/bf537-stamp.h | 2 --
> include/configs/bf538f-ezkit.h | 2 --
> include/configs/bf548-ezkit.h | 2 --
> include/configs/bf561-ezkit.h | 2 --
> include/configs/bfin_adi_common.h | 12 ++++++++++++
> include/configs/cm-bf527.h | 2 --
> include/configs/cm-bf537e.h | 2 --
> include/configs/cm-bf537u.h | 2 --
> include/configs/cm-bf548.h | 2 --
> include/configs/ibf-dsp561.h | 2 --
> include/configs/tcm-bf518.h | 2 --
> include/configs/tcm-bf537.h | 2 --
> 18 files changed, 12 insertions(+), 34 deletions(-)
Acked-by: Heiko Schocher <hs@denx.de>
bye
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2010-07-06 4:47 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-05 9:30 [U-Boot] [PATCH 00/35] Blackfin updates for 2010.09 Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 01/35] Blackfin: clean up trace buffer handling when crashing Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 02/35] Blackfin: implement bootcount support Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 03/35] Blackfin: expand EVT1 usage documentation a bit more Mike Frysinger
2010-07-06 21:04 ` Aldo Cedillo
2010-07-05 9:30 ` [U-Boot] [PATCH 04/35] Blackfin: bf537-stamp: drop old spi_flash driver Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 05/35] Blackfin: update anomaly lists to latest sheets Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 06/35] Blackfin: set up simple NMI handlers for anomaly 05000219 Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 07/35] Blackfin: ibf-dsp561: enable AX88180 net driver Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 08/35] Blackfin: import gpio/portmux layer from Linux Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 09/35] Blackfin: unify custom gpio commands Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 10/35] Blackfin: back out status_led.h stubs Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 11/35] Blackfin: switch to common GPIO LED driver Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 12/35] Blackfin: bf537-stamp: use common spi boot workaround code Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 13/35] Blackfin: convert gpio flash logic to common gpio layer Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 14/35] Blackfin: bfin_mac: convert to portmux framework Mike Frysinger
2010-07-12 6:52 ` Ben Warren
2010-07-12 6:56 ` Ben Warren
2010-07-13 21:49 ` Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 15/35] Blackfin: bfin_nand: " Mike Frysinger
2010-07-06 18:33 ` Scott Wood
2010-07-05 9:30 ` [U-Boot] [PATCH 16/35] Blackfin: bfin_sdh: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 17/35] Blackfin: pata_bfin: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 18/35] Blackfin: serial: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 19/35] Blackfin: bfin_spi: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 20/35] Blackfin: bfin_spi: support gpios as chip selects Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 21/35] Blackfin: bf533-stamp: convert eth/flash swap logic to gpio framework Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 22/35] Blackfin: blackstamp: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 23/35] Blackfin: bf533-stamp: scrub unused code Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 24/35] Blackfin: bf518f-ezbrd: handle different PHYs dynamically Mike Frysinger
2010-07-12 6:53 ` Ben Warren
2010-07-12 6:55 ` Ben Warren
2010-07-05 9:30 ` [U-Boot] [PATCH 25/35] Blackfin: bf518f-ezbrd: convert to portmux framework Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 26/35] Blackfin: bf548-ezkit: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 27/35] Blackfin: bf527-ezkit: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 28/35] Blackfin: cm-bf548: " Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 29/35] Blackfin: bf561: use DMA for Core B L1 regions Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 30/35] Blackfin: unify default I2C settings for ADI boards Mike Frysinger
2010-07-06 4:47 ` Heiko Schocher [this message]
2010-07-05 9:30 ` [U-Boot] [PATCH 31/35] Blackfin: bfin_mac: remove space from name Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 32/35] Blackfin: enable IP defrag for ADI boards Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 33/35] Blackfin: bf527-ad7160-eval: new board support Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 34/35] Blackfin: drop old u-boot.lds clean target Mike Frysinger
2010-07-05 9:30 ` [U-Boot] [PATCH 35/35] Blackfin: bf561-acvilon: drop unused env redund define Mike Frysinger
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=4C32B57A.4060603@denx.de \
--to=hs@denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox