diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-26 02:09:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-26 02:09:27 -0400 |
commit | d5ef642355bdd9b383ff5c18cbc6102a06eecbaf (patch) | |
tree | fcf78d33c1790c6c24efbfd0c3695f7874f053d7 /drivers/misc/pch_phub.c | |
parent | f549953c15deab4c54708b39af86d4edecc6cddc (diff) | |
parent | def90f4239f094f3846c108c1c41a4cd55c33e8e (diff) |
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
* 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6: (26 commits)
amba pl011: workaround for uart registers lockup
n_gsm: fix the wrong FCS handling
pch_uart: add missing comment about OKI ML7223
pch_uart: Add MSI support
tty: fix "IRQ45: nobody cared"
PTI feature to allow user to name and mark masterchannel request.
0 for o PTI Makefile bug.
tty: serial: samsung.c remove legacy PM code.
SERIAL: SC26xx: Fix link error.
serial: mrst_max3110: initialize waitqueue earlier
mrst_max3110: Change max missing message priority.
tty: s5pv210: Add delay loop on fifo reset function for UART
tty/serial: Fix XSCALE serial ports, e.g. ce4100
serial: bfin_5xx: fix off-by-one with resource size
drivers/tty: use printk_ratelimited() instead of printk_ratelimit()
tty: n_gsm: Added refcount usage to gsm_mux and gsm_dlci structs
tty: n_gsm: Add raw-ip support
tty: n_gsm: expose gsmtty device nodes at ldisc open time
pch_phub: Fix register miss-setting issue
serial: 8250, increase PASS_LIMIT
...
Diffstat (limited to 'drivers/misc/pch_phub.c')
-rw-r--r-- | drivers/misc/pch_phub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/pch_phub.c b/drivers/misc/pch_phub.c index 01eb67b4871a..0fd7e77bee29 100644 --- a/drivers/misc/pch_phub.c +++ b/drivers/misc/pch_phub.c | |||
@@ -735,6 +735,8 @@ static int __devinit pch_phub_probe(struct pci_dev *pdev, | |||
735 | * Device8(GbE) | 735 | * Device8(GbE) |
736 | */ | 736 | */ |
737 | iowrite32(0x000a0000, chip->pch_phub_base_address + 0x14); | 737 | iowrite32(0x000a0000, chip->pch_phub_base_address + 0x14); |
738 | /* set the interrupt delay value */ | ||
739 | iowrite32(0x25, chip->pch_phub_base_address + 0x140); | ||
738 | chip->pch_opt_rom_start_address =\ | 740 | chip->pch_opt_rom_start_address =\ |
739 | PCH_PHUB_ROM_START_ADDR_ML7223; | 741 | PCH_PHUB_ROM_START_ADDR_ML7223; |
740 | chip->pch_mac_start_address = PCH_PHUB_MAC_START_ADDR_ML7223; | 742 | chip->pch_mac_start_address = PCH_PHUB_MAC_START_ADDR_ML7223; |
@@ -752,8 +754,6 @@ static int __devinit pch_phub_probe(struct pci_dev *pdev, | |||
752 | * Device6(SATA 2):f | 754 | * Device6(SATA 2):f |
753 | */ | 755 | */ |
754 | iowrite32(0x0000ffa0, chip->pch_phub_base_address + 0x14); | 756 | iowrite32(0x0000ffa0, chip->pch_phub_base_address + 0x14); |
755 | /* set the interrupt delay value */ | ||
756 | iowrite32(0x25, chip->pch_phub_base_address + 0x140); | ||
757 | chip->pch_opt_rom_start_address =\ | 757 | chip->pch_opt_rom_start_address =\ |
758 | PCH_PHUB_ROM_START_ADDR_ML7223; | 758 | PCH_PHUB_ROM_START_ADDR_ML7223; |
759 | chip->pch_mac_start_address = PCH_PHUB_MAC_START_ADDR_ML7223; | 759 | chip->pch_mac_start_address = PCH_PHUB_MAC_START_ADDR_ML7223; |