From mboxrd@z Thu Jan 1 00:00:00 1970 From: mans@mansr.com (=?iso-8859-1?Q?M=E5ns_Rullg=E5rd?=) Date: Mon, 09 Nov 2015 16:12:16 +0000 Subject: Grafting old platform drivers onto a new DT kernel In-Reply-To: <5640C4BF.2010204@free.fr> (Mason's message of "Mon, 9 Nov 2015 17:07:27 +0100") References: <563B3749.50701@free.fr> <20151105151559.GA16666@lunn.ch> <5640B877.4020108@free.fr> <5640C4BF.2010204@free.fr> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Mason writes: > On 09/11/2015 16:40, M?ns Rullg?rd wrote: > >> The simplest solution for you is probably to add a quick and dirty DT >> binding to the old driver. If it doesn't use any driver-specific >> platform data struct, you only need to set .of_match_table in the >> struct platform_driver. If there is a platform data struct, you'll also >> need to write some code to populate it from DT properties. It shouldn't >> take more than a few minutes per driver in most cases. > > I'll try that approach, although I fear that "a few minutes per driver" > is an optimistic assessment. If the driver only needs an MMIO region and an IRQ, it is literally five lines of code. -- M?ns Rullg?rd mans at mansr.com