1. 17 May, 2010 2 commits
    • Thomas Abraham's avatar
      ARM: S5PV210: Register apll/mpll/epll clksrc_clk clocks · eb1ef1ed
      Thomas Abraham authored
      This patch modifies the following.
      
      1. Registers the mout_apll clksrc_clk clock.
      
      2. The mout_mpll and mout_epll clocks were registered as 'struct clk'
         types and then their parents were setup using the s3c_set_clksrc
         function. This patch reduces the two steps into one by registering
         the mout_mpll and mout_epll clocks using the s3c_register_clksrc
         function.
      
      3. As per point 2 above, the init_parents array is no longer required.
         So the mout clocks are now put together in a new array named 'sysclks'.
         The sysclks array will list the system level clocks and more
         clocks will be added to it in the subsequent patches.
      
      4. The clks array is left empty because of the movement of mpll and epll
         clocks into the sysclks array. It is not deleted since subsequent
         patches will add clocks into this array.
      
      Signed-off-by: Thomas Abraham <thomas.ab <at> samsung.com>
      Signed-off-by: Kukjin Kim <kgene.kim <at> samsung.com>
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      eb1ef1ed
    • Thomas Abraham's avatar
      ARM: S5PV210: Rearrange the system clock definitions · 59cda520
      Thomas Abraham authored
      The system clock definitions are currently defined below the
      peripheral clock definitions in the V210 clock code. For the V210
      clock updates that follow this patch, it is required that the
      system clock definitions such as the mout_apll and mout_mpll be
      defined prior to the device clock definitions. This patch
      re-arranges the system clock defintions for the clock updates that
      follow this patch.
      Signed-off-by: default avatarThomas Abraham <thomas.ab@samsung.com>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      59cda520
  2. 05 May, 2010 7 commits
  3. 04 May, 2010 9 commits
  4. 03 May, 2010 17 commits
  5. 01 May, 2010 1 commit
  6. 30 Apr, 2010 4 commits