1. 17 4月, 2009 1 次提交
  2. 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
  3. 21 10月, 2008 1 次提交
  4. 04 8月, 2008 1 次提交
  5. 27 7月, 2008 1 次提交
  6. 22 7月, 2008 1 次提交
  7. 17 7月, 2008 2 次提交
  8. 14 7月, 2008 2 次提交
  9. 11 6月, 2008 1 次提交
  10. 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
  11. 03 6月, 2008 2 次提交
  12. 31 5月, 2008 1 次提交
  13. 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
  14. 25 4月, 2008 1 次提交
  15. 17 4月, 2008 2 次提交
  16. 15 4月, 2008 1 次提交
  17. 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
  18. 07 2月, 2008 2 次提交
  19. 28 1月, 2008 4 次提交
  20. 24 1月, 2008 5 次提交
  21. 17 1月, 2008 2 次提交
  22. 09 1月, 2008 1 次提交
    • S
      [POWERPC] Xilinx: Update booting-without-of. · ab99eee8
      Stephen Neuendorffer 提交于
      This now better describes what the UBoot device tree generator
      actually does.  In particular:
      
      1) Nodes have a label derived from the device name, and a node name
      derived from a generic version of the device type, e.g. 'ethernet',
      'serial', etc.
      
      2) Usage of compound nodes (representing more than one device in the
      same IP) which actually works.  This requires having a valid
      compatible node, and all the other things that a bus normally has.
      I've chosen 'xlnx,compound' as the bus name to describe these compound
      nodes.
      
      In addition, I've clarified some of the language relating to how mhs
      nodes should be represent in the device tree.
      Signed-off-by: NStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      ab99eee8
  23. 14 12月, 2007 1 次提交
    • T
      [POWERPC] qe: add function qe_clock_source() · 174b0da2
      Timur Tabi 提交于
      Add function qe_clock_source() which takes a string containing the name of a
      QE clock source (as is typically found in device trees) and returns the
      matching enum qe_clock value.
      
      Update booting-without-of.txt to indicate that the UCC properties rx-clock
      and tx-clock are deprecated and replaced with rx-clock-name and tx-clock-name,
      which use strings instead of numbers to indicate QE clock sources.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      174b0da2
  24. 12 12月, 2007 1 次提交
    • K
      [POWERPC] FSL: enet device tree cleanups · e77b28eb
      Kumar Gala 提交于
      * Removed address fields in ethernet nodes
      * Removed #address-cells, #size-cells from gianfar nodes
      * Added cell-index to gianfar and ucc ethernet nodes
      * Added enet[0..3] labels
      * Renamed compatible node for gianfar mdio to "fsl,gianfar-mdio"
      * Removed device_type = "mdio"
      
      The matching for gianfar mdio still supports the old "mdio"/"gianfar" combo
      but it is now considered deprecated.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      e77b28eb
  25. 06 12月, 2007 1 次提交
  26. 20 11月, 2007 1 次提交
  27. 08 11月, 2007 1 次提交
    • B
      [POWERPC] Fix cache line vs. block size confusion · 20474abd
      Benjamin Herrenschmidt 提交于
      We had an historical confusion in the kernel between cache line
      and cache block size. The former is an implementation detail of
      the L1 cache which can be useful for performance optimisations,
      the later is the actual size on which the cache control
      instructions operate, which can be different.
      
      For some reason, we had a weird hack reading the right property
      on powermac and the wrong one on any other 64 bits (32 bits is
      unaffected as it only uses the cputable for cache block size
      infos at this stage).
      
      This fixes the booting-without-of.txt documentation to mention
      the right properties, and fixes the 64 bits initialization code
      to look for the block size first, with a fallback to the line
      size if the property is missing.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      20474abd