1. 27 2月, 2009 3 次提交
  2. 05 2月, 2009 6 次提交
  3. 04 2月, 2009 2 次提交
    • G
      powerpc/5200: Trim cruft from device trees · b8842451
      Grant Likely 提交于
      Trim out obsolete/extraneous properties and tighten up some usage
      conventions.  Changes include:
      - removal of device_type properties
      - removal of cell-index properties
      - Addition of gpio-controller and #gpio-cells properties to gpio
        nodes
      - Move common interrupt-parent property out of device nodes and
        into top level parent node.
      
      This patch also include what looks to be just trivial editorial
      whitespace/format changes, but there is real method in this
      madness.  Editorial changes were made to keep the all the
      mpc5200 board device trees as similar as possible so that diffs
      between them only show the real differences between the boards.
      The pcm030 device tree was most affected by this because many
      of the comments had been changed from // to /* */ style and
      some cell values where changed from decimal to hex format when
      it was cloned from one of the other 5200 device trees.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Reviewed-by: NWolfram Sang <w.sang@pengutronix.de>
      b8842451
    • G
      powerpc/5200: Stop using device_type and port-number properties · 3b5ebf8e
      Grant Likely 提交于
      There is no reason for the PSC UART driver or the Ethernet driver
      to require a device_type property.  The compatible value is sufficient
      to uniquely identify the device.  Remove it from the driver.
      
      The whole 'port-number' scheme for assigning numbers to PSC uarts was
      always rather half baked and just adds complexity.  Remove it from the
      driver.  After this patch is applied, PSC UART numbers are simply
      assigned from the order they are found in the device tree (just like
      all the other devices).  Userspace can query sysfs to determine what
      ttyPSC number is assigned to each PSC instance.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Reviewed-by: NWolfram Sang <w.sang@pengutronix.de>
      3b5ebf8e
  4. 03 2月, 2009 25 次提交
  5. 02 2月, 2009 4 次提交