kernel-fxtec-pro1x/drivers/tty/serial
Linus Torvalds 1eaec8212e Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Pull workqueue [delayed_]work_pending() cleanups from Tejun Heo:
 "This is part of on-going cleanups to remove / minimize usages of
  workqueue interfaces which are deprecated and/or misleading.

  This round drops a number of usages of [delayed_]work_pending(), which
  are dangerous as they lack any form of synchronization and thus often
  lead to buggy / unnecessary code.  There are a couple legitimate use
  cases in kernel.  Hopefully, they can be converted and
  [delayed_]work_pending() can be removed completely.  Even if not,
  removing most of misuses should make it more difficult to find
  examples of misuses and thus slow down growth of them.

  These changes are independent from other workqueue changes."

* 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  wimax/i2400m: fix i2400m->wake_tx_skb handling
  kprobes: fix wait_for_kprobe_optimizer()
  ipw2x00: simplify scan_event handling
  video/exynos: don't use [delayed_]work_pending()
  tty/max3100: don't use [delayed_]work_pending()
  x86/mce: don't use [delayed_]work_pending()
  rfkill: don't use [delayed_]work_pending()
  wl1251: don't use [delayed_]work_pending()
  thinkpad_acpi: don't use [delayed_]work_pending()
  mwifiex: don't use [delayed_]work_pending()
  sja1000: don't use [delayed_]work_pending()
