[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1351783082-11411-1-git-send-email-panto@antoniou-consulting.com>
Date: Thu, 1 Nov 2012 17:17:59 +0200
From: Pantelis Antoniou <panto@...oniou-consulting.com>
To: Tony Lindgren <tony@...mide.com>
Cc: Pantelis Antoniou <panto@...oniou-consulting.com>,
linux-kernel@...r.kernel.org,
Koen Kooi <koen@...inion.thruhere.net>,
Matt Porter <mporter@...com>, Russ Dill <Russ.Dill@...com>,
linux-omap@...r.kernel.org
Subject: [PATCH 0/3] capebus moving omap_devices to mach-omap2
It is painless to move the adapter DT devices to arch/arm/mach-omap2
However I got bit by the __init at omap_build_device family functions.
If you don't remove it, crashes every time you instantiate a device
at runtime, or you load the cape driver as a module.
Pantelis Antoniou (3):
omap-device: Remove __init from omap_device_build family functions
da8xx-dt: Create da8xx DT adapter device
ti-tscadc-dt: Create ti-tscadc-dt DT adapter device
arch/arm/mach-omap2/Makefile | 4 +
arch/arm/mach-omap2/da8xx-dt.c | 197 +++++++++++++++++++++++++++++++++++++
arch/arm/mach-omap2/ti-tscadc-dt.c | 155 +++++++++++++++++++++++++++++
arch/arm/plat-omap/omap_device.c | 4 +-
4 files changed, 358 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/mach-omap2/da8xx-dt.c
create mode 100644 arch/arm/mach-omap2/ti-tscadc-dt.c
--
1.7.12
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists