aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2-5/+4
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds27-224/+720
2006-09-26[PATCH] suspend: make it possible to disable serial console suspendRafael J. Wysocki1-0/+14
2006-09-26[PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_allocRalf Baechle2-3/+3
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-2/+7
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEMChristoph Lameter1-0/+4
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1Andi Kleen1-3/+2
2006-09-26[PATCH] Don't print virtual address in HPET initializationAndi Kleen1-2/+2
2006-09-25Driver core: Remove unneeded routines from driver coreAlan Stern2-32/+2
2006-09-25Driver core: Fix potential deadlock in driver coreAlan Stern2-2/+8
2006-09-25PCI: enable driver multi-threaded probeGreg Kroah-Hartman2-0/+36
2006-09-25Driver Core: add ability for drivers to do a threaded probeGreg Kroah-Hartman1-27/+81
2006-09-25drivers/base: check errorsAndrew Morton3-46/+100
2006-09-25drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh1-4/+4
2006-09-25Driver core: fixed add_bind_files() definitionYoichi Yuasa1-1/+1
2006-09-25Driver core: fix comments in drivers/base/power/resume.cDmitry Torokhov1-4/+4
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap1-3/+1
2006-09-25Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman1-0/+26
2006-09-25Class: add support for class interfaces for devicesGreg Kroah-Hartman2-1/+23
2006-09-25Driver core: create devices/virtual/ treeGreg Kroah-Hartman2-0/+24
2006-09-25Driver core: add device_rename functionGreg Kroah-Hartman1-0/+55
2006-09-25Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman1-0/+53
2006-09-25Driver core: allow devices in classes to have no parentGreg Kroah-Hartman1-10/+11
2006-09-25Driver core: add groups support to struct deviceGreg Kroah-Hartman1-0/+34
2006-09-25PM: platform_bus and late_suspend/early_resumeDavid Brownell1-2/+28
2006-09-25PM: device_suspend/resume may sleepPavel Machek2-0/+2
2006-09-25PM: no suspend_prepare() phaseDavid Brownell2-41/+0
2006-09-25PM: add kconfig option for deprecated .../power/state filesDavid Brownell1-0/+6
2006-09-25PM: update docs for writing .../power/stateDavid Brownell1-10/+19
2006-09-25PM: issue PM_EVENT_PRETHAWDavid Brownell1-0/+1
2006-09-25PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell5-3/+23
2006-09-25PM: video drivers and PM_EVENT_PRETHAWDavid Brownell4-24/+30
2006-09-25PM: PCI and IDE handle PM_EVENT_PRETHAWDavid Brownell2-3/+7
2006-09-25fix broken/dubious driver suspend() methodsDavid Brownell3-11/+20
2006-09-25make suspend quieterDavid Brownell1-5/+0
2006-09-25Suspend changes for PCI coreLinus Torvalds1-1/+40
2006-09-25Suspend infrastructure cleanup and extensionLinus Torvalds2-34/+116