1. 04 11月, 2011 1 次提交
  2. 02 11月, 2011 1 次提交
    • P
      virtio: Add platform bus driver for memory mapped virtio device · edfd52e6
      Pawel Moll 提交于
      This patch, based on virtio PCI driver, adds support for memory
      mapped (platform) virtio device. This should allow environments
      like qemu to use virtio-based block & network devices even on
      platforms without PCI support.
      
      One can define and register a platform device which resources
      will describe memory mapped control registers and "mailbox"
      interrupt. Such device can be also instantiated using the Device
      Tree node with compatible property equal "virtio,mmio".
      
      Cc: Anthony Liguori <aliguori@us.ibm.com>
      Cc: Michael S.Tsirkin <mst@redhat.com>
      Signed-off-by: NPawel Moll <pawel.moll@arm.com>
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      edfd52e6
  3. 31 10月, 2011 3 次提交
  4. 29 10月, 2011 1 次提交
  5. 27 10月, 2011 2 次提交
  6. 25 10月, 2011 1 次提交
  7. 19 10月, 2011 1 次提交
  8. 18 10月, 2011 2 次提交
  9. 17 10月, 2011 2 次提交
  10. 14 10月, 2011 1 次提交
  11. 12 10月, 2011 3 次提交
  12. 05 10月, 2011 5 次提交
  13. 28 9月, 2011 1 次提交
    • P
      doc: fix broken references · 395cf969
      Paul Bolle 提交于
      There are numerous broken references to Documentation files (in other
      Documentation files, in comments, etc.). These broken references are
      caused by typo's in the references, and by renames or removals of the
      Documentation files. Some broken references are simply odd.
      
      Fix these broken references, sometimes by dropping the irrelevant text
      they were part of.
      Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      395cf969
  14. 26 9月, 2011 1 次提交
    • J
      picoxcell: support for Picochip picoxcell devices · af75655c
      Jamie Iles 提交于
      picoXcell is a family of femtocell devices with an ARM application
      processor and picoArray DSP processor array.
      
      This patch adds support for picoXcell boards to be booted using the
      device tree registering the VIC's, UART's and timers.
      
      v3:	- fixup vic compatible string in binding
      v2:	- cleanup empty mach headers
      	- convert to of_platform_populate()
      	- simplify uncompress.h
      	- split vic node into 2 devices
      	- add missing __initconst attributes
      Signed-off-by: NJamie Iles <jamie@jamieiles.com>
      af75655c
  15. 23 9月, 2011 1 次提交
  16. 21 9月, 2011 1 次提交
  17. 15 9月, 2011 1 次提交
  18. 11 9月, 2011 1 次提交
  19. 31 8月, 2011 3 次提交
  20. 30 8月, 2011 1 次提交
  21. 27 8月, 2011 1 次提交
  22. 25 8月, 2011 1 次提交
  23. 24 8月, 2011 1 次提交
  24. 18 8月, 2011 2 次提交
    • H
      flexcan: Prefer device tree clock frequency if available. · 97efe9ae
      holt@sgi.com 提交于
      If our CAN device's device tree node has a clock-frequency property,
      then use that value for the can devices clock frequency.  If not, fall
      back to asking the platform/mach code for the clock frequency associated
      with the flexcan device.
      Signed-off-by: NRobin Holt <holt@sgi.com>
      Acked-by: Wolfgang Grandegger <wg@grandegger.com>,
      Cc: Kumar Gala <galak@kernel.crashing.org>
      Cc: Marc Kleine-Budde <mkl@pengutronix.de>,
      Cc: U Bhaskar-B22300 <B22300@freescale.com>
      Cc: Scott Wood <scottwood@freescale.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: socketcan-core@lists.berlios.de,
      Cc: netdev@vger.kernel.org,
      Cc: PPC list <linuxppc-dev@lists.ozlabs.org>
      Cc: devicetree-discuss@lists.ozlabs.org
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      97efe9ae
    • H
      flexcan: Fix up fsl-flexcan device tree binding. · 243abbf2
      holt@sgi.com 提交于
      This patch cleans up the documentation of the device-tree binding for
      the Flexcan devices on Freescale's PowerPC and ARM cores. Extra
      properties are not used by the driver so we are removing them.
      Signed-off-by: NRobin Holt <holt@sgi.com>
      Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>,
      Acked-by: Wolfgang Grandegger <wg@grandegger.com>,
      Cc: U Bhaskar-B22300 <B22300@freescale.com>
      Cc: Scott Wood <scottwood@freescale.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Kumar Gala <galak@kernel.crashing.org>
      Cc: socketcan-core@lists.berlios.de,
      Cc: netdev@vger.kernel.org,
      Cc: PPC list <linuxppc-dev@lists.ozlabs.org>
      Cc: devicetree-discuss@lists.ozlabs.org
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      243abbf2
  25. 15 8月, 2011 1 次提交
  26. 14 8月, 2011 1 次提交