1. 21 6月, 2006 1 次提交
  2. 20 6月, 2006 2 次提交
    • D
      [SPARC]: Kill __irq_itoa(). · c6387a48
      David S. Miller 提交于
      This ugly hack was long overdue to die.
      
      It was a way to print out Sparc interrupts in a more freindly format,
      since IRQ numbers were arbitrary opaque 32-bit integers which vectored
      into PIL levels.  These 32-bit integers were not necessarily in the
      0-->NR_IRQS range, but the PILs they vectored to were.
      
      The idea now is that we will increase NR_IRQS a little bit and use a
      virtual<-->real IRQ number mapping scheme similar to PowerPC.
      
      That makes this IRQ printing hack irrelevant, and furthermore only a
      handful of drivers actually used __irq_itoa() making it even less
      useful.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c6387a48
    • A
      [ARM] 3592/1: AT91RM9200 Serial driver update · afefc415
      Andrew Victor 提交于
      Patch from Andrew Victor
      
      This patch includes a number of updates to the AT91RM9200 serial driver.
      
      Changes include:
      1. Conversion to a platform_driver.  [Ivan Kokshaysky]
      2. Replaced all references to AT91RM9200 with AT91.  This driver can now
      also be used for the AT91SAM9216.
      3. Allow TIOCM_LOOP to configure local loopback mode.
      4. Cleaned up the 'read_status_mask' usage and interrupt handler code.
      [Chip Coldwell]
      5. Suspend/resume support.  [David Brownell]
      
      There are a few 'unused variable' warning when compiling this - I
      removed the new DMA support to keep this first patch simpler.
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      afefc415
  3. 19 6月, 2006 2 次提交
  4. 18 6月, 2006 1 次提交
  5. 26 5月, 2006 1 次提交
  6. 22 5月, 2006 1 次提交
  7. 16 5月, 2006 1 次提交
  8. 04 5月, 2006 1 次提交
  9. 03 5月, 2006 2 次提交
  10. 02 5月, 2006 1 次提交
  11. 30 4月, 2006 4 次提交
  12. 28 4月, 2006 2 次提交
  13. 20 4月, 2006 1 次提交
  14. 01 4月, 2006 2 次提交
  15. 31 3月, 2006 11 次提交
  16. 30 3月, 2006 1 次提交
  17. 29 3月, 2006 1 次提交
  18. 27 3月, 2006 3 次提交
  19. 26 3月, 2006 2 次提交