summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtc-cmos: avoid spurious irqsDavid Brownell2008-07-241-77/+63
* rtc-at91rm9200: avoid spurious irqsDavid Brownell2008-07-241-10/+6
* rtc: rtc-s3c: update IRQ handlingBen Dooks2008-07-241-67/+16
* rtc: rtc-s3c: add __devexit and __devinit markersBen Dooks2008-07-241-3/+3
* rtc-cmos: improve HPET IRQ glueDavid Brownell2008-07-241-62/+131
* rtc: remove and clarify unneeded externsCarlos R. Mafra2008-07-242-3/+4
* rtc: convert the PCF8583 driver to the new I2C style framework with device_idsWolfram Sang2008-07-241-90/+39
* rtc: rtc-omap footprint shrinkageDavid Brownell2008-07-241-17/+4
* rtc: ds1305/ds1306 driverDavid Brownell2008-07-243-0/+858
* rtc: add support for ST M41T94 SPI RTCKim B. Heino2008-07-243-0/+183
* rtc: remove BKL for ioctl()David Brownell2008-07-241-20/+38
* rtc: push the BKL down into the driver ioctl methodAlan Cox2008-07-241-7/+10
* rtc: m41t80: use pr_info() as appropriateMaciej W. Rozycki2008-07-241-4/+2
* rtc: m41t80: sort header inclusions for readabilityMaciej W. Rozycki2008-07-241-7/+7
* I2O: handle sysfs_create_link() failuresWang Chen2008-07-241-12/+42
* vt: do not update when the console is blankedStefano Stabellini2008-07-241-1/+1
* vt: hold console_sem across sysfs operationsJiri Slaby2008-07-241-2/+2
* spi: au1550_spi: improve pio transfer modeJan Nikitenko2008-07-241-20/+49
* spi: au1550_spi: proper platform deviceManuel Lauss2008-07-241-64/+74
* spidev: BKL removalAlan Cox2008-07-241-6/+13
* spi: make spi_board_info.modalias a char arrayGrant Likely2008-07-241-1/+3
* SPI Kconfig simplificationsRobert P. J. Day2008-07-241-22/+23
* xilinx_spi: test below 0 on unsigned irq in xilinx_spi_probe()Roel Kluin2008-07-241-2/+3
* spi: spi_mpc83xx clockrate fixesChen Gong2008-07-241-13/+16
* stallion: removed unused variableAndre Haupt2008-07-241-1/+0
* cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termi...Nye Liu2008-07-241-7/+14
* serial: DZ11: avoid a hang at console switch-overMaciej W. Rozycki2008-07-241-0/+24
* serial: Z85C30: avoid a hang at console switch-overMaciej W. Rozycki2008-07-241-2/+19
* serial: add support for a no-name 4 ports multiserial cardCatalin(ux) M BOIE2008-07-241-0/+17
* 8250: fix break handling for Intel 82571Aristeu Rozanski2008-07-241-3/+14
* serial/8250_gsc.c: add MODULE_LICENSEAdrian Bunk2008-07-241-0/+2
* atmel_pwm: set up only one PWM clock when allocating a clockHans-Christian Egtvedt2008-07-241-2/+1
* remove the v850 portAdrian Bunk2008-07-243-20/+0
* pm: acpi pm: add DMI quirk list for ACPI 1.0 suspend orderingCarlos Corbacho2008-07-241-0/+20
* pm: acpi hibernation: utilize hardware signatureShaohua Li2008-07-241-0/+22
* gigaset: gigaset_isowbuf_getbytes() may return signed unnoticedTilman Schmidt2008-07-241-6/+6
* gigaset: use dev_ macros for messagesTilman Schmidt2008-07-246-43/+53
* memory-hotplug: add sysfs removable attribute for hotplug memory removeBadari Pulavarty2008-07-241-0/+19
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-2416-0/+16
* use generic_access_phys for /dev/mem mappingsRik van Riel2008-07-241-1/+4
* mspec: convert nopfn to faultNick Piggin2008-07-241-9/+14
* remove is_tty()Adrian Bunk2008-07-241-13/+0
* move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2008-07-242-1/+1
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-239-58/+72
|\
| * Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-21808-64039/+123129
| |\
| * | NR_CPUS: Replace NR_CPUS in cpufreq userspace routinesMike Travis2008-07-201-36/+43
| * | cpumask: Optimize cpumask_of_cpu in drivers/misc/sgi-xp/xpc_main.cMike Travis2008-07-181-1/+2
| * | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-182-4/+10
| * | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-18438-31397/+34408
| |\ \
| * \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-16840-66244/+22580
| |\ \ \