summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-05-08smsc-ircc2: tidy up module parameter checkingBjorn Helgaas1-6/+8
2007-05-08PNP: workaround HP BIOS defect that leaves SMCF010 device partly enabledBjorn Helgaas1-0/+30
2007-05-08PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI)Bjorn Helgaas3-0/+10
2007-05-08Char: cyclades, remove useless castsJiri Slaby1-19/+19
2007-05-08Char: cyclades, remove volatilesJiri Slaby1-27/+25
2007-05-08Char: cyclades, timer cleanupJiri Slaby1-12/+6
2007-05-08Char: cyclades, cy_readX/writeX cleanupJiri Slaby1-165/+150
2007-05-08Char: cyclades, remove PAUSEJiri Slaby1-9/+0
2007-05-08no longer #include <asm/kdebug.h>Adrian Bunk1-1/+0
2007-05-08rtc-cmos: make it load on PNPBIOS systemsMarko Vrh1-9/+9
2007-05-08rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell3-31/+43
2007-05-08revert "rtc: Add rtc_merge_alarm()"Andrew Morton1-81/+0
2007-05-08workaround rtc-related acpi table bugsDavid Brownell1-2/+9
2007-05-08ACPI wakeup hooks for rtc-cmosDavid Brownell2-3/+53
2007-05-08rtc-cmos wakeup interfaceDavid Brownell1-10/+27
2007-05-08rtc: update vr41xx alarm handlingYoichi Yuasa1-2/+26
2007-05-08RTC Kconfig cleanupAlessandro Zummo1-120/+130
2007-05-08rtc: update to class device removal patchesDavid Brownell3-1/+11
2007-05-08RTC: replace some newly-introduced macros with inlinesDavid Brownell1-11/+35
2007-05-08rtc: suspend()/resume() restores system clockDavid Brownell5-76/+91
2007-05-08rtc: remove rest of class_deviceDavid Brownell8-64/+72
2007-05-08rtc: simplified /proc/driver/rtc handlingDavid Brownell5-59/+20
2007-05-08rtc: simplified rtc sysfs attribute handlingDavid Brownell5-66/+42
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell16-101/+103
2007-05-08rtc: remove /sys/class/rtc-dev/*David Brownell5-88/+46
2007-05-08ISDN: Spinlock initializer cleanupThomas Gleixner2-2/+2
2007-05-08use mutex instead of semaphore in CAPI 2.0 interfaceMatthias Kaehlcke1-16/+17
2007-05-08fix spinlock usage in hysdn_log_close()Matthias Kaehlcke1-4/+0
2007-05-08drivers/isdn/hardware/eicon/: remove unused header filesArmin Schindler2-248/+0
2007-05-08make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() staticAdrian Bunk1-7/+1
2007-05-08inode numbering: change libfs sb creation routines to avoid collisions with t...Jeff Layton1-1/+1
2007-05-08au1550 SPI controller driverJan Nikitenko3-0/+986
2007-05-08SPI kerneldocDavid Brownell1-5/+28
2007-05-08/dev/spidevB.C interfaceAndrea Paterniani3-0/+594
2007-05-08minor spi_butterfly cleanupDavid Brownell1-58/+4
2007-05-088250: Remove commented out irq cruftJosh Boyer1-2/+0
2007-05-08use mutex instead of semaphore for misc char devicesMatthias Kaehlcke1-13/+14
2007-05-08use mutex instead of semaphore in hdaps driverMatthias Kaehlcke1-18/+20
2007-05-08use mutex instead of semaphore in TPM driverMatthias Kaehlcke2-13/+16
2007-05-08use mutex instead of semaphore in RocketPort driverMatthias Kaehlcke2-9/+14
2007-05-08synclink_gt use dynamic tty device registrationPaul Fulghum1-16/+18
2007-05-08Misc: add sensable phantom driverJiri Slaby3-0/+473
2007-05-08old buffer overflow in moxa driverdann frazier1-2/+6
2007-05-08Driver for the Maxim DS1WM, a 1-wire bus master ASIC coreakpm@linux-foundation.org3-1/+477
2007-05-08w1: allow bus master to have reset and byte opsEvgeniy Polyakov1-1/+2
2007-05-08W1 printk format warning fixEvgeniy Polyakov1-1/+1
2007-05-08tpm: fix sleep-in-spinlockParag Warudkar1-4/+8
2007-05-08drivers/char: use __set_current_state()Milind Arun Choudhary11-15/+15
2007-05-08Clean up mutex_trylock noiseJean Delvare2-3/+3
2007-05-08console UTF-8 fixesEgmont Koblinger2-81/+182