Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1214794
| From | Alexander Holler <holler@ahsoftware.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 00/16] deps: deterministic driver initialization order |
| Date | 2015-08-27 21:20 +0200 |
| Message-ID | <q2aSm-5bw-7@gated-at.bofh.it> (permalink) |
| References | <q1I02-5Dg-5@gated-at.bofh.it> <q2aIG-50a-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Am 27.08.2015 um 21:01 schrieb Alexander Holler: > Am 26.08.2015 um 14:28 schrieb Alexander Holler: > >> The final 2 patches are fixes which should end up in mainline, regardless >> if this feature is merged or not. > > Just in case your serial or MTD-NAND partitions don't work, the drivers > drivers/tty/serial/8250/8250_core.c and drivers/mtd/ofpart.c need the > same trivial fix for their initcall level as found in the last two > patches of my series. I'm not going to post these patches now until I've > got some feedback for the other stuff. And just in case, I also have an idea how to fix such dependencies for drivers without DT (by adding hard-wired dependencies directly to drivers). That would also be usable for ACPI and x86. But one step after another. Based on my past experiences, I don't even think the stuff I've just posted will ever end up in the kernel. > Regards, > > Alexander Holler -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/16] deps: deterministic driver initialization order Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:30 +0200
[PATCH 01/16] deps: dtc: Automatically add new property 'dependencies' which contains a list of referenced phandles Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:30 +0200
[PATCH 02/16] deps: dtc: Add option to print initialization order Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:30 +0200
[PATCH 16/16] phy: phy-core: fix initcall level Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 11/16] deps: WIP: generic: annotate some initcalls Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 09/16] deps: dts: imx6q: make some remote-endpoints non-dependencies Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 07/16] deps: add debug configuration options Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 05/16] deps: introduce initcalls annotated with a struct device_driver Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 04/16] deps: dtc: introduce new (virtual) property no-dependencies Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 12/16] deps: WIP: imx: annotate some initcalls Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 06/16] deps: deterministic driver initialization sequence based on dependencies from the DT Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 08/16] deps: dts: kirkwood: dockstar: add dependency ehci -> usb power regulator Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 13/16] deps: WIP: omap: annotate some initcalls Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 03/16] deps: dtc: Add option to print dependency graph as dot (Graphviz) Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 14/16] deps: WIP: kirkwood: annotate some initcalls Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 10/16] deps: dts: omap: beagle: make some remote-endpoints non-dependencies Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
[PATCH 15/16] mtd: mtdcore: fix initcall level Alexander Holler <holler@ahsoftware.de> - 2015-08-26 14:40 +0200
Re: [PATCH 15/16] mtd: mtdcore: fix initcall level Brian Norris <computersforpeace@gmail.com> - 2015-09-01 23:20 +0200
Re: [PATCH 15/16] mtd: mtdcore: fix initcall level Alexander Holler <holler@ahsoftware.de> - 2015-09-02 07:40 +0200
Re: [PATCH 15/16] mtd: mtdcore: fix initcall level Alexander Holler <holler@ahsoftware.de> - 2015-09-04 06:10 +0200
Re: [PATCH 00/16] deps: deterministic driver initialization order Alexander Holler <holler@ahsoftware.de> - 2015-08-27 21:10 +0200
Re: [PATCH 00/16] deps: deterministic driver initialization order Alexander Holler <holler@ahsoftware.de> - 2015-08-27 21:20 +0200
deps: update in regard to parallel initialization of static linked drivers Alexander Holler <holler@ahsoftware.de> - 2015-09-04 11:20 +0200
csiph-web