1. 04 1月, 2009 27 次提交
  2. 30 11月, 2008 1 次提交
    • R
      [ARM] Hide ISA DMA API when ISA_DMA_API is unset · dcea83ad
      Russell King 提交于
      When ISA_DMA_API is unset, we're not implementing the ISA DMA API,
      so there's no point in publishing the prototypes via asm/dma.h, nor
      including the machine dependent parts of that API.
      
      This allows us to remove a lot of mach/dma.h files which don't contain
      any useful code.  Unfortunately though, some platforms put their own
      private non-ISA definitions into mach/dma.h, so we leave these behind
      and fix the appropriate #include statments.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      dcea83ad
  3. 27 11月, 2008 1 次提交
    • R
      [ARM] remove memzero() · 59f0cb0f
      Russell King 提交于
      As suggested by Andrew Morton, remove memzero() - it's not supported
      on other architectures so use of it is a potential build breaking bug.
      Since the compiler optimizes memset(x,0,n) to __memzero() perfectly
      well, we don't miss out on the underlying benefits of memzero().
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      59f0cb0f
  4. 17 11月, 2008 2 次提交
  5. 02 11月, 2008 1 次提交
  6. 25 10月, 2008 2 次提交
  7. 22 10月, 2008 5 次提交
  8. 20 10月, 2008 1 次提交
    • A
      mfd: ucb1400 needs GPIO · 5a49a540
      Andrew Morton 提交于
      ia64 allmodconfig:
      
      In file included from include/linux/ucb1400.h:27,
                       from drivers/mfd/ucb1400_core.c:24:
      include/asm-generic/gpio.h: In function `gpio_get_value_cansleep':
      include/asm-generic/gpio.h:147: error: implicit declaration of function `gpio_get_value'
      include/asm-generic/gpio.h: In function `gpio_set_value_cansleep':
      include/asm-generic/gpio.h:153: error: implicit declaration of function `gpio_set_value'
      drivers/mfd/ucb1400_core.c: At top level:
      Signed-off-by: NSamuel Ortiz <sameo@openedhand.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      5a49a540