1. 12 11月, 2008 1 次提交
  2. 21 10月, 2008 1 次提交
  3. 09 10月, 2008 1 次提交
  4. 18 9月, 2008 1 次提交
  5. 06 9月, 2008 1 次提交
  6. 01 9月, 2008 1 次提交
  7. 07 8月, 2008 3 次提交
  8. 06 3月, 2008 1 次提交
  9. 20 7月, 2007 1 次提交
  10. 13 7月, 2007 1 次提交
    • D
      iop13xx: surface the iop13xx adma units to the iop-adma driver · 39a8d7d1
      Dan Williams 提交于
      Adds the platform device definitions and the architecture specific
      support routines (i.e. register initialization and descriptor formats) for the
      iop-adma driver.
      
      Changelog:
      * added 'descriptor pool size' to the platform data
      * add base support for buffer sizes larger than 16MB (hw max)
      * build error fix from Kirill A. Shutemov
      * rebase for async_tx changes
      * add interrupt support
      * do not call platform register macros in driver code
      * remove unnecessary ARM assembly statement
      * checkpatch.pl fixes
      * gpl v2 only correction
      
      Cc: Russell King <rmk@arm.linux.org.uk>
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      39a8d7d1
  11. 12 7月, 2007 1 次提交
  12. 22 5月, 2007 1 次提交
    • A
      Detach sched.h from mm.h · e8edc6e0
      Alexey Dobriyan 提交于
      First thing mm.h does is including sched.h solely for can_do_mlock() inline
      function which has "current" dereference inside. By dealing with can_do_mlock()
      mm.h can be detached from sched.h which is good. See below, why.
      
      This patch
      a) removes unconditional inclusion of sched.h from mm.h
      b) makes can_do_mlock() normal function in mm/mlock.c
      c) exports can_do_mlock() to not break compilation
      d) adds sched.h inclusions back to files that were getting it indirectly.
      e) adds less bloated headers to some files (asm/signal.h, jiffies.h) that were
         getting them indirectly
      
      Net result is:
      a) mm.h users would get less code to open, read, preprocess, parse, ... if
         they don't need sched.h
      b) sched.h stops being dependency for significant number of files:
         on x86_64 allmodconfig touching sched.h results in recompile of 4083 files,
         after patch it's only 3744 (-8.3%).
      
      Cross-compile tested on
      
      	all arm defconfigs, all mips defconfigs, all powerpc defconfigs,
      	alpha alpha-up
      	arm
      	i386 i386-up i386-defconfig i386-allnoconfig
      	ia64 ia64-up
      	m68k
      	mips
      	parisc parisc-up
      	powerpc powerpc-up
      	s390 s390-up
      	sparc sparc-up
      	sparc64 sparc64-up
      	um-x86_64
      	x86_64 x86_64-up x86_64-defconfig x86_64-allnoconfig
      
      as well as my two usual configs.
      Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e8edc6e0
  13. 21 5月, 2007 1 次提交
  14. 16 5月, 2007 2 次提交
  15. 12 5月, 2007 1 次提交
  16. 06 5月, 2007 1 次提交
    • R
      [ARM] mm 10: allow memory type to be specified with ioremap · 3603ab2b
      Russell King 提交于
      __ioremap() took a set of page table flags (specifically the cacheable
      and bufferable bits) to control the mapping type.  However, with
      the advent of ARMv6, this is far too limited.
      
      Replace the page table flags with a memory type index, so that the
      desired attributes can be selected from the mem_type table.
      
      Finally, to prevent silent miscompilation due to the differing
      arguments, rename the __ioremap() and __ioremap_pfn() functions.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      3603ab2b
  17. 03 5月, 2007 1 次提交
  18. 30 4月, 2007 3 次提交
  19. 20 2月, 2007 1 次提交
    • R
      [ARM] Fix iop13xx build error · 6a32b935
      Russell King 提交于
        CC      arch/arm/mach-iop13xx/setup.o
      arch/arm/mach-iop13xx/setup.c: In function 'iq8134x_probe_flash_size':
      arch/arm/mach-iop13xx/setup.c:210: warning: implicit declaration of function 'ioremap'
      arch/arm/mach-iop13xx/setup.c:210: warning: initialization makes pointer from integer without a cast
      arch/arm/mach-iop13xx/setup.c:218: warning: implicit declaration of function 'writew'
      arch/arm/mach-iop13xx/setup.c:222: warning: implicit declaration of function 'readb'
      arch/arm/mach-iop13xx/setup.c:231: warning: implicit declaration of function 'iounmap'
        LD      .tmp_vmlinux1
      arch/arm/mach-iop13xx/built-in.o: In function `iop13xx_platform_init':
      iq81340mc.c:(.init.text+0x150): undefined reference to `ioremap'
      iq81340mc.c:(.init.text+0x21c): undefined reference to `writew'
      iq81340mc.c:(.init.text+0x24c): undefined reference to `writew'
      iq81340mc.c:(.init.text+0x254): undefined reference to `iounmap'
      iq81340mc.c:(.init.text+0x2c4): undefined reference to `readb'
      iq81340mc.c:(.init.text+0x2e8): undefined reference to `readb'
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      6a32b935
  20. 17 2月, 2007 2 次提交
  21. 14 2月, 2007 1 次提交
  22. 31 12月, 2006 1 次提交
  23. 20 12月, 2006 1 次提交
  24. 18 12月, 2006 2 次提交
  25. 08 12月, 2006 1 次提交
    • D
      [ARM] 3995/1: iop13xx: add iop13xx support · 285f5fa7
      Dan Williams 提交于
      The iop348 processor integrates an Xscale (XSC3 512KB L2 Cache) core with a
      Serial Attached SCSI (SAS) controller, multi-ported DDR2 memory
      controller, 3 Application Direct Memory Access (DMA) controllers, a 133Mhz
      PCI-X interface, a x8 PCI-Express interface, and other peripherals to form
      a system-on-a-chip RAID subsystem engine.
      
      The iop342 processor replaces the SAS controller with a second Xscale core
      for dual core embedded applications.
      
      The iop341 processor is the single core version of iop342.
      
      This patch supports the two Intel customer reference platforms iq81340mc
      for external storage and iq81340sc for direct attach (HBA) development.
      
      The developer's manual is available here:
      ftp://download.intel.com/design/iio/docs/31503701.pdf
      
      Changelog:
      * removed virtual addresses from resource definitions
      * cleaned up some unnecessary #include's
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      285f5fa7