aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* atmel_serial: keep clock off when it's not neededDavid Brownell2008-11-061-3/+14
* Merge branch 'cris_move' of git://www.jni.nu/crisLinus Torvalds2008-11-012-3/+3
|\
| * [CRIS] Move header files from include to arch/cris/include.Jesper Nilsson2008-10-292-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2008-10-312-4/+4
|\ \
| * | [ARM] build fixes for netX serial driverPaul Bolle2008-10-302-4/+4
| |/
* | sh: Fix up the shared IRQ demuxer's control bit testing logic.Michael Trimarchi2008-10-312-11/+13
* | Define SCSPTR1 for SH 7751RMatt Fleming2008-10-311-0/+1
* | sh: Add sci_rxd_in of SH4-202Nobuhiro Iwamatsu2008-10-311-2/+8
* | sh: Change register name SCSPTR to SCSPTR2Nobuhiro Iwamatsu2008-10-311-1/+1
* | sh: Revert "SH 7366 needs SCIF_ONLY"Paul Mundt2008-10-281-1/+0
| |
| \
*-. | Merge branches 'sh/serial-rework' and 'sh/oprofile'Paul Mundt2008-10-282-83/+16
|\ \|
| * | serial: sh-sci: Kill off all of the SCI/SCIF special casing.Paul Mundt2008-10-022-83/+16
* | | SH 7366 needs SCIF_ONLYKuninori Morimoto2008-10-281-0/+1
| |/ |/|
* | 8250: Add more OxSemi devicesLee Howard2008-10-231-2/+22
* | 8250: Oxford Semiconductor DevicesLee Howard2008-10-231-0/+211
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-231-1/+1
|\ \
| * \ Merge branch 'for-rmk-fixes' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2008-10-171-1/+1
| |\ \
| | * | [ARM] S3C24XX: Serial driver debug depends on DEBUG_LLBen Dooks2008-10-161-1/+1
* | | | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-2010-31/+67
|\ \ \ \
| * | | | drivers/serial: use nr_irqsYinghai Lu2008-10-169-10/+10
| * | | | serial, 8250: remove NR_IRQ usageAlan Cox2008-10-162-21/+57
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-10-202-51/+62
|\ \ \ \ \
| * | | | | serial: sh-sci: Add support SCIF of SH7723Nobuhiro Iwamatsu2008-10-201-1/+8
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2008-10-2028-2554/+415
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| * | | | Merge branch 'sh/g3-prep'Paul Mundt2008-10-022-18/+37
| |\ \ \ \
| | * | | | serial: sh-sci: Handle the general UPF_IOREMAP case.Paul Mundt2008-10-012-18/+37
| * | | | | serial: sh-sci: Dynamic clock management depends on HAVE_CLK.Paul Mundt2008-10-022-31/+16
| |/ / / /
| * | | | sh: fixup many sparse errors.Paul Mundt2008-09-081-1/+1
* | | | | Altix serial: fixroel kluin2008-10-201-1/+1
* | | | | make probe_serial_gsc() staticAdrian Bunk2008-10-201-1/+1
* | | | | serial_txx9: use %lx for iobaseAtsushi Nemoto2008-10-201-1/+1
| |/ / / |/| | |
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-166-13/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'fixes' into for-linusRussell King2008-10-1514-2293/+285
| |\ \ \
| * \ \ \ Merge branch 's3c-move' into develRussell King2008-10-146-18/+24
| |\ \ \ \
| | * | | | [ARM] S3C24XX: Move files out of include/asm-arm/plat-s3c*Ben Dooks2008-10-075-5/+5
| * | | | | Merge branch 'omap-all' into develRussell King2008-10-141-8/+15
| |\ \ \ \ \
| | * | | | | [SERIAL] 8250: serial8250_port_size() - omap ports are largerRussell King2008-09-051-7/+14
| | * | | | | [ARM] omap: improve is_omap_port()Russell King2008-09-051-1/+1
| | | |_|/ / | | |/| | |
* | | | | | Merge commit 'origin'Benjamin Herrenschmidt2008-10-1518-2317/+383
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 8250: Fix lock warning (and possible crash)Alan Cox2008-10-141-0/+3
| | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-131-173/+129
| |\ \ \ \
| | * | | | pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski2008-08-311-1/+1
| | * | | | pcmcia: deprecate CS_NO_MORE_ITEMSDominik Brodowski2008-08-231-1/+1
| | * | | | pcmcia: deprecate CS_SUCCESSDominik Brodowski2008-08-231-8/+8
| | * | | | pcmcia: remove remaining in-kernel pcmcia_get_configuration_info() usersDominik Brodowski2008-08-231-9/+9
| | * | | | pcmcia: pcmcia_config_loop() improvement by passing vccDominik Brodowski2008-08-231-0/+4
| | * | | | pcmcia: pcmcia_config_loop() default CIS entry handlingDominik Brodowski2008-08-231-0/+4
| | * | | | pcmcia: pcmcia_config_loop() ConfigIndex unificationDominik Brodowski2008-08-231-4/+0
| | * | | | pcmcia: use pcmcia_loop_config in misc pcmcia driversDominik Brodowski2008-08-231-155/+107
| * | | | | serial: fix device name reporting when minor space is shared between driversDavid S. Miller2008-10-132-9/+20