Age | Commit message (Expand) | Author | Files | Lines |
2012-11-08 | watchdog: OMAP: use standard GETBOOTSTATUS interface; use platform_data fn ptr | Paul Walmsley | 1 | -14/+12 |
2012-10-26 | ARM: OMAP2+: fix build breakage introduced by commit b7754452b3e27716347a528b... | Paul Walmsley | 1 | -12/+24 |
2012-10-25 | Merge branch 'omap-for-v3.8/cleanup-headers-menelaus' into omap-for-v3.8/clea... | Tony Lindgren | 1 | -1/+1 |
2012-10-25 | Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-h... | Tony Lindgren | 8 | -9/+12 |
2012-10-25 | ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> | Felipe Balbi | 8 | -9/+12 |
2012-10-25 | Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-h... | Tony Lindgren | 34 | -162/+412 |
2012-10-24 | tty/serial/8250: Make omap hardware workarounds local to 8250.h | Tony Lindgren | 2 | -6/+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-23 | TTY: move tty buffers to tty_port | Jiri Slaby | 6 | -59/+66 |
2012-10-23 | TTY: add port -> tty link | Jiri Slaby | 2 | -0/+5 |
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 | 1 | -8/+10 |
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 | 2 | -55/+72 |
2012-10-23 | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff | Jiri Slaby | 1 | -123/+137 |
2012-10-23 | TTY: move ldisc data from tty_struct: bitmaps | Jiri Slaby | 1 | -24/+28 |
2012-10-23 | TTY: move ldisc data from tty_struct: simple members | Jiri Slaby | 2 | -68/+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 | 2 | -9/+11 |
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, do not set driver_data | Jiri Slaby | 1 | -5/+5 |
2012-10-23 | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 1 | -2/+5 |
2012-10-23 | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 1 | -1/+1 |
2012-10-23 | tty: prevent unnecessary work queue lock checking on flip buffer copy | Ivo Sieben | 1 | -1/+4 |
2012-10-20 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -6/+10 |
2012-10-20 | Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/... | Olof Johansson | 5 | -6/+7 |
2012-10-20 | Merge branch 'akpm' (Fixes from Andrew) | Linus Torvalds | 2 | -4/+4 |
2012-10-20 | firmware/memmap: avoid type conflicts with the generic memmap_init() | Fengguang Wu | 1 | -2/+2 |
2012-10-20 | drivers/video/backlight/lm3639_bl.c: return proper error in lm3639_bled_mode_... | Axel Lin | 1 | -2/+2 |
2012-10-19 | xen: Fix annoying compile-time warning | Linus Torvalds | 1 | -1/+1 |
2012-10-19 | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -3/+6 |
2012-10-19 | Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 6 | -12/+31 |
2012-10-19 | Merge tag 'usb-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 34 | -552/+606 |
2012-10-19 | USB: ehci-fsl: Return valid error in ehci_fsl_setup_phy | Ben Collins | 1 | -1/+1 |
2012-10-19 | ARM: OMAP: Make plat/omap-pm.h local to mach-omap2 | Tony Lindgren | 1 | -1/+0 |
2012-10-19 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -8/+10 |
2012-10-18 | Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linux | Linus Torvalds | 3 | -16/+18 |
2012-10-18 | USB: option: add more ZTE devices | Bjørn Mork | 1 | -0/+16 |
2012-10-18 | USB: option: blacklist net interface on ZTE devices | Bjørn Mork | 1 | -20/+48 |
2012-10-18 | Merge tag 'fixes-for-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 6 | -7/+17 |
2012-10-18 | usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP | Alexis R. Cortes | 1 | -1/+2 |
2012-10-18 | USB: io_ti: fix sysfs-attribute creation | Johan Hovold | 1 | -7/+7 |
2012-10-18 | USB: iuu_phoenix: fix sysfs-attribute creation | Johan Hovold | 1 | -2/+12 |