From: khc@pm.waw.pl (Krzysztof Halasa)
To: linux-arm-kernel@lists.infradead.org
Subject: my IXP4xx git tree
Date: Sat, 28 Nov 2009 17:55:13 +0100 [thread overview]
Message-ID: <m3iqcuy4ge.fsf@intrepid.localdomain> (raw)
Russell,
I've prepared my IXP4xx tree for this merge window. I'm going to send it
to Linus but perhaps you'd prefer to handle it yourself instead? This
includes the patches I posted ~ 10 days ago, simplifying the IXP4xx PCI
IO macros/functions and moving platform headers to their .c files.
The following changes since Linux 2.6.32-rc7 are available at:
git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6.git ixp4xx
Krzysztof Ha?asa (19):
IXP4xx: change the timer base frequency to 66.666000 MHz.
IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c.
ARM: fix insl() and outsl() endianness on IXP4xx architecture.
IXP4xx: Rename indirect MMIO primitives from __ixp4xx_* to __indirect_*.
ARM: Introduce HAVE_IOREAD_AND_IOWRITE macro.
IXP4xx: Drop "__ixp4xx_" prefix from in/out/ioread/iowrite functions for clarity.
IXP4xx: Fix compilation failure with CONFIG_IXP4XX_INDIRECT_PCI.
IXP4xx: Extend PCI MMIO indirect address space to 1 GB.
IXP4xx: move IXDP425 platform macros to the platform code.
IXP4xx: move AVILA platform macros to the platform code.
IXP4xx: move Coyote platform macros to the platform code.
IXP4xx: move NSLU2 platform macros to the platform code.
IXP4xx: move NAS100D platform macros to the platform code.
IXP4xx: move DSM G600 platform macros to the platform code.
IXP4xx: move FSG platform macros to the platform code.
IXP4xx: Remove unused Motorola PrPMC1100 platform macros.
IXP4xx: move Gemtek GTWX5715 platform macros to the platform code.
IXP4xx: Introduce IXP4XX_GPIO_IRQ(n) macro and convert IXP4xx platform files.
IXP4xx: GTWX5715 platform only has two PCI IRQ lines, not four.
Roel Kluin (1):
IXP4xx: Ensure index is positive in irq_to_gpio() and npe_request().
arch/arm/include/asm/io.h | 2 +-
arch/arm/mach-ixp2000/include/mach/io.h | 2 +
arch/arm/mach-ixp4xx/Kconfig | 22 +-
arch/arm/mach-ixp4xx/avila-pci.c | 42 ++--
arch/arm/mach-ixp4xx/avila-setup.c | 4 +-
arch/arm/mach-ixp4xx/common-pci.c | 6 +-
arch/arm/mach-ixp4xx/common.c | 2 +-
arch/arm/mach-ixp4xx/coyote-pci.c | 22 +-
arch/arm/mach-ixp4xx/coyote-setup.c | 9 +
arch/arm/mach-ixp4xx/dsmg600-pci.c | 46 +++--
arch/arm/mach-ixp4xx/dsmg600-setup.c | 17 ++
arch/arm/mach-ixp4xx/fsg-pci.c | 31 ++-
arch/arm/mach-ixp4xx/fsg-setup.c | 8 +-
arch/arm/mach-ixp4xx/goramo_mlr.c | 45 ++--
arch/arm/mach-ixp4xx/gtwx5715-pci.c | 40 ++--
arch/arm/mach-ixp4xx/gtwx5715-setup.c | 30 +++-
arch/arm/mach-ixp4xx/include/mach/avila.h | 39 ----
arch/arm/mach-ixp4xx/include/mach/coyote.h | 33 ---
arch/arm/mach-ixp4xx/include/mach/dsmg600.h | 52 -----
arch/arm/mach-ixp4xx/include/mach/fsg.h | 50 -----
arch/arm/mach-ixp4xx/include/mach/gpio.h | 2 +-
arch/arm/mach-ixp4xx/include/mach/gtwx5715.h | 116 ----------
arch/arm/mach-ixp4xx/include/mach/hardware.h | 18 +-
arch/arm/mach-ixp4xx/include/mach/io.h | 292 ++++++++++---------------
arch/arm/mach-ixp4xx/include/mach/irqs.h | 69 +------
arch/arm/mach-ixp4xx/include/mach/ixdp425.h | 39 ----
arch/arm/mach-ixp4xx/include/mach/nas100d.h | 52 -----
arch/arm/mach-ixp4xx/include/mach/npe.h | 2 +-
arch/arm/mach-ixp4xx/include/mach/nslu2.h | 55 -----
arch/arm/mach-ixp4xx/include/mach/prpmc1100.h | 33 ---
arch/arm/mach-ixp4xx/include/mach/timex.h | 2 +-
arch/arm/mach-ixp4xx/ixdp425-pci.c | 43 ++--
arch/arm/mach-ixp4xx/ixdp425-setup.c | 12 +-
arch/arm/mach-ixp4xx/ixp4xx_npe.c | 2 +-
arch/arm/mach-ixp4xx/nas100d-pci.c | 41 ++--
arch/arm/mach-ixp4xx/nas100d-setup.c | 16 ++-
arch/arm/mach-ixp4xx/nslu2-pci.c | 35 ++--
arch/arm/mach-ixp4xx/nslu2-setup.c | 21 ++-
drivers/leds/leds-fsg.c | 7 +
drivers/net/arm/ixp4xx_eth.c | 2 +-
40 files changed, 452 insertions(+), 909 deletions(-)
delete mode 100644 arch/arm/mach-ixp4xx/include/mach/avila.h
delete mode 100644 arch/arm/mach-ixp4xx/include/mach/coyote.h
delete mode 100644 arch/arm/mach-ixp4xx/include/mach/dsmg600.h
delete mode 100644 arch/arm/mach-ixp4xx/include/mach/fsg.h
delete mode 100644 arch/arm/mach-ixp4xx/include/mach/gtwx5715.h
delete mode 100644 arch/arm/mach-ixp4xx/include/mach/ixdp425.h
delete mode 100644 arch/arm/mach-ixp4xx/include/mach/nas100d.h
delete mode 100644 arch/arm/mach-ixp4xx/include/mach/nslu2.h
delete mode 100644 arch/arm/mach-ixp4xx/include/mach/prpmc1100.h
--
Krzysztof Halasa
next reply other threads:[~2009-11-28 16:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-28 16:55 Krzysztof Halasa [this message]
2009-11-28 18:27 ` my IXP4xx git tree Russell King - ARM Linux
2009-11-28 20:14 ` Krzysztof Halasa
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=m3iqcuy4ge.fsf@intrepid.localdomain \
--to=khc@pm.waw.pl \
--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