Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | ARM: OMAP2+: Prepare for irqs.h removal | Tony Lindgren | 2012-09-13 | 46 | -238/+252 | |
| * | | | ARM: OMAP: Move gpio.h to include/linux/platform_data | Tony Lindgren | 2012-09-13 | 25 | -237/+23 | |
| * | | | ARM: OMAP2+: Remove hardcoded twl4030 gpio_base, irq_base and irq_end | Tony Lindgren | 2012-09-13 | 18 | -50/+0 | |
| * | | | ARM: OMAP2+: Remove unused nand_irq for GPMC | Tony Lindgren | 2012-09-13 | 2 | -2/+0 | |
| * | | | ARM: OMAP2+: Make INTCPS_NR_IRQS local for mach-omap2/irq.c | Tony Lindgren | 2012-09-13 | 2 | -3/+2 | |
| * | | | ARM: OMAP1: Define OMAP1_INT_I2C locally | Tony Lindgren | 2012-09-13 | 1 | -1/+2 | |
| * | | | ARM: OMAP1: Move define of OMAP_LCD_DMA to dma.h | Tony Lindgren | 2012-09-13 | 2 | -1/+2 | |
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' ... | Tony Lindgren | 2012-09-13 | 204 | -996/+1186 | |
| |\ \ \ \ | ||||||
| | | * | | | ARM: OMAP: remove plat/board.h file | Igor Grinberg | 2012-09-11 | 38 | -52/+0 | |
| | | * | | | ARM: OMAP: move debug_card_init() function | Igor Grinberg | 2012-09-11 | 3 | -6/+10 | |
| | | * | | | ARM: OMAP1: move lcd pdata out of arch/arm/* | Igor Grinberg | 2012-09-11 | 11 | -18/+0 | |
| | | * | | | ARM: OMAP1: move omap1_bl pdata out of arch/arm/* | Igor Grinberg | 2012-09-11 | 5 | -7/+4 | |
| | | * | | | ARM: OMAP: remove the omap custom tags | Igor Grinberg | 2012-09-11 | 2 | -118/+0 | |
| | | * | | | ARM: OMAP1: remove the crystal type tag parsing | Igor Grinberg | 2012-09-11 | 1 | -8/+0 | |
| | | * | | | ARM: OMAP: remove the sti console workaround | Igor Grinberg | 2012-09-11 | 1 | -10/+0 | |
| | | * | | | ARM: OMAP: omap3evm: cleanup revision bits | Igor Grinberg | 2012-09-11 | 2 | -18/+12 | |
| | | * | | | ARM: OMAP: cleanup struct omap_board_config_kernel | Igor Grinberg | 2012-09-11 | 13 | -77/+0 | |
| | | |/ / | ||||||
| | * | | | ARM: OMAP2+: gpmc-nand: Modify Interrupt handling | Afzal Mohammed | 2012-08-30 | 1 | -6/+20 | |
| | * | | | ARM: OMAP2+: gpmc: Modify interrupt handling | Afzal Mohammed | 2012-08-30 | 2 | -17/+120 | |
| | * | | | mtd: nand: omap2: obtain memory from resource | Afzal Mohammed | 2012-08-30 | 1 | -1/+0 | |
| | * | | | ARM: OMAP2+: gpmc-onenand: provide memory as resource | Afzal Mohammed | 2012-08-30 | 1 | -1/+22 | |
| | * | | | ARM: OMAP2+: gpmc-nand: update resource with memory | Afzal Mohammed | 2012-08-30 | 1 | -1/+3 | |
| | * | | | ARM: OMAP2+: gpmc-nand: update gpmc-nand regs | Afzal Mohammed | 2012-08-30 | 2 | -0/+3 | |
| | * | | | ARM: OMAP2+: gpmc: update nand register helper | Afzal Mohammed | 2012-08-30 | 2 | -0/+38 | |
| * | | | | serial: pl011: delete reset callback | Linus Walleij | 2012-09-11 | 1 | -21/+0 | |
| * | | | | serial: omap: fix compile breakage | Felipe Balbi | 2012-09-07 | 1 | -4/+0 | |
| * | | | | serial: omap: move uart_omap_port definition to C file | Felipe Balbi | 2012-09-06 | 1 | -37/+0 | |
| * | | | | serial: omap: fix software flow control | Vikram Pandita | 2012-09-06 | 1 | -2/+2 | |
| * | | | | serial: omap: don't access the platform_device | Felipe Balbi | 2012-09-06 | 2 | -11/+14 | |
| * | | | | serial: omap: define and use to_uart_omap_port() | Felipe Balbi | 2012-09-05 | 1 | -0/+2 | |
| * | | | | serial: Add note about migration to driver SCCNXP | Alexander Shiyan | 2012-09-05 | 1 | -0/+32 | |
| * | | | | Merge 3.6-rc3 into tty-next | Greg Kroah-Hartman | 2012-08-27 | 175 | -2531/+1969 | |
| |\| | | | ||||||
| * | | | | OMAP/serial: Add support for driving a GPIO as DTR. | NeilBrown | 2012-08-16 | 2 | -0/+10 | |
| * | | | | MIPS: OCTEON: Fix breakage due to 8250 changes. | David Daney | 2012-08-14 | 1 | -15/+15 | |
| * | | | | TTY: nfcon, add tty_port and link it | Jiri Slaby | 2012-08-14 | 1 | -0/+4 | |
| * | | | | TTY: use tty_port_link_device | Jiri Slaby | 2012-08-14 | 4 | -0/+4 | |
| * | | | | TTY: use tty_port_register_device | Jiri Slaby | 2012-08-14 | 1 | -1/+2 | |
| * | | | | Merge tty-next into 3.6-rc1 | Greg Kroah-Hartman | 2012-08-06 | 1917 | -30054/+63633 | |
| |\ \ \ \ | ||||||
| * | | | | | tty: move the termios object into the tty | Alan Cox | 2012-07-16 | 1 | -1/+1 | |
| * | | | | | Merge branch 'v3.6-rc7' into tty-next | Greg Kroah-Hartman | 2012-07-16 | 111 | -283/+577 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge 3.5-rc4 into tty-next | Greg Kroah-Hartman | 2012-06-27 | 203 | -1051/+868 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | TTY: um/line, use tty from tty_port | Jiri Slaby | 2012-06-13 | 3 | -9/+21 | |
| * | | | | | | | TTY: um/line, add tty_port | Jiri Slaby | 2012-06-13 | 2 | -4/+5 | |
* | | | | | | | | Merge tag 'omap-cleanup-b-for-3.7' into test_v3.6-rc6_ocb3.7_cff3.7_odaf3.7 | Paul Walmsley | 2012-09-24 | 40 | -276/+233 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | ARM: OMAP: unwrap strings | Paul Walmsley | 2012-09-12 | 34 | -258/+206 | |
| * | | | | | | | ARM: OMAP: clean up some smatch warnings, fix some printk(KERN_ERR ... | Paul Walmsley | 2012-09-12 | 8 | -18/+27 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux... | Linus Torvalds | 2012-09-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | arm: mm: fix DMA pool affiliation check | Thomas Petazzoni | 2012-09-10 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-09-15 | 4 | -6/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o... | Ingo Molnar | 2012-09-05 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ |