summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan3-11/+4
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds76-431/+1190
2006-09-27watchdog: Add a simple mmap() stub for shwdt.Paul Mundt2-1/+59
2006-09-27sh: Kill off the rest of the legacy rtc mess.Paul Mundt1-1/+1
2006-09-27serial: Add SERIAL_SH_SCI_NR_UARTS for sh-sci.Paul Mundt1-2/+7
2006-09-27rtc: New RTC driver for SuperH On-Chip RTC.Paul Mundt3-0/+478
2006-09-27serial: Rework sh-sci for driver model.Paul Mundt2-769/+467
2006-09-27sh: APM/PM support.Andriy Skulysh1-14/+0
2006-09-27video: Update header location in hp680_bl.Andriy Skulysh1-2/+2
2006-09-27video: Update pvr2fb for sq API changes.Paul Mundt1-10/+12
2006-09-27sh: Board updates for I/O routine rework.Paul Mundt1-1/+1
2006-09-27video: hitfb suspend/resume and updates.Andriy Skulysh1-33/+181
2006-09-27video: Disable vgacon for SuperH.Paul Mundt1-1/+1
2006-09-27sh: hp6xx mach-type cleanups.Andriy Skulysh1-14/+1
2006-09-27sh: Various cosmetic cleanups.Paul Mundt1-34/+24
2006-09-27pciehp - fix wrong return valueKenji Kaneshige1-6/+6
2006-09-27acpiphp: add support for ioapic hot-removeSatoru Takeuchi2-14/+92
2006-09-27PCI: assign ioapic resource at hotplugSatoru Takeuchi1-3/+10
2006-09-27acpiphp: disable bridgesSatoru Takeuchi1-1/+16
2006-09-27acpiphp: stop bus device before acpi_bus_trimSatoru Takeuchi1-0/+3
2006-09-27PCI: add pci_stop_bus_deviceSatoru Takeuchi1-1/+36
2006-09-27acpiphp: do not initialize existing ioapicsSatoru Takeuchi1-1/+3
2006-09-27acpiphp: initialize ioapics before starting devicesSatoru Takeuchi1-1/+1
2006-09-27acpiphp: set hpp values before starting devicesSatoru Takeuchi1-1/+1
2006-09-27PCI Hotplug: cleanup pcihp skeleton code.Satoru Takeuchi1-6/+3
2006-09-27PCI: Restore PCI Express capability registers after PM eventMichael S. Tsirkin1-0/+50
2006-09-27PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function staticAdrian Bunk1-1/+1
2006-09-27PCI: Multiprobe sanitizerAlan Cox1-1/+5
2006-09-27PCI: fix __must_check warningsGreg Kroah-Hartman8-61/+137
2006-09-27PCI Hotplug: fix __must_check warningsGreg Kroah-Hartman2-33/+128
2006-09-27SHPCHP: fix __must_check warningsGreg Kroah-Hartman3-4/+8
2006-09-27PCI-Express AER implemetation: pcie_portdrv error handlerZhang, Yanmin1-21/+175
2006-09-27PCI-Express AER implemetation: AER core and aerdriverZhang, Yanmin9-0/+1568
2006-09-27PCI-Express AER implemetation: export pcie_port_bus_typeZhang, Yanmin1-0/+1
2006-09-27PCIE: check and return bus_register errorsRandy Dunlap3-5/+11
2006-09-27MSI: Blacklist PCI-E chipsets depending on Hypertransport MSI capabilityBrice Goglin1-0/+59
2006-09-27MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HTBrice Goglin1-3/+2
2006-09-27MSI: Export the PCI_BUS_FLAGS_NO_MSI flag in sysfsBrice Goglin1-0/+41
2006-09-27MSI: Factorize common code in pci_msi_supported()Brice Goglin1-20/+31
2006-09-27MSI: Cleanup existing MSI quirksBrice Goglin2-16/+31
2006-09-27i2c: Constify i2c_algorithm declarations, part 2Jean Delvare27-27/+27
2006-09-27i2c: Constify i2c_algorithm declarations, part 1Jean Delvare4-4/+4
2006-09-27i2c-isa: Restore driver ownerJean Delvare11-0/+11
2006-09-27i2c-viapro: Add support for the VT8237A and VT8251Rudolf Marek2-9/+17
2006-09-27i2c: Warn on i2c client creation failureJean Delvare1-2/+7
2006-09-27i2c-core: Drop useless bitmaskingsJean Delvare1-5/+5
2006-09-27i2c-algo-pcf: Discard the mdelay data struct memberAdrian Bunk1-1/+0
2006-09-27i2c-algo-bit: CleanupsJean Delvare1-9/+8
2006-09-27i2c-isa: Fail adding driver on attach_adapter errorDavid Hubbard1-3/+8
2006-09-27i2c: __must_check fixes (chip drivers)Jean Delvare5-27/+97