1. 02 2月, 2015 4 次提交
  2. 26 1月, 2015 2 次提交
  3. 17 1月, 2015 1 次提交
  4. 12 1月, 2015 1 次提交
  5. 27 11月, 2014 1 次提交
  6. 22 9月, 2014 1 次提交
  7. 03 9月, 2014 2 次提交
  8. 02 9月, 2014 1 次提交
  9. 20 8月, 2014 1 次提交
  10. 02 12月, 2013 1 次提交
    • B
      ARM: at91: prepare sama5 dt boards transition to common clk · d4d24c1b
      Boris BREZILLON 提交于
      This patch prepare the transition to common clk for sama5 dt boards by
      replacing the timer init callback.
      
      Clocks registration cannot be done in early init callback (as formerly done
      by the old clk implementation) because it requires dynamic allocation
      which is not ready yet during early init.
      
      In the other hand, at91 clocks must be registered before
      at91sam926x_pit_init is called because PIT (Periodic Interval Timer) driver
      request the master clk (mck).
      
      A new function (at91sama5_dt_timer_init) is created to fullfil these needs.
      This function registers all at91 clks using the dt definition before
      calling the PIT init function.
      The device tree clock registration is enabled only if common clk is
      selected. Else the old clk registration is been done during
      at91_dt_initialize call.
      Signed-off-by: NBoris BREZILLON <b.brezillon@overkiz.com>
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      d4d24c1b
  11. 22 8月, 2013 1 次提交
  12. 18 6月, 2013 1 次提交
  13. 26 3月, 2013 1 次提交