Age | Commit message (Expand) | Author | Files | Lines |
2012-11-05 | Merge tag 'omap-for-v3.8/cleanup-prcm-part1-take2-signed' of git://git.kernel... | Olof Johansson | 49 | -2099/+2750 |
2012-11-05 | Merge tag 'omap-for-v3.8/cleanup-headers-part3-signed' of git://git.kernel.or... | Olof Johansson | 3 | -12/+27 |
2012-11-05 | Merge branch 'depends/omap-cleanup-headers-menelaus' into next/headers | Olof Johansson | 4 | -5/+3 |
2012-11-05 | Merge branch 'depends/omap-cleanup-headers-usb' into next/headers | Olof Johansson | 42 | -237/+201 |
2012-11-05 | Merge tag 'omap-for-v3.8/cleanup-headers-serial-take2-signed' of git://git.ke... | Olof Johansson | 18 | -235/+354 |
2012-11-05 | Merge branch 'depends/tty' into next/headers | Olof Johansson | 613 | -8317/+9242 |
2012-10-27 | Merge branch 'omap-for-v3.8/cleanup-headers' into omap-for-v3.8/cleanup-prcm | Tony Lindgren | 7 | -17/+30 |
2012-10-27 | Merge tag 'omap-cleanup-fixes-a-for-3.8' of git://git.kernel.org/pub/scm/linu... | Tony Lindgren | 3 | -12/+27 |
2012-10-26 | ARM: OMAP1: fix sparse warning added by commit 4c98dc6b8ef2f73bdbfa78186db9a7... | Paul Walmsley | 1 | -0/+1 |
2012-10-26 | ARM: OMAP1: fix build breakage introduced by commit 25c7d49ed48b4843da7dea56a... | Paul Walmsley | 1 | -0/+2 |
2012-10-26 | ARM: OMAP2+: fix build breakage introduced by commit b7754452b3e27716347a528b... | Paul Walmsley | 1 | -12/+24 |
2012-10-26 | Merge tag 'omap-for-v3.8/cleanup-headers-signed' of git://git.kernel.org/pub/... | Arnd Bergmann | 260 | -3860/+4351 |
2012-10-25 | Merge branch 'omap-for-v3.8/cleanup-headers-menelaus' into omap-for-v3.8/clea... | Tony Lindgren | 4 | -5/+3 |
2012-10-25 | Merge tag 'omap-cleanup-a-for-3.8' of git://git.kernel.org/pub/scm/linux/kern... | Tony Lindgren | 49 | -2099/+2750 |
2012-10-25 | Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-h... | Tony Lindgren | 42 | -237/+201 |
2012-10-25 | ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> | Felipe Balbi | 17 | -30/+48 |
2012-10-25 | ARM: OMAP2+: Introduce local usb.h | Tony Lindgren | 32 | -136/+88 |
2012-10-25 | ARM: OMAP: Split plat/serial.h for omap1 and omap2+ | Tony Lindgren | 17 | -29/+64 |
2012-10-25 | ARM: OMAP: Split uncompress.h to mach-omap1 and mach-omap2 | Tony Lindgren | 3 | -208/+292 |
2012-10-25 | Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-h... | Tony Lindgren | 258 | -3852/+4348 |
2012-10-24 | tty/serial/8250: Make omap hardware workarounds local to 8250.h | Tony Lindgren | 3 | -15/+39 |
2012-10-24 | serial/8250/8250_early: Prevent rounding error in uartclk | Alexey Brodkin | 1 | -1/+1 |
2012-10-24 | serial: samsung: use clk_prepare_enable and clk_disable_unprepare | Thomas Abraham | 1 | -8/+8 |
2012-10-24 | TTY: Report warning when low_latency flag is wrongly used | Ivo Sieben | 1 | -0/+1 |
2012-10-24 | console: use might_sleep in console_lock | Daniel Vetter | 1 | -1/+2 |
2012-10-23 | TTY: move tty buffers to tty_port | Jiri Slaby | 8 | -63/+70 |
2012-10-23 | TTY: add port -> tty link | Jiri Slaby | 3 | -0/+6 |
2012-10-23 | TTY: tty_buffer, cache pointer to tty->buf | Jiri Slaby | 1 | -56/+76 |
2012-10-23 | TTY: move TTY_FLUSH* flags to tty_port | Jiri Slaby | 2 | -10/+13 |
2012-10-23 | TTY: n_tty, propagate n_tty_data | Jiri Slaby | 1 | -93/+78 |
2012-10-23 | TTY: move ldisc data from tty_struct: locks | Jiri Slaby | 3 | -65/+73 |
2012-10-23 | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff | Jiri Slaby | 2 | -133/+137 |
2012-10-23 | TTY: move ldisc data from tty_struct: bitmaps | Jiri Slaby | 2 | -26/+28 |
2012-10-23 | TTY: move ldisc data from tty_struct: simple members | Jiri Slaby | 3 | -73/+93 |
2012-10-23 | TTY: n_tty, add ldisc data to n_tty | Jiri Slaby | 1 | -1/+18 |
2012-10-23 | TTY: audit, stop accessing tty->icount | Jiri Slaby | 3 | -11/+13 |
2012-10-23 | TTY: n_tty, remove bogus checks | Jiri Slaby | 1 | -12/+0 |
2012-10-23 | TTY: n_tty, simplify read_buf+echo_buf allocation | Jiri Slaby | 1 | -18/+13 |
2012-10-23 | TTY: hci_ldisc, remove invalid check in open | Jiri Slaby | 1 | -6/+1 |
2012-10-23 | TTY: ldisc, wait for idle ldisc in release | Jiri Slaby | 1 | -0/+5 |
2012-10-23 | TTY: vt, fix paste_selection ldisc handling | Jiri Slaby | 1 | -7/+2 |
2012-10-23 | TTY: move devpts kill to pty | Jiri Slaby | 2 | -5/+9 |
2012-10-23 | TTY: devpts, document devpts inode operations | Jiri Slaby | 1 | -0/+21 |
2012-10-23 | TTY: devpts, do not set driver_data | Jiri Slaby | 3 | -24/+16 |
2012-10-23 | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 3 | -12/+15 |
2012-10-23 | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 3 | -10/+8 |
2012-10-23 | tty: prevent unnecessary work queue lock checking on flip buffer copy | Ivo Sieben | 1 | -1/+4 |
2012-10-23 | console: implement lockdep support for console_lock | Daniel Vetter | 1 | -0/+9 |
2012-10-21 | ARM: OMAP2+: PRM: create PRM reset source API for the watchdog timer driver | Paul Walmsley | 11 | -4/+306 |
2012-10-21 | ARM: OMAP1: create read_reset_sources() function (for initial use by watchdog) | Paul Walmsley | 2 | -0/+40 |