linux/drivers/tty/serial
Linus Torvalds 06991c28f3 Driver core patches for 3.9-rc1
Here is the big driver core merge for 3.9-rc1
 
 There are two major series here, both of which touch lots of drivers all
 over the kernel, and will cause you some merge conflicts:
   - add a new function called devm_ioremap_resource() to properly be
     able to check return values.
   - remove CONFIG_EXPERIMENTAL
 
 If you need me to provide a merged tree to handle these resolutions,
 please let me know.
 
 Other than those patches, there's not much here, some minor fixes and
 updates.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (GNU/Linux)
 
 iEYEABECAAYFAlEmV0cACgkQMUfUDdst+yncCQCfbmnQZju7kzWXk6PjdFuKspT9
 weAAoMCzcAtEzzc4LXuUxxG/sXBVBCjW
 =yWAQ
 -----END PGP SIGNATURE-----

Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core patches from Greg Kroah-Hartman:
 "Here is the big driver core merge for 3.9-rc1

  There are two major series here, both of which touch lots of drivers
  all over the kernel, and will cause you some merge conflicts:

   - add a new function called devm_ioremap_resource() to properly be
     able to check return values.

   - remove CONFIG_EXPERIMENTAL

  Other than those patches, there's not much here, some minor fixes and
  updates"

Fix up trivial conflicts

* tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (221 commits)
  base: memory: fix soft/hard_offline_page permissions
  drivercore: Fix ordering between deferred_probe and exiting initcalls
  backlight: fix class_find_device() arguments
  TTY: mark tty_get_device call with the proper const values
  driver-core: constify data for class_find_device()
  firmware: Ignore abort check when no user-helper is used
  firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPER
  firmware: Make user-mode helper optional
  firmware: Refactoring for splitting user-mode helper code
  Driver core: treat unregistered bus_types as having no devices
  watchdog: Convert to devm_ioremap_resource()
  thermal: Convert to devm_ioremap_resource()
  spi: Convert to devm_ioremap_resource()
  power: Convert to devm_ioremap_resource()
  mtd: Convert to devm_ioremap_resource()
  mmc: Convert to devm_ioremap_resource()
  mfd: Convert to devm_ioremap_resource()
  media: Convert to devm_ioremap_resource()
  iommu: Convert to devm_ioremap_resource()
  drm: Convert to devm_ioremap_resource()
  ...
2013-02-21 12:05:51 -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
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
m32r_sio_reg.h
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
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
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
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
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 serial: Convert to devm_ioremap_resource() 2013-01-22 11:41:57 -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
sn_console.c Miscellaneous Itanium patches 2012-03-23 17:19:37 -07:00
suncore.c
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
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