From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/4] Add basic clock and pinmux functions to the Tegra2
Date: Tue, 30 Aug 2011 18:53:20 +0200 [thread overview]
Message-ID: <4E5D1580.4040903@aribaud.net> (raw)
In-Reply-To: <1314721395-32420-1-git-send-email-sjg@chromium.org>
Le 30/08/2011 18:23, Simon Glass a ?crit :
> This patch series adds basic clock and pinmux functions to the Tegra2, and
> modifies the ap20 and board code to use them.
>
> Changes in v2:
> - Removed use of bitfield access macros
> - Now uses manual shifts and masks
>
> Changes in v3:
> - Removed bitfield shift/mask macros and write these out manually
> - Rebased to take account to new MMC patches
> - Remove future time function
> - No microsecond timing changes as I am unsure of the state of this in U-Boot
>
> Changes in v4:
> - Rebase against U-Boot master
> - Remove future time function from header also
>
> Simon Glass (4):
> Tegra2: Add microsecond timer function
> Tegra2: Add more clock support
> Tegra2: Add additional pin multiplexing features
> Tegra2: Use clock and pinmux functions to simplify code
Patch series applied to u-boot-arm/master, with manual fix of three
empty lines at EOF in patches 1 through 3.
These empty lines and other whitespace errors can be found and fixed by
the submitter before sending the patch to the list: just apply the
patches to a local branch created at the intended commit where
application will happen, i.e.:
git fetch u-boot
or
git fetch u-boot-arm
(assuming you have a remote nicknamed u-boot[-arm])
git checkout u-boot/master -b temp
or
git checkout u-boot-arm/master -b temp
git am 0001-xxxxx
git am 0002-xxxxx
(etc)
If any empty line or bad whitespace warning occurs, go back to your
working branch, fix and regenerate the patch set, then go back to temp
and reset it:
git checkout temp
git reset --hard u-boot/master
or
git reset u-boot-arm/master
Then you can run the
git am 0001-xxxxx
...
again.
When the patches are sent, you can go back to your working branch and
then do a
git branch -D temp
to remove the temporary branch.
Amicalement,
--
Albert.
next prev parent reply other threads:[~2011-08-30 16:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-30 16:23 [U-Boot] [PATCH v4 0/4] Add basic clock and pinmux functions to the Tegra2 Simon Glass
2011-08-30 16:23 ` [U-Boot] [PATCH v4 1/4] Tegra2: Add microsecond timer function Simon Glass
2011-08-30 16:23 ` [U-Boot] [PATCH v4 2/4] Tegra2: Add more clock support Simon Glass
2011-08-30 16:23 ` [U-Boot] [PATCH v4 3/4] Tegra2: Add additional pin multiplexing features Simon Glass
2011-08-30 16:23 ` [U-Boot] [PATCH v4 4/4] Tegra2: Use clock and pinmux functions to simplify code Simon Glass
2011-08-30 16:53 ` Albert ARIBAUD [this message]
2011-08-31 0:09 ` [U-Boot] [PATCH v4 0/4] Add basic clock and pinmux functions to the Tegra2 Simon Glass
2011-08-31 2:47 ` Mike Frysinger
2011-08-31 22:02 ` Simon Glass
2011-08-31 22:42 ` 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=4E5D1580.4040903@aribaud.net \
--to=albert.u.boot@aribaud.net \
--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