Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1320508
| From | One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V2 3/4] 8250: 8250_f81504: Add Fintek F81504/508/512 PCIE-to-UART/GPIO UART support |
| Date | 2016-01-28 11:20 +0100 |
| Message-ID | <qVRQd-1UP-9@gated-at.bofh.it> (permalink) |
| References | <qVR3Q-1j6-5@gated-at.bofh.it> <qVR3Q-1j6-11@gated-at.bofh.it> |
| Organization | Intel Corporation |
On Thu, 28 Jan 2016 17:20:37 +0800 Peter Hung <hpeter@gmail.com> wrote: > This driver is 8250 driver for F81504/508/512, it'll handle the serial > port operation of this device. This module will depend on > MFD_FINTEK_F81504_CORE. > > The serial ports support from 50bps to 1.5Mbps with Linux baudrate > define excluding 1.0Mbps due to not support 16MHz clock source. > > PCI Configuration Space Registers, set:0~11(Max): > 40h + 8 * set: > bit7~6: Clock source selector > 00: 1.8432MHz > 01: 18.432MHz > 10: 24MHz > 11: 14.769MHz > bit0: UART enable > 41h + 8 * set: > bit5~4: RX trigger multiple > 00: 1x * trigger level > 01: 2x * trigger level > 10: 4x * trigger level > 11: 8x * trigger level > bit1~0: FIFO Size > 11: 128Bytes > 44h + 8 * set: UART IO address (LSB) > 45h + 8 * set: UART IO address (MSB) > 47h + 8 * set: > bit5: RTS invert (bit4 must enable) > bit4: RTS auto direction enable > 0: RTS control by MCR > 1: RTS driven high when TX, otherwise low > > Suggested-by: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> > Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > Signed-off-by: Peter Hung <hpeter+linux_kernel@gmail.com> Nice It and the GPIO driver parts Reviewed-by: Alan Cox <gnomes@lxorguk.ukuu.org.uk> Alan
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V2 0/4] Transform Fintek PCIE driver from 8250 to MFD Peter Hung <hpeter@gmail.com> - 2016-01-28 10:30 +0100
[PATCH V2 3/4] 8250: 8250_f81504: Add Fintek F81504/508/512 PCIE-to-UART/GPIO UART support Peter Hung <hpeter@gmail.com> - 2016-01-28 10:30 +0100
Re: [PATCH V2 3/4] 8250: 8250_f81504: Add Fintek F81504/508/512 PCIE-to-UART/GPIO UART support One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> - 2016-01-28 11:20 +0100
[PATCH] 8250: 8250_f81504: fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2016-01-28 12:10 +0100
Re: [PATCH V2 3/4] 8250: 8250_f81504: Add Fintek F81504/508/512 PCIE-to-UART/GPIO UART support kbuild test robot <lkp@intel.com> - 2016-01-28 12:10 +0100
csiph-web