[PATCH v6 00/10] OMAP-GPMC: generic time calc, prepare for driver
From: zonque@gmail.com (Daniel Mack)
Date: 2012-08-27 12:16:17
Also in:
linux-omap
Hi Afzal, On 21.08.2012 12:41, Afzal Mohammed wrote:
This series provides a generic gpmc timing calculation routine. There were three peripherals (OneNAND, tusb6010, smc91x) using custom timing calculations, they are migrated to use the generic timing calculation. Such a generic routine would help create a driver out of gpmc platform code, which would be peripheral agnostic and thus lead to DT finally. Input to generic timing calculation routine would be gpmc peripheral timings, output - translated timings that gpmc can understand. Later, to DT'ify, gpmc peripheral timings could be passed through DT. Input timings that has been used here are selected such that it represents those that are present in peripheral timing datasheets.
What I don't understand yet about this new approach is where the gpmc client code should live in. In order to probe the drivers via DT, each driver would need to call the gpmc support functions itself, right? Is the plan to obsolete helper functions like gpmc_nand_init() and move that functionality to the drivers? I applied these patches locally and would like to help get the NAND controller on my AX33xx DT-driven board going. Let me know if I can do anything here. Regards, Daniel