Age | Commit message (Expand) | Author |
2012-11-08 | ARM: OMAP2+: board files: use SoC-specific system restart functions | Paul Walmsley |
2012-11-08 | ARM: OMAP2+: PRCM: create SoC-specific chip restart functions | Paul Walmsley |
2012-11-08 | ARM: OMAP2xxx: clock: move virt_prcm_set code into clkt2xxx_virt_prcm_set.c | Paul Walmsley |
2012-11-08 | ARM: OMAP2xxx: clock: remove global 'dclk' variable | Paul Walmsley |
2012-11-08 | ARM: OMAP2/3: PRM: add SoC reset functions (using the CORE DPLL method) | Paul Walmsley |
2012-11-08 | ARM: OMAP2+: common: remove mach-omap2/common.c globals and map_common_io code | Paul Walmsley |
2012-11-08 | ARM: OMAP2+: PRCM: remove omap_prcm_get_reset_sources() | Paul Walmsley |
2012-11-08 | watchdog: OMAP: use standard GETBOOTSTATUS interface; use platform_data fn ptr | Paul Walmsley |
2012-10-29 | ARM: OMAP2+: WDT: move init; add read_reset_sources pdata function pointer | Paul Walmsley |
2012-10-29 | ARM: OMAP1: CGRM: fix omap1_get_reset_sources() return type | Paul Walmsley |
2012-10-26 | Merge branch 'omap-for-v3.8/cleanup-headers' into omap-for-v3.8/cleanup-prcm | Tony Lindgren |
2012-10-26 | Merge tag 'omap-cleanup-fixes-a-for-3.8' of git://git.kernel.org/pub/scm/linu... | Tony Lindgren |
2012-10-26 | ARM: OMAP1: fix sparse warning added by commit 4c98dc6b8ef2f73bdbfa78186db9a7... | Paul Walmsley |
2012-10-26 | ARM: OMAP1: fix build breakage introduced by commit 25c7d49ed48b4843da7dea56a... | Paul Walmsley |
2012-10-26 | ARM: OMAP2+: fix build breakage introduced by commit b7754452b3e27716347a528b... | Paul Walmsley |
2012-10-25 | Merge branch 'omap-for-v3.8/cleanup-headers-menelaus' into omap-for-v3.8/clea... | Tony Lindgren |
2012-10-24 | Merge tag 'omap-cleanup-a-for-3.8' of git://git.kernel.org/pub/scm/linux/kern... | Tony Lindgren |
2012-10-24 | Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-h... | Tony Lindgren |
2012-10-24 | ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> | Felipe Balbi |
2012-10-24 | ARM: OMAP2+: Introduce local usb.h | Tony Lindgren |
2012-10-24 | ARM: OMAP: Split plat/serial.h for omap1 and omap2+ | Tony Lindgren |
2012-10-24 | ARM: OMAP: Split uncompress.h to mach-omap1 and mach-omap2 | Tony Lindgren |
2012-10-24 | Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-h... | Tony Lindgren |
2012-10-24 | tty/serial/8250: Make omap hardware workarounds local to 8250.h | Tony Lindgren |
2012-10-24 | serial/8250/8250_early: Prevent rounding error in uartclk | Alexey Brodkin |
2012-10-24 | serial: samsung: use clk_prepare_enable and clk_disable_unprepare | Thomas Abraham |
2012-10-24 | TTY: Report warning when low_latency flag is wrongly used | Ivo Sieben |
2012-10-23 | console: use might_sleep in console_lock | Daniel Vetter |
2012-10-22 | TTY: move tty buffers to tty_port | Jiri Slaby |
2012-10-22 | TTY: add port -> tty link | Jiri Slaby |
2012-10-22 | TTY: tty_buffer, cache pointer to tty->buf | Jiri Slaby |
2012-10-22 | TTY: move TTY_FLUSH* flags to tty_port | Jiri Slaby |
2012-10-22 | TTY: n_tty, propagate n_tty_data | Jiri Slaby |
2012-10-22 | TTY: move ldisc data from tty_struct: locks | Jiri Slaby |
2012-10-22 | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff | Jiri Slaby |
2012-10-22 | TTY: move ldisc data from tty_struct: bitmaps | Jiri Slaby |
2012-10-22 | TTY: move ldisc data from tty_struct: simple members | Jiri Slaby |
2012-10-22 | TTY: n_tty, add ldisc data to n_tty | Jiri Slaby |
2012-10-22 | TTY: audit, stop accessing tty->icount | Jiri Slaby |
2012-10-22 | TTY: n_tty, remove bogus checks | Jiri Slaby |
2012-10-22 | TTY: n_tty, simplify read_buf+echo_buf allocation | Jiri Slaby |
2012-10-22 | TTY: hci_ldisc, remove invalid check in open | Jiri Slaby |
2012-10-22 | TTY: ldisc, wait for idle ldisc in release | Jiri Slaby |
2012-10-22 | TTY: vt, fix paste_selection ldisc handling | Jiri Slaby |
2012-10-22 | TTY: move devpts kill to pty | Jiri Slaby |
2012-10-22 | TTY: devpts, document devpts inode operations | Jiri Slaby |
2012-10-22 | TTY: devpts, do not set driver_data | Jiri Slaby |
2012-10-22 | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby |
2012-10-22 | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby |
2012-10-22 | tty: prevent unnecessary work queue lock checking on flip buffer copy | Ivo Sieben |