linux/drivers/tty/serial
Linus Torvalds d027db132b ARM: arm-soc: SoC updates for 3.8
This contains the bulk of new SoC development for this merge window.
 
 Two new platforms have been added, the sunxi platforms (Allwinner A1x
 SoCs) by Maxime Ripard, and a generic Broadcom platform for a new
 series of ARMv7 platforms from them, where the hope is that we can
 keep the platform code generic enough to have them all share one mach
 directory. The new Broadcom platform is contributed by Christian Daudt.
 
 Highbank has grown support for Calxeda's next generation of hardware,
 ECX-2000.
 
 clps711x has seen a lot of cleanup from Alexander Shiyan, and he's also
 taken on maintainership of the platform.
 
 Beyond this there has been a bunch of work from a number of people on
 converting more platforms to IRQ domains, pinctrl conversion, cleanup
 and general feature enablement across most of the active platforms.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iQIcBAABAgAGBQJQyLCjAAoJEIwa5zzehBx3AdQP/R+L3+EQMjiEWt/p7g/ql5Em
 0SnP92CcGzrjgLTg9z1FeOazfOsGnkZAYUlDRkqfKobH3VqkhYFFtt1/0x0KMahm
 xcowHgMBOyimFdWT9vLK3J8U6DLui5XrEG9LGH2VL+lqmfjIyP/OOF3mVc0/+pV9
 WTLAsYswdBRSeiNuF43kqlfrOwF6xsPLgiNMlc82w6BzHqoHu6dOif5M9MqWaApS
 V74DPmwLD371Tyit6aHqt3JOqpgiPSHlmxkzomK+5idcW3Pa7HnzzFYmx85dk/eN
 J2siqIkoOu7tEfjIbNZTL2MYoX4tUUKv4qZZ3IOl3YSWaV3P5ilMApF01XVrkk8E
 DWOMhzte9hC7L90W+/kCPLF1VyeAhCem2KQWUitO71fKur3r+3ZaUokNVvWzkJIL
 7aduxAJOV2hfLgEqbjbjF3o4S8p63OV3kzivFJM1And15zDJo4+qqOh67+bPo4jj
 +R4du+SqzXriw4i3tDLGVpdjDffk4D41tbLzgkWAtvGyoP45yeYfHAzAh0pDFPRv
 ASfZVmZ5PhwAUAkIMnpC2sjgmxMYff3SYqmDgnsqXES7rbDH/hG+teymtHFTyUQp
 m+f60DNotSMcMvkLdvruLSB4aeTiwbfOqPn/g+aXYUlPuNMq1fVWgN7EJKWkamK4
 nRwaJmLwx1/ojcVbpy2G
 =YMKB
 -----END PGP SIGNATURE-----

Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull ARM SoC updates from Olof Johansson:
 "This contains the bulk of new SoC development for this merge window.

  Two new platforms have been added, the sunxi platforms (Allwinner A1x
  SoCs) by Maxime Ripard, and a generic Broadcom platform for a new
  series of ARMv7 platforms from them, where the hope is that we can
  keep the platform code generic enough to have them all share one mach
  directory.  The new Broadcom platform is contributed by Christian
  Daudt.

  Highbank has grown support for Calxeda's next generation of hardware,
  ECX-2000.

  clps711x has seen a lot of cleanup from Alexander Shiyan, and he's
  also taken on maintainership of the platform.

  Beyond this there has been a bunch of work from a number of people on
  converting more platforms to IRQ domains, pinctrl conversion, cleanup
  and general feature enablement across most of the active platforms."

Fix up trivial conflicts as per Olof.

* tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (174 commits)
  mfd: vexpress-sysreg: Remove LEDs code
  irqchip: irq-sunxi: Add terminating entry for sunxi_irq_dt_ids
  clocksource: sunxi_timer: Add terminating entry for sunxi_timer_dt_ids
  irq: versatile: delete dangling variable
  ARM: sunxi: add missing include for mdelay()
  ARM: EXYNOS: Avoid early use of of_machine_is_compatible()
  ARM: dts: add node for PL330 MDMA1 controller for exynos4
  ARM: EXYNOS: Add support for secondary CPU bring-up on Exynos4412
  ARM: EXYNOS: add UART3 to DEBUG_LL ports
  ARM: S3C24XX: Add clkdev entry for camif-upll clock
  ARM: SAMSUNG: Add s3c24xx/s3c64xx CAMIF GPIO setup helpers
  ARM: sunxi: Add missing sun4i.dtsi file
  pinctrl: samsung: Do not initialise statics to 0
  ARM i.MX6: remove gate_mask from pllv3
  ARM i.MX6: Fix ethernet PLL clocks
  ARM i.MX6: rename PLLs according to datasheet
  ARM i.MX6: Add pwm support
  ARM i.MX51: Add pwm support
  ARM i.MX53: Add pwm support
  ARM: mx5: Replace clk_register_clkdev with clock DT lookup
  ...
2012-12-12 12:05:15 -08:00
..
8250 tty/8250 Add check for pci_ioremap_bar failure 2012-11-21 16:31:18 -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 serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty. 2012-11-21 15:43:26 -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 tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
icom.h
ifx6x60.c serial: ifx6x60: Add modem power off function in the platform reboot process 2012-11-26 15:45:17 -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_reg.h m32r: relocate drivers back out of 8250 dir 2012-02-08 15:04:32 -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
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: remove use of __devexit 2012-11-21 15:27:46 -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_hs.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
msm_serial.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
msm_serial.h
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: unmap the scatter list before we copy the data 2012-11-26 15:38:44 -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 Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm 2012-12-12 07:45:16 -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 ARM: arm-soc: SoC updates for 3.8 2012-12-12 12:05:15 -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 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: remove use of __devexit 2012-11-21 15:27:46 -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