1. 01 2月, 2011 2 次提交
  2. 31 1月, 2011 1 次提交
  3. 29 11月, 2010 1 次提交
  4. 02 11月, 2010 1 次提交
  5. 17 8月, 2010 1 次提交
  6. 04 8月, 2010 1 次提交
    • J
      Documentation: update broken web addresses. · 0ea6e611
      Justin P. Mattock 提交于
      Below you will find an updated version from the original series bunching all patches into one big patch
      updating broken web addresses that are located in Documentation/*
      Some of the addresses date as far far back as 1995 etc... so searching became a bit difficult,
      the best way to deal with these is to use web.archive.org to locate these addresses that are outdated.
      Now there are also some addresses pointing to .spec files some are located, but some(after searching
      on the companies site)where still no where to be found. In this case I just changed the address
      to the company site this way the users can contact the company and they can locate them for the users.
      Signed-off-by: NJustin P. Mattock <justinmattock@gmail.com>
      Signed-off-by: NThomas Weber <weber@corscience.de>
      Signed-off-by: NMike Frysinger <vapier.adi@gmail.com>
      Cc: Paulo Marques <pmarques@grupopie.com>
      Cc: Randy Dunlap <rdunlap@xenotime.net>
      Cc: Michael Neuling <mikey@neuling.org>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      0ea6e611
  7. 23 4月, 2010 1 次提交
  8. 23 6月, 2009 1 次提交
  9. 13 6月, 2009 1 次提交
  10. 17 4月, 2009 1 次提交
  11. 11 11月, 2008 1 次提交
    • T
      powerpc: Repair device bindings documentation · ec5d7657
      Trent Piepho 提交于
      Commit d0fc2eaa "powerpc/fsl: Refactor
      device bindings" split out a number of device bindings from
      booting-without-of.txt into separate files.  Having them all in one file
      was a frequent source of merge conflicts.
      
      However, in the next merge, 49997d75, there
      was another conflict.  Some of the bindings removed from
      booting-without-of.txt were mistakenly added back in and the copies in
      dts-bindings were kept as well.
      
      This patch re-removes "Freescale Display Interface" and "Freescale on board
      FPGA" and fixes the table of contents.
      Signed-off-by: NTrent Piepho <tpiepho@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ec5d7657
  12. 21 10月, 2008 1 次提交
  13. 04 8月, 2008 1 次提交
  14. 27 7月, 2008 1 次提交
  15. 22 7月, 2008 1 次提交
  16. 17 7月, 2008 2 次提交
  17. 14 7月, 2008 2 次提交
  18. 11 6月, 2008 1 次提交
  19. 10 6月, 2008 1 次提交
    • A
      powerpc/sysdev: implement FSL GTM support · 83ff9dcf
      Anton Vorontsov 提交于
      GTM stands for General-purpose Timers Module and able to generate
      timer{1,2,3,4} interrupts. These timers are used by the drivers that
      need time precise interrupts (like for USB transactions scheduling for
      the Freescale USB Host controller as found in some QE and CPM chips),
      or these timers could be used as wakeup events from the CPU deep-sleep
      mode.
      
      Things unimplemented:
      1. Cascaded (32 bit) timers (1-2, 3-4).
         This is straightforward to implement when needed, two timers should
         be marked as "requested" and configured as appropriate.
      2. Super-cascaded (64 bit) timers (1-2-3-4).
         This is also straightforward to implement when needed, all timers
         should be marked as "requested" and configured as appropriate.
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      83ff9dcf
  20. 03 6月, 2008 2 次提交
  21. 31 5月, 2008 1 次提交
  22. 28 4月, 2008 1 次提交
    • Y
      fbdev: powerpc: driver for Freescale 8610 and 5121 DIU · 9b53a9e2
      York Sun 提交于
      The following features are supported:
      plane 0 works as a regular frame buffer, can be accessed by /dev/fb0
      plane 1 has two AOIs (area of interest), can be accessed by /dev/fb1 and /dev/fb2
      plane 2 has two AOIs, can be accessed by /dev/fb3 and /dev/fb4
      Special ioctls support AOIs
      
      All /dev/fb* can be used as regular frame buffer devices, except hardware
      change can only be made through /dev/fb0.  Changing pixel clock has no effect
      on other fbs.
      
      Limitation of usage of AOIs:
      AOIs on the same plane can not be horizonally overlapped
      AOIs have horizonal order, i.e. AOI0 should be always on top of AOI1
      AOIs can not beyond phisical display area. Application should check AOI geometry
      before changing physical resolution on /dev/fb0
      
      required command line parameters to preallocate memory for frame buffer diufb.
      
      optional command line parameters to set modes and monitor
      video=fslfb:[resolution][,bpp][,monitor]
      Syntax:
      
      Resolution
      xres x yres-bpp@refresh_rate, the -bpp and @refresh_rate are optional
      eg, 1024x768, 1280x1024, 1280x1024-32, 1280x1024@60, 1280x1024-32@60, 1280x480-32@60
      
      Bpp
      bpp=32, bpp=24, or bpp=16
      
      Monitor
      monitor=0, monitor=1, monitor=2
      0 is DVI
      1 is Single link LVDS
      2 is Double link LVDS
      
      Note: switching monitor is a board feather, not DIU feather. MPC8610HPCD has three
      monitor ports to swtich to. MPC5121ADS doesn't have additional monitor port. So switching
      monirot port for MPC5121ADS has no effect.
      
      If compiled as a module, it takes pamameters mode, bpp, monitor with the same syntax above.
      Signed-off-by: NYork Sun <yorksun@freescale.com>
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      9b53a9e2
  23. 25 4月, 2008 1 次提交
  24. 17 4月, 2008 2 次提交
  25. 15 4月, 2008 1 次提交
  26. 26 3月, 2008 1 次提交
    • D
      [POWERPC] Start removing linux,network-index in favour of aliases · ecc6cd73
      David Gibson 提交于
      This patch alters the bootwrapper for a number of machines (roubhly
      all 4xx based cuboot or treeboot platforms) to use aliases instead of
      the linux,network-index hack to work out which MAC address to attach
      to which ethernet device node.
      
      The now obsolete linux,network-index properties are removed from the
      corresponding device trees.  This won't break backwards compatiblity,
      because in cases where this fixup code is relevant, the device tree is
      part of the kernel image.
      
      The references to linux,network-index are removed from
      booting-without-of.txt.  Not only is it now deprecated, but as a hack
      applicable only when the device tree blob and fixup code were in the
      same image, this property never belonged in booting-without-of.txt
      which describes the interface between the kernel and firmware or
      bootloaders which produce a device tree.  By the time the device tree
      reaches the kernel, all the MAC addresses must be fully filled in.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      ecc6cd73
  27. 07 2月, 2008 2 次提交
  28. 28 1月, 2008 4 次提交
  29. 24 1月, 2008 3 次提交