From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 00/14] Sparse fixes for tegra
Date: Mon, 10 Oct 2011 19:00:42 +0200 [thread overview]
Message-ID: <201110101900.42954.arnd@arndb.de> (raw)
In-Reply-To: <1318224484-2090-1-git-send-email-olof@lixom.net>
On Monday 10 October 2011, Olof Johansson wrote:
> Some trivial fixes removing sparse warnings on tegra code.
>
> Changes since v1:
>
> * Implemented Arnd's suggestion to push annotation all the way down to IO_*_VIRT defines
> * Based on above, no longer needed IO_TO_VIRT() -> IO_ADDRESS() changes
> * Added two more fixes for cpu-tegra.
>
> Stephen; I didn't explicitly apply your Acked-by lines to this batch yet,
> I will do so when I collect final acks before pushing a branch.
>
Acked-by: Arnd Bergmann <arnd@arndb.de>
prev parent reply other threads:[~2011-10-10 17:00 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-07 2:54 [PATCH 0/14] Sparse fixes for tegra Olof Johansson
2011-10-07 2:54 ` [PATCH 01/14] ARM: tegra: add __force to IO_ADDRESS Olof Johansson
2011-10-07 2:54 ` [PATCH 02/14] ARM: tegra: fuse: use IO_ADDRESS Olof Johansson
2011-10-07 2:54 ` [PATCH 03/14] ARM: tegra: pinmux: " Olof Johansson
2011-10-07 2:54 ` [PATCH 04/14] ARM: tegra: timer: don't cast __iomem pointers Olof Johansson
2011-10-07 2:54 ` [PATCH 05/14] ARM: tegra: tegra2_clocks: " Olof Johansson
2011-10-07 2:54 ` [PATCH 06/14] ARM: tegra: tegra2_clocks: 0 -> NULL changes Olof Johansson
2011-10-07 2:54 ` [PATCH 07/14] ARM: tegra: pcie: don't cast __iomem pointers Olof Johansson
2011-10-07 2:54 ` [PATCH 08/14] ARM: tegra: pcie: include board.h Olof Johansson
2011-10-07 2:54 ` [PATCH 09/14] ARM: tegra: pcie: 0 -> NULL changes Olof Johansson
2011-10-07 2:54 ` [PATCH 10/14] ARM: tegra: tegra_init_cache should be static Olof Johansson
2011-10-07 2:54 ` [PATCH 11/14] ARM: tegra: tegra_rtc_read_ms " Olof Johansson
2011-10-07 2:54 ` [PATCH 12/14] ARM: tegra: tegra_powergate_is_powered " Olof Johansson
2011-10-07 2:54 ` [PATCH 13/14] ARM: tegra: tegra2_clocks: don't export some tables Olof Johansson
2011-10-07 2:54 ` [PATCH 14/14] ARM: tegra: dma: staticify some tables and functions Olof Johansson
2011-10-07 8:54 ` [PATCH 0/14] Sparse fixes for tegra Arnd Bergmann
2011-10-10 5:32 ` Olof Johansson
2011-10-10 5:27 ` [PATCH v2 00/14] " Olof Johansson
2011-10-10 5:27 ` [PATCH v2 01/14] ARM: tegra: annotate IO_*_VIRT pointers Olof Johansson
2011-10-13 14:10 ` Russell King - ARM Linux
2011-10-13 22:27 ` Olof Johansson
2011-10-10 5:27 ` [PATCH v2 02/14] ARM: tegra: timer: don't cast __iomem pointers Olof Johansson
2011-10-10 5:27 ` [PATCH v2 03/14] ARM: tegra: tegra2_clocks: " Olof Johansson
2011-10-10 5:27 ` [PATCH v2 04/14] ARM: tegra: tegra2_clocks: 0 -> NULL changes Olof Johansson
2011-10-10 5:27 ` [PATCH v2 05/14] ARM: tegra: pcie: don't cast __iomem pointers Olof Johansson
2011-10-10 5:27 ` [PATCH v2 06/14] ARM: tegra: pcie: include board.h Olof Johansson
2011-10-10 5:27 ` [PATCH v2 07/14] ARM: tegra: pcie: 0 -> NULL changes Olof Johansson
2011-10-10 5:27 ` [PATCH v2 08/14] ARM: tegra: tegra_init_cache should be static Olof Johansson
2011-10-10 5:27 ` [PATCH v2 09/14] ARM: tegra: tegra_rtc_read_ms " Olof Johansson
2011-10-10 5:28 ` [PATCH v2 10/14] ARM: tegra: tegra_powergate_is_powered " Olof Johansson
2011-10-10 10:44 ` Sergei Shtylyov
2011-10-10 18:11 ` Olof Johansson
2011-10-10 5:28 ` [PATCH v2 11/14] ARM: tegra: tegra2_clocks: don't export some tables Olof Johansson
2011-10-10 5:28 ` [PATCH v2 12/14] ARM: tegra: dma: staticify some tables and functions Olof Johansson
2011-10-10 5:28 ` [PATCH v2 13/14] ARM: tegra: cpu-tegra: sparse type fix Olof Johansson
2011-10-10 5:28 ` [PATCH v2 14/14] ARM: tegra: cpu-tegra: unexport two functions Olof Johansson
2011-10-10 16:49 ` [PATCH v2 00/14] Sparse fixes for tegra Stephen Warren
2011-10-10 17:00 ` Arnd Bergmann [this message]
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=201110101900.42954.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).