aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-07-24spi: au1550_spi: improve pio transfer modeJan Nikitenko
2008-07-24spi: au1550_spi: proper platform deviceManuel Lauss
2008-07-24spidev: BKL removalAlan Cox
2008-07-24spi: make spi_board_info.modalias a char arrayGrant Likely
2008-07-24SPI Kconfig simplificationsRobert P. J. Day
2008-07-24xilinx_spi: test below 0 on unsigned irq in xilinx_spi_probe()Roel Kluin
2008-07-24spi: spi_mpc83xx clockrate fixesChen Gong
2008-07-24stallion: removed unused variableAndre Haupt
2008-07-24cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termi...Nye Liu
2008-07-24serial: DZ11: avoid a hang at console switch-overMaciej W. Rozycki
2008-07-24serial: Z85C30: avoid a hang at console switch-overMaciej W. Rozycki
2008-07-24serial: add support for a no-name 4 ports multiserial cardCatalin(ux) M BOIE
2008-07-248250: fix break handling for Intel 82571Aristeu Rozanski
2008-07-24serial/8250_gsc.c: add MODULE_LICENSEAdrian Bunk
2008-07-24atmel_pwm: set up only one PWM clock when allocating a clockHans-Christian Egtvedt
2008-07-24remove the v850 portAdrian Bunk
2008-07-24pm: acpi pm: add DMI quirk list for ACPI 1.0 suspend orderingCarlos Corbacho
2008-07-24pm: acpi hibernation: utilize hardware signatureShaohua Li
2008-07-24gigaset: gigaset_isowbuf_getbytes() may return signed unnoticedTilman Schmidt
2008-07-24gigaset: use dev_ macros for messagesTilman Schmidt
2008-07-24memory-hotplug: add sysfs removable attribute for hotplug memory removeBadari Pulavarty
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi
2008-07-24use generic_access_phys for /dev/mem mappingsRik van Riel
2008-07-24mspec: convert nopfn to faultNick Piggin
2008-07-24remove is_tty()Adrian Bunk
2008-07-24move memory_read_from_buffer() from fs.h to string.hAkinobu Mita
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-07-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds
2008-07-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2008-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2008-07-23ide: small whitespace fixesPavel Machek
2008-07-23ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warningsHarvey Harrison
2008-07-23ide: ide-cd.c fix sparse endianness warningsHarvey Harrison
2008-07-23ide-cd: convert to using the new atapi_flagsBorislav Petkov
2008-07-23ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov
2008-07-23ide-scsi: convert to using the new atapi_flagsBorislav Petkov
2008-07-23ide-tape: convert to using the new atapi_flagsBorislav Petkov
2008-07-23ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov
2008-07-23ide: use rq->cmd instead of pc->c in atapi common codeBorislav Petkov
2008-07-23ide-scsi: pass packet command in rq->cmdBorislav Petkov
2008-07-23ide-tape: pass packet command in rq->cmdBorislav Petkov
2008-07-23ide-tape: make room for packet command ids in rq->cmdBorislav Petkov
2008-07-23ide-floppy: pass packet command in rq->cmdBorislav Petkov
2008-07-23ide-scsi: use drive->pc_callback instead of pc->callbackBorislav Petkov
2008-07-23ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov
2008-07-23ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov
2008-07-23drivers/ide/ide-tape.c: remove double kfreeDarren Jenkins
2008-07-23ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz