1. 15 Jun, 2004 2 commits
    • Ian Campbell's avatar
      [ARM PATCH] 1926/3: PXAFB cleanups and fixes · a2ecd1a8
      Ian Campbell authored
      Patch from Ian Campbell
      
      Sorry, 1926/2 was missing a brace. Fixed here.
      
      Previous commentry:
      I have corrected the grayscale conversion to correctly use the upper
      byte rather than the lower one. As requested I have also left the
      actual grayscale conversion where it was this time and just dealt with
      the palette differences in pxafb_setpalettereg.
      
      fb_alloc_cmap is only called when bits_per_pixel is < 16, otherwise
      any existing cmap is freed.
      
      I also fixed up all the spaces and brackets issues (not just the one
      you raised previously) this introduces some noise in the patch, if
      you'd like the two patches separately please ask.
      a2ecd1a8
    • Russell King's avatar
      [ARM] Add clock API · 0471b5fb
      Russell King authored
      Since peripheral clocks are be derived in SoC or even platform
      specific ways, we need a way to keep this information out of the
      drivers.  AMBA Primecells are defined in terms of functional units
      where clocks are derived from external sources, and it is up to the
      SoC designer to determine where to derive those clocks from.
      
      Therefore, we provide a very basic API which allows platforms to
      provide this information in a generic manner to their peripherals.
      This framework also allows peripherals to shut down unused clock
      sources when they're not in use.
      0471b5fb
  2. 14 Jun, 2004 1 commit
  3. 15 Jun, 2004 1 commit
  4. 14 Jun, 2004 7 commits
  5. 13 Jun, 2004 11 commits
  6. 12 Jun, 2004 18 commits