android_kernel_xiaomi_sm8350/drivers/serial
Petr Vandrovec 30bac7aa0e [PATCH] pcmcia: Add support for Possio GCC AKA PCMCIA Siemens MC45
This ugly hack add support for Siemens MC45 PCMCIA GPRS card (which is
identical to Possio GCC, and which is offered by one of our local GPRS
providers).  Card has unfortunate feature that after poweron oxcf950 chip
is fully powered and works, but attached MC45 modem is powered down :-(
There is a special sequence (which takes 1 sec :-( ) to poweron MC45 (and
after MC45 powers on, it takes more than 2 secs until firmware fully
boots...) which needs to be executed after all powerons.

I'm really not familiar with PCMCIA subsystem, so I have no idea whether I
should issue request_region() on rest of oxcf950 address range (0-7 is
UART, 8-F are special configuration registers), or how this should be
better integrated with PM system and so on - I just put it in same place
where another hack already lived...

Card uses 18.432MHz XTAL, so to get it to work you must add lines below to
the /etc/pcmcia/serial.opts.

case "$MANFID-$FUNCID-$PRODID_1-$PRODID_2-$PRODID_3-$PRODID_4" in
'030c,0003-2-GPRS-CARD--')
    SERIAL_OPTS="baud_base 1152000"
    ;;
esac

Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2006-03-31 17:27:07 +02:00
..
cpm_uart [SERIAL] PPC32 CPM_UART: update to utilize the new TTY flip API 2006-02-08 21:40:13 +00:00
jsm [PATCH] drivers/serial/jsm/: cleanups 2006-02-03 08:32:08 -08:00
8250_accent.c
8250_acorn.c
8250_au1x00.c [SERIAL] Small time UART configuration fix for AU1100 processor 2006-03-26 21:22:51 +01:00
8250_boca.c
8250_early.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
8250_fourport.c
8250_gsc.c [PARISC] I/O-Space must be ioremap_nocache()'d 2006-03-30 17:48:42 +00:00
8250_hp300.c [PATCH] hp300: fix driver_register() return handling, remove dio_module_init() 2006-03-25 08:22:53 -08:00
8250_hub6.c
8250_mca.c
8250_pci.c [SERIAL] 8250_pci: add new PCI serial card support 2006-02-08 21:46:24 +00:00
8250_pnp.c [SERIAL] Claim Wacom tablet device on HP tc1100 tablet 2005-11-12 22:06:31 +00:00
8250.c [PATCH] Typo fixes 2006-03-28 09:16:08 -08:00
8250.h [SERIAL] Remove _INLINE_ 2006-01-04 19:43:24 +00:00
21285.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
68328serial.c [PATCH] kill _INLINE_ 2006-03-23 07:38:16 -08:00
68328serial.h
68360serial.c [PATCH] m68knommu: use tty_schedule_flip() in 68360serial.c 2006-02-07 16:16:54 -08:00
amba-pl010.c [SERIAL] amba-pl010: allow platforms to specify modem control method 2006-03-26 23:13:39 +01:00
amba-pl011.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
at91_serial.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
clps711x.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
crisv10.c [PATCH] kill _INLINE_ 2006-03-23 07:38:16 -08:00
crisv10.h
dz.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
dz.h
icom.c [PATCH] TTY layer buffering revamp 2006-01-10 08:01:59 -08:00
icom.h
imx.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
ioc3_serial.c [PATCH] Altix: ioc3 serial support 2006-01-14 18:25:20 -08:00
ioc4_serial.c [PATCH] Altix: rs422 support for ioc4 serial driver 2006-03-25 08:22:59 -08:00
ip22zilog.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
ip22zilog.h
Kconfig [SERIAL] Remove obsoleted au1x00_uart driver 2006-03-26 21:25:57 +01:00
m32r_sio_reg.h
m32r_sio.c [PATCH] kill _INLINE_ 2006-03-23 07:38:16 -08:00
m32r_sio.h [PATCH] m32r_sio iomem annotations 2006-02-08 01:05:47 -05:00
Makefile [SERIAL] Remove obsoleted au1x00_uart driver 2006-03-26 21:25:57 +01:00
mcfserial.c [PATCH] m68knommu: compile fixes for mcfserial.c 2006-02-07 16:16:53 -08:00
mcfserial.h
mpc52xx_uart.c fix typos "wich" -> "which" 2006-03-24 18:23:14 +01:00
mpsc.c [PATCH] serial: merge mpsc.h into mpsc.c 2006-03-25 08:23:02 -08:00
mux.c [PARISC] I/O-Space must be ioremap_nocache()'d 2006-03-30 17:48:42 +00:00
pmac_zilog.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
pmac_zilog.h
pxa.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
s3c2410.c Merge master.kernel.org:/home/rmk/linux-2.6-serial 2006-03-22 17:33:12 -08:00
sa1100.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
serial_core.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
serial_cs.c [PATCH] pcmcia: Add support for Possio GCC AKA PCMCIA Siemens MC45 2006-03-31 17:27:07 +02:00
serial_lh7a40x.c [SERIAL] kernel console should send CRLF not LFCR 2006-03-20 20:00:09 +00:00
serial_txx9.c [PATCH] Typo fixes 2006-03-28 09:16:08 -08:00
sh-sci.c [SERIAL] uart_port flags member should use UPF_* 2006-02-05 10:52:29 +00:00
sh-sci.h [PATCH] sh: sh-sci clock framework updates 2006-02-01 08:53:20 -08:00
sn_console.c [IA64] SGI SN drivers: don't report !sn2 hardware as an error 2006-03-07 15:27:59 -08:00
suncore.c [SPARC64]: Serial Console for E250 Patch 2006-01-18 14:54:31 -08:00
suncore.h
sunhv.c [SPARC] serial: Make sure sysfs nodes get named correctly. 2006-03-20 01:13:47 -08:00
sunsab.c Merge master.kernel.org:/home/rmk/linux-2.6-serial 2006-03-22 17:33:12 -08:00
sunsab.h
sunsu.c [PATCH] Typo fixes 2006-03-28 09:16:08 -08:00
sunzilog.c Merge master.kernel.org:/home/rmk/linux-2.6-serial 2006-03-22 17:33:12 -08:00
sunzilog.h
v850e_uart.c [SERIAL] uart_port iotype member should use UPIO_* 2006-02-05 10:48:10 +00:00
vr41xx_siu.c Merge master.kernel.org:/home/rmk/linux-2.6-serial 2006-03-22 17:33:12 -08:00