]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'tty/tty-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 26 Sep 2012 04:23:13 +0000 (14:23 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 26 Sep 2012 04:23:13 +0000 (14:23 +1000)
Conflicts:
drivers/tty/serial/omap-serial.c

12 files changed:
1  2 
arch/xtensa/platforms/iss/console.c
drivers/tty/Kconfig
drivers/tty/hvc/hvc_console.c
drivers/tty/hvc/hvsi.c
drivers/tty/ipwireless/network.c
drivers/tty/serial/8250/8250_pci.c
drivers/tty/serial/omap-serial.c
drivers/tty/tty_io.c
drivers/tty/tty_ldisc.c
firmware/Makefile
fs/compat_ioctl.c
include/linux/Kbuild

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 0952d71bdf28e03b692667632ab9ddd9b5892c09,3c05c5ecdfbfa8ac0e82cc6627c1d6cb9298ecf3..44fea64bb55b8cf4c40a27ace06511d3aef5fd3f
@@@ -1203,10 -1222,8 +1222,8 @@@ static int serial_omap_suspend(struct d
  {
        struct uart_omap_port *up = dev_get_drvdata(dev);
  
-       if (up) {
-               uart_suspend_port(&serial_omap_reg, &up->port);
-               flush_work(&up->qos_work);
-       }
+       uart_suspend_port(&serial_omap_reg, &up->port);
 -      flush_work_sync(&up->qos_work);
++      flush_work(&up->qos_work);
  
        return 0;
  }
Simple merge
Simple merge
index 76628e32fed6c64d10febbaa5c01686c5df30985,fdc9ff045ef8c3073519115b0e383bd65e97c333..eeb14030d8a24e67f113d65f1da1578d04b3de89
@@@ -40,9 -40,9 +40,8 @@@ fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-
                             bnx2/bnx2-mips-06-6.2.1.fw \
                             bnx2/bnx2-rv2p-06-6.0.15.fw
  fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin
- fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin
  fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \
                                   cxgb3/t3c_psram-1.1.0.bin \
 -                                 cxgb3/t3fw-7.10.0.bin \
                                   cxgb3/ael2005_opt_edc.bin \
                                   cxgb3/ael2005_twx_edc.bin \
                                   cxgb3/ael2020_twx_edc.bin
Simple merge
Simple merge