summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* IPMI: remove bogus semaphore from watchdogCorey Minyard2007-10-181-14/+3Star
* IPMI: don't init irq until readyCorey Minyard2007-10-181-4/+4
* Replace __attribute_pure__ with __pureRalf Baechle2007-10-181-1/+1
* sparse pointer use of zero as nullStephen Hemminger2007-10-183-3/+3
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-1847-109/+117
* Char: rocket, fix signed/unsigned warningJiri Slaby2007-10-181-2/+2
* Char: rocket, remove potential leak in module_initJiri Slaby2007-10-181-14/+20
* Char: rocket, remove pci_read_config_dword(CLASS_REVISION)Jiri Slaby2007-10-181-11/+4Star
* Char: rocket, don't re-set statics to 0Jiri Slaby2007-10-181-12/+0Star
* Char: rocket, fix dynamic_dev ttyJiri Slaby2007-10-181-5/+9
* Char: rocket, switch sleep_on to completionJiri Slaby2007-10-182-10/+9Star
* Char: moxa, remove sleep_onJiri Slaby2007-10-181-4/+5
* Char: moxa, function names cleanupJiri Slaby2007-10-181-31/+31
* Char: moxa, cleanup printsJiri Slaby2007-10-181-42/+31Star
* Cyclades: Avoid label defined but not used warningJesper Juhl2007-10-181-4/+4
* Char: cyclades, fix some -W warningsJiri Slaby2007-10-181-49/+39Star
* Char: cyclades, move spin_lock to one placeJiri Slaby2007-10-181-7/+2Star
* Char: cyclades, make the isr code readableJiri Slaby2007-10-181-325/+292Star
* Char: cyclades, remove bottom half processingJiri Slaby2007-10-181-91/+20Star
* Char: moxa, fix and optimise empty timerJiri Slaby2007-10-181-2/+2
* mxser: fix compiler warning when building without CONFIG_PCIJesper Juhl2007-10-181-2/+2
* mxser: remove commented crapAlan Cox2007-10-181-19/+0Star
* Char: mxser_new, remove useless comments in mxser_cardsJiri Slaby2007-10-181-21/+21
* Char: mxser_new, move to PCI_VDEVICEJiri Slaby2007-10-181-36/+18Star
* Char: mxser_new, upgrade to 1.10Jiri Slaby2007-10-181-8/+24
* sysctl: simplify the pty sysctl logicEric W. Biederman2007-10-181-1/+23
* sysctl: parport remove binary pathsEric W. Biederman2007-10-182-62/+5Star
* sysctl: remove broken cdrom binary sysctlsEric W. Biederman2007-10-181-40/+6Star
* cpu hotplug: topology: remove topology_dev_mapAkinobu Mita2007-10-181-10/+1Star
* unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov2007-10-181-3/+0Star
* Hibernation: Check if ACPI is enabled during restore in the right placeRafael J. Wysocki2007-10-181-0/+10
* serial: turn serial console suspend a boot rather than compile time optionAndres Salomon2007-10-181-6/+4Star
* pm_trace displays the wrong time from the RTCRafael J. Wysocki2007-10-181-1/+1
* freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-186-13/+7Star
* PM: Rename hibernation_ops to platform_hibernation_opsRafael J. Wysocki2007-10-181-1/+1
* PM: Rework struct hibernation_opsRafael J. Wysocki2007-10-181-1/+11
* PM: Rework struct platform_suspend_opsRafael J. Wysocki2007-10-181-5/+2Star
* PM: Rename struct pm_ops and related thingsRafael J. Wysocki2007-10-181-3/+3
* PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki2007-10-181-1/+1
* logo.c: get rid of mips_machgroupRalf Baechle2007-10-181-8/+2Star
* fb modedb: Refactor confusing mode_option assignmentGeert Uytterhoeven2007-10-181-1/+3
* tty_ioctl: fix the baud_table check in encode_baud_rateMaciej W. Rozycki2007-10-181-3/+8
* Remove CONFIG_VT_UNICODEJan Engelhardt2007-10-182-22/+1Star
* i4l: Fix random hard freeze with AVM c4 cardKarsten Keil2007-10-181-3/+11
* i4l: fix random freezes with AVM B1 driversKarsten Keil2007-10-181-15/+13Star
* au1100fb: fix modpost warningsRalf Baechle2007-10-181-1/+1
* netport_con.c: fix build errors and warningsRalf Baechle2007-10-181-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-10-177-4/+1137
|\
| * net: libertas sdio driverPierre Ossman2007-10-175-0/+1134
| * mmc: at91_mci: cleanup: use MCI_ERRORSAndrew Victor2007-10-171-3/+1Star