1. 11 Feb, 2016 1 commit
    • Vladimir Zapolskiy's avatar
      arm: lpc32xx: switch to common clock framework · c227f127
      Vladimir Zapolskiy authored
      The change switches NXP LPC32xx platforms to LPC32xx clock driver
      powered by common clock framework, this obsoletes mach-lpc32xx/clock.o
      legacy clock driver and thus it is removed.
      
      Legacy timer driver mach-lpc32xx/timer.o strictly depends on legacy
      clock support, but fortunately an existing LPC32xx clock source and
      clock event driver completely replaces it, and thus it can be removed
      as well.
      
      Noticeably platform UART driver directly operates on LPC32xx source
      control block registers, remove this dependency to avoid overlapping
      with common clock framework driver, also this guarantees that UART is
      working expectedly.
      Tested-by: default avatarSylvain Lemieux <slemieux@tycoint.com>
      Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
      c227f127
  2. 24 Jan, 2016 39 commits