1. 10 12月, 2012 1 次提交
  2. 07 12月, 2012 2 次提交
  3. 06 12月, 2012 1 次提交
  4. 30 11月, 2012 1 次提交
  5. 22 11月, 2012 1 次提交
  6. 21 11月, 2012 2 次提交
  7. 20 11月, 2012 3 次提交
  8. 17 11月, 2012 1 次提交
  9. 16 11月, 2012 2 次提交
  10. 15 11月, 2012 2 次提交
  11. 12 11月, 2012 1 次提交
  12. 08 11月, 2012 1 次提交
  13. 06 11月, 2012 2 次提交
  14. 05 11月, 2012 4 次提交
  15. 03 11月, 2012 1 次提交
  16. 02 11月, 2012 3 次提交
  17. 31 10月, 2012 1 次提交
  18. 30 10月, 2012 1 次提交
    • P
      ARM: OMAP2+: WDT: move init; add read_reset_sources pdata function pointer · 37c67d03
      Paul Walmsley 提交于
      The OMAP watchdog timer driver directly calls a function exported by
      code in arch/arm/mach-omap2.  This is not good; it tightly couples
      this driver to the mach-omap2 integration code.  Instead, add a
      temporary platform_data function pointer to abstract this function
      call.  A subsequent patch will convert the watchdog driver to use this
      function pointer.
      
      This patch also moves the device creation code out of
      arch/arm/mach-omap2/devices.c and into arch/arm/mach-omap2/wd_timer.c.
      This is another step towards the removal of
      arch/arm/mach-omap2/devices.c.
      
      Cc: Wim Van Sebroeck <wim@iguana.be>
      Acked-by: NWim Van Sebroeck <wim@iguana.be>
      [paul@pwsan.com: skip wd_timer device creation when DT blob is present]
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      37c67d03
  19. 29 10月, 2012 2 次提交
  20. 27 10月, 2012 1 次提交
  21. 25 10月, 2012 2 次提交
    • D
      Add new uio device for dynamic memory allocation · 0a0c3b5a
      Damian Hobson-Garcia 提交于
      This device extends the uio_pdrv_genirq driver to provide limited
      dynamic memory allocation for UIO devices.  This allows UIO devices
      to use CMA and IOMMU allocated memory regions. This driver is based
      on the uio_pdrv_genirq driver and provides the same generic interrupt
      handling capabilities.  Like uio_prdv_genirq,
      a fixed number of memory regions, defined in the platform device's
      .resources field are exported to userpace. This driver adds the ability
      to export additional regions whose number and size are known at boot time,
      but whose memory is not allocated until the uio device file is opened for
      the first time.  When the device file is closed, the allocated memory block
      is freed.  Physical (DMA) addresses for the dynamic regions are provided to
      the userspace via /sys/class/uio/uioX/maps/mapY/addr in the same way as
      static addresses are when the uio device file is open, when no processes
      are holding the device file open, the address returned to userspace is
      DMA_ERROR_CODE.
      Signed-off-by: NDamian Hobson-Garcia <dhobsong@igel.co.jp>
      Signed-off-by: N"Hans J. Koch" <hjk@hansjkoch.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      0a0c3b5a
    • F
      ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> · e8c4a7ac
      Felipe Balbi 提交于
      In order to make single zImage work for ARM architecture,
      we need to make sure we don't depend on private headers.
      
      Move USB platform_data to <linux/platform_data/omap-usb.h>
      and add a minimal drivers/mfd/usb-omap.h.
      
      Cc: Samuel Ortiz <sameo@linux.intel.com>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Partha Basak <parthab@india.ti.com>
      Cc: Keshava Munegowda <keshava_mgowda@ti.com>
      Cc: linux-usb@vger.kernel.org
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      [tony@atomide.com: updated for local mfd/usb-omap.h]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      e8c4a7ac
  22. 23 10月, 2012 1 次提交
  23. 20 10月, 2012 1 次提交
  24. 18 10月, 2012 1 次提交
  25. 16 10月, 2012 2 次提交