10 Feb, 2006

2 commits

  • This patch removes all self references and fixes references to files
    in the now defunct arch/ppc64 tree. I think this accomplises
    everything wanted, though there might be a few references I missed.

    Signed-off-by: Jon Mason
    Signed-off-by: Paul Mackerras

    Jon Mason
     
  • Implemented by modification of the .name field of the platform device,
    when PDs with the
    same names are to be used within different drivers, as
    -> :
    Corresponding drivers should change the .name in struct device_driver to
    reflect upper of course.

    Added ppc_sys_device_disable/enable function set, making it easier to
    disable all the inexistent/not utilized platform device way pdevs. By the
    check of the "disabled" bit in the config field of ppc_sys_specs, disabled
    platform devices will be either added/removed from the bus, or simply not
    registered on it, depending on the time when disable/enable call asserted.

    The default behaviour when nothing is disabled/enabled will be "all devices
    are enabled", which is the same as before.

    Also helper platform_notify_map function added, making assignment of
    board-specific platform_info more consistent and generic.

    Signed-off-by: Vitaly Bordug
    Signed-off-by: Marcelo Tosatti
    Signed-off-by: Paul Mackerras

    Vitaly Bordug
     

28 Jul, 2005

1 commit

  • The UARTs on the MPC824x are unique devices and really shouldn't be thought
    of as a DUART. In addition, if both UARTs are in use we need to configure
    the part to enable the 2nd UART since the pins for the UARTs are
    multiplexed. Adds support to run the 824x Sandpoint with both UARTs if
    desired.

    Signed-off-by: Matt McClintock
    Signed-off-by: Kumar Gala
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kumar Gala
     

22 Jun, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds