aboutsummaryrefslogtreecommitdiffstats
path: root/fs/devpts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-10ARM: OMAP1: move lcd pdata out of arch/arm/*Igor Grinberg12-19/+6
2012-09-10ARM: OMAP1: move omap1_bl pdata out of arch/arm/*Igor Grinberg7-8/+16
2012-09-10ARM: OMAP: remove the omap custom tagsIgor Grinberg2-118/+0
2012-09-10ARM: OMAP1: remove the crystal type tag parsingIgor Grinberg1-8/+0
2012-09-10ARM: OMAP: remove the sti console workaroundIgor Grinberg1-10/+0
2012-09-10ARM: OMAP: omap3evm: cleanup revision bitsIgor Grinberg2-18/+12
2012-09-10msm_serial: fix clock rate on DMA-based uartsDavid Brown1-1/+1
2012-09-10serial: pl011: delete reset callbackLinus Walleij2-22/+0
2012-09-10serial: pl011: delete dangling bug flagLinus Walleij1-4/+0
2012-09-10TTY: serial: move the dereference below the NULL testWei Yongjun2-2/+4
2012-09-10serial: omap: Request pins using pinctrl frameworkTony Lindgren1-0/+9
2012-09-10serial: omap: fix DeviceTree bootFelipe Balbi1-7/+13
2012-09-10ARM: OMAP: cleanup struct omap_board_config_kernelIgor Grinberg13-77/+0
2012-09-08Linux 3.6-rc5Linus Torvalds1-1/+1
2012-09-08ARM: mmp: remove unused definition in APBC and APMUChao Xie2-110/+0
2012-09-08ARM: mmp: move mmp2 clock definition to separated fileChao Xie4-66/+118
2012-09-08arm: mmp: move pxa910 clock definition to separated fileChao Xie4-36/+73
2012-09-08arm: mmp: move pxa168 clock definition to separated fileChao Xie4-53/+98
2012-09-08arm: mmp: make private clock definition exclude from common clockChao Xie1-1/+4
2012-09-07serial: omap: fix compile breakageFelipe Balbi2-4/+4
2012-09-07HID: tpkbd: work even if the new Lenovo Keyboard driver is not configuredAndres Freund1-1/+3
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek4-4/+39
2012-09-06mmc: tegra: remove useless include of <mach/*.h>Stephen Warren1-1/+0
2012-09-06gpio: tegra: remove useless includes of <mach/*.h>Stephen Warren1-3/+0
2012-09-06ARM: tegra: remove duplicate select USE_OFStephen Warren1-1/+0
2012-09-06ARM: tegra: use IO_ADDRESS for getting virtual addressLaxman Dewangan2-4/+4
2012-09-06Remove user-triggerable BUG from mpol_to_strDave Jones1-1/+1
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek4-12/+104
2012-09-06serial: serial_core.h needs console.h included firstStephen Rothwell1-1/+1
2012-09-06serial: mxs-auart: put the device in mxs_auart_probe()Huang Shijie1-0/+1
2012-09-06serial: mxs-auart: fix the wrong setting orderHuang Shijie1-2/+2
2012-09-06serial_core: fix sizeof(pointer)Fengguang Wu1-1/+1
2012-09-06serial: omap: enable RX and TX FIFO usageFelipe Balbi1-3/+7
2012-09-06serial: omap: move uart_omap_port definition to C fileFelipe Balbi2-37/+38
2012-09-06serial: omap: remove unnecessary header and add a missing oneFelipe Balbi1-1/+1
2012-09-06serial: omap: fix software flow controlVikram Pandita2-8/+8
2012-09-06serial: omap: make sure to put() on poll_get_charFelipe Balbi1-2/+7
2012-09-06serial: omap: implement set_wakeFelipe Balbi1-0/+10
2012-09-06serial: omap: unlock the port lockRuchika Kharwar1-1/+4
2012-09-06serial: omap: drop "inline" from IRQ handler prototypeFelipe Balbi1-1/+1
2012-09-06serial: omap: optimization with section annotationsFelipe Balbi1-5/+5
2012-09-06serial: omap: fix sequence of pm_runtime_* calls.Ruchika Kharwar1-1/+1
2012-09-06serial: omap: don't save IRQ flags on hardirqFelipe Balbi1-3/+2
2012-09-06serial: omap: make sure to suspend device before removeFelipe Balbi1-0/+1
2012-09-06serial: omap: drop unnecessary check from removeFelipe Balbi1-6/+3
2012-09-06serial: omap: set dev->drvdata before enabling pm_runtimeFelipe Balbi1-1/+1
2012-09-06serial: omap: stick to put_autosuspendFelipe Balbi1-11/+22
2012-09-06serial: omap: move THRE check to transmit_chars()Felipe Balbi1-3/+5
2012-09-06serial: omap: refactor receive_chars() into rdi/rlsi handlersFelipe Balbi1-104/+101
2012-09-06serial: omap: simplify IRQ handlingFelipe Balbi1-13/+38