1. 09 5月, 2007 2 次提交
  2. 02 5月, 2007 1 次提交
  3. 27 4月, 2007 1 次提交
  4. 21 3月, 2007 1 次提交
  5. 16 3月, 2007 1 次提交
    • D
      [POWERPC] Update documentation for flat device tree format v17 · 0e0293c8
      David Gibson 提交于
      This patch updates booting-without-of.txt to describe version 17 of
      the flattened device tree format.  Version 17 is a small, backwards
      compatible change from version 16, adding an extra field giving the
      size of the device tree's structure block.  At this time, the kernel
      has no use for the extra information, however its presence can make
      life easier for bootloaders or other software manipulating the tree.
      
      In addition this patch adds information on the size_dt_strings field
      of the device tree header, present since version 3 of the flattened
      tree format, but omitted from the documentation.  It also makes
      changes to consistently refer to versions 16 and 17 as versions 16 and
      17 in decimal, rather than version 0x10 which was occasionally used
      for version 16 previously.
      
      Finally, we also add the new field to the definition of the device
      tree header structure in prom.h
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Acked-by: NJon Loeliger <jdl@freescale.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      0e0293c8
  6. 09 3月, 2007 1 次提交
  7. 08 3月, 2007 1 次提交
  8. 17 2月, 2007 1 次提交
  9. 16 2月, 2007 1 次提交
  10. 13 2月, 2007 1 次提交
    • G
      [POWERPC] mpc5200 device tree bindings refinement · 05cbbc69
      Grant Likely 提交于
      Much needed refinement of mpc5200 device tree binding specifications.
      
      Short list:
      - drop mpc52xx designator; only two supported chips exist, 5200 and 5200b.
        It's premature to refer to them as '52xx'.
      - Specify optional 'model' and 'revision' properties in the soc5200 node
      - Specify reqiured 'cell-index' property to identify between multiple SOC
        devices of the same type.  (Useful for arbitrating shared register access)
      - Specify optional 'port-number' property for adjusting the logical serial
        port assignments.
      - Specify optional 'has-wdt' property for gpt0 node.
      - Add system-frequency property to soc5200 node
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      05cbbc69
  11. 08 2月, 2007 1 次提交
  12. 22 1月, 2007 1 次提交
  13. 09 1月, 2007 1 次提交
  14. 20 12月, 2006 1 次提交
  15. 04 12月, 2006 2 次提交
  16. 30 11月, 2006 1 次提交
  17. 04 10月, 2006 8 次提交
  18. 30 8月, 2006 1 次提交
  19. 18 8月, 2006 1 次提交
  20. 04 7月, 2006 1 次提交
  21. 28 3月, 2006 1 次提交
  22. 23 3月, 2006 1 次提交
  23. 22 3月, 2006 1 次提交
  24. 10 2月, 2006 2 次提交
  25. 07 2月, 2006 1 次提交
  26. 02 2月, 2006 1 次提交
  27. 09 1月, 2006 1 次提交
  28. 05 1月, 2006 1 次提交
  29. 11 9月, 2005 1 次提交
  30. 18 5月, 2005 1 次提交
    • D
      [PATCH] Driver Core: remove driver model detach_state · 0b405a0f
      David Brownell 提交于
      The driver model has a "detach_state" mechanism that:
      
       - Has never been used by any in-kernel drive;
       - Is superfluous, since driver remove() methods can do the same thing;
       - Became buggy when the suspend() parameter changed semantics and type;
       - Could self-deadlock when called from certain suspend contexts;
       - Is effectively wasted documentation, object code, and headspace.
      
      This removes that "detach_state" mechanism; net code shrink, as well
      as a per-device saving in the driver model and sysfs.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0b405a0f