summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-12serial: tegra: use NULL instead of 0Jingoo Han1-3/+3
2013-08-12serial: msm_serial: fix comparison of different typesJingoo Han1-1/+2
2013-08-12serial: ioc4_serial: Staticize ioc4_serial_attach_one()Jingoo Han1-2/+2
2013-08-12serial: icom: fix casting warningJingoo Han1-6/+5
2013-08-12serial: timbuart: Staticize local symbolsJingoo Han1-2/+2
2013-08-12serial: mrst_max3110: fix casting warningJingoo Han1-2/+2
2013-08-12serial: 8250_early: fix comparison of different typesJingoo Han1-1/+1
2013-08-12serial: samsung: fix casting warningJingoo Han1-1/+2
2013-08-12serial: sirf: Staticize local symbolsJingoo Han1-2/+2
2013-08-12serial: sirf: make the driver also support USP-based UARTQipan Li2-298/+655
2013-08-12serial: sirf: add support for Marco chipBarry Song2-14/+65
2013-08-12serial: i.MX: evaluate linux,stdout-path propertySascha Hauer1-0/+3
2013-08-12OF: Add helper for matching against linux,stdout-pathSascha Hauer1-0/+26
2013-08-12tty: ar933x_uart: convert to use devm_* functionsGabor Juhos1-18/+8
2013-08-12n_tty: Fix termios_rwsem lockdep false positivePeter Hurley1-14/+11
2013-08-12serial: pxa: Staticize local symbolsJingoo Han1-3/+3
2013-08-12tty: serial: pxa: remove old cruftDaniel Mack1-25/+0
2013-08-05vt: make the default color configurableClemens Ladisch1-1/+3
2013-08-05serial: mxs: remove the MXS_AUART_DMA_CONFIGHuang Shijie1-4/+1
2013-08-05serial: mxs: enable the DMA only when the RTS/CTS is validHuang Shijie1-1/+6
2013-08-05Merge 3.11-rc4 into tty-nextGreg Kroah-Hartman214-1288/+2208
2013-08-04Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-26/+68
2013-08-04drm/radeon: fix 64 bit divide in SI spm codeAlex Deucher1-1/+1
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds49-403/+665
2013-08-03qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani10-132/+231
2013-08-03qlcnic: Fix link speed and duplex display for 83xx adapterRajesh Borundia1-9/+16
2013-08-03qlcnic: Fix link speed display for 82xx adapterRajesh Borundia1-3/+7
2013-08-03qlcnic: Fix external loopback test.Shahed Shaikh1-2/+10
2013-08-03qlcnic: Removed adapter series name from warning messages.Pratik Pujar2-2/+2
2013-08-03qlcnic: Free up memory in error path.Himanshu Madhani1-3/+3
2013-08-03qlcnic: Fix ingress MAC learningShahed Shaikh1-33/+66
2013-08-03qlcnic: Fix MAC address filter issue on 82xx adapterShahed Shaikh1-1/+1
2013-08-03net: ethernet: davinci_emac: drop IRQF_DISABLEDMugunthan V N1-2/+1
2013-08-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2013-08-03hwmon: (max6697) fix MAX6581 idealityVivien Didelot1-2/+2
2013-08-03serial: st-asc: Fix unused variable warning for non DT.Srinivas Kandagatla1-0/+2
2013-08-03sis900: Fix the tx queue timeout issueDenis Kirjanov1-10/+2
2013-08-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds19-55/+209
2013-08-03Merge tag 'gpio-for-v3.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-70/+15
2013-08-03r8169: remove "PHY reset until link up" log spamLekensteyn1-1/+1
2013-08-03net: ethernet: cpsw: drop IRQF_DISABLEDFelipe Balbi1-1/+1
2013-08-03Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-9/+9
2013-08-03Merge branch 'parisc-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-15/+32
2013-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-2/+51
2013-08-03Merge tag 'pci-v3.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-36/+79
2013-08-02Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-111/+16
2013-08-02Revert "serial: sccnxp: Add DT support"Greg Kroah-Hartman1-37/+9
2013-08-02serial: sh-sci: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-02serial/arc-uart: Remove the goto/labelVineet Gupta1-5/+2
2013-08-02serial/arc-uart: Handle Rx Error Interrupts w/o any dataVineet Gupta1-10/+16