aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Char: cyclades, unexport struct cyclades_cardJiri Slaby1-8/+0
2007-05-08Char: cyclades, depends on PCI or ISAJiri Slaby1-1/+1
2007-05-08Char: cyclades, switch to pci probingJiri Slaby1-48/+17
2007-05-08Char: cyclades, use IS_CYC_Z macroJiri Slaby1-11/+6
2007-05-08Char: isicom, use pr_debugJiri Slaby1-2/+1
2007-05-08Char: cyclades, allow DEBUG_SHIRQJiri Slaby1-0/+4
2007-05-08Char: cyclades, clear interrupts before releasingJiri Slaby1-0/+13
2007-05-08Char: cyclades, tty_register_device separately for each deviceJiri Slaby1-1/+19
2007-05-08Char: cyclades, cy_init error handlingJiri Slaby1-4/+19
2007-05-08Char: cyclades, remove some global varsJiri Slaby1-9/+4
2007-05-08Char: cyclades, init card struct immediatelyJiri Slaby1-22/+15
2007-05-08Char: cyclades, move card entries init into functionJiri Slaby1-155/+156
2007-05-08Char: cyclades, create cy_pci_probeJiri Slaby1-305/+318
2007-05-08Char: cyclades, init Ze immediatelyJiri Slaby1-51/+8
2007-05-08Char: cyclades, use pci_iomap/unmapJiri Slaby1-10/+32
2007-05-08Char: cyclades, create cy_init_ZeJiri Slaby1-73/+90
2007-05-08x86, serial: convert legacy COM ports to platform devicesBjorn Helgaas1-5/+9
2007-05-08smsc-ircc2: add PNP supportBjorn Helgaas1-23/+75
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 their root inodesJeff Layton1-1/+1
2007-05-08au1550 SPI controller driverJan Nikitenko3-0/+986