From: Arnd Bergmann <arnd@arndb.de>
To: Kevin Cernekee <cernekee@gmail.com>
Cc: ralf@linux-mips.org, f.fainelli@gmail.com, jfraser@broadcom.com,
dtor@chromium.org, tglx@linutronix.de, jason@lakedaemon.net,
jogo@openwrt.org, computersforpeace@gmail.com,
linux-mips@linux-mips.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH V3 00/11] Multiplatform BMIPS kernel
Date: Mon, 24 Nov 2014 14:34:24 +0100 [thread overview]
Message-ID: <5143071.8HhdKL6dxp@wuerfel> (raw)
In-Reply-To: <1416796846-28149-1-git-send-email-cernekee@gmail.com>
On Sunday 23 November 2014 18:40:35 Kevin Cernekee wrote:
> V2->V3:
>
> - Omit the BMIPS updates that have already been accepted into Ralf's tree.
> They are still needed, but not reposted.
>
> - Make USB endian swap options conditional on "if CPU_BIG_ENDIAN".
>
> - Remove board listing from Documentation/devicetree/bindings/mips/brcm/soc.txt
>
> - Remove legacy device autodetection and chip ID decoding. Legacy
> boards/bootloaders will be supported by selecting a single DTB file
> to compile into the kernel.
>
> - Refactor quirks code to match against DT "compatible" strings, not chip IDs.
>
> - Fix CPU1 boot (missing DT node) on 6329.
>
> - Remove @0 / addressing properties on non-reg nodes.
>
> - Remove bogus "brcm,bmips" bus registration.
>
> - Move UBUS peripherals onto a "simple-bus" and set DMA ranges for this
> bus on bcm3384_zephyr.
>
> - Fix base addresses on 6328/6368 for "periph_intc@10000020".
>
> - Change the MIPS_L1_CACHE_SHIFT calculation so as to minimize the impact
> on other builds (like bcm63xx).
Looks nice to me overall, with the new way of handling the dtb passing,
this seems much more flexible, and I guess it can be turned into an
actual multiplatform build if there is ever a desire to do that.
> Re: dma-ranges
>
> dma.c implements a minimal remapping scheme just for the current UBUS
> peripherals. The remapping is global, and it isn't the same mapping
> needed for PCI(e). A more comprehensive solution will be needed before
> PCI support can be added.
>
> On chips OTHER than 3384, remapping is only required on PCI (not UBUS or
> "rdb"). Notably, BCM7445, an ARM platform currently supported upstream,
> doesn't require dma-ranges for non-PCI devices.
>
> I am hoping we can piggyback on top of the ARM dma-ranges code once it
> is merged. This will allow for eliminating my dma.c.
Sounds good.
Arnd
prev parent reply other threads:[~2014-11-24 13:34 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-24 2:40 [PATCH V3 00/11] Multiplatform BMIPS kernel Kevin Cernekee
2014-11-24 2:40 ` Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 01/11] irqchip: Update docs regarding irq_domain_add_tree() Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 02/11] irqchip: brcmstb-l2: don't clear wakeable interrupts at init time Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 03/11] irqchip: brcmstb-l2: fix error handling of irq_of_parse_and_map Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 04/11] irqchip: bcm7120-l2: " Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 05/11] irqchip: bcm7120-l2: Refactor driver for arbitrary IRQEN/IRQSTAT offsets Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 06/11] irqchip: bcm7120-l2: Change DT binding to allow non-contiguous IRQEN/IRQSTAT Kevin Cernekee
2014-11-24 14:31 ` Jonas Gorski
2014-11-26 5:18 ` Kevin Cernekee
2014-11-26 5:18 ` Kevin Cernekee
2014-11-26 9:45 ` Jonas Gorski
2014-11-26 9:45 ` Jonas Gorski
2014-11-26 10:25 ` Jonas Gorski
2014-11-26 18:54 ` Kevin Cernekee
2014-11-26 18:54 ` Kevin Cernekee
2014-11-26 20:13 ` Jonas Gorski
2014-11-26 20:13 ` Jonas Gorski
2014-11-26 21:06 ` Kevin Cernekee
2014-11-26 21:06 ` Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 07/11] irqchip: Add new driver for BCM7038-style level 1 interrupt controllers Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 08/11] MIPS: Let __dt_register_buses accept a single bus type Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 09/11] MIPS: Fall back to the generic restart notifier Kevin Cernekee
2014-11-24 2:40 ` Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 10/11] MIPS: Reorder MIPS_L1_CACHE_SHIFT priorities Kevin Cernekee
2014-11-24 2:40 ` [PATCH V3 11/11] MIPS: Add multiplatform BMIPS target Kevin Cernekee
2014-11-24 14:00 ` Arnd Bergmann
2014-11-24 14:00 ` Arnd Bergmann
2014-11-24 18:34 ` Andrew Bresticker
2014-11-24 18:34 ` Andrew Bresticker
2014-11-24 21:07 ` Kevin Cernekee
2014-11-24 21:07 ` Kevin Cernekee
2014-11-24 21:39 ` Arnd Bergmann
2014-11-24 21:39 ` Arnd Bergmann
2014-11-26 20:45 ` Kevin Cernekee
2014-11-26 20:45 ` Kevin Cernekee
2014-11-26 21:28 ` Arnd Bergmann
2014-11-26 22:54 ` Kevin Cernekee
2014-11-26 22:54 ` Kevin Cernekee
2014-11-24 19:29 ` Andrew Bresticker
2014-11-24 19:57 ` Kevin Cernekee
2014-11-24 19:57 ` Kevin Cernekee
2014-11-24 13:34 ` 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=5143071.8HhdKL6dxp@wuerfel \
--to=arnd@arndb.de \
--cc=cernekee@gmail.com \
--cc=computersforpeace@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dtor@chromium.org \
--cc=f.fainelli@gmail.com \
--cc=jason@lakedaemon.net \
--cc=jfraser@broadcom.com \
--cc=jogo@openwrt.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=tglx@linutronix.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.