summaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-03-07 09:30:06 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-25 17:03:35 +0200
commit7560e3f3581ed415828d3f431b8622fa38c2d133 (patch)
tree30f51bce9a355a2fb3af7605bcd5ae48edc14903 /drivers/net/tokenring
parent66f75a5d028beaf67c931435fdc3e7823125730c (diff)
downloadblackbird-op-linux-7560e3f3581ed415828d3f431b8622fa38c2d133.tar.gz
blackbird-op-linux-7560e3f3581ed415828d3f431b8622fa38c2d133.zip
dmaengine i.MX SDMA: do not depend on grouped clocks
the current i.MX clock support groups together unrelated clocks to a single clock which is then used by the driver. This can't be accomplished with the generic clock framework so we instead request the individual clocks in the driver. For i.MX there are generally three different clocks: ipg: bus clock (needed to access registers) ahb: dma relevant clock, sometimes referred to as hclk in the datasheet per: bit clock, pixel clock This patch changes the driver to request the individual clocks. Currently all clk_get will get the same clock until the SoCs are converted to the generic clock framework Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/tokenring')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud