summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-31ARM: OMAP2+: Fix relative includes for serial.hTony Lindgren4-114/+106
2012-10-31ARM: OMAP: Fix relative includes for fpga.hTony Lindgren6-30/+23
2012-10-31ARM: OMAP1: Remove relative includesTony Lindgren8-235/+239
2012-10-31ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.cTony Lindgren5-66/+73
2012-10-31ARM: OMAP: Fix relative includes for debug-devices.hTony Lindgren3-9/+2
2012-10-31ARM: OMAP: Remove plat-omap/common.hTony Lindgren13-51/+6
2012-10-31ARM: OMAP: Move omap-pm-noop.c local to mach-omap2Tony Lindgren7-11/+17
2012-10-31ARM: OMAP: Fix relative includes for shared i2c.h fileTony Lindgren5-5/+5
2012-10-31ARM: OMAP: Make plat-omap/i2c.c port checks localTony Lindgren3-23/+22
2012-10-31ARM: OMAP: Move omap2+ specific parts of sram.c to mach-omap2Tony Lindgren4-289/+307
2012-10-31ARM: OMAP: Move omap1 specific code to local sram.cTony Lindgren3-47/+81
2012-10-31ARM: OMAP: Introduce common omap_map_sram() and omap_sram_reset()Tony Lindgren2-22/+46
2012-10-31ARM: OMAP: Split sram.h to local headers and minimal shared headerTony Lindgren18-55/+39
2012-10-26ARM: OMAP1: usb: fix sparse warningsPaul Walmsley1-3/+3
2012-10-26Merge tag 'omap-cleanup-fixes-a-for-3.8' of git://git.kernel.org/pub/scm/linu...Tony Lindgren3-12/+27
2012-10-26ARM: OMAP1: fix sparse warning added by commit 4c98dc6b8ef2f73bdbfa78186db9a7...Paul Walmsley1-0/+1
2012-10-26ARM: OMAP1: fix build breakage introduced by commit 25c7d49ed48b4843da7dea56a...Paul Walmsley1-0/+2
2012-10-26ARM: OMAP2+: fix build breakage introduced by commit b7754452b3e27716347a528b...Paul Walmsley1-12/+24
2012-10-25Merge branch 'omap-for-v3.8/cleanup-headers-menelaus' into omap-for-v3.8/clea...Tony Lindgren4-5/+3
2012-10-24Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-h...Tony Lindgren42-237/+201
2012-10-24ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>Felipe Balbi17-30/+48
2012-10-24ARM: OMAP2+: Introduce local usb.hTony Lindgren32-136/+88
2012-10-24ARM: OMAP: Split plat/serial.h for omap1 and omap2+Tony Lindgren17-29/+64
2012-10-24ARM: OMAP: Split uncompress.h to mach-omap1 and mach-omap2Tony Lindgren3-208/+292
2012-10-24Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-h...Tony Lindgren258-3852/+4348
2012-10-24tty/serial/8250: Make omap hardware workarounds local to 8250.hTony Lindgren3-15/+39
2012-10-24serial/8250/8250_early: Prevent rounding error in uartclkAlexey Brodkin1-1/+1
2012-10-24serial: samsung: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-8/+8
2012-10-24TTY: Report warning when low_latency flag is wrongly usedIvo Sieben1-0/+1
2012-10-23console: use might_sleep in console_lockDaniel Vetter1-1/+2
2012-10-22TTY: move tty buffers to tty_portJiri Slaby8-63/+70
2012-10-22TTY: add port -> tty linkJiri Slaby3-0/+6
2012-10-22TTY: tty_buffer, cache pointer to tty->bufJiri Slaby1-56/+76
2012-10-22TTY: move TTY_FLUSH* flags to tty_portJiri Slaby2-10/+13
2012-10-22TTY: n_tty, propagate n_tty_dataJiri Slaby1-93/+78
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby3-65/+73
2012-10-22TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby2-133/+137
2012-10-22TTY: move ldisc data from tty_struct: bitmapsJiri Slaby2-26/+28
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby3-73/+93
2012-10-22TTY: n_tty, add ldisc data to n_ttyJiri Slaby1-1/+18
2012-10-22TTY: audit, stop accessing tty->icountJiri Slaby3-11/+13
2012-10-22TTY: n_tty, remove bogus checksJiri Slaby1-12/+0
2012-10-22TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby1-18/+13
2012-10-22TTY: hci_ldisc, remove invalid check in openJiri Slaby1-6/+1
2012-10-22TTY: ldisc, wait for idle ldisc in releaseJiri Slaby1-0/+5
2012-10-22TTY: vt, fix paste_selection ldisc handlingJiri Slaby1-7/+2
2012-10-22TTY: move devpts kill to ptyJiri Slaby2-5/+9
2012-10-22TTY: devpts, document devpts inode operationsJiri Slaby1-0/+21
2012-10-22TTY: devpts, do not set driver_dataJiri Slaby3-24/+16
2012-10-22TTY: devpts, return created inode from devpts_pty_newJiri Slaby3-12/+15