summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxcmmc.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-03-07 09:30:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-25 17:03:37 +0200
commitf4d40de39a23f0c39cca55ac63e1175c69c3d2f7 (patch)
tree78f58dceae9eb0f0f0ac0d87810cdd400030f524 /drivers/mmc/host/mxcmmc.c
parent13aaea03b9e33af420a327b7ab800332d6fbabf5 (diff)
downloadop-kernel-dev-f4d40de39a23f0c39cca55ac63e1175c69c3d2f7.zip
op-kernel-dev-f4d40de39a23f0c39cca55ac63e1175c69c3d2f7.tar.gz
net fec: 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/mmc/host/mxcmmc.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud