aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-12TTY: synclinkmp: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-12TTY: synclink_gt: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-12TTY: synclink: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-12serial: 8250_dw: Fix the stub for dw8250_probe_acpi()Heikki Krogerus1-1/+1
2013-04-11serial: 8250_dw: Convert to devm_ioremap()Heikki Krogerus1-1/+2
2013-04-11serial: 8250_dw: Set port capabilities based on CPR registerHeikki Krogerus1-0/+4
2013-04-11serial: 8250_dw: Let ACPI code extract the DMA client infoHeikki Krogerus1-66/+9
2013-04-11serial: 8250_dw: Support clk framework also with ACPIHeikki Krogerus1-13/+5
2013-04-11serial: 8250_dw: Enable runtime PMHeikki Krogerus1-9/+52
2013-04-11serial: 8250_dma: Provide default slave configuration parametersHeikki Krogerus1-2/+8
2013-04-11serial: 8250_dma: Use dmaengine helpers to get the slave channelsHeikki Krogerus1-2/+6
2013-04-11serial: 8250_dma: Fix RX handlingHeikki Krogerus1-7/+16
2013-04-11serial: 8250_dma: TX cleanupHeikki Krogerus1-7/+4
2013-04-11tty: serial/samsung: fix modular buildArnd Bergmann2-3/+5
2013-04-11tty: serial/samsung: make register definitions globalArnd Bergmann1-3/+3
2013-04-11tty: serial/samsung: prepare for common clock APIArnd Bergmann1-1/+6
2013-04-09tty: Fix race condition if flushing tty flip buffersPeter Hurley1-12/+10
2013-04-05serial: max3100: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-04-03amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabledChanho Min1-0/+4
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman283-1747/+3493
2013-03-31Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-4/+20
2013-03-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds11-38/+53
2013-03-31Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds17-254/+698
2013-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-3/+14
2013-03-30dw_dmac: adjust slave_id accordingly to request line baseAndy Shevchenko2-1/+17
2013-03-30dmaengine: dw_dma: fix endianess for DT xlate functionArnd Bergmann1-3/+3
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-17/+30
2013-03-29rbd: don't zero-fill non-image object requestsAlex Elder1-17/+30
2013-03-29ARM: PL011: Add support for Rx DMA buffer polling.Chanho Min1-19/+138
2013-03-28target: Fix RESERVATION_CONFLICT status regression for iscsi-target special caseNicholas Bellinger1-1/+3
2013-03-28tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bitNicholas Bellinger1-2/+11
2013-03-28serial: 8250_dw: add support for clk apiEmilio López1-9/+24
2013-03-28serial: samsung: Avoid waiting forever for TX readyMichael Spang1-3/+19
2013-03-28serial: samsung: Restore IRQ mask during noirq resumeMichael Spang1-0/+20
2013-03-28tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa1-0/+4
2013-03-28Merge tag 'usb-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds13-55/+99
2013-03-28Merge tag 'tty-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds6-12/+45
2013-03-28Merge tag 'staging-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-2/+2
2013-03-28Merge tag 'char-misc-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds7-100/+163
2013-03-28serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctlyKarthik Manamcheri1-7/+7
2013-03-28Merge tag 'pm+acpi-3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-13/+54
2013-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-54/+4
2013-03-28Merge tag 'fbdev-fixes-3.9-rc4' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds3-6/+15
2013-03-28usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BDKonstantin Holoborodko2-0/+8
2013-03-28mg_disk: fix error return code in mg_probe()Wei Yongjun1-1/+3
2013-03-28Merge branch 'acpi-fixes' into fixesRafael J. Wysocki3-3/+16
2013-03-27Merge tag 'stable/for-linus-3.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds5-22/+65
2013-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds3-1/+13
2013-03-27Merge tag 'iommu-fixes-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds4-15/+12
2013-03-27xen/events: avoid race with raising an event in unmask_evtchn()David Vrabel1-5/+15