1. 06 6月, 2012 5 次提交
  2. 18 5月, 2012 1 次提交
  3. 17 5月, 2012 9 次提交
  4. 15 5月, 2012 1 次提交
  5. 13 5月, 2012 8 次提交
  6. 12 5月, 2012 1 次提交
  7. 11 5月, 2012 1 次提交
  8. 09 5月, 2012 2 次提交
  9. 08 5月, 2012 1 次提交
  10. 04 5月, 2012 2 次提交
  11. 03 5月, 2012 1 次提交
  12. 01 5月, 2012 2 次提交
  13. 26 4月, 2012 1 次提交
  14. 25 4月, 2012 2 次提交
    • S
      mmc sdhc i.MX: do not depend on grouped clocks · 52dac615
      Sascha Hauer 提交于
      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: NSascha Hauer <s.hauer@pengutronix.de>
      52dac615
    • S
      mmc mxcmmc: do not depend on grouped clocks · 529aa29e
      Sascha Hauer 提交于
      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: NSascha Hauer <s.hauer@pengutronix.de>
      529aa29e
  15. 22 4月, 2012 3 次提交