1. 16 Jul, 2003 1 commit
  2. 15 Jul, 2003 33 commits
  3. 14 Jul, 2003 6 commits
    • Paul Mundt's avatar
      [PATCH] shwdt update · eb40c469
      Paul Mundt authored
      This patch includes quite a few changes and updates for the shwdt driver (which
      brings it in sync with LinuxSH CVS HEAD). This fixes up support for the SH-2,
      and also fixes up some timer brain-damage.
      eb40c469
    • Paul Mundt's avatar
      [PATCH] PCMCIA: Update hd64465 driver · 9889cc77
      Paul Mundt authored
      This patch updates the sh-specific hd64465 pcmcia driver for the new API, as
      well as fixing up some other issues (such as remap_page_range() abuse -- we
      remap through P3 area instead) which caused it not to compile. Changes by
      Dominik Brodowski and myself.
      9889cc77
    • Paul Mundt's avatar
      [PATCH] pvr2fb update · e417962c
      Paul Mundt authored
      Here's an update for pvr2fb (with a patch this time), which makes it compile
      again.
      e417962c
    • Jeff Garzik's avatar
      [PATCH] Large PCI bus numbers · 909bd86e
      Jeff Garzik authored
      ppc64 machines can have PCI bus numbers larger than 8 bits, but it looks
      like pci_device_to_OF_node already handles this case, in both 2.4 and
      2.5.
      
      We just need the space to store them.
      909bd86e
    • Chen Yang's avatar
      [PATCH] unresolved symbol with moduled intermezzo · 1ee4afce
      Chen Yang authored
      This solves the unresolved symbol problem with modular intermezzo.  Also
      update the MAINTAINERS entry.
      1ee4afce
    • Alexander Atanasov's avatar
      [PATCH] Fix irq handling of IO-APIC edge IRQs on UP · d6d3baa5
      Alexander Atanasov authored
      send_IPI_self is needed to resend irqs with IRQ_PENDING status when
      enabled.
      
      Checked with Ingo, and it's in 2.4-ac for some time.
      
      This should fix ide lost interrupts on UP with IO-APIC
      
      Ide trigers it this way:
       - disable_irq
       - do stuff that triggers IRQ.
       - irq is IRQ_PENDING
       - enable_irq
       - IRQ is lost, needs to be resend.
      
      I'll send the patch to fixup IDE disable_irq logic to Bart.
      d6d3baa5