1. 06 11月, 2008 1 次提交
  2. 24 10月, 2008 1 次提交
  3. 23 10月, 2008 3 次提交
    • N
      [ARM] 5320/1: fix assembly constraints in implementation of do_div() · 884afaab
      Nicolas Pitre 提交于
      Those inline assembly segments using the umlal instruction must have
      the & modifier so to be sure that a purely input register won't alias
      one of the registers used as input+output.  In most cases, the inputs
      are still used after the outputs are touched, and most binutil versions
      insist on "rdhi, rdlo and rm must all be different" even for ARMv6+.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      884afaab
    • C
      [ARM] 5318/1: Swap the PRRR and NMRR values in proc-v7.S · f80a3bb2
      Catalin Marinas 提交于
      A typo caused these values to be swapped leading to incorrect memory
      type attributes.
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      f80a3bb2
    • D
      [ARM] 5316/1: AT91: oops (regression) fix on gpio irq · 085eefb5
      David Brownell 提交于
      From: David Brownell <dbrownell@users.sourceforge.net>
      
      The "5298/1: Drop desc_handle_irq()" patch went overboard
      and deleted an essential line of code, causing all AT91
      GPIO interrupts to oops (in irq).  Trimmed example:
      
      Unable to handle kernel NULL pointer dereference at virtual address 000000c4
      ...
      PC is at gpio_irq_handler+0x78/0xd0
      LR is at gpio_irq_handler+0x38/0xd0
      ...
      Backtrace:
      [<c0029884>] (gpio_irq_handler+0x0/0xd0) from [<c0020054>] (__exception_text_start+0x54/0x7c)
      [<c0020000>] (__exception_text_start+0x0/0x7c) from [<c00209ec>] (__irq_svc+0x2c/0x60)
      Exception stack(0xc1c1de00 to 0xc1c1de48)
      [<c01f4ca8>] (_spin_unlock_irq+0x0/0x3c) from [<c01389f8>] (at91ether_open+0x220/0x318)
      [<c01387d8>] (at91ether_open+0x0/0x318) from [<c018caa4>] (dev_open+0xa8/0x10c)
      [<c018c9fc>] (dev_open+0x0/0x10c) from [<c018b874>] (dev_change_flags+0x98/0x164)
      [<c018b7dc>] (dev_change_flags+0x0/0x164) from [<c0019f8c>] (ip_auto_config+0x164/0xe28)
      [<c0019e28>] (ip_auto_config+0x0/0xe28) from [<c0020318>] (__exception_text_end+0x60/0x180)
      [<c00202b8>] (__exception_text_end+0x0/0x180) from [<c0008738>] (kernel_init+0x70/0xd8)
      [<c00086c8>] (kernel_init+0x0/0xd8) from [<c00398e0>] (do_exit+0x0/0x6ac)
      
      This patch restores the missing line'o'code.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Acked-by: NAndrew Victor <linux@maxim.org.za>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      085eefb5
  4. 22 10月, 2008 8 次提交
  5. 21 10月, 2008 7 次提交
  6. 20 10月, 2008 6 次提交
  7. 18 10月, 2008 3 次提交
  8. 17 10月, 2008 7 次提交
  9. 16 10月, 2008 4 次提交