2013-02-19 21:58:52 -08:00
..
8250 8250/16?50: Add support for Broadcom TruManage redirected serial port 2013-01-17 14:02:55 -08:00
cpm_uart tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
jsm tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
21285.c Disintegrate asm/system.h for ARM 2012-03-28 18:30:01 +01:00
68328serial.c TTY: call tty_port_destroy in the rest of drivers 2012-11-15 17:20:58 -08:00
altera_jtaguart.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
altera_uart.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
amba-pl010.c drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_unprepare 2012-09-05 12:33:39 -07:00
amba-pl011.c serial/amba-pl011: use devm_* managed resources 2012-10-25 11:29:44 -07:00
apbuart.c tty: remove use of __devinit 2012-11-21 15:22:52 -08:00
apbuart.h
ar933x_uart.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
arc_uart.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
atmel_serial.c ARM: arm-soc: Header cleanups 2012-12-12 11:45:16 -08:00
bcm63xx_uart.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
bfin_sport_uart.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
bfin_sport_uart.h tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled. 2011-12-09 19:05:33 -08:00
bfin_uart.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2012-12-13 12:00:02 -08:00
clps711x.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
crisv10.c TTY: use tty_port_link_device 2012-08-13 16:50:19 -07:00
crisv10.h
dz.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
dz.h
efm32-uart.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
icom.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2012-12-13 12:00:02 -08:00
icom.h
ifx6x60.c serial:ifx6x60:Keep word size accordance with SPI controller 2013-01-15 21:35:04 -08:00
ifx6x60.h serial:ifx6x60:Prevent data transfer when IFX6x60 port is shutdown 2012-11-01 08:50:01 -07:00
imx.c ARM: soc: multiplatform enablement 2012-10-01 19:11:38 -07:00
ioc3_serial.c tty: remove use of __devinit 2012-11-21 15:22:52 -08:00
ioc4_serial.c TTY: serial: move the dereference below the NULL test 2012-09-10 16:33:02 -07:00
ip22zilog.c
ip22zilog.h
Kconfig serial: Unneeded ARCH dependencies are removed 2012-11-15 17:11:42 -08:00
kgdb_nmi.c TTY: call tty_port_destroy in the rest of drivers 2012-11-15 17:20:58 -08:00
kgdboc.c KGDB/KDB fixes and cleanups 2012-10-13 11:16:58 +09:00
lantiq.c SERIAL: MIPS: lantiq: implement OF support 2012-05-21 14:31:54 +01:00
lpc32xx_hs.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
m32r_sio.c m32r_sio: remove dependency on struct serial_uart_config 2012-09-05 13:15:07 -07:00
m32r_sio.h TTY: serial, include pci.h in m32r_sio 2012-03-08 11:47:02 -08:00
m32r_sio_reg.h m32r: relocate drivers back out of 8250 dir 2012-02-08 15:04:32 -08:00
Makefile serial/arc-uart: Add new driver 2012-10-30 14:06:52 -07:00
max310x.c serial: max310x: Setup missing "can_sleep" field for GPIO 2012-11-26 15:38:44 -08:00
max3100.c tty/max3100: don't use [delayed_]work_pending() 2012-12-28 13:40:16 -08:00
mcf.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
mfd.c tty: remove use of __devinitconst 2012-11-21 15:26:22 -08:00
mpc52xx_uart.c tty: remove use of __devinit 2012-11-21 15:22:52 -08:00
mpsc.c
mrst_max3110.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
mrst_max3110.h max3110: add sysrq support 2011-08-26 11:01:15 -07:00
msm_serial.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
msm_serial.h
msm_serial_hs.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
msm_smd_tty.c TTY: use tty_port_register_device 2012-08-13 16:50:19 -07:00
mux.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
mxs-auart.c serial: mxs-auart: Index is unsigned 2013-01-15 19:06:41 -08:00
netx-serial.c
nwpserial.c tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters 2011-10-31 19:31:28 -04:00
of_serial.c tty: remove use of __devinitdata 2012-11-21 15:25:06 -08:00
omap-serial.c ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h 2012-12-14 14:50:09 -08:00
pch_uart.c tty: remove use of __devinit 2012-11-21 15:22:52 -08:00
pmac_zilog.c pmac_zilog,kdb: Fix console poll hook to return instead of loop 2012-08-16 12:20:20 -07:00
pmac_zilog.h tty/serial/pmac_zilog: Fix suspend & resume 2011-12-16 11:10:01 +11:00
pnx8xxx_uart.c
pxa.c tty: serial: KGDB support for PXA 2012-10-24 11:38:28 -07:00
sa1100.c Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm 2012-12-12 11:30:02 -08:00
samsung.c serial: samsung: remove redundant setting of line config during port reset 2013-01-15 21:35:03 -08:00
samsung.h serial: samsung: merge probe() function from all SoC specific extensions 2011-12-23 10:07:00 +09:00
sb1250-duart.c SERIAL: MIPS Swarm sb1250-duart.c driver needs module.h 2012-05-15 17:48:50 +02:00
sc26xx.c tty: remove use of __devinit 2012-11-21 15:22:52 -08:00
sccnxp.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
serial_core.c Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm 2012-12-12 07:45:16 -08:00
serial_ks8695.c serial: ks8695: use __iomem pointers for MMIO 2012-09-19 15:37:13 +02:00
serial_txx9.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
sh-sci.c tty: remove use of __devinit 2012-11-21 15:22:52 -08:00
sh-sci.h serial: sh-sci: use serial_port_in/out vs sci_in/out. 2012-03-30 19:50:15 +09:00
sirfsoc_uart.c tty: remove use of __devinitdata 2012-11-21 15:25:06 -08:00
sirfsoc_uart.h serial/sirf: fixup for changes to pin control 2012-02-22 17:59:12 +01:00
sn_console.c Miscellaneous Itanium patches 2012-03-23 17:19:37 -07:00
suncore.c tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.h 2012-02-10 10:44:35 -08:00
sunhv.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
sunsab.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
sunsab.h
sunsu.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
sunzilog.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
sunzilog.h
timbuart.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
timbuart.h
uartlite.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
ucc_uart.c serial: Kill off NO_IRQ 2012-01-26 17:14:50 -08:00
vr41xx_siu.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
vt8500_serial.c tty: serial: vt8500: fix return value check in vt8500_serial_probe() 2013-01-15 19:06:42 -08:00
xilinx_uartps.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
zs.c SERIAL: MIPS DECstation zs.c driver needs module.h 2012-05-15 17:48:50 +02:00
zs.h