aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-bcm2835.c
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2014-05-30 06:56:22 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-11-12 06:39:48 -0500
commit630d2d0de6b113748ce08d5f69e094eeed24accc (patch)
tree16b2423cd91d161609aa4fd89ee29302967bef19 /drivers/pinctrl/pinctrl-bcm2835.c
parent0df1f2487d2f0d04703f142813d53615d62a1da4 (diff)
OMAPDSS: DPI: Use DPI driver data
DPI related data is currently a static global struct parameter. It is accessed directly by functions in the driver. This method won't work if we want the driver to support multiple DPI instances. Create struct dpi_data, and pass its pointer to functions which need to use it. We still have a static instance defined for dpi_data, which is accessed by top level DPI ops. This will be removed when the driver dynamically allocates dpi_data for each DPI instance. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/pinctrl/pinctrl-bcm2835.c')
0 files changed, 0 insertions, 0 deletions