Revision e02f5f52cafbea013817d81f1acc4baf50d6324b authored by Bjorn Helgaas on 15 November 2007, 00:59:59 UTC, committed by Linus Torvalds on 15 November 2007, 02:45:41 UTC
"Luming Yu" <luming.yu@gmail.com> says:

  There is a "ttyS1 irq is -1" problem observed on tiger4 which cause the
  serial port broken.

  It is because that there is __no__ ACPI IRQ resource assigned for the
  serial port.  So the value of the IRQ for the port is never changed since it
  got initialized to -1.

If PNP supplies a valid IRQ, use it.  Otherwise, leave port.irq == 0, which
means "no IRQ" to the serial core.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: Yu Luming <luming.yu@intel.com>
Acked-by: Matthew Wilcox <matthew@wil.cx>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 57510c2
History
File Mode Size
Kconfig -rw-r--r-- 5.7 KB
Makefile -rw-r--r-- 1.1 KB
allocpercpu.c -rw-r--r-- 3.6 KB
backing-dev.c -rw-r--r-- 2.0 KB
bootmem.c -rw-r--r-- 12.0 KB
bounce.c -rw-r--r-- 6.4 KB
fadvise.c -rw-r--r-- 2.6 KB
filemap.c -rw-r--r-- 67.3 KB
filemap_xip.c -rw-r--r-- 10.1 KB
fremap.c -rw-r--r-- 6.1 KB
highmem.c -rw-r--r-- 8.1 KB
hugetlb.c -rw-r--r-- 28.5 KB
internal.h -rw-r--r-- 1.3 KB
madvise.c -rw-r--r-- 9.5 KB
memory.c -rw-r--r-- 73.5 KB
memory_hotplug.c -rw-r--r-- 14.0 KB
mempolicy.c -rw-r--r-- 51.1 KB
mempool.c -rw-r--r-- 9.0 KB
migrate.c -rw-r--r-- 22.8 KB
mincore.c -rw-r--r-- 5.7 KB
mlock.c -rw-r--r-- 5.6 KB
mmap.c -rw-r--r-- 57.6 KB
mmzone.c -rw-r--r-- 750 bytes
mprotect.c -rw-r--r-- 7.4 KB
mremap.c -rw-r--r-- 10.8 KB
msync.c -rw-r--r-- 2.4 KB
nommu.c -rw-r--r-- 33.1 KB
oom_kill.c -rw-r--r-- 13.2 KB
page-writeback.c -rw-r--r-- 34.9 KB
page_alloc.c -rw-r--r-- 123.0 KB
page_io.c -rw-r--r-- 3.4 KB
page_isolation.c -rw-r--r-- 3.4 KB
pdflush.c -rw-r--r-- 6.4 KB
prio_tree.c -rw-r--r-- 6.3 KB
quicklist.c -rw-r--r-- 2.0 KB
readahead.c -rw-r--r-- 13.3 KB
rmap.c -rw-r--r-- 26.4 KB
shmem.c -rw-r--r-- 65.2 KB
shmem_acl.c -rw-r--r-- 4.6 KB
slab.c -rw-r--r-- 115.2 KB
slob.c -rw-r--r-- 15.0 KB
slub.c -rw-r--r-- 94.8 KB
sparse-vmemmap.c -rw-r--r-- 4.0 KB
sparse.c -rw-r--r-- 10.0 KB
swap.c -rw-r--r-- 13.3 KB
swap_state.c -rw-r--r-- 9.4 KB
swapfile.c -rw-r--r-- 43.9 KB
thrash.c -rw-r--r-- 2.0 KB
tiny-shmem.c -rw-r--r-- 3.1 KB
truncate.c -rw-r--r-- 12.9 KB
util.c -rw-r--r-- 2.7 KB
vmalloc.c -rw-r--r-- 19.1 KB
vmscan.c -rw-r--r-- 53.0 KB
vmstat.c -rw-r--r-- 19.7 KB

back to top