[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200701151632.12920.juergen127@kreuzholzen.de>
Date: Mon, 15 Jan 2007 16:32:12 +0100
From: Juergen Beisert <juergen127@...uzholzen.de>
To: linux-kernel@...r.kernel.org
Subject: how to combine PCI and platform device in one driver
Hi!
Is there any "standard" way to handle _one_ function in _one_ driver where the
hardware is divided into something like a platform device (some registers are
fixed in the chipset) and a PCI part? To bring the function up, registers in
both parts must be programmed and they depend on each other.
Will this driver be more a PCI driver or more a platform driver?
Or is it possible to add the platform like resources to the PCI list of
resources of my PCI device (to handle it as a PCI device only)?
Regards
Juergen
-
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