summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-193-9/+17
|\
| * Merge commit 'gcl/merge' into nextBenjamin Herrenschmidt2009-06-181-3/+2
| |\
| | * powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk2009-06-171-3/+2
| * | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-181-2/+2
| |\ \
| * \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-173-13/+29
| |\ \ \ | | |_|/ | |/| |
| * | | of_serial: Add UPF_FIXED_TYPE flagDave Mitchell2009-06-161-1/+1
| * | | serial: Make ucc_uart work in HW UART modeDave Liu2009-06-151-5/+14
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'sh/pci-express-integration', 'sh/rsk-updates', 'sh/platform-u...Paul Mundt2009-06-177-32/+69
|\ \ \ \ \ \ | | | | |/ / | | | |/| / | | | |_|/ | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-161-2/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | of_serial: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-2/+2
| | |/ / | |/| |
| | * | imx: Check for NULL pointer deref before calling tty_encode_baud_rateSascha Hauer2009-06-161-5/+7
| | * | atmel_serial: fix hang in set_termios when crtscts is enabledHaavard Skinnemoen2009-06-161-3/+5
| |/ /
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1518-320/+1261
| |\ \ | | |/
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-141-1/+1
| | |\
| | | * trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-121-1/+1
| | * | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-143-16/+37
| | |\ \ | | | |/ | | |/|
| | | * [ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij2009-06-112-2/+2
| | | * Merge branch 'for-rmk' of git://git.marvell.com/orion into develRussell King2009-06-083-3/+18
| | | |\
| | | * \ Merge branch 'mxc-master' of git://git.pengutronix.de/git/imx/linux-2.6 into ...Russell King2009-06-081-0/+2
| | | |\ \
| | | | * | fix oops when using console=ttymxcN with N > 0Eric Lammerts2009-05-201-0/+2
| | | * | | [ARM] 5541/1: serial/amba-pl011.c: add support for the modified port found in...Alessandro Rubini2009-06-041-3/+27
| | | * | | [ARM] 5505/1: serial amba-pl011: move to arch_initcall for earlier consoleAlessandro Rubini2009-05-311-1/+5
| | | * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/khil...Russell King2009-05-293-3/+3
| | | |\ \ \
| | | * \ \ \ Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Russell King2009-05-236-7/+66
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | [ARM] Remove arch-imx from build systemSascha Hauer2009-05-071-10/+3
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-189-109/+149
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | 3c589_cs: add cis(firmware) of 3Com multifunction pcmcia cardKen Kawasaki2009-05-011-5/+17
* | | | | | | serial: sh-sci: Move over to dev_pm_ops.Paul Mundt2009-06-151-8/+10
| |_|/ / / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-06-112-181/+249
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-06-115-4/+21
| |\ \ \ \ \ \
| * | | | | | | serial: sh-sci: Fix up PORT_SCI console output ordering.SUGIOKA Toshinobu2009-06-021-2/+1
| * | | | | | | Merge branch 'sh/clkfwk'Paul Mundt2009-05-261-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | sh: clkfwk: module_clk -> peripheral_clk rename.Paul Mundt2009-05-131-1/+1
| * | | | | | | | Merge branches 'sh/stable-updates' and 'sh/sparseirq'Paul Mundt2009-05-222-179/+248
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | sh: Fix up the sh64 earlyprintk build.Paul Mundt2009-05-091-1/+1
| | * | | | | | | serial: sh-sci: Fix up h8300 support.Yoshinori Sato2009-05-082-2/+19
| | * | | | | | | serial: sh-sci: Fix up section mismatch in error path.Paul Mundt2009-05-081-1/+1
| | * | | | | | | sh-sci: improve clock framework supportMagnus Damm2009-05-081-31/+46
| | * | | | | | | sh-sci: ioremap() in a single placeMagnus Damm2009-05-081-34/+20
| | * | | | | | | sh-sci: replace sci_init_ports()Magnus Damm2009-05-081-57/+50
| | * | | | | | | sh-sci: allow single port platform devicesMagnus Damm2009-05-081-53/+72
| | * | | | | | | sh-sci: use to_sci_port() if possibleMagnus Damm2009-05-081-5/+5
| | * | | | | | | sh-sci: rework serial console supportMagnus Damm2009-05-081-24/+23
| | * | | | | | | sh-sci: remove early_sci_setup()Magnus Damm2009-05-081-14/+0
| | * | | | | | | sh-sci: add platform device private dataMagnus Damm2009-05-081-42/+85
| | * | | | | | | sh: Integrate the SH-5 onchip_remap() more coherently.Paul Mundt2009-05-071-6/+0
| | | | | | | | |
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'sh/stable-updates' and 'sh/pci-rework'Paul Mundt2009-04-271-2/+0
| | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | |
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-04-221-3/+3
| | |\ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Merge branches 'sh/earlytimer' and 'sh/shmobile-r2r-staging'Paul Mundt2009-04-192-5/+22
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| | | | * | | | | | | | serial: sh-sci: SH7724 support.Kuninori Morimoto2009-04-161-3/+20
| | | |/ / / / / / / / | | |/| | | | | | | |
OpenPOWER on IntegriCloud