1. 14 8月, 2009 2 次提交
  2. 31 7月, 2009 2 次提交
  3. 30 7月, 2009 1 次提交
  4. 18 5月, 2009 6 次提交
  5. 07 5月, 2009 1 次提交
  6. 01 5月, 2009 5 次提交
  7. 25 3月, 2009 1 次提交
  8. 20 3月, 2009 1 次提交
    • R
      [ARM] pass reboot command line to arch_reset() · be093beb
      Russell King 提交于
      OMAP wishes to pass state to the boot loader upon reboot in order to
      instruct it whether to wait for USB-based reflashing or not.  There is
      already a facility to do this via the reboot() syscall, except we ignore
      the string passed to machine_restart().
      
      This patch fixes things to pass this string to arch_reset().  This means
      that we keep the reboot mode limited to telling the kernel _how_ to
      perform the reboot which should be independent of what we request the
      boot loader to do.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      be093beb
  9. 12 3月, 2009 1 次提交
  10. 11 3月, 2009 1 次提交
  11. 08 3月, 2009 3 次提交
    • B
      [ARM] S3C24XX: Add S3C_GPIO_END definition · 67c2addc
      Ben Dooks 提交于
      Add the definition for S3C_GPIO_END to allow the PM code to build.
      
      This means moving the GPIO bank numbers to a separate file to allow
      the gpio and regs-gpio to include them. Including regs-gpio.h into
      gpio.h causes too many build problems and adding gpio.h would mean
      editing a large number of files.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      67c2addc
    • A
      [ARM] S3C24XX: Fix bug in IRQ_EINT_BIT() calculation · 598ee002
      Andy Green 提交于
      There's a bug in calculation of IRQ_EINT_BIT introduced on the test
      branch for pm changes for s3c by Ben Dooks fixed in this patch.
      
      There's also a bit of a mystery about how wake gets to wake EINT
      set of interrupts, I added a couple of lines that make it work for
      EINT4+ but not sure what's meant to be there for EINT0-3.
      
      Still, this gets GTA02 resume working again.
      Signed-off-by: NAndy Green <andy@openmoko.com>
      [ben-linux@fluff.org: remove irq-pm.c change]
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      598ee002
    • B
      [ARM] S3C: Make IRQ_EINT sleep control common · 56b34426
      Ben Dooks 提交于
      Move the IRQ_EINT sleep control to be available to all
      s3c impelmentations. Since s3c_irqext_wake is not large,
      place it in arch/arm/plat-s3c/pm.c as adding it to a new
      file would be a waste of compile time.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      56b34426
  12. 05 3月, 2009 2 次提交
  13. 09 1月, 2009 2 次提交
    • R
      [ARM] fix AT91, davinci, h720x, ks8695, msm, mx2, mx3, netx, omap1, omap2, pxa, s3c · 80b02c17
      Russell King 提交于
      arch/arm/mach-at91/at91cap9.c:337: error: 'NR_AIC_IRQS' undeclared here (not in a function)
      arch/arm/mach-at91/at91rm9200.c:301: error: 'NR_AIC_IRQS' undeclared here (not in a function)
      arch/arm/mach-at91/at91sam9260.c:351: error: 'NR_AIC_IRQS' undeclared here (not in a function)
      arch/arm/mach-at91/at91sam9261.c:287: error: 'NR_AIC_IRQS' undeclared here (not in a function)
      arch/arm/mach-at91/at91sam9263.c:312: error: 'NR_AIC_IRQS' undeclared here (not in a function)
      arch/arm/mach-at91/at91sam9rl.c:304: error: 'NR_AIC_IRQS' undeclared here (not in a function)
      arch/arm/mach-h720x/h7202-eval.c:38: error: implicit declaration of function 'IRQ_CHAINED_GPIOB'
      arch/arm/mach-ks8695/devices.c:46: error: 'KS8695_IRQ_WAN_RX_STATUS' undeclared here (not in a function)
      arch/arm/mach-msm/devices.c:28: error: 'INT_UART1' undeclared here (not in a function)
      arch/arm/mach-mx2/devices.c:233: error: 'MXC_GPIO_IRQ_START' undeclared here (not in a function)
      arch/arm/mach-mx3/devices.c:128: error: 'MXC_GPIO_IRQ_START' undeclared here (not in a function)
      arch/arm/mach-omap1/mcbsp.c:140: error: 'INT_730_McBSP1RX' undeclared here (not in a function)
      arch/arm/mach-omap1/mcbsp.c:165: error: 'INT_McBSP1RX' undeclared here (not in a function)
      arch/arm/mach-omap1/mcbsp.c:200: error: 'INT_McBSP1RX' undeclared here (not in a function)
      arch/arm/mach-omap2/board-apollon.c:286: error: implicit declaration of function 'omap_set_gpio_direction'
      arch/arm/mach-omap2/mcbsp.c:154: error: 'INT_24XX_MCBSP1_IRQ_RX' undeclared here (not in a function)
      arch/arm/mach-omap2/mcbsp.c:181: error: 'INT_24XX_MCBSP1_IRQ_RX' undeclared here (not in a function)
      arch/arm/mach-pxa/e350.c:36: error: 'IRQ_BOARD_START' undeclared here (not in a function)
      arch/arm/plat-s3c/dev-i2c0.c:32: error: 'IRQ_IIC' undeclared here (not in a function)
      ...
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      80b02c17
    • B
      [ARM] S3C24XX: Add gpio_to_irq() facility · 4d316fc5
      Ben Dooks 提交于
      Add gpio_to_irq() by re-directing the call to the
      generic __gpio_to_irq() code in the gpiolib.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      4d316fc5
  14. 07 1月, 2009 1 次提交
  15. 19 12月, 2008 1 次提交
  16. 18 12月, 2008 1 次提交
  17. 16 12月, 2008 9 次提交